    body,
    html {
        width: 100%;
        height: 100%;
    }

    body {
        font-family: 'Roboto Slab', serif;
    }

    a {
        color: #fdcc52;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

    a:focus,
    a:hover {
        color: #fcbd20;
    }

    hr {
        max-width: 100px;
        margin: 25px auto 0;
        border-width: 1px;
        border-color: rgba(34, 34, 34, .1);
    }

    hr.light {
        border-color: #fff;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Roboto Slab', serif;
        font-weight: 500;
        letter-spacing: 1px;
    }

    p {
        font-size: 18px;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    section {
        padding: 100px 0;
    }

    section h2 {
        font-size: 50px;
    }

    ::-moz-selection {
        color: #fff;
        background: #222;
        text-shadow: none;
    }

    ::selection {
        color: #fff;
        background: #222;
        text-shadow: none;
    }

    img::selection {
        color: #fff;
        background: 0 0;
    }

    img::-moz-selection {
        color: #fff;
        background: 0 0;
    }

    body {
        -webkit-tap-highlight-color: #222;
    }


    /* ------------ Menu ------------ */

    #mainNav {
        border-color: rgba(34, 34, 34, .05);
        background-color: #fff;
        transition: all .35s;
        font-family: 'Roboto Slab', serif;
        font-weight: 200;
        letter-spacing: 0.5px;
    }

    #mainNav .navbar-brand {
        margin-top: 0;
        margin-bottom: 0;
    }

    #mainNav .navbar-toggler {
        font-size: 50px;
        padding: 8px 10px;
        color: #222;
    }

    #mainNav .navbar-nav>li>a {
        font-size: 15px;
        font-family: 'Roboto', serif;
        font-weight: 300;
        letter-spacing: 0.5px;
    }

    #mainNav .navbar-nav>li>a.active {
        color: #fdcc52 !important;
        background-color: transparent
    }

    #mainNav .navbar-nav>li>a.active:hover {
        background-color: transparent
    }

    #mainNav .navbar-nav>li>a,
    #mainNav .navbar-nav>li>a:focus {
        color: #222;
    }

    #mainNav .navbar-nav>li>a:focus:hover,
    #mainNav .navbar-nav>li>a:hover {
        color: #fdcc52;
    }

    #mainNav .navbar-link2 {
        margin-top: 7px;
        padding-left: 20px;
    }

    #mainNav .btn-xl-2 {
        margin-left: 20px;
    }


    #mainNav .navbar-nav>a:focus:hover,
    #mainNav .navbar-nav>a:hover {
        color: #fff !important;
    }

    @media (min-width:768px) {

        #mainNav .btn-xl-2 {
            margin-top: 0;
            margin-bottom: 0;
        }




        h2 {
            font-size: 32px !important;
        }
    }

    @media (min-width:992px) {
        #mainNav {
            border-color: transparent;
            background-color: transparent
        }

        #mainNav .navbar-nav>li>a,
        #mainNav .navbar-nav>li>a:focus {
            color: rgba(255, 255, 255, .7);
        }

        #mainNav .navbar-nav>li>a:focus:hover,
        #mainNav .navbar-nav>li>a:hover {
            color: #;
        }

        #mainNav.navbar-shrink {
            border-color: rgba(34, 34, 34, .1);
            background-color: #fff;
        }

        #mainNav.navbar-shrink .navbar-brand {
            color: #222;
        }

        #mainNav.navbar-shrink .navbar-nav>li>a,
        #mainNav.navbar-shrink .navbar-nav>li>a:focus {
            color: #222;
        }

        #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover,
        #mainNav.navbar-shrink .navbar-nav>li>a:hover {
            color: #fdcc52;
        }



    }

    @media (max-width: 480px) {
        #mainNav .navbar-toggler {
            font-size: 16px;
            padding: 8px 10px;
            margin-top: 5px;
        }

        #mainNav .btn-xl-2 {
            margin-top: 15px;
            margin-bottom: 15px;
        }

        h2 {
            font-size: 32px !important;
        }
    }



    /* ------------ Home ------------ */

    header.masthead {
        position: relative;
        width: 100%;
        min-height: auto;
        color: #fff;
        background: url(../img/home_caixa.jpg);
        background-position: center;
        background-size: cover;
    }

    header.masthead .header-content {
        position: relative;
        padding: 150px 0 50px;
    }

    header.masthead .header-content .header-content-inner {
        position: relative;
        max-width: 500px;
        margin: 0 auto;
    }


    header.masthead .header-content .header-content-inner h2 {
        font-size: 50px !important;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 50px;
        max-width: 600px;
        text-transform: uppercase;
        text-align: center;
    }


    @media (min-width:768px) {
        header.masthead {
            min-height: 100%;
        }

        header.masthead .header-content {
            height: 100vh;
            min-height: 600px;
            padding: 0;
            text-align: left;
        }

        header.masthead .header-content .header-content-inner {
            position: absolute;
            top: 50%;
            max-width: none;
            margin: 0;
            transform: translateY(-50%);
        }
    }

    @media (min-width:992px) {
        header.masthead .header-content .header-content-inner h1 {
            font-size: 50px;
        }
    }

    @media (max-width: 480px) {

        header.masthead .img-home {
            width: 50%;
            margin-top: -50px;
        }

        header.masthead {
            position: relative;
            width: 100%;
            min-height: auto;
            background: url(../img/home_caixa_768.jpg);
            background-position: center;

            padding: 0px 0 250px;
        }

        header.masthead .header-content .header-content-inner h2 {
            font-size: 30px !important;
            margin-bottom: 50px;
        }

        header.masthead .btn-outline {
            margin-bottom: 150px;
        }

    }

    /* ------------ Call to action 01  ------------ */

    section.CallToAction-01 {
        position: relative;
        padding: 200px 0;
        background-image: url(../img/img_Call01_churrasqueira.jpg);
        background-position: center;
        background-size: cover;
    }

    section.CallToAction-01 .call01-content {
        position: relative;
        z-index: 1;
    }

    section.CallToAction-01 .call01-content h1 {
        font-size: 45px !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.69);
        max-width: 820px;
        margin-top: 0;
        color: #fff;
    }

    section.CallToAction-01 .call01-content h2 {
        font-size: 55px !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.69);
        max-width: 900px;
        margin-top: 0;
        margin-bottom: 25px;
        color: #fff;
    }

    section.CallToAction-01 .btn-outline {
        color: #000;
        background-color: #fdcc52;
        border: 0;
    }

    section.CallToAction-01 .btn-outline.active,
    section.CallToAction-01 .btn-outline:active,
    section.CallToAction-01 .btn-outline:focus,
    section.CallToAction-01 .btn-outline:hover {
        color: #fff !important;
        background-color: #e61d30;
    }


    @media (min-width:768px) {}

    @media (max-width: 480px) {
        section.CallToAction-01 .call01-content h2 {
            font-size: 35px !important;
        }

        section.CallToAction-01 .call01-content h1 {
            font-size: 35px !important;
            margin-top: -50px;
        }

        section.CallToAction-01 .btn-xl {
            margin-bottom: 150px;
        }
    }




    /* ------------ Pessoas  ------------ */

    section.pessoas {
        position: relative;
        padding: 80px 0 100px;
    }

    section.pessoas h2 {
        font-size: 50px;
        margin-top: 0;
    }

    section.pessoas p {
        font-size: 16px;
        margin-top: 40px;
        color: #000;
    }

    section.pessoas .img-home {
        margin-bottom: 20px;
    }

    @media (min-width:768px) {
        section.pessoas h2 {
            color: #000;
            font-size: 60px;
        }

        section.pessoas .img-home {
            width: auto;
        }
    }

    @media (max-width: 480px) {
        section.pessoas .img-home {
            margin-bottom: 25px;
            width: 25%;
        }

        section.pessoas h2 {
            letter-spacing: 0;
        }
    }


    /* ------------ Como ela funciona - Funcionamento ------------ */

    @media (min-width:768px) {
        section.funcionamento {
            position: relative;
            background-image: url(../img/img_funcionamento_Bg.jpg);
            background-position: center;
            background-size: cover;
            background-position: bottom;
            padding: 100px 0 250px 0;
        }
    }


    section.funcionamento .section-heading h1 {
        margin-top: 0;

        font-size: 50px !important;
        color: #000;
    }

    section.funcionamento .section-heading h4 {
        color: #990a1f;
        margin-top: 25px;
        letter-spacing: 0.5px;
    }

    section.funcionamento .section-heading p {
        margin-bottom: 0;
    }

    section.funcionamento .p-function {
        font-size: 15px;
        margin-top: 0px;
    }

    section.funcionamento .img-top {
        margin-top: 40px;
    }

    section.funcionamento .img-top-2 {
        margin-top: 65px;
    }

    section.funcionamento .funcionamento {
        margin-bottom: 100px;
        text-align: center;
    }

    section.funcionamento .text-muted {
        margin-top: 50px;
        color: #000 !important;

    }
       section.funcionamento .text-muted-2 {
        margin-top: 70px;
        font-size: 22px !important;
        margin-bottom: 70px;

    }
    section.funcionamento hr {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    @media (min-width:992px) {

        section.funcionamento .device-container,
        section.funcionamento .funcionamento-item {
            max-width: none;
        }
    }

    @media (max-width: 480px) {
        section.funcionamento {
            background-image: url(../img/img_funcionamento_Bg_768_2.jpg);
            background-position: bottom;
            padding: 80px 0 200px 0;
        }
    }




    /* ------------ Call to action 02  ------------ */

    @media (min-width:768px) {
        section.CallToAction-02 {
            position: relative;
            padding: 150px 0;
            background-image: url(../img/img_Call02_churrasqueira.jpg);
            background-position: center;
            background-size: cover;
        }
    }

    section.CallToAction-02 .img-home {
        margin-bottom: 20px;
    }
    section.CallToAction-02 .call02-content {
        position: relative;
        z-index: 1;
    }

    section.CallToAction-02 .call02-content h2 {
        font-size: 60px !important;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.69);
        max-width: 800px;
        margin-top: 0;
        margin-bottom: 25px;
        color: #fff;
    }

    section.CallToAction-02 .btn-outline {
        color: #000;
        background-color: #fdcc52;
        border: 0;
    }

    section.CallToAction-02 .btn-outline.active,
    section.CallToAction-02 .btn-outline:active,
    section.CallToAction-02 .btn-outline:focus,
    section.CallToAction-02 .btn-outline:hover {
        color: #fff !important;
        background-color: #e61d30;
    }


    @media (min-width:768px) {
        section.CallToAction-02 .call02-content h2 {
            font-size: 80px;
        }
    }

    @media (max-width: 480px) {
        section.CallToAction-02 .call02-content h2 {
            font-size: 35px !important;
        }

        section.CallToAction-02 {
            position: relative;
            padding: 50px 0 250px 0;
            background-image: url(../img/img_Call02_churrasqueira_768.jpg);
            background-position: center;
            background-size: cover;

        }
    }

    /* ------------ Vantagens ------------ */

    section.features .section-heading {
        margin-bottom: 70px;
    }

    section.features .section-heading h2 {
        font-size: 55px !important;
        margin-top: 0;
        line-height: 1.5;
        margin-bottom: 18px;
    }

    section.features .section-heading p {
        margin-bottom: 0;
    }

    section.features .feature-item {
        max-width: 300px;
        margin: 0 auto;
    }

    section.features .device-container {
        margin-bottom: 70px;
    }

    @media (min-width:992px) {
        section.features .device-container {
            margin-bottom: 0;
        }
    }

    section.features .feature-item {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 60px;
        text-align: center;
    }

    section.features .feature-item h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    section.features .text-muted {
        margin-top: 20px;
        font-size: 16px;
    }

    section.features .text-muted-2 {
        margin-top: 30px;
        font-size: 24px;
    }

    section.features .feature-item i {
        font-size: 80px;
        background: linear-gradient(to left, #7b4397, #dc2430);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    section mark {
        background-color: #141414;
        color: #fff !important;
    }

    @media (min-width:992px) {

        section.features .device-container,
        section.features .feature-item {
            max-width: none;
        }
    }

    @media (max-width: 480px) {
        section.features {
            margin-top: -170px;
        }

        section.features .feature-item h3 {
            font-size: 20px;
            margin-top: 20px;
            letter-spacing: 0;
        }

        section.features .section-heading h2 {
            font-size: 35px !important;
        }
    }



    /* ------------ Call to action 03 ------------ */

    @media (min-width:768px) {
        section.CallToAction-03 {
            position: relative;
            padding: 200px 0;
            background-image: url(../img/img_Call03_churrasqueira.jpg);
            background-position: center;
            background-size: cover;
        }
    }

    section.CallToAction-03 .call03-content {
        position: relative;
        z-index: 1;
    }

    section.CallToAction-03 .call03-content h2 {
        font-size: 50px !important;
        max-width: 550px;
        margin-top: 15px;
        margin-bottom: 35px;
        margin-left: 10px;
        color: #000;
    }

    section.CallToAction-03 .btn-outline {
        color: #000;
        background-color: #fdcc52;
        border: 0;
    }

    section.CallToAction-03 .btn-outline.active,
    section.CallToAction-03 .btn-outline:active,
    section.CallToAction-03 .btn-outline:focus,
    section.CallToAction-03 .btn-outline:hover {
        color: #fff !important;
        background-color: #e61d30;
    }


    @media (min-width:768px) {
        section.CallToAction-03 .call03-content h2 {
            font-size: 55px;
        }
    }

    @media (max-width: 480px) {
        section.CallToAction-03 .call03-content h2 {
            font-size: 30px !important;
        }

        section.CallToAction-03 {
            position: relative;
            padding: 0px 0 400px 0;
            background-image: url(../img/img_Call03_churrasqueira_768.jpg);
            background-position: center;
            background-size: cover;
        }
    }


    /* ------------ Quem pode comercializar ------------ */


    section.quempode {
        position: relative;
        padding: 150px 0;
        background-image: url(../img/img_quempode_bg.jpg);
        background-position: center;
        background-size: cover;
    }

    section.quempode h2 {
        color: #fff;
        font-size: 50px;
        margin-top: 0px;
    }

    section.quempode .text-muted {
        margin-top: 35px;
        color: #fff !important;
    }

    section.quempode .text-muted-02 {
        margin-top: -15px;
        color: #fcbd20 !important;
    }

    section.quempode .p-corpo {
        margin-top: 10px;
        font-size: 15px;
        color: #fff;
    }

    section.quempode h2 i {
        color: #dd4b39;
    }

    section.quempode .img-quem {
        width: 100%;
    }


    @media (min-width:768px) {
        section.quempode h2 {
            font-size: 70px !important;
        }
    }

    @media (max-width: 480px) {
        section.quempode .img-quem {
            margin-bottom: 40px;
        }
        section.quempode h2 {
            font-size: 50px !important;
        }

    }



    /* ------------ Contate ------------ */

    @media (min-width:767px) {
        section.contrate {
            text-align: center;
            background-image: url(../img/img_funcionamento_Bg.jpg);
            background-position: center;
            background-size: cover;
            background-position: bottom;
            padding: 80px 0 280px 0;
        }
    }

    section.contrate h3 {
        font-size: 22px;
        margin-top: 0px;
        margin-bottom: 25px;
        color: #000;
    }

    section.contrate .text-02 {
        font-size: 35px;
        color: #e61d30;
    }

    section.contrate .text-03 {
        font-size: 30px;
    }

    section.contrate h2 i {
        color: #dd4b39;
    }

    section.contrate ul.list-social {
        margin-bottom: 0;
    }

    section.contrate i {
        color: #298426;
        border-radius: 100%;
        text-decoration: none;
        margin-top: 20px;
    }

    section.contrate .text-04 {
        font-size: 20px;
        color: #000;
    }


    @media (max-width: 480px) {
        section.contrate {
            background-image: url(../img/img_funcionamento_Bg_768.jpg);
            background-position: center;
            background-size: cover;
            background-position: bottom;
            padding: 80px 0 200px 0;
        }

        section.contrate .img-home {
            width: 45%;
            margin-bottom: 20px;
        }

        section.contrate h3 {
            font-size: 16px;
            margin-top: 0px;
            margin-bottom: 25px;
            letter-spacing: 0px;
        }

        section.contrate .text-02 {
            font-size: 20px;
        }

    }




    /* ------------ Rodapé  ------------ */




    footer {
        padding: 25px 0;
        text-align: center;
        color: rgba(255, 255, 255, .3);
        background-color: #000;
    }

    footer p {
        font-size: 12px;
        margin: 0;
    }

    footer ul {
        margin-bottom: 0;
    }

    footer ul li a {
        font-size: 12px;
        color: rgba(255, 255, 255, .3);
    }

    footer ul li a.active,
    footer ul li a:active,
    footer ul li a:focus,
    footer ul li a:hover {
        text-decoration: none;
    }





    .bg-primary {
        background: #fdcc52;
        background: linear-gradient(#fdcc52, #fdc539);
    }

    .text-primary {
        color: #fdcc52;
    }

    .no-gutter>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

    .btn-outline {
        color: #fff;
        border: 1px solid;
    }

    .btn-outline.active,
    .btn-outline:active,
    .btn-outline:focus,
    .btn-outline:hover {
        color: #000f !important;
        border-color: #fdcc52;
        background-color: #fdcc52;
    }

    .btn {
        border-radius: 300px;
        font-family: Roboto, sans-serif;
        letter-spacing: 0.5px;
    }

    .btn-xl {
        font-size: 14px;
        padding: 15px 20px;
    }