﻿:root {
    --color-font1: #252525;
    --color-font2: #002656;
    --color-font3: white;
    --background-menu: white;
    --backgroud-black: black;
    --Size-h1: clamp(1.4rem, 2.1vw, 1.8em);
    --Size-p: clamp(1rem, 1.3vw, 1.4em);
    --Size-area: clamp(0.7rem, 0.7vw, 1rem);
}


/**********************************************************************************************/
/************************* S E C T I O N  PRECIFICAÇÃO**************************/
/*#region minhasafra*/
section:nth-of-type(1) {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-attachment:fixed;*/
}


.container-minhasafra {
    position: relative;
    width: 100%;
}

    .container-minhasafra .content-minhasafra {
        height: 500px;
        overflow: hidden;
    }

        .container-minhasafra .content-minhasafra img {
            width: 100%;
            height: -webkit-fill-available;
            object-fit: cover;
            background-repeat: no-repeat;
        }

.minhasafra-txt {
    position: absolute;
    width: 40%;
    color: #fff;
    top: 25%;
    left: 8%;
    z-index: 1;
}

    .minhasafra-txt h2 {
        color: #252525;
        font-size: var(--Size-h1);
        margin-bottom: 35px;
        font-weight: 500;
    }

    .minhasafra-txt h1 {
        color: var(--color-font1);
        font-size: var(--Size-h1);
        margin-bottom: 20px;
    }

    .minhasafra-txt p {
        padding-right: 25%;
        font-weight: 200;
        font-size: clamp(1rem, 1.3vw, 1.4em);
        color: #252525;
    }


@media screen and (max-width: 800px) {
    /*  .container-minhasafra {
        height: 500px;
    }*/

    .minhasafra-txt {
        width: 40%;
        line-height: 25px;
        top: 50%;
        left: 30%;
        transform: translate(-50%, -50%);
    }

        .minhasafra-txt h1 {
            margin-bottom: 20px;
        }
}

@media screen and (max-width: 480px) {

    .minhasafra-txt {
        width: 80%;
        line-height: 30px;
        top: 50%;
        left: 45%;
        /*text-align: center;*/
    }

        .minhasafra-txt h1 {
            margin-bottom: 20px;
        }
}
/*#endregion minhasafra*/

/**********************************************************************************************/
/************************* S E C T I O N   C O M M O D I T I E S **************************/
/*#region experts*/
section:nth-of-type(2) {
    background-color: var(--background-menu);
    height: 100%;
    width: 100vw;
}

.gridFaleconosco {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 270px;
    background: white;
}

