body {
    font-family: Myriad Pro, Myriad Pro IE, 'Myriad', "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 300;
    background-color: #fff;
}

h1 {
    margin-bottom: 0;
}

h2 {
    font-weight: bold;
    font-size: 2.5rem;
}

#back-top-button {
    position: fixed;
    /* width: 3.90625rem; */
    width: 200px;
    top: calc(98vh - 3.125rem);
    /* left: calc(98vw - 3.90625rem); */
    right: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    z-index: 2;
    animation: hidebacktotopbutton 1.4s;
}

#back-top-button:hover, #back-top-button.back-top-visible:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#back-top-button.back-top-visible {
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    animation: showbacktotopbutton 1.4s;
}

@keyframes hidebacktotopbutton {
    from {
        opacity: 0.9;
        filter: alpha(opacity=90);
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

@keyframes showbacktotopbutton {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    to {
        opacity: 0.7;
        filter: alpha(opacity=70);
    }
}

#the-offer h2 {
    text-shadow: 0.125rem 0.125rem #000;
}

.top {
    background: url(../imgs/belem.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    overflow: hidden;
}

.top.ios {
    background-attachment: scroll !important;
}

.logo {
    padding-top: 0.625rem;
    height: 6rem;
}

.topBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
}

.topBar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.topBar li {
    display: inline;
}

.clickable {
    cursor: pointer;
}

.inputText {
    border-radius: 1.25rem;
    padding: 0.3125rem;
    padding-left: 0.9375rem;
    border: 0.0625rem solid #e0e0e0;
    outline: 0;
}

.horizontal-flex {
    display: flex;
}

.flex1 {
    flex: 1;
    padding-left: 0.9375rem;
}

.flex1:first-of-type {
    padding-left: 0;
}

.mc-radio-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mc-radio-box li {
    display: inline;
}

.padding-bottom-50 {
    padding-bottom: 3.125rem;
}

.padding-top-15 {
    padding-top: 0.9375rem;
}

.vertical-align-flex-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fixed .topBar li a {
    color: rgb(0, 133, 62);
}

.topBar li a {
    font-family: Myriad Pro Light, Myriad Pro Light IE;
    font-size: 0.90rem; /* 1.08rem */
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.topBar li + li {
    border-left: 0.125rem solid #fff;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.main h2 {
    font-family: Myriad Pro Light, Myriad Pro Light IE;
    font-size: 2.25rem;
    color: #f8f8f8;
    text-align: center;
    font-weight: 100;
}

.mainTitle {
    margin-top: 5vh;
}

#intro {
    font-size: 1.25rem;
    color: #696767;
}

#intro h2 {
    /*font-size: 4rem;*/
    color: #000;
}

