@charset "UTF-8";
body.is-desktop .just-phone,
body.is-desktop .just-tablet,
body.is-desktop .just-mobile {
  display: none; }

body.is-mobile .just-desktop,
body.is-mobile .hide-mobile {
  display: none; }

body.is-tablet .just-phone,
body.is-tablet .just-desktop,
body.is-tablet .hide-tablet {
  display: none; }

body.is-phone .just-tablet,
body.is-phone .just-desktop,
body.is-phone .hide-phone {
  display: none; }

.select2-container {
  width: 100%;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*

.select2-container {
    
    width: 100%;

    background: $cinza5;
    
    .select2-choice {

        border: 0;
        background: transparent;
        @include border-radius(0);
        height: 73px;
        padding-left: 22px;
        line-height: 73px;
        font-size: 230%;
        color: $verde8;
        letter-spacing: 1px;
        font-weight: 700;

        .select2-chosen {
            margin-right: 86px;
            text-align: left;
        }

        .select2-arrow{
            
            width: 86px;
            background: none;
            border: 0;
           
            b {
                margin: 31px auto 0;
                width: 30px;
                height: 19px;
                background: url( ../images/select.png ) no-repeat left top;
            }
        }

    }

    &.select2-dropdown-open {
        .select2-arrow {
            @include rotate(180deg);
        }
    }

}
.select2-drop {
    
    border: 0;
    @include border-radius(0);
    background: $cinza6 !important;
    
    .select2-results {
        padding: 0;
        margin: 0;
        background: transparent;
        .select2-result {
            background: transparent;
            .select2-result-label {
                color: $cinza4;
                font-size: 230%;
                padding: 0 20px;
                line-height: 50px;
                text-transform: none;
                font-weight: 700;
                letter-spacing: 1px;
            }
        }
    }

    &.select2-drop-above.select2-drop-active {
        border-top: 0;
        @include border-radius(0);
    }

}
.linha-field.ftype-select.error {
    .select2-container {
        .select2-choice {
            background-color: #ffe3e3;
            border: 2px solid #ff0000;
            color: #645348;
            .select2-arrow {
                b {
                    background-position: right 0;
                }
            }
        }
        &.select2-dropdown-open {
            .select2-choice {
                background-color: #ffe3e3;
                color: #645348;
            }
            .select2-arrow {
                b {
                    background-position: right -15px;
                }
            }
        }
    }

}


.select2-result-selectable {
    @include transition(all,300ms);
}
.select2-result-selectable:hover {
    padding-left: 10px;
    background: #eaeaea !important;
}
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

html {
  position: relative;
  width: 100%;
  min-height: 100%;
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden; }

body {
  width: 100%;
  height: 100%;
  padding-bottom: 96px;
  font-family: 'PT Sans'; }

input, select, textarea {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }

strong {
  font-weight: bold; }

img {
  display: block; }

input, textarea, select {
  font-family: 'PT Sans'; }

a {
  text-decoration: underline; }

a:hover {
  text-decoration: underline; }

h2,
h3,
h4,
h5 {
  font-family: 'Bitter';
  letter-spacing: 0.02em;
  font-weight: 700; }

h2 {
  line-height: 38px;
  font-size: 320%; }

h3 {
  font-size: 280%;
  line-height: 37px; }

h4 {
  font-size: 200%; }

h5 {
  font-size: 180%; }

p {
  font-size: 178%;
  line-height: 24px; }

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.bottom-casa, .bottom-pessoas, .bottom-predio, .bottom-banco, .bottom-chaves,
.bottom-documento, .bottom-dinheiro, .bottom-cadastro, .bottom-calculadora, .bottom-download {
  background-size: 100%;
  background-image: url(../images/botoms.png); }

.bottom-casa {
  background-position: 0 0%;
  background-size: 100%; }

.bottom-pessoas {
  background-position: 0 10.265811%;
  background-size: 105.590062%; }

.bottom-predio {
  background-position: 0 21.037736%;
  background-size: 106.918239%; }

.bottom-banco {
  background-position: 0 33.363803%;
  background-size: 107.594937%; }

.bottom-chaves {
  background-position: 0 43.959108%;
  background-size: 112.582781%; }

.bottom-documento {
  background-position: 0 55.514365%;
  background-size: 126.865672%; }

.bottom-dinheiro {
  background-position: 0 68.113208%;
  background-size: 134.920635%; }

.bottom-cadastro {
  background-position: 0 80.074143%;
  background-size: 165.048544%; }

.bottom-calculadora {
  background-position: 0 91.473587%;
  background-size: 195.402299%; }

.bottom-download {
  background-position: 0 100%;
  background-size: 209.876543%; }

.center-full {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto; }

.clear:before, .center-full:before,
.clear:after, .center-full:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden; }

.clear:after, .center-full:after {
  clear: both; }

.clear, .center-full {
  zoom: 1; }

.to-right {
  float: right; }

.to-left {
  float: left; }

.hide-text {
  display: block;
  overflow: hidden;
  text-indent: -99999px; }

.italic {
  font-style: italic; }

.cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.rounded-link {
  display: table;
  height: 50px;
  padding: 0 40px;
  margin: 0 auto;
  line-height: 44px;
  text-align: center;
  font-size: 240%;
  font-family: 'Open Sans';
  font-weight: 600;
  border-width: 3px;
  border-style: solid;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  letter-spacing: 0.01em;
  text-decoration: none;
  -moz-transition: all, 300ms;
  -o-transition: all, 300ms;
  -webkit-transition: all, 300ms;
  transition: all, 300ms;
  cursor: pointer; }
  .rounded-link.small {
    height: 32px;
    padding: 0 16px;
    line-height: 24px;
    font-size: 160%;
    background: none; }

.rounded-link:hover {
  text-decoration: none; }