.banner-faleconosco {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 50%;
    height: 140px;
    margin: auto;
    background: var(--color-font2);
    /*background-image: url(../images/imageSite/PAGINAINICIAL/11.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    border-radius: 15px;
}

    .banner-faleconosco h1 {
        grid-row: 1/2;
        grid-column: 1/2;
        font-size: clamp(1.2rem, 1.8vw, 1.8em);
        color: var(--color-font3);
        margin: auto;
        padding-left: 80px;
        text-align: left;
    }

    .banner-faleconosco .button-faleconosco {
        grid-row: 1/2;
        grid-column: 2/3;
        margin: auto;
        text-align: left;
    }

        .banner-faleconosco .button-faleconosco .btn-faleconosco {
            display: inline-block;
            background: transparent;
            border: 2px solid white;
            border-radius: 25px;
            color: var(--color-font3);
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            font-weight: bold;
            padding: 0.5em 1.3em;
            letter-spacing: 0;
            cursor: pointer;
        }


    .banner-faleconosco .btn-faleconosco:hover {
        background: white;
        color: var(--color-font3);
    }

@media screen and (max-width:600px) {
    .banner-faleconosco {
        width: 90%;
    }

        .banner-faleconosco h1 {
            padding-left: 40px;
            text-align: left;
        }
}

@media (min-width:601px) and (max-width:830px) {
    .banner-faleconosco {
        width: 90%;
    }

        .banner-faleconosco h1 {
            padding-left: 90px;
            text-align: left;
        }
}

@media (min-width:831px) and (max-width:1260px) {
    .banner-faleconosco {
        width: 60%;
    }

        .banner-faleconosco h1 {
            padding-left: 50px;
            text-align: left;
        }
}
/*#endregion experts*/

/**********************************************************************************************/
/************************* S E C T I O N  K S T A C K PRECIFICAÇÃO **************************/
/*#region kstack*/
section:nth-of-type(3) {
    height: 100%;
    width: 100vw;
    /*background-image: url(../images/imageSite/PAGINAINICIAL/degrade-banner-equipe.png);
    background-repeat: no-repeat;
    background-size: cover;*/
}

.video-container {
    width: 100%;
    height: 550px;
}
    .video-container img {
        width: 100%;
        height: inherit;
    }
    .video-container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

video::-webkit-media-controls,
video::-moz-media-controls,
video::-o-media-controls,
video::-ms-media-controls {
    display: none !important;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
    -webkit-appearance: none;
}

.gridKstack {
    position: absolute;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 30% 70%;
    width: 100vw;
    height: 550px;
}

    .gridKstack h1 {
        grid-column: 1/2;
        grid-row: 1/2;
        padding: 10% 2% 0px 16%;
        font-size: var(--Size-h1);
        color: var(--color-font3);
        text-align: left;
        background: rgba(0,38,86,.6);
    }

    .gridKstack .list-kstack {
        grid-column: 1/2;
        grid-row: 2/3;
        list-style: none;
        padding: 0% 10% 0px 12%;
        text-align: left;
        font-size: var(--Size-p);
        font-weight: bold;
        color: var(--color-font3);
        background: rgba(0,38,86,.6);
    }


        .gridKstack .list-kstack li {
            font-size: clamp(0.9rem, 1.4vw, 1.4em);
            position: relative;
            margin-bottom: 2vw;
            margin-right: 20%;
            padding-left: 50px;
        }

            .gridKstack .list-kstack li:before {
                content: '\f00c';
                font-family: FontAwesome;
                font-weight: 900;
                display: inline-block;
                position: absolute;
                font-size: clamp(1rem, 2vw, 1.4em);
                top: 5%;
                left: 5%;
            }


@media screen and (max-width: 600px) {
    .video-container video {
        width: 180%;
        transform-origin: center center;
        transform: translateX(-21.5%);
    }

    .gridKstack {
        grid-template-columns: 50% 50%;
        grid-template-rows: 30% 70%;
        border: none;
    }

        .gridKstack h1 {
            padding: 15px 0px 0 30px;
            text-align: left;
            border: none;
        }

        .gridKstack .list-kstack {
            border: none;
            padding: 0% 5% 0px 4%;
        }

            .gridKstack .list-kstack li {
                margin-bottom: 20px;
                text-align: left;
                font-size: clamp(0.7rem, 1.3vw, 1.4em);
            }
}

@media (min-width:1400px) and (max-width:4320px) {
    .gridKstack {
        grid-template-rows: 30% 70%;
        width: 100vw;
        height: 550px;
    }

        .gridKstack h1 {
            padding: 8% 2% 0px 16%;
            font-size: var(--Size-h1);
            color: var(--color-font3);
            text-align: left;
        }

        .gridKstack .list-kstack li {
            font-size: clamp(0.9rem, 1.2vw, 1.4em);
            position: relative;
            margin-bottom: 2vw;
            margin-right: 0%;
            padding-left: 10%;
        }

            .gridKstack .list-kstack li:before {
                content: '\2714';
                display: inline-block;
                width: 1.8vw;
                height: 1.8vw;
                position: absolute;
                top: 0;
                left: 5%;
            }
}


/*#endregion kstack*/

/***************************************************************************/
/************************ S E C T I O N   P R O D U T O  **********************************/
/*#region produto*/
section:nth-of-type(4) {
    height: 100%;
}

.gridFaleconosco {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 270px;
    background: white;
}

.banner-faleconosco {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 50%;
    height: 140px;
    margin: auto;
    background: var(--color-font2);
    /*background-image: url(../images/imageSite/PAGINAINICIAL/11.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    border-radius: 15px;
}

    .banner-faleconosco h1 {
        grid-row: 1/2;
        grid-column: 1/2;
        font-size: clamp(1.2rem, 1.8vw, 1.8em);
        color: var(--color-font3);
        margin: auto;
        padding-left: 80px;
        text-align: left;
    }

    .banner-faleconosco .button-faleconosco {
        grid-row: 1/2;
        grid-column: 2/3;
        margin: auto;
        text-align: left;
    }

        .banner-faleconosco .button-faleconosco .btn-faleconosco {
            display: inline-block;
            background: transparent;
            border: 2px solid white;
            border-radius: 25px;
            color: var(--color-font3);
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            font-weight: bold;
            padding: 0.5em 1.3em;
            letter-spacing: 0;
            cursor: pointer;
        }


    .banner-faleconosco .btn-faleconosco:hover {
        background: white;
        color: var(--color-font2);
    }

@media screen and (max-width:600px) {
    .banner-faleconosco {
        width: 90%;
    }

        .banner-faleconosco h1 {
            padding-left: 40px;
            text-align: left;
        }
}

@media (min-width:601px) and (max-width:830px) {
    .banner-faleconosco {
        width: 90%;
    }

        .banner-faleconosco h1 {
            padding-left: 90px;
            text-align: left;
        }
}

@media (min-width:831px) and (max-width:1260px) {
    .banner-faleconosco {
        width: 60%;
    }

        .banner-faleconosco h1 {
            padding-left: 50px;
            text-align: left;
        }
}
/*#endregion produto*/

/***************************************************************************/
/************************ S E C T I O N  PRECIFICAÇÃO  **********************************/
/*#region minhasafra*/
section:nth-of-type(5) {
    height: 100%;
}

.gridMinhaSafra {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 20% 23% 58%;
    width: 100vw;
    height: 550px;
    background-image: url(../images/imageSite/Precificacao/agro.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

    .gridMinhaSafra h1 {
        grid-column: 1/2;
        grid-row: 1/2;
        padding: 13% 2% 0px 16%;
        font-size: var(--Size-h1);
        color: var(--color-font3);
        text-align: left;
    }

    .gridMinhaSafra p {
        grid-column: 1/2;
        grid-row: 2/3;
        padding: 10% 7% 0px 16%;
        font-size: var(--Size-p);
        color: var(--color-font3);
        text-align: left;
        font-weight: 200;
    }

    .gridMinhaSafra .text2-minhaSafra {
        grid-column: 1/2;
        grid-row: 3/4;
        padding: 10% 7% 0px 16%;
        font-size: var(--Size-p);
        color: var(--color-font3);
        text-align: left;
        font-weight: 200;
    }

@media screen and (max-width:600px) {
    .gridMinhaSafra {
        grid-template-columns: 100%;
        grid-template-rows: 25% 25% 50%;
    }

        .gridMinhaSafra h1 {
            padding: 15% 5% 0px 5%;
        }

        .gridMinhaSafra p {
            font-size: clamp(0.8rem, 1vw, 1.4em);
            padding: 5% 5% 0px 5%;
        }

        .gridMinhaSafra .text2-minhaSafra {
            font-size: clamp(0.8rem, 1.3vw, 1.4em);
            padding: 0% 5% 0px 5%;
        }
}

@media (min-width:601px) and (max-width:900px) {
    .gridMinhaSafra {
        grid-template-rows: 25% 30% 45%;
    }

        .gridMinhaSafra p {
            font-size: clamp(0.8rem, 1vw, 1.4em);
        }

        .gridMinhaSafra .text2-minhaSafra {
            font-size: clamp(0.8rem, 1.3vw, 1.4em);
        }
}

@media (min-width:1500px) and (max-width:3000px) {
    .gridMinhaSafra h1 {
        padding: 13% 10% 0px 16%;
    }
}
/*#endregion minhasafra*/

/***************************************************************************/
/************************ S E C T I O N   C H A R G E B A C K **********************************/
/*#region charge*/
section:nth-of-type(6) {
    height: 100%;
}

.gridFaleconosco {
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr;
    width: 100vw;
    height: 270px;
    background: white;
}

.banner-faleconosco {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 50%;
    height: 140px;
    margin: auto;
    background: var(--color-font2);
    /*background-image: url(../images/imageSite/PAGINAINICIAL/11.png);
    background-repeat: no-repeat;
    background-size: cover;*/
    border-radius: 15px;
}

    .banner-faleconosco h1 {
        grid-row: 1/2;
        grid-column: 1/2;
        font-size: clamp(1.2rem, 1.8vw, 1.8em);
        color: var(--color-font3);
        margin: auto;
        padding-left: 80px;
        text-align: left;
    }

    .banner-faleconosco .button-faleconosco {
        grid-row: 1/2;
        grid-column: 2/3;
        margin: auto;
        text-align: left;
    }

        .banner-faleconosco .button-faleconosco .btn-faleconosco {
            display: inline-block;
            background: transparent;
            border: 2px solid white;
            border-radius: 25px;
            color: var(--color-font3);
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            font-weight: bold;
            padding: 0.5em 1.3em;
            letter-spacing: 0;
            cursor: pointer;
        }


    .banner-faleconosco .btn-faleconosco:hover {
        background: white;
        color: var(--color-font2);
    }

@media screen and (max-width:600px) {
    .banner-faleconosco {
        width: 90%;
    }

        .banner-faleconosco h1 {
            padding-left: 40px;
            text-align: left;
        }

        .banner-faleconosco .button-faleconosco .btn-faleconosco {
            font-size: clamp(0.9rem, 1.5vw, 1rem);
            padding: 0.4em 0.4em;
        }
}

@media (min-width:601px) and (max-width:830px) {
    .banner-faleconosco {
        width: 90%;
    }

        .banner-faleconosco h1 {
            padding-left: 90px;
            text-align: left;
        }
}

@media (min-width:831px) and (max-width:1260px) {
    .banner-faleconosco {
        width: 60%;
    }

        .banner-faleconosco h1 {
            padding-left: 50px;
            text-align: left;
        }
}
/*#endregion charge*/

/**********************************************************************************************/
/************************* S E C T I O N  F A L E C O N O S C O **************************/
/*#region faleconosco*/
section:nth-of-type(7) {
    height: 100%;
}

.slider-faleconosco {
    position: relative;
    width: 100%;
}

.container-faleconosco {
    height: 270px;
    overflow: hidden;
}

    .container-faleconosco img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slider-faleconosco .container-faleconosco .btn-faleconosco {
    margin-top: 20px;
    display: inline-block;
    background: transparent;
    border: 2px solid white;
    border-radius: 25px;
    color: var(--color-font3);
    font-size: clamp(0.9rem, 1vw, 1rem);
    font-weight: bold;
    padding: 0.4em 1.1em;
    letter-spacing: 0;
    cursor: pointer;
}

    .slider-faleconosco .container-faleconosco .btn-faleconosco:hover {
        background: var(--color-font3);
        color: var(--color-font1);
    }

.faleconosco-txt {
    position: absolute;
    width: 38%;
    color: #fff;
    top: 25%;
    left: 8%;
    z-index: 1;
}

    .faleconosco-txt h1 {
        color: white;
        font-size: var(--Size-h1);
        margin-bottom: 8px;
    }

    .faleconosco-txt p {
        font-weight: 200;
        font-size: var(--Size-p);
        color: var(--color-font3);
        padding-right: 40%;
    }


@media screen and (max-width: 480px) {

    .faleconosco-txt {
        width: 40%;
        top: 22%;
        margin: 2px auto 0 auto;
        /*text-align: center;*/
    }

        .faleconosco-txt h1 {
            font-size: clamp(1rem, 2.1vw, 1.8em);
        }

        .faleconosco-txt p {
            font-size: clamp(0.8rem, 1.3vw, 1.4em);
            padding-right: 20%;
        }
}

@media(min-width:481px) and (max-width:954px) {
    .faleconosco-txt {
        width: 55%;
    }
}

@media (min-width:1400px) and (max-width:4320px) {
    .faleconosco-txt {
        top: 15%;
    }
}
/*#endregion faleconosco*/

/**********************************************************************/
/************************ S E C T I O N  F O O T E R **********************************/
/*#region footer*/
section:nth-of-type(8) {
    height: 100%;
}

.griditem5 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    width: 100vw;
    height: 150px;
}

footer {
    grid-column: 1/2;
    grid-row: 1/2;
    background: var(--background-menu);
}

.gridFooter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 40% 60%;
    height: 150px;
}

    .gridFooter .footer-logo {
        grid-column: 1/2;
        grid-row: 1/3;
        margin: auto;
        text-align: center;
    }

        .gridFooter .footer-logo img {
            width: 26%;
        }

    .gridFooter .footer-endereco {
        grid-column: 2/3;
        grid-row: 1/2;
        margin: 20px auto;
        text-align: left;
        justify-content: center;
    }

        .gridFooter .footer-endereco p {
            font-size: clamp(0.7rem, 1.2vw, 0.9rem);
            font-weight: bold;
            text-align: left;
        }

        .gridFooter .footer-endereco .title-endereco {
            padding: 3px 0;
            font-size: clamp(0.5rem, 0.9vw, 0.9rem);
            font-weight: 400;
            text-align: left;
        }

    .gridFooter .footer-redeSocial {
        grid-column: 3/4;
        grid-row: 1/3;
        margin: auto;
    }

        .gridFooter .footer-redeSocial .footer-icon {
            width: 100%;
            display: flex;
            flex-direction: row;
            text-align: center;
            transition: 0.2s;
            gap: 6px;
        }



        .gridFooter .footer-redeSocial .footer-btn img {
            width: 2.2em;
        }

            .gridFooter .footer-redeSocial .footer-btn img:hover {
                transform: scale(1.2);
            }

        .gridFooter .footer-redeSocial .footer-btn .icon-glassdoor {
            width: 1.2em;
            margin-top: 3px;
        }

        .gridFooter .footer-redeSocial .footer-btn .icon-insta {
            width: 1.8em;
            margin-top: 3px;
        }

        .gridFooter .footer-redeSocial .footer-btn .icon-linkedin {
            width: 1.7em;
            margin-top: 3px;
        }

        .gridFooter .footer-redeSocial .footer-btn {
            display: inline-block;
            margin: 50px 3px;
            cursor: pointer;
        }

    .gridFooter .footer-kstack {
        grid-column: 2/3;
        grid-row: 2/3;
        margin: 6% auto;
        text-align: left;
        justify-content: center;
    }

        .gridFooter .footer-kstack p {
            font-size: clamp(0.7rem, 1.2vw, 0.9rem);
            font-weight: bold;
            padding-left: 4.3%;
        }

        .gridFooter .footer-kstack .p-ingles {
            font-size: clamp(0.7rem, 1.2vw, 0.9rem);
            font-weight: bold;
            margin-left: -1%;
            padding-left: 0%;
        }

@media screen and (max-width:600px) {

    .gridFooter .footer-redeSocial .footer-btn .icon-glassdoor {
        margin-top: 1px;
    }

    .gridFooter .footer-redeSocial .footer-btn .icon-insta {
        margin-top: 0px;
    }

    .gridFooter .footer-redeSocial .footer-btn .icon-linkedin {
        margin-top: 0px;
    }

    /*.gridFooter .footer-endereco p {
        font-size: 0.6rem;
    }*/

    .gridFooter .footer-kstack p {
        padding: 15% 0px 0px 0%;
    }
}
/***************************Cookie*********************/
.wrapper {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: white;
    max-width: 365px;
    border-radius: 15px;
    text-align: center;
    padding: 25px 25px 30px 25px;
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
    z-index: 1000;
    transform: translateX(400px);
    animation-duration: 2s;
    animation-name: surgir;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes surgir {
    to {
        transform: translateX(0);
    }
}

.hide {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.wrapper img {
    max-width: 90px;
}

.wrapper .cookie-content {
    margin-top: 10px;
}

.cookie-content p {
    color: var(--color-font1);
    margin: 5px 0 20px 0;
}


.cookie-content .subtitle-cookie {
    text-align: left;
}

.cookie-content a {
    color: #006AE3;
}

.cookie-content .button-cookie {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-cookie .btn-cookie {
    padding: 10px 20px;
    background: var(--color-font2);
    color: var(--color-font3);
    font-size: 18px;
    font-weight: bold;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 28px;
    margin: 0 10px;
}

    .button-cookie .btn-cookie:hover {
        background: white;
        color: var(--color-font2);
        border: 1px solid var(--color-font2);
    }
/********************Icon WhatsApp*********************/
.btn-whatsapp {
    position: fixed;
    outline: none;
    bottom: 40px;
    right: 30px;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    cursor: pointer;
    background: #34af23;
    color: white;
    font-size: 2.4rem;
    border: 1px solid white;
    z-index: 500;
    /*animation: pulsar 0.8s ease-out 1s infinite alternate none running;*/
}

    .btn-whatsapp a {
        color: inherit;
    }

@keyframes pulsar {
    0% {
        height: 65px;
        width: 65px;
    }

    100% {
        height: 85px;
        width: 85px;
    }
}

@media screen and (max-width:600px) {
    .btn-whatsapp {
        bottom: 100px;
    }
}

/*#endregion footer*/
