/* header config */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .titulo{
        font-size: 26px;
        font-weight: 600;
        letter-spacing: -0.025em;
    }
    .subtitulo{
        font-size: 22px;
        font-weight: 600;
        letter-spacing: -0.025em;
    }
    .conteudo p{
        font-size: 16px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: -0.025em;
    }
    .subtituloposition{
        margin-top: -20px;
    }
    .bg-box-missao{
        background-image: url("../imgs/shapeMissaoMobile.png");
        background-repeat: no-repeat;
        height: 300px;
        width: 300px;
    }
    .bg-box-visao{
        background-image: url("../imgs/shapeVisaoMobile.png");
        background-repeat: no-repeat;
        height: 300px;
        width: 300px;
        margin-top: 60px;
    }
    .bg-box-valores{
        background-image: url("../imgs/shapeValoresMobile.png");
        background-repeat: no-repeat;
        height: 300px;
        width: 300px;
    }
    .titulobox{
        width: 140px;
        font-size: 22px;
        font-weight: 600;
        margin-top: 38px;
        margin-left: 90px;
        text-align: center;
    }
    .conteudobox{
        width: 300px;
        height: 190px;
        font-size: 14px;
        font-weight: 200;
        text-align: center;
        vertical-align: middle;
        padding-top: 75px;
        padding-left: 50px;
        padding-bottom:  100px;
    }
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .titulo{
        font-size: 48px;
        font-weight: 600;
        letter-spacing: -0.025em;
    }
    .subtitulo{
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.025em;
    }
    .conteudo p{
        font-size: 18px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: -0.025em;
    }
    .subtituloposition{
        margin-top: -100px;
    }
    .bg-box-missao{
        background-image: url("../imgs/shapeMissao.png");
        background-repeat: no-repeat;
        height: 194px;
    }
    .bg-box-visao{
        background-image: url("../imgs/shapeVisao.png");
        background-repeat: no-repeat;
        height: 194px;
    }
    .bg-box-valores{
        background-image: url("../imgs/shapeValores.png");
        background-repeat: no-repeat;
        height: 194px;
    }
    .titulobox{
        width: 230px;
        font-size: 26px;
        font-weight: 600;
        margin-top: 43px;
        margin-left: 80px;
        text-align: center;
    }
    .conteudobox{
        float: left;
        width: 300px;
        padding-left: 30px;
        height: 190px;
        font-size: 14px;
        font-weight: 200;
        text-align: center;
        vertical-align: middle;
        padding-top: px;
    }
} 


body{
    font-family: 'Encode Sans', sans-serif;
}

/* Textos */
.light{
    color: #FAFAFA;
}
.dark{
    color: #474747;
}
/* Backgrounds*/
.bg-topo{
    background-color: #FAFAFA;
}
.bg-conteudo{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 60%;
}



.bg-o-que-fazemos{
    background: linear-gradient(131.26deg, #ffffff 30%, #fafafa 100%)
}




.bg-missao{
    background: linear-gradient(131.26deg, #d3dde3 30%, #fcfdfd 100%);
    min-height: 530px;
}
.bg-agro-consulting{
    background: linear-gradient(131.26deg, #f6a61b 30%, #f5b64c 100%);
    min-height: 250px;
}
.bg-agro-consulting-clientes{
    background: linear-gradient(131.26deg, #f18209 30%, #f4ac4f 100%);
    min-height: 530px;
}
.bg-agro-consulting-fornecedores{
    background: linear-gradient(131.26deg, #297f1a 30%, #889862 100%);
    min-height: 530px;
}
.bg-agro-inteligencia{
    background: linear-gradient(131.26deg, #639846 30%, #163e17 100%);
    min-height: 250px;
}
.bg-agro-inteligencia-satisfacao{
    background: linear-gradient(131.26deg, #eb6502 30%, #a95c22 100%);
    min-height: 530px;
}
.bg-agro-inteligencia-pricing{
    background: linear-gradient(131.26deg, #1f8016 30%, #77853c 100%);
    min-height: 530px;
}
.bg-agro-inteligencia-adhoc{
    background: linear-gradient(131.26deg, #eb6502 30%, #a95c22 100%);
    min-height: 530px;
}
.bg-representacao{
    background: linear-gradient(131.26deg, #fbfbfb 30%, #aecbd8 100%);
    min-height: 530px;
}
.bg-contato{
    background: linear-gradient(131.26deg, #383838 30%, #6d6d6d 100%);
    min-height: 530px;
}
.btn-orcamento{
    border: 2px solid #fff;
    background: none;
    position: relative;
    color: #fff;
    z-index: 1;
    border-radius: 30px;
    height: 100%;
    font-family: 'Encode Sans', sans-serif;
}
.btn-orcamento:hover{
    color:#68627A;
    border: 2px solid #fff;
    background: #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.bg-servicos{
    background: linear-gradient(131.26deg, #312b45 30%, #ff3859 100%)
}



.underline{
    content: '';
    border-top: 2px solid  #ff3859;
    width: 70px;
    display: block;
    margin-bottom: 8px;
    margin: 0 auto;
}


.bg-parceiros{
    background: linear-gradient(0deg, #d2d0d4 30%, #f2f0f4 100%)
}

.padding-parceiros{
    padding: 5px !important;    
}

.sombra:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}


.fatos{
    text-align: center;
    color: #fff;
}

.fatos .icon i{
    font-size:  50px;
    color: #fff;
}
.fatos h3{
    font-size:  35px;
    color: #fff;
    margin-bottom:  5px;
    font-weight: 700;
    letter-spacing: 1px;
}
.fatos h4{
    font-size:  20px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.bg-parallax{
    background: url(../img/bg.jpg) fixed;
    position: relative;
}



/*Preço*/

.tabela-preco{
    padding:  0 0 40px 0;
    margin:  0 auto;
    margin-bottom: 5px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.tabela-preco .preco-detalhe h2{
    font-size:  26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    padding:  30px 0;
}