.header{
    position: fixed;
    top: 0;
    z-index: 999;

    width: 100%;
    height: auto;

    background-color: #fff;

    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.151);
    border-top: 1px solid #3D67B1;
}

.header .conteiner{
    width: 70%;
    margin: 0px auto;

    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 2.0rem;
    
}

.header .conteiner .logo{
    width: 20%;
    margin: 10px 0px;
}

.header .conteiner .logo a img{
    width: 100px;
}

.header .conteiner .logo h3{
    color: #303030;
    font-size: 3.0rem;
    padding: 17px;
}

.header .conteiner .nav{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .conteiner .nav nav{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .conteiner .nav nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .conteiner .nav nav ul li{
    margin: 0px 10px;
    list-style: none;
}

.header .conteiner .nav nav ul li a{
    text-decoration: none;
    color: #303030;
    font-size: 2.0rem;
}

.header .conteiner .nav nav ul li .destaque{
    color: #6EA541;
}


.header .conteiner .nav .redes ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .conteiner .nav .redes ul li{
    margin: 0px 10px;
    list-style: none;
}

.header .conteiner .nav .redes ul li a{
    text-decoration: none;
    color: #3D67B1;
    font-size: 2.0rem;
}



/*.banner{
    width: 100%;

    margin-top: 69px;
}

.banner img{
    width: 100%;
}*/

.banner-hero-home{
    width: 100%;
    margin-top: 69px;
}

.banner-hero-home .hero{
    position: relative;
    width: 100%;
}

.banner-hero-home img{
    width: 100%;
}

.banner-hero-home .hero-text{
    position: absolute;
    top: 40%;
    left: 16%;
}

.banner-hero-home .hero #home{
    top: 40%;
    left: 26%;
    max-width: 50%;
}

.banner-hero-home .hero #home h3{
    font-size: 4rem;
    text-align: center;
    color: #FFF;
}

.banner-hero-home .hero-text h3{
    font-size: 6.0rem;
    font-style: italic;
    font-weight: 900;
    color: #6EA541;
}
.banner-hero-home .hero-text p{
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 900;
    color: #3D67B1;
}

.sobre-home{
    width: 100%;
    margin-top: 60px;
}

