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;
}

.top {
    background: url(../imgs/brazil.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position:  0 -24rem; /*center;*/
    height: 10rem;
    overflow: hidden;
}

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

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

.faq-answer {
    overflow: hidden;
    height: 0px;
    transition: height 0.5s;
}

.faq-answer.active {
    padding-bottom: 1rem;
}

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

.defaultTitle {
    margin-bottom: 5vw;
    margin-top: 3vw;
    font-size: 2.25rem;
}

.reitbz-faq__button {
    position: fixed;
    bottom: 10px;
    right: 70px;
    background: #00904C;
    color: #fff;
    padding: 10px 37px;
    border-radius: 30px;
    opacity: 0.8;
    transition: .5s opacity;
    z-index: 1000;
    text-decoration: none;
    transition: .5s all;
}

.reitbz-faq__button:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

@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");
}