/*------------------------------------*\
    #GLOBAL
\*------------------------------------*/
html,
body {
    overflow-x: hidden;
}

html {
    font-size: 13px;
}

body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
    margin: 0;
}

.wrapper {
    background-color: #f8f8f8;
}

* {
    outline: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    background-color: #D1A616;
    color: #ffffff;
    text-shadow: none;
}

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #D1A616;
}

a:hover,
a:focus,
a:active {
    color: #D1A616;
    text-decoration: none;
}

textarea {
    resize: none;
}

button.btn {
    margin-bottom: 0;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
}

.fullscreen {
    height: 100vh !important;
}

@media only screen and (max-width: 992px) {
    .fullscreen {
        height: auto !important;
    }
}

/*------------------------------------*\
    #TIPOGRAFIA
\*------------------------------------*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #363636;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

h1, .h1 { font-size: 52px; }
h2, .h2 { font-size: 42px; }
h3, .h3 { font-size: 38px; }
h4, .h4 { font-size: 32px; }
h5, .h5 { font-size: 24px; }
h6, .h6 { font-size: 18px; }

p {
    color: #999999;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}

.text--center {
    text-align: center !important;
}

.font-heading {
    font-family: 'Raleway', sans-serif;
}

.font-body {
    font-family: 'Open Sans', sans-serif;
}

/*------------------------------------*\
    #CORES / BACKGROUND
\*------------------------------------*/
.bg-white {
    background-color: #ffffff !important;
}

.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-overlay-dark:before {
    background-color: #222222;
    opacity: 0.9;
}

/*------------------------------------*\
    #SPACING & SECTION
\*------------------------------------*/
section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

/* margens usadas no HTML */
.mt-100 { margin-top: 100px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-80 { margin-bottom: 80px !important; }

/* padding usado no HTML */
.pt-100 { padding-top: 100px !important; }

@media only screen and (max-width: 767px) {
    section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

/*------------------------------------*\
    #BOTÕES
\*------------------------------------*/
.btn {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    border-radius: 999px;     /* cantos bem redondos */
    padding: 0;
    line-height: 45px;
    width: 170px;
    height: 45px;
}

.btn.active,
.btn:active {
    box-shadow: none;
}

/* override do primary do Bootstrap: dourado em vez de azul */
.btn-primary {
    background-color: #D1A616;
    border-color: #D1A616;
    color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #b79012;
    border-color: #b79012;
    color: #ffffff;
}

/* botão outline para "Saber Mais" (usa .btn-outline-light no HTML) */
.btn-outline-light {
    border-width: 2px;
    border-style: solid;
    border-color: #D1A616;
    background: transparent;
    color: #D1A616;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
    background-color: #D1A616;
    color: #ffffff;
}

/*------------------------------------*\
    #HEADING BLOCO
\*------------------------------------*/
.heading .heading--title {
    font-family: 'Raleway', sans-serif;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}

.heading .heading--desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0 30px;
}

@media only screen and (max-width: 767px) {
    .heading .heading--title {
        font-size: 30px;
    }
}

/*------------------------------------*\
    #HEADER / NAVBAR
\*------------------------------------*/
.header {
    height: 100px;
}

.header-transparent {
    background-color: transparent;
}

.header-bordered .navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-fixed .affix {
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    display: block;
}

.header .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.header .navbar {
    margin-bottom: 0;
    border-radius: 0;
    min-height: 100px;
    border: none;
    /*top: -200px;*/
}

.header .navbar.affix {
    top: 0;
}

.header .navbar .logo {
    max-width: 100%;
    height: auto;
    line-height: 100px;
}

.btn + .btn {
    margin-left: 20px;   /* aumenta aqui se quiseres mais */
}

/* menu principal */
.navbar-nav:not(.nav-pos-right) {
    margin-right: 200px;
}

.navbar-nav > li {
    margin-right: 32px;
}

.navbar-nav > li > a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 100px;
    color: #ffffff;
    padding: 0;
    position: relative;
}

.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}

/* sublinhado ao passar o rato */
.navbar-nav > li > a:before {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 3px;
    background: transparent;
    content: '';
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.navbar-nav > li > a:hover::before,
.navbar-nav > li.active > a:before {
    background-color: #ffffff;
    width: 100%;
}

/* mobile nav */
.navbar-toggle {
    border-color: #D1A616;
    border-radius: 0;
    margin-top: 35px;
}

.navbar-toggle .icon-bar {
    background-color: #D1A616;
}

@media only screen and (max-width: 767px) {
    .header .navbar {
        top: 0;
    }

    .header .container {
        padding-right: 0;
        padding-left: 0;
    }

    .container > .navbar-header {
        margin-left: 0;
        padding-right: 10px;
        padding-left: 10px;
    }

    .container > .navbar-collapse {
        width: 100%;
        background-color: #363636;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-nav {
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .navbar-nav > li {
        margin-right: 0;
    }

    .navbar-nav li a {
        line-height: 36px;
        color: #ffffff;
        padding-right: 0;
        padding-left: 10px;
        padding-top: 0;
    }

    .navbar-nav > li > a:before {
        display: none;
    }

    .navbar-nav:not(.nav-pos-right) {
        margin-right: 0;
    }
}

/*------------------------------------*\
    #SLIDER / HERO
\*------------------------------------*/
.header-transparent + .slider {
    margin-top: -100px;
}

.slider {
    height: 800px;
    padding-top: 0;
    padding-bottom: 0;
}

.slider .slide--item {
    height: 800px;
}

.slider .slide--headline,
.slider .slide--headline h1 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 27px;
}

.slider .slide--bio {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 29px;
}

@media only screen and (max-width: 767px) {
    .slider,
    .slider .slide--item {
        height: auto;
    }

    .slider .slide--headline,
    .slider .slide--headline h1 {
        margin-top: 50px;
        font-size: 30px;
        line-height: 1.2;
        text-align: center;
    }

    .slider .slide--bio {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
        text-align: center;
    }

    .slider .btn {
        width: 130px;
    }
}

/*------------------------------------*\
    #FEATURES
\*------------------------------------*/
.feature-panel {
    position: relative;
    text-align: center;
}

.feature-panel .feature--icon {
    color: #D1A616;
    font-size: 47px;
    line-height: 1;
    margin-bottom: 40px;
}

.feature-panel .feature--icon i {
    transition: all 0.3s linear;
    display: inline-block;
}

.feature-panel .feature--content h3 {
    font-family: 'Raleway', sans-serif;
    color: #222222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 19px;
}

.feature-panel .feature--content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

@media only screen and (max-width: 767px) {
    .feature-panel {
        margin-bottom: 20px;
    }

    .feature-panel .feature--icon {
        margin-bottom: 10px;
    }
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
    background-color: #ffffff;
    padding-top: 33px;
    padding-bottom: 33px;
}

.footer--copyright {
    color: #999999;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
    .footer--copyright {
        font-size: 12px;
    }
}
p {
    font-size: 16px !important;
    line-height: 1.7 !important;
}

/* Forçar toda a tipografia para Poppins */
body, html,
h1, h2, h3, h4, h5, h6,
p, a, span, div,
button, input, textarea,
.navbar, .btn, .feature-panel,
.slider, .footer, .heading {
    font-family: 'Poppins', sans-serif !important;
}