.link-video {
  display: table;
  position: relative;
  padding-left: 14px;
  line-height: 20px;
  font-family: 'Bitter';
  font-size: 200%;
  overflow: hidden;
  width: 163px;
  cursor: pointer;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms; }
  .link-video:hover {
    margin-left: 5px; }
  .link-video .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 13px;
    height: 13px;
    margin-top: -6px;
    overflow: hidden; }
    .link-video .icon:before {
      content: '';
      display: table;
      width: 100%;
      height: 100%;
      margin-left: -7px;
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-border-radius: 2px;
      -webkit-border-radius: 2px;
      border-radius: 2px; }

.tree-cols {
  display: block;
  margin-left: -32px;
  margin-right: -32px;
  text-align: center; }

.tree-cols > .col {
  display: inline-table;
  text-align: center;
  margin: 0 7% 50px; }

.bottom {
  display: table;
  position: relative;
  width: 144px;
  height: 144px;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%; }
  .bottom img {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block; }

#barra-brail-wrapper {
  display: block; }

#conteudo {
  display: block;
  position: relative;
  width: 100%; }

#box-saiba-mais .center-full {
  padding-top: 104px;
  min-height: 525px; }
#box-saiba-mais .box-image {
  background-image: url(../images/foto-saiba-mais.jpg); }

#box-modalidades .center-full {
  padding-top: 70px;
  padding-bottom: 70px; }
#box-modalidades .description {
  margin-top: 28px;
  font-size: 180%;
  line-height: 26px; }
#box-modalidades .box-image {
  background-image: url(../images/bg-3-casas.jpg); }

#realizacao-sorteio {
  padding-bottom: 50px;
  margin-bottom: 12px; }

#svg-map path {
  -moz-transition: all, 300ms;
  -o-transition: all, 300ms;
  -webkit-transition: all, 300ms;
  transition: all, 300ms; }

#svg-map text {
  font: 12px Arial-BoldMT, sans-serif;
  cursor: pointer; }

#svg-map a {
  text-decoration: none; }

#svg-map a:hover {
  cursor: pointer;
  text-decoration: none; }

.slick-dots {
  list-style: none;
  padding: 0;
  display: table;
  margin: 10px auto 0; }
  .slick-dots li {
    display: inline-table;
    margin: 0 2px;
    height: 6px;
    line-height: 6px; }
    .slick-dots li button {
      border: 0;
      height: 6px;
      line-height: 6px;
      width: 6px;
      height: 6px;
      -webkit-border-radius: 51%;
      -moz-border-radius: 51%;
      border-radius: 51%;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left; }

.select2-container .select2-selection--single {
  height: 73px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 230%;
  font-weight: 700;
  line-height: 71px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 22px;
  padding-right: 70px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 70px;
  height: 71px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 30px;
  height: 19px;
  border: 0;
  margin-left: -15px;
  margin-top: -10px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b:before,
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  width: 24px;
  height: 9px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all, 300ms;
  -o-transition: all, 300ms;
  -webkit-transition: all, 300ms;
  transition: all, 300ms; }

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  left: -3px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  right: -3px;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.select2-dropdown {
  border: 0; }

.select2-results__option {
  padding: 6px 20px;
  font-size: 230%; }

header {
  display: block;
  position: relative;
  height: 79px; }
  header span.sombra {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 3px;
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }
  header h1 {
    display: block;
    text-align: center;
    font-size: 240%;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 29px;
    margin-top: 26px; }
    header h1 a {
      text-decoration: none; }
  header .menu-toggle {
    position: absolute;
    left: 32px;
    top: 29px;
    cursor: pointer; }
    header .menu-toggle #nav-icon {
      float: left;
      width: 28px;
      height: 22px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      header .menu-toggle #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
        header .menu-toggle #nav-icon span:nth-child(1) {
          top: 0px; }
        header .menu-toggle #nav-icon span:nth-child(2), header .menu-toggle #nav-icon span:nth-child(3) {
          top: 9px; }
        header .menu-toggle #nav-icon span:nth-child(4) {
          top: 18px; }
    header .menu-toggle .text {
      float: left;
      line-height: 22px;
      margin-left: 12px;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 140%; }
    header .menu-toggle.menu-open #nav-icon span:nth-child(1) {
      top: 9px;
      width: 0%;
      left: 50%; }
    header .menu-toggle.menu-open #nav-icon span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    header .menu-toggle.menu-open #nav-icon span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header .menu-toggle.menu-open #nav-icon span:nth-child(4) {
      top: 9px;
      width: 0%;
      left: 50%; }

#menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 300;
  opacity: 0;
  width: 0px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: all, 850ms;
  -o-transition: all, 850ms;
  -webkit-transition: all, 850ms;
  transition: all, 850ms; }
  #menu ul {
    position: absolute;
    left: -340px;
    top: 0;
    bottom: 0;
    padding: 15px 1px;
    background: #414141;
    -moz-transition: all, 700ms;
    -o-transition: all, 700ms;
    -webkit-transition: all, 700ms;
    transition: all, 700ms; }
    #menu ul li {
      display: block;
      margin-bottom: 1px;
      width: 340px; }
      #menu ul li a {
        display: block;
        padding: 0 37px;
        text-decoration: none;
        line-height: 45px;
        font-size: 140%;
        text-transform: uppercase;
        background: #373737;
        color: #fff;
        -moz-transition: all, 500ms;
        -o-transition: all, 500ms;
        -webkit-transition: all, 500ms;
        transition: all, 500ms; }
        #menu ul li a:hover {
          padding-left: 42px;
          background-color: #2c2c2c; }
  #menu.opened {
    width: 100%;
    opacity: 100; }
    #menu.opened ul {
      left: 0; }

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 96px; }
  footer img {
    display: block;
    height: auto; }
  footer .logo-acesso {
    float: left;
    margin-top: 32px; }
    footer .logo-acesso img {
      width: 107px; }
  footer .logo-brasil {
    float: right;
    margin-top: 26px; }
    footer .logo-brasil img {
      width: 151px; }

