
/*******************************/
/********** HP Banner **********/
/*******************************/

.hp-banner > div {
    position: relative;
}

.hp-banner .slider .slide {
    height: 100%;
}

.hp-banner .slider .slide > div {
    position: relative;
    height: 100%;
}

.hp-banner .slider .slide > div::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, #a5a5a5, #a5a5a5);
    z-index: 1;
}

.hp-banner .slider .slide.nofilters > div::before {
    display: none;
}


.hp-banner .slider .slide video {
    height: 100%;
    pointer-events: none;
}

.hp-banner .slider .slide .desc {
    position: absolute;
    left: 20px;
    bottom: 40px;
    max-width: 88%;
    z-index: 4;
}

.hp-banner .slider .slide .desc p {
    font-family: var(--font-family-1);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: 0.38px;
    text-align: left;
    color: #fff;
    margin-bottom: 30px;
}

.hp-banner .slider .slide .desc p a{
    font-weight: bold;
    border-bottom: 1px solid currentColor;
}

.hp-banner .slider .slide .desc p a:hover{
    border-bottom: 1px solid transparent;
}

.hp-banner .slider .slide .desc p.title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.04;
    letter-spacing: normal;
    margin-bottom: 26px;
}

.hp-banner .slider .slide .desc div {
    display: flex;
}

.hp-banner .slider .slide .desc div .button.button-fill{
    color: var(--black)
}

.hp-banner .slider .slide .desc .button-play {
    margin-left: 10px;
}

.hp-banner .slider-arrows {
    position: absolute;
    bottom: 40px;
    right: 21px;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.hp-banner .slider-arrows div {
    cursor: pointer;
    position: relative;
    width: 21px;
    height: 40px;
    opacity: 0.5;
    pointer-events: auto;
}

.hp-banner .slider-arrows div::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/assets/img/arrow.svg") no-repeat;
}

.hp-banner .slider-arrows div.prev {
    margin-left: auto;
    margin-right: 15.5px;
    transform: rotate(180deg);
}

.hp-banner .slider-arrows div.next {
    margin-right: auto;
    margin-left: 15.5px;
}


.hp-banner .slider .slide .banner_desktop {
    display: none;
    object-fit: cover;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
}

.hp-banner .slider .slide .banner_mobile {
    display: block;
    object-fit: cover;
    object-position: center;
    position: relative;
    height: 100%;
    width: 100%;
}

.index .fixed + .hp-banner{
    margin-top: 115px;
}


.hp-banner .slider .slick-dots{
    bottom: 20px;
}

.hp-banner .slider .slick-dots li{
    width: 9px;
    height: 9px;
    margin: 0 10px;
}
.hp-banner .slider .slick-dots li button{
    background: white;
    opacity: .4;
    width: 9px;
    height: 9px;
    font-size: 0;
    border-radius: 50%;
}

.hp-banner .slider .slick-dots li.slick-active button{
    opacity: 1;
}



.video-wrapper-fullscreen {
    position: absolute;
    top: 0;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
}

.video-wrapper-fullscreen.fullscreen {
    opacity: 1;
    pointer-events: auto;
}

.video-wrapper-fullscreen video {
    width: 100%;
    height: 100%;
}


