* {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
}

a, li {
    display: inline;
    text-decoration: none;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}

img {
    border: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, span {
    margin: 0;
    padding: 0;
}
.box-perguntas{
    display:none;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/montserrat/Montserrat-Bold.eot');
    src: url('../fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),url('../fonts/montserrat/Montserrat-Bold.woff') format('woff'),url('../fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/montserrat/Montserrat-Regular.eot');
    src: url('../fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),url('../fonts/montserrat/Montserrat-Regular.woff') format('woff'),url('../fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/montserrat/Montserrat-Light.eot');
    src: url('../fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/Montserrat-Light.woff2') format('woff2'), url('../fonts/montserrat/Montserrat-Light.woff') format('woff'), url('../fonts/montserrat/Montserrat-Light.ttf') format('truetype'), url('../fonts/montserrat/Montserrat-Light.svg#Montserrat-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2bold_condensed';
    src: url(../fonts/exo2/exo2-boldcondensed-webfont.eot);
    src: url(../fonts/exo2/exo2-boldcondensed-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/exo2/exo2-boldcondensed-webfont.woff2) format("woff2"),url(../fonts/exo2/exo2-boldcondensed-webfont.woff) format("woff"),url(../fonts/exo2/exo2-boldcondensed-webfont.ttf) format("truetype"),url(../fonts/exo2/exo2-boldcondensed-webfont.svg#exo_2bold_condensed) format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'exo_2extra_light_condensed';
    src: url('../fonts/exo2/exo2-extralightcondensed.eot');
    src: url('../fonts/exo2/exo2-extralightcondensed.eot?#iefix') format('embedded-opentype'), url('../fonts/exo2/exo2-extralightcondensed.woff2') format('woff2'), url('../fonts/exo2/exo2-extralightcondensed.woff') format('woff'), url('../fonts/exo2/exo2-extralightcondensed.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

.container {
    margin: 0 auto;
    padding: 0 2%;
    position: relative;
    width: 96%;
}

.row {
    float: left;
    width: 100%;
}

section, header, footer, .faixa1-itens, .faixa2-dados, .faixa2-quadros {
    float: left;
    margin: 0 auto;
    width: 100%;
}

header {
    background: #f2f2f2 url(../images/bg-header.jpg) no-repeat 20% 80px;
}

.topo-menu {
    background: #006d38;
    float: left;
    width: 100%;
}

#menu {
    float: left;
    padding: 25px 0 10px;
    width: 100%;
}

#menu li {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: calc(100% - 2px);
}

#menu li:last-child {
    border-bottom: 1px solid #fff;
}

#menu li.titulo-logo {
    display: none;
}

#menu p.titulo-logo {
    
}

#menu li.titulo-logo a span, #menu p.titulo-logo a span {
    font-family: 'exo_2extra_light_condensed';
    font-size: 37px;
}

#menu li.titulo-logo a span b, #menu p.titulo-logo a span b {
    font-family: 'exo_2bold_condensed';
}

#menu li a span {
    color: #fff;
    font-family: 'MontserratBold';
}

#menu p.titulo-logo a span {
    color: #fff;
}

#change-icone {
    display: none;
}

.icone {
    display: block;
    height: 29px;
    right: 15px;
    position: absolute;
    top: 35px;
    width: 40px;
}

.icone:after, .icone:before, .icone span, .icone label {
    background: #fff;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
}

.icone:before {
    top: 0;
}

.icone:after {
    bottom: 0;
}

.icone:focus {
    outline: none;
}

.icone label {
    height: 100%;
    background: none;
    cursor: pointer;
    z-index: 1000;
}

.icone span {
    top: 12px;
}

#change-icone {
    display: none;
}

#change-icone:checked ~ .icone:before, #change-icone:checked ~ .icone:after {
    top: 10px;
    margin-top: -10%;
}