.access-bar {
  display: block;
  position: relative;
  height: 32px;
  padding: 0 33px;
  z-index: 10; }
  .access-bar a {
    display: block;
    float: left;
    line-height: 32px;
    font-size: 120%;
    text-decoration: none;
    font-weight: 700; }
  .access-bar .to-left a {
    margin-right: 15px; }
  .access-bar .to-right a {
    text-transform: uppercase;
    margin-left: 12px; }

.full-banner {
  position: relative;
  display: block;
  height: 377px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/banner-home.jpg); }
  .full-banner .logo-mcmv {
    width: 260px;
    height: 89px;
    margin: 36px 0 0 0;
    background-image: url(../images/logo-mcmv.png);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; }
  .full-banner h2 {
    display: block;
    margin-top: 8px;
    font-size: 380%;
    font-family: 'Bitter';
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 1px; }
    .full-banner h2 .italic {
      font-weight: 400; }
  .full-banner nav {
    margin: 25px 0 0; }
    .full-banner nav .rounded-link {
      display: inline-table;
      margin-right: 18px; }
      .full-banner nav .rounded-link:first-child {
        margin-left: 0; }

@media (max-width: 1060px) {
  .full-banner {
    background-position: 55% top; } }
@media (max-width: 920px) {
  .full-banner {
    background-position: 60% top; } }
#consulta {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: center top; }
  #consulta .form-step {
    display: block;
    padding-top: 29px;
    padding-bottom: 25px;
    min-height: 450px; }
    #consulta .form-step h2 {
      display: block;
      text-align: center; }
    #consulta .form-step p, #consulta .form-step label.instruction {
      display: block;
      text-align: center;
      font-size: 200%; }
    #consulta .form-step input[type="text"] {
      position: relative;
      float: left;
      display: block;
      width: 100%;
      margin-right: -52px;
      padding-right: 62px;
      height: 43px;
      line-height: 43px;
      font-size: 230%;
      font-weight: 700;
      outline: none;
      z-index: 10; }
    #consulta .form-step .foward-button {
      position: relative;
      float: left;
      display: block;
      width: 52px;
      height: 43px;
      cursor: pointer;
      z-index: 20;
      background-color: transparent;
      background-image: url(../images/icons-sprite.png);
      background-repeat: no-repeat;
      background-position: 13px 6px; }
      #consulta .form-step .foward-button.disabled {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
        opacity: 0.2;
        cursor: default; }
    #consulta .form-step .actions {
      display: table;
      margin: 30px auto 0; }
      #consulta .form-step .actions .rounded-link {
        float: left;
        margin: 0 17px; }
    #consulta .form-step .pager {
      display: table;
      margin: 0 auto;
      font-size: 180%;
      font-weight: 700;
      letter-spacing: 1px; }
    #consulta .form-step .fields-wrapper {
      position: relative;
      display: block;
      width: 100%;
      max-width: 463px;
      padding: 16px 8px 22px 18px;
      margin: 0 auto; }
    #consulta .form-step .statusbar {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 6px; }
    #consulta .form-step .bottom {
      margin: 0 auto 16px; }
      #consulta .form-step .bottom img {
        bottom: 12px; }
        #consulta .form-step .bottom img.bottom-predio {
          width: 159px;
          margin-left: -79px; }
        #consulta .form-step .bottom img.bottom-cadastro {
          width: 103px;
          margin-left: -52px; }
        #consulta .form-step .bottom img.bottom-documento {
          width: 134px;
          margin-left: -67px; }
        #consulta .form-step .bottom img.bottom-calculadora {
          width: 87px;
          margin-left: -43px; }
        #consulta .form-step .bottom img.bottom-banco {
          width: 158px;
          margin-left: -71px; }
    #consulta .form-step.step-1 {
      padding-top: 40px; }
      #consulta .form-step.step-1 span.cash-icon {
        float: left;
        display: block;
        width: 25px;
        height: 43px;
        line-height: 43px;
        font-weight: 700;
        font-size: 230%; }
      #consulta .form-step.step-1 input[type="text"] {
        margin-left: -25px;
        padding-left: 30px; }
      #consulta .form-step.step-1 .instruction {
        margin-top: 30px; }
      #consulta .form-step.step-1 .fields-wrapper {
        margin-top: 20px; }
      #consulta .form-step.step-1 .rounded-link {
        margin-top: 60px;
        position: relative; }
        #consulta .form-step.step-1 .rounded-link:before {
          content: '';
          display: block;
          position: absolute;
          top: -31px;
          left: -28px;
          right: -28px;
          height: 1px; }
    #consulta .form-step.finish {
      /* Opção 4 */
      /* Opção 5 */ }
      #consulta .form-step.finish .description {
        margin-top: 4px;
        line-height: 24px; }
      #consulta .form-step.finish .text {
        display: block;
        font-size: 160%;
        line-height: 23px;
        font-weight: 700;
        font-family: 'Open Sans';
        letter-spacing: 1px; }
      #consulta .form-step.finish .lista-passos {
        margin-top: 28px; }
        #consulta .form-step.finish .lista-passos .passo {
          min-width: 235px;
          margin: 0 5% 20px; }
        #consulta .form-step.finish .lista-passos .rounded-link {
          margin-bottom: 10px; }
      #consulta .form-step.finish .opcao-4 {
        padding-top: 40px; }
        #consulta .form-step.finish .opcao-4 .lista-passos {
          margin-top: 74px; }
      #consulta .form-step.finish .opcao-5 {
        height: 450px;
        display: table-cell;
        vertical-align: middle; }
        #consulta .form-step.finish .opcao-5 .description {
          line-height: 42px;
          font-size: 320%;
          font-family: 'Bitter'; }