.sobre-home .conteiner{
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

.sobre-home .conteiner h1{
    padding: 20px 0px;
    font-size: 4.0rem;
    font-weight: 600;
    color: #3D67B1
}

.sobre-home .conteiner p{
    font-size: 1.6rem;
    padding: 0px 0px 25px 0px;
}

.sobre-home .content{
    width: 70%;
    margin: 50px auto ;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sobre-home .content p{
    color: #303030;
}

.sobre-home .content img{
    background-color: #707070;
    width: 600px;
    height: 400px;
}

.sobre-home .content .text{
    text-align: left;
    width: 600px;
    padding: 0px 0px 0px 20px;
}

.sobre-home .content .text h2{
    font-size: 3.0rem;
    padding: 0px 0px 20px 0px;
    color: #3D67B1;
}

.sobre-home .content .text p {
    font-size: 1.6rem;
    padding: 0px 0px 30px 0px;
}

.sobre-home .content a{
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #6EA541;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    
}

.galeria-estrutura{
    width: 100%;
}

.galeria-estrutura .conteiner{
    display: flex;
    justify-content: center;
    align-items: center;

    flex-wrap: wrap;
}

.galeria-estrutura .conteiner .fotos{
    width: 25%;
    margin: -5px 0px;
}

.galeria-estrutura .conteiner .fotos img{
    width: 100%;
    height: 250px;
}

@media (max-width: 1440px){
    
    .galeria-estrutura .conteiner .fotos{
        width: 425px;
        margin: 10px;
    }
}


@media (max-width: 446px){
    
    .galeria-estrutura .conteiner .fotos{
        width: 320px;
        margin: 10px;
    }
}

.mis-vis-val{
    width: 100%;
    background-color: #3D67B1;
    padding: 40px 0px;
}

.mis-vis-val .conteiner{
    width: 70%;
    margin: 0px auto;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.mis-vis-val .conteiner > div{
    max-width: 361px;
    min-height: 260px;
}

.mis-vis-val .conteiner > div img{
   
    width: 70px;
    height: 70px;
}

.mis-vis-val .conteiner > div h4{
    font-size: 2.0rem;
    font-weight: 800;
    padding: 10px 0px;
    color: #FFF;
    
}

.mis-vis-val .conteiner > div p{
    font-size: 1.6rem;
    padding: 0px 30px;
    color: #fff;
    text-align: center;
}

.carrousel{
    width: 100%;
    margin-top: 60px;
}

.carrousel .conteiner{
    width: 70%;
    margin: 30px auto;

    display: flex;
    justify-content: center;
    align-items: center;
}

.carrousel .conteiner .slider {
    width: 420px;
    padding-right: 10px;
}

.carrousel .conteiner .text{
    width: 650px;
}

.carrousel .conteiner .text h1{
    color: #3D67B1;
    font-size: 2.5rem;
    font-weight: 900;
}

.carrousel .conteiner .text p{
    font-size: 1.8rem;
}


.parceiros-home{
    width: 100%;
    background-color: #c9c9c921;
    

}

.parceiros-home .conteiner{
    width: 70%;
    margin: 0px auto;

    text-align: center;
}

.parceiros-home .conteiner h2{
    font-size: 4.0rem;
    font-weight: 800;
    padding: 20px 0px;
    color: #3D67B1;
}

.parceiros-home .conteiner .parceiros-list{
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 20px;
}

.parceiros-home .conteiner .parceiros-list .img img{
    width: 165px;
}
.parceiros-home .conteiner .parceiros-list .img #kiwa-sativa{
    width: 200px;
}

.parceiros-home .conteiner a{
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #6EA541;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    
}


.eventos-home{
    width: 100%;
    margin: 50px 0px;
}

.eventos-home .conteiner{
    width: 70%;
    margin: 0px auto;
    text-align: center;
}

.eventos-home .conteiner h1{
    font-size: 4.0rem;
    font-weight: 600;
    padding: 10px 0px;
    color: #3D67B1;
}

.eventos-home .conteiner p{
    font-size: 1.6rem;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 20px;
}

.eventos-home .conteiner a{
    font-size: 1.6rem;
    text-decoration: none;
    background-color: #6EA541;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
}

.certificacao-home{
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
}

.certificacao-home .conteiner{
    width: 70%;
    margin: 0px auto;
}

.certificacao-home .conteiner .carrosel-certificacao-home{
    padding: 20px 0px;
    outline: none;

}
.certificacao-home .conteiner .carrosel-certificacao-home .certifica{
    outline: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
}


.certificacao-home .conteiner .carrosel-certificacao-home .certifica img{
    width: 165px;
    outline: none;
}

.slick-initialized .slick-slide{
    outline: none;
}

/*------------------- Pagina Sobre -----------------*/

.banner-hero{
    width: 100%;
    margin-top: 69px;
}

.banner-hero .hero{
    position: relative;
    width: 100%;
}

.banner-hero img{
    width: 100%;
}

.banner-hero .hero-text{
    position: absolute;
    top: 50%;
    left: 45%;
   
}

.banner-hero #sobre-banner{
    position: absolute;
    top: 50%;
    left: 47%;
   
}

.banner-hero .hero-text h3{
    font-size: 4.0rem;
    font-style: italic;
    font-weight: 900;
    color: #FFF;
}


.sobre{
    width: 100%;
}

.sobre .conteiner{
    width: 70%;
    margin: 0px auto;

    padding: 60px 0px;

}

.sobre .conteiner h1{
    font-size: 3.0rem;
    text-align: center;
    padding: 0px 0px 50px 0px;
    color: #3D67B1;
}

.sobre .conteiner p {
    font-size: 1.6rem;
    color: #303030;
    
}


.mis-vis-val-sobre{
    width: 100%;
    padding: 80px 0px;
    background-color: #3D67B1;
}

.mis-vis-val-sobre .conteiner{
    width: 70%;
    margin: 0px auto;

    display: flex;
    align-items: center;
    justify-content: space-between;

    text-align: center;

    border: 0px 1px 0px 1px solid #000;
}

.mis-vis-val-sobre .conteiner > div{
    flex: 1 1 33.33333%;
    box-sizing: border-box;
    padding: 0px 10px;

    max-width: 361px;
    min-height: 260px;
}

.mis-vis-val-sobre .conteiner > div h4{
    font-size: 2.5rem;
    padding: 10px 0px;
    color: #FFF;
}
.mis-vis-val-sobre .conteiner > div img{
    width: 70px;
    height: 70px;
}

.mis-vis-val-sobre .conteiner > div p{
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    padding: 0px 20px;
}




.galeria-sobre{
    width: 100%;
    padding: 50px 0px;
}

.galeria-sobre .conteiner{
    width: 90%;
    margin: 0px auto;
    
}
.galeria-sobre .conteiner .galeria-carrosel-sobre{
    display: flex;
    align-items: center;
}
.galeria-sobre .conteiner .galeria-carrosel-sobre div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.galeria-sobre .conteiner .galeria-carrosel-sobre div img{
    width: 200px;
}

.slick-prev{
    position: absolute;
    width: 50px;
    height: 100px;
    background-color: #08080813;
    /*background-color: #6EA541;*/
    color: #000;
    left: 10%;
    z-index: 555;
    border: none;
    outline: none;
    font-size: 1.8rem;
    cursor: pointer;
}

.slick-next{
    position: absolute;
    width: 50px;
    height: 100px;
    background-color: #08080813;
    /*background-color: #6EA541;*/
    color: #000;
    right: 10%;
    z-index: 555;
    border: none;
    outline: none;
    font-size: 1.8rem;
    cursor: pointer;
}

/*------------------- Parceiros ----------------------*/



.parceiros{
    width: 100%;
}

.parceiros .conteiner{
    width: 70%;
    margin: 0px auto;

    padding: 60px 0px;

}

.parceiros .conteiner h1{
    font-size: 3.0rem;
    color: #000;
    text-align: center;
    padding: 0px 0px 50px 0px;
    color:#3D67B1;
}

.parceiros .conteiner p {
    font-size: 1.6rem;
    color: #000;
}


.lista-parceiros{
    width: 100%;
    margin: 50px 0px 100px 0px;
}

.lista-parceiros .conteiner{
    width: 70%;
    margin: 0px auto;

    display: flex;
    align-items: center;
    justify-content: space-around;

}

.lista-parceiros .conteiner .parceiro-unico img{
    width: 165px;
}
.lista-parceiros .conteiner .parceiro-unico #kiwa-sativa{
    width: 215px;
}