.btnBox {
    margin-top: 33.58vh;
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.btnBox div {
    text-align: center;
}

.center {
    text-align: center;
}

.box1 h2 {
    font-size: 4rem;
}

.greenBox {
    background-color: #999999;
}

.iconGreen {
    height: 4rem;
    width: auto;
    margin-bottom: 3rem;
}

.iconGray {
    height: 5rem;
    width: auto;
    margin-bottom: 2.5rem;
}

.greenBoxDivider {
    padding-bottom: 4vw;
}

.greenBoxItem {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}

.greenBoxItem h3 {
    font-size: 1.563rem;
    font-weight: bold;
    padding-bottom: 1.563rem;
    text-align: center;
}

.greenBoxItem p {
    font-size: 1rem;
    font-weight: bolder;
    flex-direction: row;
    align-content: center;
    justify-items: center;
    text-align: center;
    margin-bottom: 5rem;
}

.default-btn, .gradient-btn {
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem;
    border-radius: 1.875rem;
    border-width: 0;
    display: inline-block !important;
    padding: 0.1875rem;
    width: 80%;
    height: 3.125rem;
    text-decoration: none;
}

.gradient-btn {
    background: linear-gradient(to bottom right, rgb(0, 133, 62), rgb(0, 70, 125));
}

.light-btn {
    display: block;
    background-color: #fff;
    color: rgb(0, 133, 62);
    padding: 0.625rem;
    border: 0;
    border-radius: 1.875rem;
    height: 2.75rem;
}

.light-btn:hover {
    background-color: rgb(0, 133, 62);
    color: #fff;
}

.dark-btn {
    display: block;
    background-color: #00904C;
    color: #fff;
    padding: 0.625rem;
    border-width: 0;
    border-radius: 1.875rem;
    height: 2.75rem;
}

.dark-btn:hover {
    background-color: #00733c;
}

.whiteBox {
    background-color: #fff;
}

.defaultTitle {
    margin-bottom: 8vw;
    margin-top: 3vw;
    font-size: 3rem;
    color: #002856;
}

.whiteBoxItem {
    padding: 0.9375rem;
}

.whiteBoxDivider {
    border-radius: 0.9375rem;
    padding: 0.9375rem;
}

.whiteBoxItem h3 {
    font-size: 1.25rem;
    padding: 1.875rem;
    text-align: center;
}

.greyBox {
    background-color: #F5F5F5;
}

.greyBoxItem h3 {
    font-size: 1.563rem;
    font-weight: bold;
    color: rgb(0, 133, 62);
    padding: 0.625rem;
    padding-bottom: 1.563rem;
    text-align: center;
}

.greyBoxItem ul {
    font-size: 1rem;
    font-weight: bolder;
}

.offerBall {
    width: 10rem;
    height: 10rem;
    border-radius: 5rem;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.3rem;
    font-family: Myriad Pro, Myriad Pro IE, "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.offerBallSmall1 {
    font-weight: normal;
    font-size: 1.15rem;
}

.offerBallSmall2 {
    font-weight: normal;
    font-size: 1.3rem;
}

.offerBallSmall3 {
    font-weight: normal;
    font-size: 1.3rem;
}

.offerBallLabel {
    padding-top: 0.9375rem;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    text-shadow: 0.125rem 0.125rem #000;
    font-weight: bolder;
    height: 5.625rem;
    line-height: 1;
    padding-bottom: 1.25rem;
}

.menu ul {
    list-style-type: none;
}

.menu li {
    display: block;
    padding: 0.9375rem;
}

.menu li a {
    font-family: Myriad Pro, Myriad Pro IE, "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 1.875rem 0;
}

#header {
    animation: hideheader 0.8s;
}

#header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px rgb(0, 133, 62) solid;
    animation: showheader 0.8s;
}

@keyframes showheader {
    from {
        top: -10rem;
    }
    to {
        top: 0;
    }
}

@keyframes hideheader {
    from {
        top: 0;
    }
    to {
        top: -10rem;
    }
}

#intro {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

#unique-opportunity {
    background-color: #F5F5F5;
	padding-top: 1.875rem;
    padding-bottom: 8.875rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7rem), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 7rem), 0 100%);
}

#real-estate-overview {
    margin-top: -7rem;
    padding-top: 8.875rem;
    padding-bottom: 8.875rem;
    -webkit-clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 7rem), 0 100%);
    clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 7rem), 0 100%);
}

#real-estate-overview p {
    font-size: 1.125rem;
}

#btg-pactual-expertise {
    margin-top: -7rem;
    background-color: rgb(0, 57, 81);
    color: #fff;
	padding-top: 8.875rem;
    padding-bottom: 8.875rem;
    -webkit-clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 7rem), 0 100%);
    clip-path: polygon(0 7rem, 100% 0, 100% calc(100% - 7rem), 0 100%);
}

#btg-pactual-expertise h2 {
    color: #fff;
}

#btg-pactual-experience {
    margin-top: -7rem;
	padding-top: 8.875rem;
    padding-bottom: 1.875rem;
    -webkit-clip-path: polygon(0 7rem, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 7rem, 100% 0, 100% 100%, 0 100%);
}

#sa-map-img {
    width: 35rem;
    height: 42.035rem;
}

.sa-map-contents {
    min-width: 10rem;
    font-size: 1rem;
}

.d-none .sa-map-contents {
    position: absolute;
}

.d-none .sa-map-contents div {
    position: relative;
}

.sa-map-contents h3 {
    font-size: 1.563rem;
    font-weight: bold;
}

.flag-img {
    float: left;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}

.country-name {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
}

.country-data {
    color: rgb(0, 133, 62);
    text-align: center;
    font-weight: bold;
}

.country-aum {
    color: #000;
}


.d-none .sa-map-contents #sa-map-trackrecord {
    text-align: left;
}

#sa-map-colombia, #sa-map-chile-peru, #sa-map-brazil {}

#sa-map-chile-peru-mobile, #sa-map-brazil-mobile, #sa-map-colombia-mobile {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#sa-map-colombia {
    top: 3vh;
    left: 20vw;
}

