html, body {
    font-family: "Source Sans Pro", sans-serif;
    color: white;
    font-weight: 300;
    font-size: 18px;
    background-color: white;
}

a {
    color: #4b4d4e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.container {
    padding: 0;
}

body {
    display: flex;
    flex-flow: column;
}

body > * {
    order: 3;
}

body > nav.navbar {
    min-height: 178px;
    font-weight: 100;
    border: 0;
    order: 2;
    margin: 0 0 0 0;
}

body > nav.navbar > div div.navbar-header {
    position: relative;
    z-index: 2;
    background-color: black;
}

body > nav.navbar > div div.navbar-header img.navbar-brand {
    width: 275px;
    line-height: 67px;
    height: auto;
    background-size: 100% auto;
    overflow: hidden;
    /*text-indent: -9999px;*/
    margin-left: 0;
    padding: 0;
}

body > nav.navbar > div div#navbar {
    position: relative;
    z-index: 1;
    background-color: #095272;
    border: 0;
    margin-top: -1px;
}

.bg-vila {
    background-color: #299399 !important;
}

body > nav.navbar > div div#navbar ul.nav {
    list-style: none;
    z-index: 1;
}

body > nav.navbar > div div#navbar ul.nav > li > a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

body > nav.navbar > div div#navbar ul.nav > li > a:hover,
body > nav.navbar > div div#navbar ul.nav > li > a:active {
    color: #FF8300;
}

body > nav.navbar > div div#navbar ul.nav:nth-child(1) {
    position: relative;
    z-index: 1;
}

body > nav.navbar > div div#navbar ul.nav:nth-child(2) {
    position: relative;
    z-index: 2;
}

body > nav.navbar > div div#navbar ul.nav:nth-child(2) > li > a {
    font-size: 14px;
    text-transform: lowercase;
}

body > section {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
}

body > section div.container h1 {
    margin: 0;
}

body > section div.container p {
    margin: 20px 0;
}

body > section:not(#home) {
    min-height: calc(100vh - 175px /*-62px*/);/*178*/
}

body > section:not(#home) div.container {
    padding: 20px;
    padding-bottom: 5px;
}

body > section:not(#home) div.container h1 {
    color: #FFF;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: solid 1px #EF987A;
    font-size: 30px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

body > section:not(#home) div.container h1::before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
    background-size: 100% auto;
    margin: 0 auto;
    margin-bottom: 10px;
}

body > section:not(#home) div.container h2 {
    color: #FF5115;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    line-height: 1.1;
}

body > section#home {
    order: 1;
    overflow: hidden;
}

body > section#home div.container {
    position: relative;
    width: 100vw;
    height: 100vh;
}

body > section#home div.container > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

body > section#home div.container > div > header {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 116px;
    padding: 0;
    margin-top: -116px;
    border: none;
}

body > section#home div.container > div > header > h1 {
    display: inline-block;
    width: 240px;
    height: 61px;
    margin: 0;
    margin-bottom: 65px;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
}

body > section#home div.container > div > header > p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    color: #E86E45;
    font-size: 20px;
}

body > section#home div.container > div > a {
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -50px;
    width: 100px;
    height: 28px;
    background-image: url(../images/arrow-bottom.png);
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999px;
}

body > section#home div.container > video {
    position: absolute;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center center;
    z-index: 1;
}

body > section#about-vila {
    background-image: url(../img/bg_VilaResidencial_sobre_textoCurto.jpg);
    padding-bottom: 200px;
}

body > section#questions {
    background-image: url(../img/bg_Fundo_VilaResidencial_perguntas.jpg);
}

body > section#about {
    background-image: url(../img/bg_sobre.jpg);
}

body > section#about div.container {
    padding: 20px;
    padding-bottom: 20px;
    background-color: #ff5c33;
    text-align: center;
    color: #000;
}

body > section#about div.container a {
    color: #dcdcdc;
    text-decoration: underline;
}

body > section#areas {
    background-image: url(../img/bg_atividades.jpg);
}

body > section#areas div#drifter {
    background-image: url(../images/bg-areas-drifter.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    overflow: auto;
}

body > section#areas div#glider {
    background-image: url(../images/glider.png);
    background-repeat: no-repeat;
    background-position: right -40px bottom 150px;
}

body > section#areas div#shade {
    background-image: url(../images/bg-areas-shade.png);
    background-repeat: repeat-x;
    background-position: bottom;
    overflow: auto;
}

body > section#areas div.container {
    background-color: #E6E6E6;
    z-index: 2;
}

body > section#areas div.container h1 {
    color: #626262;
    border-bottom-color: #BBBBBB;
}


body > section#areas div.container section {
    margin-bottom: 40px;
}

body > section#areas div.container section img {
    max-width: 160px;
    width: 30%;
    margin: 0 5px;
    border-radius: 50%;
    overflow: hidden;
}

body > section#areas div.container section img:first-child {
    margin-left: 0 !important;
}

body > section#areas div.container section img:last-child {
    margin-right: 0 !important;
}

body > section#partners {
    margin-top: -100px;
    margin-bottom: 100px;
    text-align: center;
    background-image: url(../img/bg_parceiros.jpg);
}