.lista-parceiros .conteiner .parceiro-unico .button{
    text-align: center;
    padding: 55px 0px 0px 0px;
    
}
.lista-parceiros .conteiner .parceiro-unico .button a{
    color: #fff;
    background-color: #6EA541;
    padding: 10px 20px;
    font-size: 1.6rem;
    border-radius: 10px;
    text-decoration: none;
}

/*------------------- Certificações ------------*/
.banner-hero #certifica-banner{
    position: absolute;
    top: 50%;
    left: 44%;
   
}
.certificacao{
    widows: 100%;
    margin-top: 50px;
}

.certificacao .conteiner{
    width: 100%;
    margin: 0px auto;

    text-align: center;
}

.certificacao .conteiner h2{
    font-size: 3.0rem;
    color: #3D67B1;
}
.certificacao .conteiner p{
    font-size: 1.6rem;
    padding: 10px 0px 30px 0px;
}

.certificacao .conteiner label{
    font-size: 1.6rem;
}

.certificacao .conteiner select{
    width: 300px;
    padding: 5px 5px;
    outline: none;

    margin: 0px 0px 20px 0px;
}

.certificacao-lista{
    width: 100%;
}

.certificacao-lista .conteiner{
    width: 90%;
    margin: 0px auto;
}

.certificacao-lista .conteiner > div {
    text-align: center;
    width: 100%;
    padding: 20px 0px;
}

.certificacao-lista .conteiner > div h3{
    font-size: 2.5rem;
    color: #3D67B1;
}

.certificacao-lista .conteiner > div .imagens{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.certificacao-lista .conteiner .certificacao-unica{
    margin: 25px 10px;
    text-align: center;

    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}


.certificacao-lista .conteiner .certificacao-unica a {
    color: #404040;
    text-decoration: line;
    font-size: 1.0666rem;
}

.certificacao-lista .conteiner .certificacao-unica a img{
    width: 260px;
}

.certificacao-lista .conteiner .certificacao-unica a #brc{
    margin: 75px 0px;
}
.certificacao-lista .conteiner .certificacao-unica a #amfori{
    margin: 25px 0px;
}
/*----------------- Certificação Unica ----------*/

.descricao{
    width: 100%;
    margin-top: 130px;
}

.descricao .conteiner{
    width: 90%;
    margin: 0px auto;
    text-align: center;
}

.descricao .conteiner h3{
    font-size: 3.0rem;
    font-weight: 900;
    padding: 0px 0px 20px 0px;
    color: #3D67B1;
}