#sa-map-chile-peru {
    top: 25vh;
    left: 23vw;
}

#sa-map-brazil {
    top: 8vh;
    left: 60vw;
}

#blockchain {
    background-color: #F5F5F5;
	padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.blockchain-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 6.375rem;
}

.blockchain-item img {
    width: 4.6875rem;
}

#the-offer {
    position: relative;
    background-color: #000;
}

#the-offer:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../imgs/the-offer-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#the-offer.ios:before {
    background-attachment: scroll !important;
}

#on-the-media {
    background-color: #F5F5F5;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#on-the-media p a img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

#on-the-media p a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#mailing-list {
    background-color: #FFF;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

#roadmap-v-image {
    width: 80vw;
    height: auto;
}

.d-none .roadmap-step {
    font-size: 1.25vw;
}

@media only screen and (min-width: 80rem) {
    .d-none .roadmap-step {
        font-size: 1rem;
    }   
}

.d-lg-none .roadmap-step {
    font-size: 1rem;
}

.roadmap-step {
    position: absolute;
    text-align: center;
    color: rgb(77, 77, 77);
    font-family: Myriad Pro, Myriad Pro IE;
}

.event-date {
    color: rgb(38, 38, 38);
    font-weight: bold;
}

#roadmap-token-sale, #roadmap-investment-selection, #roadmap-cashflow-strategy, #roadmap-asset-purchase, #roadmap-recover-distressed-asset, #roadmap-asset-sale, #roadmap-distribute-reinvest-profits, #roadmap-token-sale-mobile, #roadmap-investment-selection-mobile, #roadmap-cashflow-strategy-mobile, #roadmap-asset-purchase-mobile, #roadmap-recover-distressed-asset-mobile, #roadmap-asset-sale-mobile, #roadmap-distribute-reinvest-profits-mobile {
    position: relative;
}

#mc_embed_signup {
    text-align: left;
    font-family: Myriad Pro, Myriad Pro IE, "Roboto", "Open Sans", Arial, Helvetica, sans-serif;
}

#mc_embed_signup .defaultTitle {
    margin-top: 9vw;
    margin-bottom: 0;
}

#mc_embed_signup .btnBox {
    margin-top: 0;
    padding-bottom: 8vw;
}

.mc-field-group input {
    width: 100%;
}

.mc-field-group label {
    margin-bottom: inherit;
}

#footer-logo {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

.disclaimer {
    text-align: justify;
    font-size: 0.75rem;
}

.margin-auto {
    margin: auto;
}

.mc-radio-options {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

input[type="radio"] {
    visibility: hidden;
    position: absolute;
}

input[type="radio"] + label {
    background-color: transparent;
    border: 0.0625rem solid rgb(77, 77, 77);
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(77, 77, 77);
    height: 2.188rem;
    width: 8.125rem;
    cursor: pointer;
}

input[type="radio"]:checked + label {
    background-color: #00904C;
    border: 0.0625rem solid #00904C;
    flex: 1 1 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    height: 2.188rem;
    width: 8.125rem;
    cursor: default;
}

.toggle-left {
    border-top-left-radius: 1.875rem;
    border-bottom-left-radius: 1.875rem;
}

.toggle-right {
    border-top-right-radius: 1.875rem;
    border-bottom-right-radius: 1.875rem;
}

@media only screen and (max-width: 31.25rem) {
    .main h2 {
        font-size: 1.3rem;
    }

    #intro h2 {
        font-size: 2rem;
    }

    .defaultTitle {
        font-size: 2rem;
    }

    /* #back-top-button {
        width: 3.20375rem;
    } */

    .btnBox {
        font-size: 1rem;
        line-height: 1rem;
    }

    .gradient-btn {
        height: 2.563rem;
    }

    .light-btn {
        height: 2.188rem;
    }

    /* .dark-btn {
        height: 2.188rem;
    } */

    .logo {
        width: 15.63rem;
    }

    .greyBoxItem ul {
        margin-bottom: 5rem;
    }

    .offerBallLabel {
        margin-bottom: 2rem;
    }

    #sa-map-img {
        width: 40vh;
        height: 48.04vh;
    }
}


#mc-embedded-subscribe {
    background: #fff;
    border: 2px solid rgb(0,133,62);
    transition: .5s all !important;
    color: rgb(0,133,62);
}
 
#mc-embedded-subscribe:hover {
    background: rgb(0, 133, 62);
    color: #fff;
}
 