#change-icone:checked ~ .icone:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#change-icone:checked ~ .icone:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#change-icone:checked ~ .icone span {
    opacity: 0;
}

#change-icone:checked ~ .menu {
    max-height: 1120px;
}

#topo-baixo ul li {
    border-bottom: 1px #7b5e52 solid;
    border-radius: 0px;
    float: none;
    margin-right: 0px;
    color: #7b5e52;
    text-align: center;
    border: none;
}

header nav.menu li:not(:last-child) span {
    border: none;
}

#topo-baixo ul {
    float: none;
    text-align: center;
}

.menu {
    height: auto;
    margin: 0 auto;
    max-height: 0;
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
}

.menu {
    max-height: 0;
}

.posicao-menu {
    float: none;
}

.faixa-titulo-bloco, .faixa-depoimentos {
    float: left;
    margin: 50px auto 0;
    width: 100%;
}

.faixa-titulo-imagem, .faixa-titulo-texto {
    float: left;
    width: 70%;
}

.faixa-titulo-imagem {
    width: 30%;
}

.faixa-titulo-imagem img {
    width: 100%;
}

.faixa-titulo-texto h1 {
    color: #006d38;
    font-family: 'MontserratBold';
    font-size: 130px;
    letter-spacing: -5px;
}

.faixa-titulo-texto span {
    color: #575757;
    display: block;
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    margin-bottom: 20px;
}

.faixa-titulo-texto span b {
    color: #006d38;
    font-family: 'MontserratBold';
}

.faixa-titulo-texto > b {
    color: #006d38;
    display: block;
    font-family: 'MontserratBold';
    font-size: 14px;
}

.faixa-depoimentos-titulo {
    text-align: center;
}

.faixa-depoimentos-titulo h2 {
    color: #006d38;
    font-family: 'MontserratBold';
    font-size: 80px;
    letter-spacing: -4px;
}

.faixa-depoimentos-itens {
    margin: 35px auto 0;
    text-align: center;
}

.faixa-depoimentos-item {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 282px;
}

.faixa-depoimentos-nome span:first-child {
    color: #343434;
    display: block;
    font-family: 'MontserratBold';
    font-size: 18px;
    margin: 10px auto 0;
}

.faixa-depoimentos-nome span:last-child {
    color: #626262;
    display: block;
    font-family: 'Montserrat-Light';
    font-size: 15px;
}

.faixa-depoimentos-texto {
    margin: 20px auto 0;
    text-align: justify;
}

.faixa-depoimentos-texto span {
    color: #626262;
    font-family: 'Montserrat-Regular';
    font-size: 12.5px;
    line-height: 1.7;
}

.faixa-depoimentos-botao {
    background: #dbdbdb;
    cursor: pointer;
    margin: 14px auto 0;
    width: 100%;
}

.faixa-depoimentos-botao-icone {
    background: #a9a9a9;
    float: left;
    padding: 8px 5px 3px 7px;
}

.faixa-depoimentos-botao-texto {
    padding: 6px 0 7px;
}

.faixa-depoimentos-botao-texto span {
    color: #006d38;
    font-family: 'MontserratBold';
    font-size: 14px;
    letter-spacing: -0.8px;
}

.faixa-video {
    /*background: #bfbfbf;*/
    float: left;
    height: 540px;
    margin: 60px auto 0;
    width: 100%;
}

.faixa-video iframe {
    height: 540px;
    width: 100%;
}

.faixa-video iframe:last-child {
    display: none;
}

#faixa1 {
    background: #006d38;
    padding: 40px 0;
}

.faixa1-titulo {
    margin: 0 auto 60px;
    text-align: center;
}

.faixa1-titulo h2 {
    color: #fff;
    display: block;
    font-family: 'MontserratBold';
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 1;
}

.faixa1-item {
    float: left;
    text-align: center;
    width: 25%;
}

.faixa1-item-texto {
    display: block;
    margin-top: 35px;
}

