@font-face {
    font-family: HelveticaNeue;
    src: url('../font/hv_regular.otf');
}

@font-face {
    font-family: HelveticaNeue-Medium;
    src: url('../font/hv_regular.otf');
}

@font-face {
    font-family: HelveticaNeue-light;
    src: url('../font/hv_light.otf');
}

@font-face {
    font-family: HelveticaNeue-Bold;
    src: url('../font/hv_bold.otf');
}


/** STYLES **/

body {
    color: #747474;
    font-weight: 300;
}

.container {
    max-width: 960px;
}

.bg-light {
    background-color: #fff!important;
}


/** CUSTOM **/

header {
    position: relative;
    z-index: 99;
}

.header-wrapper {
    position: relative;
    overflow: hidden;
}

.nav-item {
    font-family: HelveticaNeue-Bold;
    font-size: 13px;
    color: #4A4A4A;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    padding: 0;
}

.navbar-light .navbar-brand {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    line-height: 3;
    padding: 18px;
}

.navbar-light .navbar-nav .nav-link-alt {
    color: #333;
    line-height: 5;
    padding: 18px;
}

nav {
    background: #fff;
    padding: 0;
}

nav ul {
    margin: 0;
}

nav li {
    font-family: HelveticaNeue-Bold;
    font-size: 13px;
    color: #4A4A4A;
    text-align: center;
    line-height: 16px;
    text-transform: uppercase;
    list-style: none;
    display: inline-block;
    padding: 0px 30px;
}

ul {
    padding: 0;
}

li {
    list-style: none;
    display: inline;
    padding: 15px;
}

section {
    padding: 50px 0;
    position: relative;
}

section h1 {
    text-align: center;
    font-size: 2.1em;
    font-weight: 700;
    color: #84bb4d;
}

#queimas {
    padding-top: 80px;
}

.static-bg {
    background: url(../img/main.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-attachment: fixed;
    z-index: -2;
}

.p-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.46);
}

.box_subtitles {
    font-family: HelveticaNeue-Medium;
    font-size: 24px;
    color: #747474;
    text-align: left;
    line-height: 40px;
}

#maquinaria .p-bg {
    z-index: 0 !important;
}

.container {
    position: relative;
}

.sticker {
    position: absolute;
    bottom: -120px;
    right: 20%;
    z-index: -2;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
    box-shadow: 0 -8px 40px 0 #ccc;
}

section.info {
    background: url(../img/main.jpg);
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.info {
    padding: 100px 0;
}

.info h1 {
    text-align: left;
}

.info p {
    font-family: HelveticaNeue;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    line-height: 23px;
}

.info a {
    text-decoration: underline;
    text-transform: uppercase;
    color: #fff;
}

.hero {
    padding: 0px!important;
    position: relative;
    height: 100vh;
}

.hero iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.hero svg {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.hero-img img {
    max-width: 100%;
    margin-top: -130px;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 9;
}

.hero-content h1 {
    font-family: HelveticaNeue-Bold;
    font-size: 32px;
    color: #84BB4D;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase;
}

.hero-content h4 {
    /* SUBTITULO: */
    font-family: HelveticaNeue-Medium;
    font-size: 24px;
    color: #FFFFFF;
    text-align: left;
    line-height: 26px;
}

.hero-content p {
    /* TXT: */
    font-family: HelveticaNeue;
    font-size: 18px;
    color: #FFFFFF;
    text-align: left;
    line-height: 23px;
}

#background-video {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.box {
    padding: 2em;
    background: #FFFFFF;
    box-shadow: 0 -8px 40px 0 #333;
}

.box a {
    color: #84bb4d;
    text-transform: uppercase;
    text-decoration: underline;
}

.box .title-sm {
    color: #84bb4d;
    margin-bottom: 15px;
    /* TITULO: */
    font-family: HelveticaNeue-Medium;
    font-size: 18px;
    color: #84BB4D;
    line-height: 21px;
}

.section-svg svg {
    background: #fff;
    border-radius: 130px;
}

.cards {
    /* Folheto Queimas: */
    font-family: Helvetica;
    font-size: 14px;
    color: #757575;
    line-height: 17px;
}

footer {
    /* BG nav: */
    background: #84BB4D;
    /* IE6-9 */
    padding: 25px 0;
    /* Line 3 Copy: */
    border-top: 1px solid #E1FCC6;
}

footer ul {
    margin: 0;
}

footer li {
    list-style: none;
    display: inline-block;
    padding: 5px 15px;
}

footer li a {
    color: white;
    text-transform: uppercase;
    font-family: HelveticaNeue-Medium;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 16px;
}


/** HELPERS **/

.text-white {
    color: #fff;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.text-capitalize-fl {
    text-transform: initial;
}

.small-title {
    font-weight: 300;
    color: #747474;
    font-size: 18px;
}

.text-uppercase {
    text-transform: uppercase
}

.weight-light {
    font-weight: 300;
}

.text-green {
    color: #84bb4d;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-toggler-text {
    display: inline-block;
    vertical-align: middle;
}

@media only screen and (min-width: 1200px) {
    nav,
    .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 992px) {
    .navbar-light .navbar-toggler {
        margin-left: auto;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 8px;
    }
    section h1 {
        text-align: left;
        line-height: 1.3;
        font-size: 38px;
    }
}

@media only screen and (max-width: 480px) {
    .hero {
        height: auto;
        margin-top: 50px;
    }
    nav ul {
        display: none;
    }
    .hero-img img {
        max-width: 100%;
        margin-top: 30px;
        margin-bottom: -50px;
    }
    .sticker {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
        text-align: center;
    }
    .sticker img {
        width: 40%;
    }
    .hero-content svg {
        width: 100%;
        background: #84bb4c;
    }
    #queimas {
        padding-top: 50px;
    }
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #84bb4d;
}

.box_subtitlest {
    font-family: HelveticaNeue-Medium;
    font-size: 24px;
    color: #84BB4D;
    text-align: left;
    line-height: 40px;
    text-transform: uppercase
}

.box_paragraph {
    font-size: 18px;
}