body > section#partners div.container {
    width: 83%;
    padding-top: 45px;
}

body > section#partners div.container h1 {
    color: #626262;
    border-bottom-color: #BBBBBB;
}

body > section#partners div.container ul,
body > section#partners div.container ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
}

body > section#partners div.container ul {
    text-align: center;
    margin-bottom: 50px;
}

body > section#partners div.container ul.partners {
    margin-bottom: 20px;
}

body > section#partners div.container ul > li {
    display: inline-block;
    width: 165px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 40px;
}

body > section#partners div.container ul > li > img {
    max-width: 100%;
}

body > section#contact {
    margin-top: -100px;
    position: relative;
    padding: 7% 32% 0 32%;
    background-image: url(../img/bg_contato.jpg);
}

body > section#contact div.footer {
    background-image: url(../img/bg_faleconosco.jpg);
    background-repeat: no-repeat;

    min-height: 30vh;
    margin-top: 55vh;

}

body.navbar-fixed > nav.navbar > div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

@media (min-width: 767px) {
    body > nav.navbar > div div#navbar {
        height: 40px !important;
    }

    body > nav.navbar > div div#navbar ul.nav > li > a {
        line-height: 32px;
        border-bottom: solid 3px rgba(0, 0, 0, 0);
        padding-top: 6px;
        padding-bottom: 4px;
    }

    body > nav.navbar > div div#navbar ul.nav:nth-child(1) {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
    }

    body > nav.navbar > div div#navbar ul.nav:nth-child(1) > li {
        display: inline-block;
        float: none;
    }

    body > nav.navbar > div div#navbar ul.nav:nth-child(1) > li > a.active {
        border-bottom-color: #FF8300;
    }

    body > nav.navbar > div div#navbar ul.nav:nth-child(1) > li > a.active-vila {
        border-bottom-color: #fb9f3d;
    }

    body > section div.container {
        width: auto;
        box-sizing: content-box;
    }

    body > section#home div.container > video {
        visibility: visible;
    }

    body > section#partners div.container ul > li {
        width: 165px;
    }

    #nav-brand{
        display: none;
    }

    .nav-brand{
        display: none;
    }
}

@media (max-width: 1366px) {
    #box-previsao {
        display: none;
    }

    body > nav.navbar > div {
        padding: 0;
    }
}

@media (min-width: 1366px) {
    body > nav.navbar > div {
        position: relative;
        background-image: url('../img/img-header_fundo.jpg');
        padding: 0 15px;
        height: 134px;
        z-index: 9999;
        padding: 0;
        /*box-shadow: 0px 5px 10px 0px rgb(164, 22, 45);*/
    }
}

@media (max-width: 767px) {
    body > section#home {
        display: none;
    }

    #bg-img {
        display: none;
    }

    #margin-logo {
        display: none;
    }

    body > nav.navbar {
        min-height: 58px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    body > nav.navbar > div div.navbar-header a.navbar-brand {
        margin-left: 0;
    }

    body > nav.navbar > div div#navbar ul.nav:nth-child(1) {
        /* left: 150px;
         right: 80px;*/
        font-size: 14px;
        /*font-weight: bold;*/
    }
}


@media (min-width: 992px) {
    html, body {
        font-size: 18px;
    }

    body > nav.navbar > div ul.nav {
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        text-align: center;
    }

    /* body > section > div p {
         margin: 30px 0;
     }*/
    body > section:not(#home) div.container h1 {
        font-size: 47px;
        margin-bottom: 50px;
        padding-bottom: 20px;
    }

    body > section:not(#home) div.container h1::before {
        width: 56px;
        height: 56px;
    }

    body > section:not(#home) div.container h2 {
        font-size: 35px;
        margin-bottom: 25px;
    }

    body > section#home div.container > div > header {
        height: 160px;
        margin-top: -160px;
    }

    body > section#home div.container > div > header > h1 {
        width: 373px;
        height: 96px;
    }

    body > section#home div.container > div > header > p {
        font-size: 30px;
    }

    body > section#home div.container > div > a {
        bottom: 90px;
        width: 128px;
        height: 36px;
        margin-left: -64px;
    }

    body > section#about div.container,
    body > section#areas div.container {
        width: 664px;
        margin: 0 auto;
        margin-top: 115px;
        margin-bottom: 50px;
        padding: 55px;
        padding-bottom: 40px;
    }

    body > section#areas div.container section img {
        margin: 10px;
    }

    body > section#partners div.container {
        width: 83%;
        margin: 0 auto;
    }

    body > section#partners div.container ul > li {
        width: 165px;
    }

    body > section#contact {
        /*background-position: center -160px;*/
    min-height: calc(69vh - 171px) !important
    }

    body > section#contact div.container h1 {
        width: 664px;
        margin: 0 auto;
    }
}

.no-height {
    height: auto !important;
    min-height: auto !important;
}

.ativo {
    color: #FF8300 !important;
}

.ativo-vila {
    color: #fb9f3d !important;
}

.navbar-toggle{
    bottom: 3px;
    margin-top: 16px;
    margin-right: 10px;
}