/*
@media( max-width: 1024px ){
	#consulta .form-step.finish {
		height: 743px;
	}
}
*/
#simulador {
  display: block;
  padding: 70px 0 50px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top; }
  #simulador h2 {
    display: block;
    margin-bottom: 28px; }
  #simulador p {
    font-size: 180%;
    line-height: 21px;
    margin-bottom: 16px; }
  #simulador .action {
    display: block;
    margin: 35px -34px 0; }
    #simulador .action a {
      display: inline-table;
      padding: 0 26px;
      margin: 0 12px 20px;
      font-family: 'Open Sans'; }

#conquistas {
  display: block;
  text-align: center;
  padding: 45px 0 55px; }
  #conquistas h2 {
    line-height: 40px; }
  #conquistas .lista-conquistas {
    display: block;
    margin-top: 45px; }
    #conquistas .lista-conquistas .col .bottom {
      margin: 0 auto; }
      #conquistas .lista-conquistas .col .bottom .bottom-casa {
        width: 170px;
        margin-left: -85px; }
      #conquistas .lista-conquistas .col .bottom .bottom-pessoas {
        width: 161px;
        margin-left: -80px; }
      #conquistas .lista-conquistas .col .bottom .bottom-chaves {
        width: 151px;
        margin-left: -82px; }
    #conquistas .lista-conquistas .col .numbers {
      display: block;
      height: 38px;
      margin-top: 22px;
      line-height: 38px;
      font-size: 450%;
      font-weight: 700;
      overflow: hidden; }
    #conquistas .lista-conquistas .col .desc-numbers {
      display: block;
      height: 42px;
      margin-top: 3px;
      overflow: hidden;
      font-size: 470%;
      line-height: 42px;
      font-family: 'Bitter'; }
    #conquistas .lista-conquistas .col .description {
      display: block;
      margin-top: 3px;
      font-size: 180%;
      line-height: 21px;
      text-transform: uppercase; }
    #conquistas .lista-conquistas .col.people .numbers {
      height: 47px;
      margin-top: 15px;
      font-size: 560%;
      line-height: 47px; }
  #conquistas .slick-dots {
    margin-top: 22px; }
  #conquistas .rounded-link {
    margin-top: 0; }

.banner-video {
  display: block;
  height: 577px;
  padding-top: 165px;
  background-position: right top;
  background-image: url(../images/banner-video.jpg); }
  .banner-video bloquote {
    display: block;
    position: relative;
    font-size: 500%;
    font-family: 'Bitter';
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0.02em; }
    .banner-video bloquote .italic {
      font-weight: 400; }
    .banner-video bloquote .quote-open {
      display: block;
      width: 145px;
      height: 110px;
      position: absolute;
      left: -44px;
      top: -62px;
      color: transparent;
      text-indent: -119988px;
      overflow: hidden;
      text-align: left;
      background-image: url(../images/quote-open.png);
      background-repeat: no-repeat;
      -webkit-background-size: 100% auto;
      -moz-background-size: 100% auto;
      -o-background-size: 100% auto;
      background-size: 100% auto; }
    .banner-video bloquote .quote-close {
      position: relative;
      content: '';
      display: inline-table;
      color: transparent; }
      .banner-video bloquote .quote-close:after {
        content: '”';
        display: block;
        width: 42px;
        height: 30px;
        font-size: 220%;
        font-family: "PT Sans";
        color: rgba(255, 255, 255, 0.5); }
  .banner-video cite {
    display: block;
    margin-top: 24px;
    font-size: 180%;
    font-style: normal; }
  .banner-video .link-video {
    margin-top: 40px; }

#historias {
  display: block;
  padding-top: 39px;
  padding-bottom: 45px; }
  #historias h2 {
    max-width: 750px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 330%;
    line-height: 43px;
    text-align: center; }
  #historias .lista-historias {
    display: block;
    list-style: none;
    padding: 0;
    margin: 50px -3px 0;
    text-align: center; }
    #historias .lista-historias .historia {
      display: inline-table;
      width: 33%;
      min-width: 280px;
      padding: 0 1px;
      margin-bottom: 5px;
      position: relative;
      font-size: 100%; }
      #historias .lista-historias .historia .depoimento {
        font-size: 190%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 22px;
        text-align: left;
        line-height: 23px; }
    #historias .lista-historias img {
      display: block;
      width: 100%;
      height: auto; }
  #historias .slick-dots {
    margin-top: 11px; }

#two-buttons {
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center; }
  #two-buttons .center-full {
    padding: 0 20px; }
  #two-buttons a {
    display: inline-table;
    width: 467px;
    padding: 0 20px;
    margin: 0 11px 20px;
    letter-spacing: 0; }

.image-side {
  display: block;
  position: relative;
  overflow: hidden;
  min-width: 1024px; }
  .image-side .center-full {
    padding-top: 50px;
    padding-bottom: 50px;
    min-width: 1024px; }
  .image-side .content {
    display: block;
    width: 497px;
    padding-right: 40px; }
  .image-side .description {
    margin-top: 14px;
    font-size: 240%;
    line-height: 28px; }
  .image-side .text {
    margin-top: 34px; }
  .image-side .box-image {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51.25%;
    width: 48.75%;
    background-repeat: no-repeat;
    background-position: left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .image-side .box-image img {
      display: none; }

.icons-side {
  padding-top: 50px;
  padding-bottom: 50px; }
  .icons-side .content {
    float: left;
    display: block;
    width: 100%;
    margin-right: -216px;
    padding-right: 248px; }
  .icons-side h3, .icons-side p {
    font-family: 'PT Sans'; }
  .icons-side h3 {
    font-weight: 400;
    margin: 8px 0 40px;
    font-size: 220%;
    line-height: 22px; }
  .icons-side h4 {
    margin-bottom: 16px;
    font-size: 180%; }
  .icons-side p {
    margin-bottom: 16px;
    font-size: 180%; }
  .icons-side .box-icons {
    float: left;
    width: 216px;
    text-align: center; }
    .icons-side .box-icons img {
      display: inline-table;
      margin-bottom: 80px; }

.box-azul {
  display: block;
  padding-bottom: 60px;
  padding-top: 48px; }
  .box-azul span {
    display: table;
    margin: 0 auto;
    font-size: 180%;
    margin-bottom: 12px; }
  .box-azul h3 {
    display: block;
    max-width: 694px;
    padding: 0 32px;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-size: 280%; }

#a-quem-se-destina span.box-description {
  display: block;
  padding: 55px 34px 29px;
  font-size: 180%;
  text-align: center; }