.descricao .conteiner p{
    font-size: 1.6rem;
    text-align: left;
    padding: 10px 0px;
}

.descricao .conteiner img {
    box-sizing: border-box;
    padding: 50px 0px;
    width: 300px;
}
.descricao .conteiner .button{
    padding: 10px 0px 60px 0px;
}
.descricao .conteiner .button a{
    color: #fff;
    background-color: #6EA541;
    padding: 10px 20px;
    font-size: 1.6rem;
    border-radius: 10px;
    text-decoration: none;
}


/*------------------ Contato ---------------------*/


.banner-hero #contato-banner{
    position: absolute;
    top: 50%;
    left: 47%;
   
}
.contato{
    widows: 100%;
    margin-top: 50px;
}

.contato .conteiner{
    width: 70%;
    margin: 0px auto;

    text-align: center;
}

.contato .conteiner h2{
    font-size: 3.0rem;
    color: #3D67B1;
}
.contato .conteiner p{
    font-size: 1.6rem;
    padding: 10px 0px 30px 0px;
}


.formulario{
    width: 100%;
}

.formulario .conteiner{
    width: 70%;
    margin: 0px auto;
}

.formulario .conteiner form{
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
}

.formulario .conteiner form input{
    width: 100%;
    padding: 8px 5px;
    margin: 5px 0px;

    outline: none;
}

.formulario .conteiner form input::placeholder{
    color: #303030;
}

.formulario .conteiner form textarea::placeholder{
    color: #303030;
}

.formulario .conteiner form textarea{
    width: 100%;
    height: 150px;

    padding: 8px 5px;

    max-width: 100%;
    min-width: 100%;

    max-height: 150px;
    min-height: 150px;

    outline: none;
}

.formulario .conteiner form button{
    padding: 10px 80px;

    margin: 50px 0px 80px 0px;

    color: #fff;
    background-color: #6EA541;
    outline: none;
    border: none;

    cursor: pointer;

    
}

/*--------------- Orçamento ------------------------*/

.orcamento{
    widows: 100%;
    margin-top: 50px;
}

.orcamento .conteiner{
    width: 70%;
    margin: 0px auto;

    text-align: center;
}

.orcamento .conteiner h2{
    font-size: 3.0rem;
    color: #3D67B1;
}
.orcamento .conteiner p{
    font-size: 1.6rem;
    padding: 10px 0px 30px 0px;
}

.formulario .conteiner form select{
    width: 100%;
    padding: 8px 5px;
    margin: 5px 0px;

    outline: none;

    
}


/*-------------------- Footer --------------------*/

.footer{
    width: 100%;
    background-color: #3D67B1;
}

.footer .conteiner{
    width: 70%;
    margin: 0px auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    font-size: 1.6rem;
    color: #fff;
    padding: 30px 0px;
}

.footer .conteiner > div{
   
    padding: 20px 5px;
}

.footer .conteiner .logo img{
    width: 150px;
    
}
.footer .conteiner .logo a h3{
    font-size: 3.0rem;
    color: #FFF;
    font-style: italic;
    padding-bottom: 20px;
}

.footer .conteiner .logo p{
    padding: 0px 30px 0px 0px;
}

.footer .conteiner > div h5{
    font-size: 2.5rem;
    font-weight: 900;
    padding-bottom: 20px;
}
.footer .conteiner .contato-footer p{
    line-height: 35px;
}

.footer .conteiner .links-rapidos ul li{
    list-style: none;
    margin: 5px 0px;
}

.footer .conteiner .links-rapidos ul li a{
    color: #fff;
    padding: 5px 0px;
}
.footer .links-uteis {
    width: 80%;
    margin: 0px auto;
}
.footer .links-uteis h5{
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 900;
    padding-bottom: 20px;
}
.footer .links-uteis ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .links-uteis ul li{
    list-style: none;
    margin: 5px 5px;
    font-size: 2.5rem;
    color: #FFF;
}



.footer .links-uteis ul li a{
    color: #fff;
    padding: 5px 0px;
    font-size: 1.6rem;
}

.footer .conteiner .pagamento i{
    color: #FFF;
    font-size: 3.0rem;
}



.footer .contato-footer p i{
    margin-bottom: 5px;
    font-size: 2.0rem;
}

.footer .content{
    width: 70%;
    margin: 0px auto;

    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    padding: 30px 0px;
}