.faixa1-item-texto span, .faixa1-item-texto span.span-verder, .faixa2-quadro h3 {
    color: #fff;
    display: block;
    font-family: 'Montserrat-Light';
    font-size: 20px;
    line-height: 1;
}

.faixa1-item-texto span b {
    font-family: 'MontserratBold';
}

.faixa1-item-texto span.span-verder, .faixa1-item-texto span.span-verder-maior, .faixa1-item-texto span.span-verder-menor {
    color: #8dc63f;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.3;
}

.faixa1-item:first-child .faixa1-item-texto span:nth-child(3) {
    display: block;
    margin-top: 5px;
}

.faixa1-item:last-child .faixa1-item-texto {
    margin-top: 20px;
}

.faixa1-item-texto span.span-verder-maior {
    font-family: 'MontserratBold';
    font-size: 24px;
    letter-spacing: 0;
}

.faixa1-item-texto span.span-verder-menor {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
}

#faixa2 {
    background: #004d23;
    padding: 40px 0;
}

.faixa2-quadro {
    float: left;
    margin: 60px auto 0;
    text-align: center;
    width: 50%;
}

.faixa2-quadro h3 {
    font-weight: normal;
    letter-spacing: -1px;
}

.faixa2-texto {
    background: url(../images/faixa2-icone-suino.jpg) no-repeat center bottom / 44px 24px;
    border: 1px solid #8dc044;
    border-radius: 10px;
    margin: 0 auto 20px;
    padding: 20px 0 40px;
    width: 80%;
}

.faixa2-span-verde, .faixa2-span-branco {
    color: #8dc044;
    font-family: 'MontserratBold';
}

.faixa2-span-branco {
    color: #fff;
}

.faixa2-dados, .faixa3-dados, .faixa4-dados {
    margin: 50px auto 0;
}

.faixa4-dado {
    float: left;
    text-align: center;
    width: 50%;
}

.faixa3-dado {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.faixa3-dado:last-child {
    margin-top: 30px;
}

@media screen and (max-width: 790px) {
    .faixa3-dado img {
        width: 80%;
    }
}

.faixa2-dado span {
    border: 1px solid #8dc044;
    border-radius: 10px;
    color: #fff;
    font-family: 'MontserratBold';
    font-size: 24px;
    padding: 10px 30px;
}

.faixa2-dado span b {
    color: #8dc044;
}

.faixa2-dado img {
    margin-top: 20px;
}

@media screen and (max-width: 890px) {
    .faixa2-dado img {
        width: 90%;
    }
}

.faixa2-imagem {
    float: left;
    margin: 30px auto 0;
    text-align: center;
    width: 100%;
}

#faixa3 {
    background: #006d38;
    padding: 40px 0;
}

#faixa4 {
    background: #044e2a;
    padding: 40px 0;
}

.faixa4-dado:first-child {
    background: url(../images/faixa4-icone-suino.jpg) no-repeat center bottom;
    border: 1px solid #8dc044;
    border-radius: 10px;
    margin: 0 15px;
    padding: 30px;
    text-align: center;
    width: calc(50% - 92px);
}

.faixa4-dado span {
    display: block;
    font-family: 'MontserratBold';
    letter-spacing: -2px;
    line-height: 1;
}

.faixa4-dado span:first-child, .faixa4-dado span:nth-child(3), .faixa4-dado span:nth-child(4), .faixa4-dado span:nth-child(5), .faixa4-dado span:nth-child(7) {
    color: #fff;
    font-size: 43px;
}

.faixa4-dado span:nth-child(2), .faixa4-dado span:nth-child(6) {
    color: #8dc044;
    font-size: 34px;
}

.faixa4-dado span:nth-child(3), .faixa4-dado span:nth-child(4), .faixa4-dado span:nth-child(7) {
    font-size: 34px;
}