#mc-embedded-subscribe .light-btn {
    display: inherit;
    background-color: inherit;
    color: inherit;
    padding: inherit;
    border: none;
    border-radius: initial;
    height: initial;
    background: transparent;
}
 
#mc-embedded-subscribe span {
    pointer-events: none;
}

@font-face {
    font-family: Myriad Pro;
    font-style: normal;
    src: url("../font/MyriadPro-Regular.otf") format("opentype");
}

@font-face {
    font-family: Myriad Pro IE;
    font-style: normal;
    src: url("../font/MyriadPro-Regular.eot");
}

@font-face {
    font-family: Myriad Pro Light;
    font-style: normal;
    src: url("../font/MyriadPro-Light.otf") format("opentype");
}

@font-face {
    font-family: Myriad Pro Light IE;
    font-style: normal;
    src: url("../font/MyriadPro-Light.eot");
}

/*
**  ALTERAÇÕES @ DECODE
*/

/*
**  `.reitbz-banner`
**  conterá todo o conteúdo
**  relacionado com o banner,
**  primeira seção de rolagem
**  do site.
*/

.reitbz-banner {}

.reitbz-banner__content {
    color: #fff;
    position: relative;
}

.reitbz-banner__title {
    margin: 0;
    position: relative;
    padding-bottom: 20px;
}

.reitbz-banner__title::after {
    content: '';
    width: 90px;
    height: 5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.reitbz-banner__description {
    margin: 0;
    padding-top: 20px;
}

.reitbz-banner__link {
    background-color: #00904C;
    color: #fff;
    padding: 10px 30px;
    border-width: 0;
    border-radius: 1.875rem;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    font-size: 18px;
    transition: .5s all;
}

.reitbz-banner__link:hover {
    color: #fff;
    background: #00bd64;
}

/*
**  `.reitbz-form`
**  trata-se do formulário @mautic
**  inserido no banner.
*/

.reitbz-form {
    background: #fff;
    max-width: 401px;
    padding: 20px 36px;
    font-family: 'Open Sans', sans-serif;
    margin: 20px auto;
}

@media (min-width: 768px) {
    .reitbz-form {
        margin: 0 auto;
    }
}

.reitbz-form__header {
    text-align: center;
}

.reitbz-form__title {
    color: #18191a;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    .reitbz-form__title {
        margin-bottom: 20px;
    }
}

@media (min-width: 991px) {
    .reitbz-form__title {
        margin-bottom: 28px;
    }
}

.reitbz-form__description {
    color: #909090;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 32px;
}

@media (min-width: 768px) {
    .reitbz-form__description {
        margin-bottom: 20px;
    }
}

@media (min-width: 991px) {
    .reitbz-form__description {
        margin-bottom: 32px;
    }
}

.reitbz-form__submit {
    background: #00904c;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 22px 0;
    font-size: 20px;
    border-radius: 2px;
    border: 0;
    line-height: 1;
}

@media (min-width: 768px) {
    .reitbz-form__submit {
        font-size: 16px;
    }
}

@media (min-width: 991px) {
    .reitbz-form__submit {
        font-size: 20px;
    }
}

/*
**  `.reitbz-news`
**  trata-se do pequeno aside
**  com as notícias.
*/

.reitbz-news {
    background: #fff;
    text-align: center;
}

.reitbz-news .row {
    align-items: center;
}

.reitbz-news [class^=col-] {
    display: inline-block;
    vertical-align: middle;
}

.reitbz-news a {
    padding: 30px 0;
    display: inline-block;
}

.reitbz-news img {
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 140px;
}

.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
.mauticform-error { margin-bottom: 10px; color: red; }
.mauticform-message { margin-bottom: 10px;color: green; }
.mauticform-row { display: block; margin-bottom: 20px; }
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; }
.mauticform-selectbox, .mauticform-input, .mauticform-textarea { width: 100%; padding: 10px; border: 1px solid #CCC; background: #fff; box-shadow: 0px 0px 0px #fff inset; border-radius: 4px; box-sizing: border-box; -webkit-appearance: none; }
.mauticform-selectbox::placeholder, .mauticform-input::placeholder, .mauticform-textarea::placeholder { color: #4c4c4c; }
.mauticform-checkboxgrp-label { font-weight: normal; }
.mauticform-radiogrp-label { font-weight: normal; }
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ccc; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
.mauticform-button-wrapper { margin-bottom: 10px; }