@media (min-width: 768px) {
    .hp-banner .slider .slick-dots{
        bottom: 30px;
    }

    .hp-banner .slider .slide {
        height: calc(100vh - 170px);
    }

    
    .hp-banner .slider .slide .desc {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
        max-width: 598px;
        width: 100%;
    }

    .hp-banner .slider .slide .desc p {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.5px;
        text-align: center;   
    }

    .hp-banner .slider .slide .desc p.title {
        font-size: 60px;
        line-height: 1.08;
    }

    .hp-banner .slider .slide .desc div {
        justify-content: center;
    }

    .hp-banner .slider-arrows {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .hp-banner .slider-arrows div {
        width: 36px;
        height: 68px;
    }

    .hp-banner .slider-arrows div.prev {
        margin-left: 20px;
        margin-right: auto;
    }

    .hp-banner .slider-arrows div.next {
        margin-right: 20px;
        margin-left: auto;
    }

    .hp-banner .social {
        opacity: 1;
        pointer-events: auto;
    }
}



@media (min-width: 992px) {
    .hp-banner .slider .slide .desc {
        max-width: 712px;
    }

    .hp-banner .slider .slide {
        height: calc(100vh - 205px);
    }

    .hp-banner .slider .slide .banner_desktop {
        display: block;
    }
    
    .hp-banner .slider .slide .banner_mobile {
        display: none;
    }

    
}

@media(min-width: 1300px) {
    .index .hp-banner{
        margin-top: 70px;
    }

    .index .fixed + .hp-banner{
        margin-top: 170px;
    }

   
}



.video-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000;
    z-index: 20;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
  }

  .video-wrapper.fullscreen {
    opacity: 1;
    pointer-events: auto;
  }

  .video-wrapper div {
    width: 100%;
    height: 100%;
    padding-top: 80px;
  }

  .video-wrapper div iframe {
    width: 100%;
    height: 100%;
  }

  .video-wrapper .close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    height: 25px;
    width: 25px;
    opacity: 1;
  }

  .video-wrapper .close-btn::before,
  .video-wrapper .close-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 35px;
    background-color: white;
    transform: rotate(45deg);
    transform-origin: left;
  }

  .video-wrapper .close-btn::after {
    left: auto;
    right: 0;
    transform: rotate(-45deg);
    transform-origin: right;
  }


/******************************/
/********** HP ABout **********/
/******************************/

.hp-about{
    position: relative;
    display: flex;
    flex-direction: column;
}

.hp-about .desc{
    font-family: var(--font-family-1);
    color: var(--black);
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 20px 0 70px;
}

.hp-about .desc p:last-of-type{
    margin-bottom: 0;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.hp-about .desc p:last-of-type strong{
    font-weight: normal;
}

.hp-about .desc p:last-of-type a{
    color: var(--green);
    border-bottom: 1px double currentColor;
}

.hp-about .desc p:last-of-type a:hover{
    border-bottom: 1px double transparent;
}

.hp-about .desc .title{
    font-size: 35px;
    letter-spacing: 0;
    font-weight: 100;
    line-height: 1.04;
    margin-bottom: 40px;
}

.hp-about .desc .title strong{
    font-weight: normal;
}

.hp-about .desc .button{
    margin-top: 26px;
}

.hp-about > div:first-of-type{
    order: 2;
}

.hp-about > div:last-of-type{
    position: relative;
    order: 1;
    text-align: right;
}

.hp-about > div:last-of-type img{
    max-width: 170px;
}

@media (min-width: 768px) {
    .hp-about{
        display: block;
        flex-direction: inherit;
    }
    
    .hp-about .desc{
        padding: 70px 25px;
    }

    .hp-about .desc p:last-of-type{
        font-size: 20px;
    }

    .hp-about .desc .button{
        margin-top: 36px;
    }

    .hp-about > div:first-of-type{
        order: 1;
    }

    .hp-about > div:last-of-type{
        position: absolute;
        right: 0;
        top: 0;
        order: 2;
        max-width: 43%;
    }
    .hp-about > div:last-of-type img{
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .hp-about .desc{
        font-size: 20px;
        padding-top: 150px;
        padding-bottom: 150px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }
    .hp-about .desc .title{
        font-size: 50px;
        line-height: 1.08;
        margin-bottom: 50px;
    }
    .hp-about .desc .button{
        margin-top: 46px;
    }

 
}

@media (min-width: 1024px) {
    .hp-about > div:last-of-type{
        text-align: initial;
        
    }
    .hp-about > div:last-of-type img{
        max-width: 100%;
    }
}

@media (min-width: 1100px) {

    .hp-about .desc .title{
        font-size: 60px;
    }
}

@media (min-width: 1470px) {
    .hp-about > div:last-of-type{
        max-width: 700px;
    }
}

.hp-agriculture .title,
.hp-pests .title{
    width: 100%;
    text-align: center;
    padding: 30px 15px;
}

.hp-agriculture .title h2,
.hp-pests .title h2{
    font-weight: 100;
    font-size: 40px;
    color: #fff;
    letter-spacing: normal;
    line-height: 1;
}

.hp-pests .title{
    padding-bottom: 20px;
}

.hp-agriculture p,
.hp-pests p{
    margin: 0;
}

.hp-pests{
    background: var(--green);
}

.hp-agriculture{
    background: var(--blue);
}

.hp-pests .title{
    background: transparent;
}

.hp-agriculture .title strong,
.hp-agriculture .title h2 strong,
.hp-pests .title strong,
.hp-pests .title h2 strong{
    font-weight: normal;
}



.hp-agriculture .itens,
.hp-pests .itens{
    display: flex;
}

.hp-pests .itens,
.hp-agriculture .itens{
    padding-top: 50px;
}

.hp-pests .itens .slick-dots,
.hp-agriculture .itens .slick-dots{
    top:0;
    bottom: auto;
    width: 60%;
    left: 0;
    right: 0;
    margin: auto;
}

.hp-pests .itens .slick-dots{
    top:-5px;
}

.hp-pests .itens .slick-dots li,
.hp-agriculture .itens .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 10px 5px;
}
.hp-pests .itens .slick-dots li button,
.hp-agriculture .itens .slick-dots li button{
    background: white;
    opacity: .4;
    width: 8px;
    height: 8px;
    font-size: 0;
    border-radius: 50%;
}

.hp-pests .itens .slick-dots li.slick-active button,
.hp-agriculture .itens .slick-dots li.slick-active button{
    opacity: 1;
}

.hp-agriculture .itens .item,
.hp-pests .itens .item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.hp-pests .itens .item{
    margin-bottom: -5px;
}

.hp-agriculture .itens .item img,
.hp-pests .itens .item img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}