.faixa4-dado span:nth-child(4) b, .faixa4-dado span:nth-child(5), .faixa4-dado span:nth-child(6) b {
    font-family: 'Montserrat-Light';
    font-size: 25px;
}

.faixa4-dado span:nth-child(7) b {
    font-size: 25px;
}

@media screen and (max-width: 950px){
    .faixa4-dado img {
        width: 100%;
    }
}

#faixa5 {
    background: #e1e1e1;
    padding: 40px 0;
}

.faixa5-titulo h2 {
    color: #006d38;
    font-family: 'MontserratBold';
    font-size: 60px;
    letter-spacing: -5px;
    line-height: 0.9;
    text-align: center;
}

.faixa5-itens {
    margin: 30px auto 0;
    text-align: center;
}

.faixa5-item {
    margin-bottom: 25px;
}

.faixa5-item-imagem, .faixa5-item-texto {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.faixa5-item-texto span {
    color: #343434;
    font-family: 'Montserrat-Light';
    font-size: 30px;
}

.faixa5-item-texto span b {
    font-family: 'MontserratBold';
}

.faixa5-item:nth-child(2) .faixa5-item-texto {
    text-align: left;
    width: 364px;
}

.faixa5-item:nth-child(3) .faixa5-item-imagem {
    margin: 0 0 0 15px;
}

footer {
    background: #f2f2f2;
    border-bottom: 20px solid #e34c0e;
    padding: 120px 0 100px;
    text-align: center;
}

.rodape-texto span {
    color: #878787;
    display: block;
    font-family: 'Montserrat-Light';
    font-size: 30px;
    letter-spacing: -2px;
}

.rodape-texto span b {
    color: #006930;
    font-family: 'MontserratBold';
}

.rodape-imagem {
    margin: 70px auto 0;
}

.cd-top {
    display: inline-block;
    position: fixed;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 300px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(0, 110, 56, 0.8) url(../images/seta-top.png) no-repeat center 50%;
    background-size: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    height: 60px;
    width: 60px;
    right: 15px;
    bottom: 10px;
}

    .cd-top.cd-is-visible {
        visibility: visible;
        opacity: 1;
    }

    .cd-top.cd-fade-out {
        opacity: .5;
    }

/*-------------------------------------------owl.carousel.css-------------------------------------------*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 0; /* "0" para o menu responsivo ficar em cima  */
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0, 0);
    }

    .owl-carousel .owl-controls .owl-dot,
    .owl-carousel .owl-controls .owl-nav .owl-next,
    .owl-carousel .owl-controls .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loaded {
        display: block;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel .owl-refresh .owl-item {
        display: none;
    }

    .owl-carousel .owl-item {
        cursor: move;
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            max-width: none !important;
            -webkit-transform-style: preserve-3d;
        }

.home-sobre-slide.owl-carousel .owl-item img {
    width: 100%;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

    .owl-carousel.owl-rtl .owl-item {
        float: right;
    }

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
    transform-style: preserve-3d;
}

/*-------------------------------------------owl.carousel.theme.css-------------------------------------------*/

.owl-theme .owl-controls {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 100%;
        cursor: pointer;
        display: inline-block;
        height: 37px;
        position: absolute;
        top: 40%;
        width: 21px;
        z-index: 1;
    }

        .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
            color: #fff;
            text-decoration: none;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
        }

    .owl-theme .owl-controls .owl-nav .disabled {
        opacity: .5;
        cursor: default;
    }

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-nav .owl-prev::before {
    background: url(../images/seta-esquerda.png) no-repeat center top;
    content: '';
    cursor: pointer;
    float: left;
    margin: 0;
    height: 37px;
    width: 21px;
}

.owl-theme .owl-controls .owl-nav .owl-next::before {
    background: url(../images/seta-direita.png) no-repeat center top;
    content: '';
    cursor: pointer;
    float: left;
    margin: 0;
    height: 37px;
    width: 21px;
}

.owl-nav {
    margin: 0;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}