#a-quem-se-destina .box-footer p {
  padding: 50px 60px;
  text-align: center;
  font-size: 220%;
  font-family: 'Bitter';
  line-height: 27px; }
#a-quem-se-destina table {
  width: 100%;
  border-collapse: collapse; }
  #a-quem-se-destina table .col-left {
    width: 12.5%; }
  #a-quem-se-destina table .col-right {
    width: 12.5%; }
  #a-quem-se-destina table .renda {
    width: 27%; }
  #a-quem-se-destina table .faixa, #a-quem-se-destina table .caracts {
    width: 24%; }
  #a-quem-se-destina table .renda, #a-quem-se-destina table .faixa {
    padding-right: 20px; }
  #a-quem-se-destina table thead tr th {
    padding-bottom: 45px;
    font-size: 220%;
    font-weight: 700;
    font-family: 'Bitter';
    vertical-align: top;
    text-align: left; }
  #a-quem-se-destina table tbody tr td {
    padding-top: 16px;
    padding-bottom: 16px; }
    #a-quem-se-destina table tbody tr td.renda, #a-quem-se-destina table tbody tr td.faixa {
      font-weight: 700;
      font-size: 240%; }
    #a-quem-se-destina table tbody tr td.caracts {
      font-size: 180%;
      line-height: 22px; }
  #a-quem-se-destina table tbody tr.even td {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid; }

.box-duplo {
  padding: 36px 0 48px; }
  .box-duplo .center-full {
    padding-left: 16px;
    padding-right: 16px; }
  .box-duplo div.col {
    float: left;
    width: 50%;
    padding: 0 16px; }
  .box-duplo h3 {
    margin: 12px 0 32px; }
  .box-duplo h4 {
    margin: 12px 0; }
  .box-duplo p {
    margin-bottom: 20px; }

.box-full-size-text {
  padding-top: 34px;
  padding-bottom: 34px; }
  .box-full-size-text h2 {
    margin-bottom: 32px; }
  .box-full-size-text h3 {
    font-size: 180%;
    line-height: 24px; }
  .box-full-size-text P {
    margin-top: 15px;
    line-height: 24px; }

#box-download {
  padding-top: 55px;
  padding-bottom: 55px; }
  #box-download h3 {
    float: left;
    width: 100%;
    margin-right: -320px;
    padding-right: 400px;
    font-size: 230%;
    line-height: 32px; }
  #box-download .link-download {
    float: left;
    width: 320px;
    margin-top: 22px;
    position: relative; }
    #box-download .link-download .rounded-link {
      width: 100%;
      text-align: right; }
    #box-download .link-download .description {
      display: block;
      margin-top: 3px;
      padding-left: 103px;
      font-size: 120%; }
    #box-download .link-download img {
      position: absolute;
      left: 0;
      top: -13px; }

#banner-resultados {
  display: block;
  position: relative;
  height: 352px;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #banner-resultados .center-full {
    height: 100%; }
  #banner-resultados .content {
    position: absolute;
    bottom: 48px;
    left: 0;
    padding: 0 32px; }
  #banner-resultados h2 {
    font-size: 370%;
    line-height: 39px; }
  #banner-resultados .description {
    display: block;
    margin-top: 20px;
    font-size: 250%;
    letter-spacing: 1px; }

#navega-resultados {
  padding-top: 40px;
  padding-bottom: 40px; }
  #navega-resultados #mapa {
    position: relative;
    float: left;
    width: 450px;
    z-index: 20; }
  #navega-resultados #navegacao-mapa {
    position: relative;
    float: left;
    width: 100%;
    margin-left: -450px;
    padding-left: 482px;
    z-index: 10; }
    #navega-resultados #navegacao-mapa .instrucao {
      display: block;
      margin-top: 10px;
      font-size: 230%;
      line-height: 28px;
      font-weight: 700;
      letter-spacing: 0.03em; }
    #navega-resultados #navegacao-mapa #uf {
      width: 100%; }
    #navega-resultados #navegacao-mapa #uf, #navega-resultados #navegacao-mapa .select2-container {
      margin-top: 35px; }
    #navega-resultados #navegacao-mapa .content-results {
      display: block;
      margin: 20px -18px 0; }
    #navega-resultados #navegacao-mapa #resultados-investimentos {
      list-style: none;
      padding-top: 30px; }
      #navega-resultados #navegacao-mapa #resultados-investimentos div {
        float: left;
        width: 33.333%;
        text-align: center;
        font-weight: 100%; }
      #navega-resultados #navegacao-mapa #resultados-investimentos .description {
        display: table;
        margin: 0 auto;
        font-size: 160%;
        line-height: 15px; }
      #navega-resultados #navegacao-mapa #resultados-investimentos .value {
        display: table;
        margin: 0 auto;
        font-size: 211%;
        font-weight: 700;
        font-family: 'Bitter'; }
      #navega-resultados #navegacao-mapa #resultados-investimentos .icon-wrapper {
        display: table;
        margin: 0 auto;
        height: 116px; }
      #navega-resultados #navegacao-mapa #resultados-investimentos img.bottom-dinheiro {
        width: 90px; }
      #navega-resultados #navegacao-mapa #resultados-investimentos img.bottom-chaves {
        margin-top: 4px;
        width: 105px; }
      #navega-resultados #navegacao-mapa #resultados-investimentos img.bottom-casa {
        margin-top: 17px;
        width: 118px; }