.hp-agriculture .itens .item a::before,
.hp-pests .itens .item a::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to bottom, rgba(22, 22, 22, 0), rgba(22, 22, 22, 0.7));
    z-index: 1;
    will-change: transform;
}

.hp-agriculture .itens .item a > div,
.hp-pests .itens .item a > div{
    position: absolute;
    bottom: 21px;
    left:32px;
    padding-right: 45px;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hp-pests .itens .item a > div i{
    display: block;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: 0.45px;
    font-size: 16px;
    margin-top: 4px;
}

.hp-agriculture .itens .item a > div:after,
.hp-pests .itens .item a > div:after{
    content:"";
    background: url(/assets/img/arrow-item.svg) no-repeat;
    width: 42px;
    height: 32px;
    display: block;
    margin-top: 16px;
    transition: var(--transition);
}

.hp-agriculture .itens .item a:hover img,
.hp-pests .itens .item a:hover img{
    transform: scale(1.05);
}
.hp-agriculture .itens .item a:hover > div:after,
.hp-pests .itens .item a:hover > div:after{
    margin-left: 10px;
}

@media (min-width: 768px) {

    .hp-pests .itens .slick-dots,
    .hp-agriculture .itens .slick-dots{
        top:0;
        bottom: auto;
        width: auto;
    }

    .hp-pests .itens .slick-dots li,
    .hp-agriculture .itens .slick-dots li{
        margin: 0 10px ;
    }

    .hp-agriculture .title,
    .hp-pests .title{
        padding: 60px 15px;
    }  
    .hp-agriculture .title h2,
    .hp-pests .title h2{
        font-size: 60px;
    }
    .hp-pests .title{
        padding-bottom: 20px;
    }

    .hp-pests .itens {
        padding-top: 65px;
    }
    .hp-agriculture .itens {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .hp-agriculture .itens .item,
    .hp-pests .itens .item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .hp-agriculture .itens .item a > div,
    .hp-pests .itens .item a > div{
        font-size: 24px;
    }

    .hp-pests .itens .item a > div i{
        font-size: 18px;
        margin-top: 7px;
    }
}

@media (min-width: 1100px) {
    .hp-agriculture .title h2,
    .hp-pests .title h2{
        font-size: 80px;
    }
}



.hp-product,
.hp-news,
.hp-universe{
    padding: 40px 0 49px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.5px;
}



.hp-product h2,
.hp-news h2,
.hp-universe h2{
    font-weight: 100;
    line-height: 1.17;
    letter-spacing: normal;
    color: var(--black);
    font-size:35px;
    margin-bottom: 0;
}

.hp-product h2 strong,
.hp-news h2 strong,
.hp-universe strong{
    font-weight: normal;
}

.hp-product p,
.hp-news p{
    margin-top: 30px;
    margin-bottom: 35px;
}

.hp-product p > a,
.hp-news p > a{
    color: var(--green);
    border-bottom: 1px solid currentColor;
}

.hp-product p > a:hover,
.hp-news p > a:hover{
    border-bottom: 1px solid transparent;
}

.hp-news h2 + .button{
    margin-top: 20px;
}

@media (min-width: 768px) {
   
    
    .hp-universe{
        padding: 119px 0 120px;
        
    }
    .hp-product,
    .hp-news{
        padding-bottom: 120px;
        font-size: 20px;
    }
    .hp-product{
        padding-bottom: 60px;
    }
    .hp-product h2,
    .hp-news h2,
    .hp-universe h2{
        font-size: 60px;
    }

    .hp-product p,
    .hp-news p{
        margin-top: 60px;
        margin-bottom: 55px;
    }

    .hp-news p{margin-bottom: 0;}

    .hp-news h2 + .button{
        margin-top: 40px;
    }
}

.hp-news .itens,
.hp-universe .itens{
    display: flex;
    margin-top: 40px;
    justify-content: center;
    flex-direction: column;
}



.hp-news .itens > div{
    text-align: center;
    max-width: 405px;
    margin-bottom: 35px;
}

.hp-news .itens > div > a > div{
    overflow: hidden;
    border:1px solid #f0f0f0;
    position: relative;
    display: inline-flex;
}

.hp-news .itens > div > a > div img,
.hp-news .itens > div > a .date,
.hp-news .itens > div > a .title{
    transition: var(--transition);
}

.hp-news .itens > div > a > div img{
    max-width: 100%;
}
.hp-news .itens > div > a:hover > div img{
    transform: scale(1.05);
}

.hp-news .itens > div .date{
    font-family: var(--font-family-2);
    font-size: 12px;
    color: #acacac;
    font-weight: 300;
    letter-spacing: .24px;
    display: block;
    margin: 8px;
    text-transform: capitalize;
}

.hp-news .itens > div .title{
    margin: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: 0.58px;
    color: var(--black);
}

.hp-news .itens > div a:hover .title{
    color: var(--green);
}

.hp-news .itens > div a:hover .date{
    color: var(--black);
}



@media (min-width: 768px) {
    .hp-news .itens > div,
    .hp-universe .itens > div{
        margin: 0 25px;
    }
    .hp-news .itens > div .title{
        font-size: 23px;
    }

    .hp-news .itens,
    .hp-universe .itens{
        margin-top: 80px;
        flex-direction: row;
    }
}

.hp-universe .itens > div{
    text-align: center;
}

.hp-universe .itens > div{
    transform: translateY(0px) ;
    margin-bottom: 50px;
}

.hp-universe .itens > div > div{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hp-universe .itens > div > div img + div {
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: 105px;
    height: 105px;
    overflow: hidden;
    margin: auto;
    transform: translateY(50%);
}

.hp-universe .itens > div > div img + div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hp-universe .itens > div .title{
    font-size: 25px;
    font-weight: 300;
    line-height: 1.15;
    letter-spacing: 0.75px;
    color: var(--black);
    margin: 15px 0;
}

.hp-universe .itens > div .title + p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.23;
    letter-spacing: 0.45px;
    color: #717070;
    margin-bottom: 20px;
    
}

.hp-universe .itens > div > div > img{
    max-width: 100%;
    order: 2;
}

@media (min-width: 768px) {
    .hp-universe .itens > div{
        transform: translateY(0) ;
        width: 50%;
        margin-bottom: 0px;
    }
    .hp-universe .itens > div{
        text-align: left;
    }
    .hp-universe .itens > div .title{
        font-size: 30px;
        line-height: 1.2;
    }
    .hp-universe .itens > div .title + p{
        font-size: 18px;
        line-height: 1.33;
        margin-bottom: 25px;
    }

    .hp-universe .itens > div > div{
        display: block;
    }

    .hp-universe .itens > div > div > img{
        order: 1;
    }

    .hp-universe .itens > div > div img + div{
        position: absolute;
        top: 10px;
        left: 10px;
        border-radius: 100%;
        background: #fff;
        width: 96px;
        height: 96px;
        overflow: hidden;
        transform: translateY(0);
    }
}

@media (min-width: 1024px) {
   

    .hp-universe .itens > div > div img + div{
        width: 146px;
        height: 146px;
    }
}

@media (min-width: 1200px) {
    .hp-universe .itens > div{
        max-width: 640px;
        width: auto;
    }

   
}

.hp-call{
    position: relative;
    overflow: hidden;
}
.hp-call .img{
    position: relative;
    width: 100%;
    display: flex;
}
.hp-call img{
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hp-call .desc{
    position: relative;
    padding: 42px 25px;
    text-align: center;
    color: white;
}

.hp-call .desc p,
.hp-call .desc a{
    position: relative;
    z-index: 3;
}

.hp-call .desc p{
    font-size: 35px;
    font-weight: 100;
    line-height: normal;
    letter-spacing: normal;
}

.hp-call .desc p strong{
    font-weight: normal;
}

.hp-call .desc::before{
    content:"";
    background: rgba(78,174,14, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 1024px) {
    .hp-call .img{
        position: absolute;
        height: 100%;
    }
    .hp-call .desc{
        padding: 162px 97px;
        width: 50%;
    }
    .hp-call .desc p{
        font-size: 60px;
        line-height: 1.08;
    }
}

.hp-job{
    display: flex;
    flex-wrap: wrap;
    background: #fafafa;
    flex-direction: column;
}

.hp-job > div:first-of-type{
    width: 100%;
    text-align: center;
    padding: 48px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
}

.hp-job > div:first-of-type .title-job{
    font-family: var(--font-family-1);
    font-size: 25px;
    font-weight: 100;
    letter-spacing: normal;
    color: var(--green);
    margin-bottom: 40px;
}

.hp-job > div:first-of-type .button{
    margin: 10px;
}

.hp-job > div:first-of-type h2 {
    font-family: var(--font-family-1);
    font-size: 38px;
    font-weight: 100;
    line-height: 1.22;
    letter-spacing: 0.5px;
    color: #0d0d0d;
}

.hp-job > div:first-of-type h2 + p {
    font-family: var(--font-family-1);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #0d0d0d;
    margin-top: 18px;
    margin-bottom: 30px;
}

.hp-job > div:last-of-type{
    flex: 1;
    position: relative;
    order: 1;
}

.hp-job > div:last-of-type img{
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media (min-width: 922px) {
    .hp-job{
        display: flex;
        flex-direction: row;
    }
    .hp-job > div:first-of-type{
        order: 1;
        width: 45%;
        padding: 98px 50px;
    }
    .hp-job > div:last-of-type{
        order: 2;
    }

    .hp-job > div:first-of-type .title-job{
        font-size: 30px;
        margin-bottom: 60px;
    }

    .hp-job > div:first-of-type h2 {
        font-size: 45px;
    }

    .hp-job > div:first-of-type h2 + p {
        font-size: 20px;
        margin-top: 25px;
        margin-bottom: 50px;
    }
}

@media(min-width:1300px){
    .hp-job > div:first-of-type{
        width: 545px;
    }
}