@media (max-width: 640px) {
  body {
    padding-bottom: 56px; }

  h2,
  h3,
  h4,
  h5 {
    letter-spacing: 0.02em;
    font-weight: 700; }

  h2 {
    font-size: 180%;
    line-height: 24px; }

  h3 {
    font-size: 180%;
    line-height: 23px; }

  h4 {
    font-size: 200%; }

  h5 {
    font-size: 140%; }

  p {
    font-size: 140%;
    line-height: 19px; }

  .center-full {
    padding-left: 17px;
    padding-right: 17px;
    max-width: auto; }

  .rounded-link {
    height: 41px;
    padding: 0 40px;
    line-height: 37px;
    font-size: 190%;
    border-width: 2px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; }
    .rounded-link.small {
      height: 32px;
      padding: 0 16px;
      line-height: 24px;
      font-size: 160%; }

  .link-video {
    padding-left: 13px;
    line-height: 14px;
    font-size: 160%;
    width: 135px; }
    .link-video .icon {
      width: 10px;
      height: 10px;
      margin-top: -6px; }
      .link-video .icon:before {
        margin-left: -5px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px; }

  ul.tree-cols {
    margin-left: -16px;
    margin-right: -16px; }
    ul.tree-cols li {
      margin: 0 7% 50px; }

  .bottom {
    width: 126px;
    height: 126px;
    -webkit-border-radius: 51%;
    -moz-border-radius: 51%;
    border-radius: 51%; }

  #box-saiba-mais .center-full {
    padding-top: 32px;
    min-height: 0; }
  #box-saiba-mais .box-image {
    background: none; }

  #box-modalidades {
    padding-top: 0;
    padding-bottom: 0; }
    #box-modalidades .center-full {
      padding: 30px 17px; }
    #box-modalidades .description {
      margin-top: 16px;
      font-size: 140%;
      line-height: 17px; }
    #box-modalidades .box-image {
      background: none;
      display: none; }
    #box-modalidades .bottom-casa {
      width: 137px;
      margin: 0 auto 26px; }

  .box-tipos {
    padding-top: 20px;
    padding-bottom: 0; }
    .box-tipos h3 {
      margin-bottom: 20px; }
    .box-tipos h4 {
      margin: 5px 0 7px;
      font-size: 140%;
      font-family: 'PT Sans'; }
    .box-tipos p {
      line-height: 17px;
      margin-bottom: 7px; }

  #svg-map text {
    fill: #fff;
    font: 12px Arial-BoldMT, sans-serif;
    cursor: pointer; }

  #svg-map a {
    text-decoration: none; }

  #svg-map a:hover {
    cursor: pointer;
    text-decoration: none; }

  #svg-map a:hover path {
    fill: #81b080 !important; }

  #svg-map .circle {
    fill: #b0dfaf; }

  #svg-map a:hover .circle {
    fill: #81b080 !important;
    cursor: pointer; }

  select {
    width: 100%; }

  .select2-container .select2-selection--single {
    height: 36px; }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 120%;
    line-height: 34px; }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 34px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 34px;
    height: 34px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 15px;
    height: 10px;
    border: 0;
    margin-left: -7px;
    margin-top: -5px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b:before,
  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    top: 2px;
    width: 13px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    left: -2px; }

  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    right: -2px; }

  .select2-results__option {
    padding: 3px 10px;
    font-size: 160%; }

  header {
    height: 64px; }
    header h1 {
      font-size: 180%;
      letter-spacing: 0;
      line-height: 14px;
      margin-top: 25px; }
    header .menu-toggle {
      position: absolute;
      left: 17px;
      top: 22px; }

  footer {
    height: 56px; }
    footer .center-full {
      padding: 0 24px; }
    footer .logo-acesso {
      margin-top: 16px; }
      footer .logo-acesso img {
        width: 85px; }
    footer .logo-brasil {
      margin-top: 16px; }
      footer .logo-brasil img {
        width: 76px; }

  .full-banner {
    height: 251px;
    background-position: right center;
    background-image: url(../images/banner-home-mobile.jpg); }
    .full-banner .logo-mcmv {
      width: 130px;
      height: 43px;
      margin: 51px 0 0 0; }
    .full-banner h2 {
      display: block;
      width: 100%;
      margin-top: 9px;
      font-size: 230%;
      line-height: 26px;
      letter-spacing: 0; }
    .full-banner nav {
      margin-top: 9px; }
    .full-banner .rounded-link {
      padding: 0 12px;
      font-size: 180%;
      letter-spacing: -0.03em;
      height: 41px;
      line-height: 34px; }

  #consulta {
    height: auto; }
    #consulta .form-step {
      padding-top: 35px; }
      #consulta .form-step p {
        font-size: 160%; }
      #consulta .form-step input[type="text"] {
        margin-right: -46px;
        padding-right: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 210%; }
      #consulta .form-step .foward-button {
        width: 46px;
        height: 46px;
        background-position: 13px 11px;
        -moz-background-size: 48% auto;
        -o-background-size: 48% auto;
        -webkit-background-size: 48% auto;
        background-size: 48% auto; }
      #consulta .form-step .actions {
        margin: 30px auto 0; }
        #consulta .form-step .actions .rounded-link {
          margin: 0 17px; }
      #consulta .form-step .pager {
        font-size: 180%;
        font-weight: 700;
        letter-spacing: 1px; }
      #consulta .form-step .statusbar {
        height: 4px; }
      #consulta .form-step .fields-wrapper {
        padding: 0 0 4px 11px;
        height: 50px;
        margin: 0 auto; }
      #consulta .form-step.step-1 {
        padding-top: 120px;
        padding-bottom: 135px; }
        #consulta .form-step.step-1 .instruction {
          margin-top: 8px; }
        #consulta .form-step.step-1 label {
          height: 46px;
          line-height: 46px;
          font-size: 210%; }
        #consulta .form-step.step-1 .fields-wrapper {
          margin-top: 15px; }
        #consulta .form-step.step-1 .rounded-link {
          margin-top: 48px;
          position: relative; }
          #consulta .form-step.step-1 .rounded-link:before {
            top: -23px;
            left: 52px;
            right: 52px; }
      #consulta .form-step.finish {
        padding-top: 46px;
        padding-bottom: 20px;
        /* Opção 3 */ }
        #consulta .form-step.finish .text {
          font-size: 160%;
          line-height: 19px;
          letter-spacing: 0; }
        #consulta .form-step.finish .description {
          margin-top: 4px;
          line-height: 17px;
          font-size: 140%; }
        #consulta .form-step.finish .lista-passos {
          margin: 45px 0 0 0;
          width: 100%; }
          #consulta .form-step.finish .lista-passos .passo {
            width: 100%;
            min-width: 0;
            margin: 0;
            padding: 0; }
          #consulta .form-step.finish .lista-passos .rounded-link {
            height: 41px;
            line-height: 41px;
            font-size: 190%;
            padding: 0 25px;
            background: rgba(0, 0, 0, 0.2);
            margin-bottom: 10px; }
          #consulta .form-step.finish .lista-passos .bottom {
            margin: 0 auto 16px; }
            #consulta .form-step.finish .lista-passos .bottom img {
              bottom: 12px; }
              #consulta .form-step.finish .lista-passos .bottom img.bottom-predio {
                width: 138px;
                margin-left: -69px; }
              #consulta .form-step.finish .lista-passos .bottom img.bottom-cadastro {
                width: 90px;
                margin-left: -45px; }
              #consulta .form-step.finish .lista-passos .bottom img.bottom-documento {
                width: 117px;
                margin-left: -58px; }
              #consulta .form-step.finish .lista-passos .bottom img.bottom-calculadora {
                width: 76px;
                margin-left: -38px; }
        #consulta .form-step.finish .opcao-3 {
          height: 470px; }
          #consulta .form-step.finish .opcao-3 .description {
            line-height: 26px;
            font-size: 160%; }

  #simulador {
    padding: 22px 0 37px; }
    #simulador h2 {
      margin-bottom: 14px; }
    #simulador p {
      font-size: 140%;
      line-height: 17px;
      margin-bottom: 7px; }
    #simulador .action {
      margin: 35px 0 0; }
      #simulador .action a {
        display: block;
        padding: 0 26px;
        margin: 0 0 9px; }

  #conquistas {
    padding: 25px 0; }
    #conquistas h2 {
      line-height: 24px; }
    #conquistas .lista-conquistas {
      margin-top: 20px; }
      #conquistas .lista-conquistas .col .bottom {
        width: 90px;
        height: 90px;
        -webkit-border-radius: 51%;
        -moz-border-radius: 51%;
        border-radius: 51%; }
        #conquistas .lista-conquistas .col .bottom .bottom-casa {
          width: 105px;
          margin-left: -52px; }
        #conquistas .lista-conquistas .col .bottom .bottom-pessoas {
          width: 100px;
          margin-left: -50px; }
        #conquistas .lista-conquistas .col .bottom .bottom-chaves {
          width: 94px;
          margin-left: -47px; }
      #conquistas .lista-conquistas .col .numbers {
        height: 21px;
        margin-top: 8px;
        line-height: 21px;
        font-size: 278%; }
      #conquistas .lista-conquistas .col .desc-numbers {
        height: 23px;
        line-height: 25px;
        margin-top: 3px;
        font-size: 290%; }
      #conquistas .lista-conquistas .col .description {
        margin-top: 3px;
        font-size: 110%;
        line-height: 13px;
        letter-spacing: 0; }
      #conquistas .lista-conquistas .col.people .numbers {
        height: 26px;
        line-height: 28px;
        margin-top: 9px;
        font-size: 340%; }
    #conquistas .rounded-link {
      margin-top: 18px;
      padding: 0 24px;
      letter-spacing: 0; }

  .banner-video {
    height: 290px;
    padding-top: 104px;
    background-position: 70% top; }
    .banner-video bloquote {
      font-size: 240%;
      line-height: 24px;
      letter-spacing: 0.02em; }
      .banner-video bloquote .quote-open {
        width: 75px;
        height: 57px;
        left: -24px;
        top: -30px;
        font-size: 910%;
        line-height: 217px;
        text-indent: -7px; }
      .banner-video bloquote .quote-close:after {
        width: 12px;
        height: 10px;
        font-size: 220%; }
    .banner-video cite {
      margin-top: 0;
      font-size: 90%; }
    .banner-video .link-video {
      margin-top: 15px; }

  #historias {
    padding-top: 17px;
    padding-bottom: 14px; }
    #historias h2 {
      font-size: 165%;
      line-height: 21px; }
    #historias .lista-historias {
      padding: 0;
      margin: 14px -17px 0; }
      #historias .lista-historias .historia {
        width: 100%;
        min-width: 0;
        padding: 0 3px;
        margin-bottom: 0; }
        #historias .lista-historias .historia .depoimento {
          font-size: 160%;
          padding: 24px;
          line-height: 19px; }

  #two-buttons {
    padding-top: 22px;
    padding-bottom: 22px; }
    #two-buttons .center-full {
      padding: 0 17px; }
    #two-buttons a {
      display: block;
      width: auto;
      height: auto;
      line-height: 1em;
      padding: 5px 20px;
      margin: 0 11px 20px; }

  .image-side {
    min-width: 0;
    padding-bottom: 16px; }
    .image-side .center-full {
      padding-bottom: 24px;
      min-width: 0; }
    .image-side .content {
      display: block;
      width: 100%;
      padding-right: 0; }
    .image-side .description {
      margin-top: 9px;
      font-size: 160%;
      line-height: 19px; }
    .image-side .text {
      margin-top: 18px; }
    .image-side .box-image {
      display: block;
      position: relative;
      top: inherit;
      bottom: inherit;
      left: inherit;
      width: inherit;
      padding: 4px;
      background: none; }
      .image-side .box-image img {
        width: 100%;
        display: block; }

  .box-azul {
    padding-bottom: 27px;
    padding-top: 25px; }
    .box-azul span {
      font-size: 160%;
      margin-bottom: 9px; }
    .box-azul h3 {
      display: block;
      max-width: 100%;
      padding: 0 10px;
      line-height: 24px;
      font-size: 190%; }

  #a-quem-se-destina span.box-description {
    padding: 43px 17px 21px;
    font-size: 160%; }
  #a-quem-se-destina .box-footer p.center-full {
    padding: 25px 17px 40px;
    font-size: 140%;
    line-height: 17px; }
  #a-quem-se-destina #slider-destinos {
    display: block;
    width: 100%; }
    #a-quem-se-destina #slider-destinos .destino {
      padding: 0 17px 30px;
      text-align: center;
      height: 100%; }
      #a-quem-se-destina #slider-destinos .destino h3 {
        margin-top: 40px; }
      #a-quem-se-destina #slider-destinos .destino strong {
        display: block;
        font-size: 190%; }
      #a-quem-se-destina #slider-destinos .destino span {
        display: block;
        font-size: 160%; }
    #a-quem-se-destina #slider-destinos .slick-dots {
      margin-bottom: 30px; }
      #a-quem-se-destina #slider-destinos .slick-dots button {
        width: 10px;
        height: 10px;
        background-color: #999999; }
      #a-quem-se-destina #slider-destinos .slick-dots .slick-active button {
        background-color: #265e79; }

  .box-duplo {
    padding: 40px 0 5px; }
    .box-duplo .center-full {
      padding-left: 17px;
      padding-right: 17px; }
    .box-duplo div.col {
      float: none;
      width: 100%;
      padding: 0;
      margin-bottom: 40px; }
    .box-duplo h3 {
      margin-bottom: 12px; }
    .box-duplo h4 {
      margin: 12px 0 10px; }

  .icons-side {
    padding-top: 17px;
    padding-bottom: 21px; }
    .icons-side .content {
      float: none;
      display: block;
      width: 100%;
      margin-right: 0;
      padding-right: 0; }
    .icons-side .description {
      margin: 6px 0 55px;
      font-size: 160%;
      line-height: 19px; }
    .icons-side h4 {
      font-size: 140%;
      margin-bottom: 6px; }
    .icons-side p {
      font-size: 140%;
      line-height: 17px; }
    .icons-side .box-icons {
      display: none; }

  .box-full-size-text {
    padding-top: 34px;
    padding-bottom: 34px; }
    .box-full-size-text h3 {
      margin-top: 22px;
      font-size: 140%;
      line-height: 17px; }
    .box-full-size-text P {
      margin-top: 8px;
      line-height: 17px; }

  #box-download {
    padding-top: 31px;
    padding-bottom: 55px; }
    #box-download h3 {
      float: none;
      width: 100%;
      margin-right: 0;
      padding-right: 0;
      font-size: 160%;
      line-height: 19px; }
    #box-download .link-download {
      width: 286px;
      margin-top: 34px;
      text-align: left; }
      #box-download .link-download .rounded-link {
        text-align: left;
        padding-left: 89px; }
      #box-download .link-download .description {
        margin-top: 3px;
        padding-left: 92px;
        font-size: 110%; }
      #box-download .link-download img {
        width: 72px;
        top: -13px; }

  #banner-resultados {
    height: 190px; }
    #banner-resultados .content {
      bottom: 18px;
      padding: 0 17px; }
    #banner-resultados h2 {
      font-size: 190%;
      line-height: 23px; }
    #banner-resultados .description {
      margin-top: 6px;
      font-size: 160%;
      letter-spacing: 0; }

  #navega-resultados {
    padding-top: 30px;
    padding-bottom: 30px; }
    #navega-resultados #navegacao-mapa {
      float: none;
      width: 100%;
      margin-left: 0;
      padding-left: 0; }
      #navega-resultados #navegacao-mapa .instrucao {
        margin-top: 0;
        font-size: 160%;
        line-height: 20px;
        letter-spacing: 0; }
      #navega-resultados #navegacao-mapa #uf {
        width: 100%; }
      #navega-resultados #navegacao-mapa #uf, #navega-resultados #navegacao-mapa .select2-container {
        margin-top: 35px; }
      #navega-resultados #navegacao-mapa .content-results {
        display: block;
        margin: 0 -17px; }
      #navega-resultados #navegacao-mapa #resultados-investimentos {
        padding-top: 40px;
        margin: 0;
        width: 100%; }
        #navega-resultados #navegacao-mapa #resultados-investimentos div {
          width: 100%; }
        #navega-resultados #navegacao-mapa #resultados-investimentos .description {
          display: table;
          margin: 0 auto;
          font-size: 160%;
          line-height: 15px; }
        #navega-resultados #navegacao-mapa #resultados-investimentos .value {
          display: table;
          margin: 0 auto;
          font-size: 211%;
          font-weight: 700;
          font-family: 'Bitter'; }
        #navega-resultados #navegacao-mapa #resultados-investimentos .icon-wrapper {
          display: table;
          margin: 0 auto;
          height: 116px; }
        #navega-resultados #navegacao-mapa #resultados-investimentos img.bottom-dinheiro {
          width: 90px; }
        #navega-resultados #navegacao-mapa #resultados-investimentos img.bottom-chaves {
          margin-top: 4px;
          width: 105px; }
        #navega-resultados #navegacao-mapa #resultados-investimentos img.bottom-casa {
          margin-top: 17px;
          width: 118px; }
        #navega-resultados #navegacao-mapa #resultados-investimentos .slick-dots {
          padding-top: 22px; } }
