/* Estilo automático para o tipo de post: post */

header {
    padding: 0 !important;
}
.page-container {
    padding: 0;
}
#banner{
    background-color: #3E613E;
    margin-top: -170px;
    min-height: 780px;

    .sombra-servico {
        background-image: linear-gradient(#00000054, black);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        opacity: 0.8;
        top: 0;
    }

    .img-banner {
        width: 100%;
        object-fit: cover;
        min-height: 100%;
    }

    .text-banner {
        padding: 75px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-right: solid 1px #FFFFFF80;
        position: relative;

        &::after {
            background-color: #3e613e;
            background-size: auto;
            display: inline-block;
            width: 16px;
            height: 162px;
            content: "";
            top: 7px;
            right: -9px;
            position: absolute;
            z-index: 0;
        }

        h1{
            color: #fff;
            padding: 0 35px;
            font-weight: 300;
            font-size: 40px;
            line-height: 66px;
            letter-spacing: 1px;

            
            span{
                font-weight: 600;
            }
        }
        h2 {
            color: #fff;
            font-weight: 300;
            font-size: 36px;
            line-height: 66px;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-left: 35px;

            span{
                font-weight: 600;
            }
        }
        
        p{
            color: #fff;
            font-weight: 400;
            font-size: 18px;
            line-height: 160%;
            letter-spacing: 0.9px;
            vertical-align: middle;
            padding: 0 75px;
        }

        .barra-branca {
            width: 100%;
            height: 1px;
            background-color: #9fb09f;
            position: relative;

            &::after {
                background-color: #9fb09f;
                background-size: auto;
                display: inline-block;
                width: 5%;
                height: 1px;
                content: "";
                top: 0px;
                right: -29px;
                position: absolute;
                z-index: 0;
            }

            &::before {
                background-color: #9fb09f;
                background-size: auto;
                display: inline-block;
                width: 5%;
                height: 1px;
                content: "";
                top: 0px;
                left: -28px;
                position: absolute;
                z-index: 0;
            }

        }

        .space-banner{
            /* padding: 0 75px; */

            .btn-padrao {
                border: 1px solid #FFFFFF;
                padding: 0 0px 0 22px;
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                letter-spacing: 1px;
                text-align: center;
                color: #fff;
                position: relative;
                display: inline-flex;
                align-items: center;
                transition: 300ms all ease-in-out;
                background-color: transparent;
                
                .moldura-seta {
                    padding: 22px;
                    transition: 300ms all ease-in-out;
                    border-left: solid 1px #fff;
                    margin-left: 22px;
                }
            }
        }

        .btn-padrao:hover{
            background-color: #009651;
        }
        
        .btn-padrao:hover .moldura-seta{
            background-color: #DD6D34;
        }
        
    }

    .navegacao-projeto {
        display: flex;
        margin-top: 140px;
        margin-left: 0;

        li {
            font-weight: 300;
            font-size: 18px;
            line-height: 160%;
            letter-spacing: 1px;
            color: #fff;
            list-style-type: none;
            margin: 0;
            padding: 0;
            margin-left: 5px;
            text-transform: uppercase;
        }
        .destaque{
            font-weight: 600;
        }
    }

    .form{
        margin-bottom: 60px;
        padding: 0 40px;

        h4{
            font-weight: 300;
            font-size: 18px;
            line-height: 160%;
            letter-spacing: 0.9px;
            color: #fff;
        }

        .form-control {
            font-weight: 200;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 1px;
            vertical-align: middle;
            background-color: transparent;
            border-radius: 0;
            height: 50px;
            color: #fff;
            padding-left: 40px;
        }

        textarea{
            height: auto !important;
            padding-top: 10px;
        }

        .icon-form {
            position: absolute;
            left: 20px;
            top: 14px;
        }

        input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff !important;
        }
        input::-moz-placeholder { /* Firefox 19+ */
            color: #fff !important;
        }
        input:-ms-input-placeholder { /* IE 10+ */
            color: #fff !important;
        }
        input:-moz-placeholder { /* Firefox 18- */
            color: #fff !important;
        }
        textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff !important;
        }
        textarea::-moz-placeholder { /* Firefox 19+ */
            color: #fff !important;
        }
        textarea:-ms-input-placeholder { /* IE 10+ */
            color: #fff !important;
        }
        textarea:-moz-placeholder { /* Firefox 18- */
            color: #fff !important;
        }


        
        .form-check {
            margin-left: 15px;

            label{
                font-weight: 300;
                font-size: 16px;
                line-height: 160%;
                letter-spacing: 1px;
                color: #fff;

                a{
                    text-decoration: underline;
                }
            }
        }

    }
}

#diferenciais{
    padding: 100px 0;
    overflow: hidden;

    h2{
        font-weight: 300;
        font-size: 30px;
        line-height: 31px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2C2C2C;
        text-align: center;

        span{
            font-weight: 600;
        }
    }

    .text-diferenciais{
        font-weight: 300;
        font-size: 18px;
        line-height: 160%;
        text-align: center;
        color: #2C2C2C;
    }

    .card-diferenciais {
        background-color: #2C2C2C;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        min-height: 240px;
        
        p{
            font-weight: 600;
            font-size: 20px;
            line-height: 160%;
            letter-spacing: 1px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            margin-top: 10px;
            padding: 0px 30px;
        }
    }
}

#galeria{
    padding: 0 ;
    overflow: hidden;
    
    h2{
        font-weight: 300;
        font-size: 30px;
        line-height: 31px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #2C2C2C;
        text-align: center;
        margin-bottom: 40px;

        span{
            font-weight: 600;
        }
    }

    .img-galeria {
        width: 100%;
        height: 520px;
        object-fit: cover;
    }

    .passadores {
        .swiper-button-next {
            right: 160px;
            background-color: #466041;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0;
            color: #fff;
        }
        .swiper-button-prev {
            left: 160px;
            background-color: #466041;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0;
            color: #fff;
        }

    }
    .swiper-button-prev:after{
        font-size: 25px;
    }
    .swiper-button-next:after{
        font-size: 25px;
    }

}

#video{
    padding: 100px 0;

    h2{
        font-weight: 300;
        font-size: 32px;
        line-height: 31px;
        letter-spacing: 1.6px;
        text-align: center;
        text-transform: uppercase;
        color: #2C2C2C;
        margin-bottom: 20px;
        
        span{
            font-weight: 600;
            
        }
    }
    
    p{
        margin-bottom: 40px;
        font-weight: 300;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 0%;
        text-align: center;
        color: #2C2C2C;
    }

    iframe{
        width: 100%;
        height: 600px;
    }

    hr{
        opacity: 1;
    }
}

#qualidade{
    padding: 0;
    background-color: #DD6D34;
    color: #fff;
    overflow: hidden;
    position: relative;

    hr{
        opacity: 1;
    }

    .barras-branca{
        position: relative;

        &::after {
            background-color: #fff;
            background-size: auto;
            display: inline-block;
            width: 158%;
            height: 1px;
            content: "";
            top: 126px;
            left: -100%;
            position: absolute;
            z-index: 0;
        }
        &::before {
            background-color: #fff;
            background-size: auto;
            display: inline-block;
            width: 1px;
            height: 100vh;
            content: "";
            top: -60px;
            left: -70px;
            position: absolute;
            z-index: 0;
        }
    }

    .alinhar-meio{
        display: flex;
        align-items: center;
        padding: 60px 0;
    }
        
    h2{
        font-weight: 300;
        font-size: 30px;
        line-height: 160%;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 30px;


        span{
            font-weight: 600;
        }
    }

    .text-qualidade{
        color: #fff;
        margin: 40px 0;
        font-family: Chivo;
        font-weight: 200;
        font-size: 18px;
        line-height: 160%;
        letter-spacing: 1px;
    }

    .img-qualidade{
        width: 60%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
    }


    .links-mapa {
        display: flex;
        justify-content: space-between;

        .btn-padrao {
            border: 1px solid #fff;
            padding: 0 0px 0 22px;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 1px;
            text-align: center;
            color: #fff;
            position: relative;
            display: inline-flex;
            align-items: center;
            transition: 300ms all ease-in-out;
            
            .moldura-seta {
                padding: 22px;
                transition: 300ms all ease-in-out;
                border-left: solid 1px #fff;
                margin-left: 22px;
            }
        }
    }
    


    .btn-padrao:hover{
        background-color: #009651;
        color: #fff;
        border: 1px solid #fff;
    }
    .btn-padrao:hover .moldura-seta{
        border-left: solid 1px #fff;
        background-color: #DD6D34;
    }
    /* .btn-padrao:hover .moldura-seta img{
        transition: 300ms all ease-in-out;
        filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(296deg) brightness(109%) contrast(99%);
    } */
}

#plantas {
    padding: 100px 0;

    .img-plantas {
        width: 100%;
        height: 490px;
        object-fit: cover;
    }

    h2{
        font-weight: 300;
        font-size: 32px;
        letter-spacing: 1.2px;
        text-transform: uppercase;
        color:#2C2C2C;
        margin-bottom: 20px;

        span{
            font-weight: 600;
        }
    }
    .text-plantas {
        font-weight: 300;
        font-size: 18px;
        color: #2C2C2C;
        line-height: 160%;
    }

    .list-plantas {
        padding: 0;
        margin: 0;

        li {
            font-weight: 300;
            font-size: 18px;
            line-height: 220.00000000000003%;
            list-style-type: none;
            color: #2C2C2C;

            span{
                font-weight: 600;
            }

            img{
                margin-right: 8px;
            }
        }

    }

    .btn-padrao {
        border: 1px solid #2C2C2C;
        padding: 0 0px 0 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1px;
        text-align: center;
        color: #2C2C2C;
        position: relative;
        display: inline-flex;
        align-items: center;
        transition: 300ms all ease-in-out;
        
        .moldura-seta {
            padding: 22px;
            transition: 300ms all ease-in-out;
            border-left: solid 1px #2C2C2C;
            margin-left: 22px;
            background-color: #fff;
        }
    }

    .btn-padrao:hover{
        background-color: #009651;
        color: #fff;
        border: 1px solid #fff;
    }
    .btn-padrao:hover .moldura-seta{
        border-left: solid 1px #fff;
        background-color: #DD6D34;
    }
    .btn-padrao:hover .moldura-seta img{
        transition: 300ms all ease-in-out;
        filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(296deg) brightness(109%) contrast(99%);
    }

    .passadores {
        position: relative;
        bottom: 40px;

        .swiper-button-next {
            right: 0;
            background-color: #466041;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0;
            color: #fff;
        }
        .swiper-button-prev {
            left: 0;
            background-color: #466041;
            width: 60px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 0;
            color: #fff;
        }

    }
    .swiper-button-prev:after{
        font-size: 25px;
    }
    .swiper-button-next:after{
        font-size: 25px;
    }
}

#localizacao{

    padding: 30px 0 100px;

    .alinhar-meio{
        display: flex;
        align-items: center;
    }
        
    h2{
        font-weight: 300;
        font-size: 32px;
        line-height: 31px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #2C2C2C;
        margin-bottom: 30px;

        span{
            font-weight: 600;
        }
    }

    .endereco{
        font-weight: 500;
        font-size: 18px;
        line-height: 160%;
        color: #2C2C2C;
    }

    .text-localizacao{
        font-weight: 300;
        font-size: 18px;
        line-height: 160%;
        color: #2C2C2C;
        margin-bottom: 30px;
    }

    .img-localizacao{
        width: 100%;
        height: 520px;
        object-fit: cover;
    }


    .links-mapa {
        display: flex;
        justify-content: space-between;

        .btn-padrao {
            border: 1px solid #2C2C2C;
            padding: 0 0px 0 22px;
            font-weight: 400;
            font-size: 16px;
            line-height: 100%;
            letter-spacing: 1px;
            text-align: center;
            color: #2C2C2C;
            position: relative;
            display: inline-flex;
            align-items: center;
            transition: 300ms all ease-in-out;
            
            .moldura-seta {
                padding: 22px;
                transition: 300ms all ease-in-out;
                border-left: solid 1px #2C2C2C;
                margin-left: 22px;
                background-color: #fff;
            }
        }
    }
    


    .btn-padrao:hover{
        background-color: #009651;
        color: #fff;
        border: 1px solid #fff;
    }
    .btn-padrao:hover .moldura-seta{
        border-left: solid 1px #fff;
        background-color: #DD6D34;
    }
    .btn-padrao:hover .moldura-seta img{
        transition: 300ms all ease-in-out;
        filter: invert(100%) sepia(0%) saturate(7486%) hue-rotate(296deg) brightness(109%) contrast(99%);
    }
}

#formulario {
    background-color: #466041;
    overflow: hidden;

    h2{
        font-weight: 300;
        font-size: 32px;
        line-height: 30px;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        color: #fff;
        margin-top: 70px;

        span{
            font-weight: 600;
        }
    }

    h3{
        font-weight: 300;
        font-size: 38px;
        line-height: 160%;
        letter-spacing: 1.7px;
        color: #fff;
        margin-top: 70px;
        margin-left: 70px;

        span{
            font-weight: 600;
        }
    }

    .barra-1 {
        width: 101%;
        height: 1px;
        background-color: #fff;
        position: relative;

        &::after {
            background-color: #ffffff;
            background-size: auto;
            display: inline-block;
            width: 50%;
            height: 1px;
            content: "";
            top: 0px;
            left: -40%;
            position: absolute;
            z-index: 0;
        }
    }
    
    .barra-2 {
        width: 100%;
        height: 1px;
        background-color: #fff;
        position: relative;
        left: -12px;

        &::after {
            background-color: #ffffff;
            background-size: auto;
            display: inline-block;
            width: 100%;
            height: 1px;
            content: "";
            top: 0px;
            right: -100%;
            position: absolute;
            z-index: 0;
        }
    }

    .barra-formulario{
        border-right: solid 1px #fff;
    }

    .btn-padrao {
        border: 1px solid #FFFFFF;
        padding: 0 0px 0 22px;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 1px;
        text-align: center;
        color: #fff;
        position: relative;
        display: inline-flex;
        align-items: center;
        transition: 300ms all ease-in-out;
        background-color: transparent;
        width: 264px;
        margin-left: 15px;
        
        .moldura-seta {
            padding: 22px;
            transition: 300ms all ease-in-out;
            border-left: solid 1px #fff;
            margin-left: 22px;
        }
    }
    .btn-padrao:hover{
        background-color: #009651;
    }
    .btn-padrao:hover .moldura-seta{
        background-color: #DD6D34;
    }



    .form{
        margin-bottom: 60px;

        h4{
            font-weight: 300;
            font-size: 18px;
            line-height: 160%;
            letter-spacing: 0.9px;
            color: #fff;
        }

        .form-control {
            font-weight: 200;
            font-size: 16px;
            line-height: 160%;
            letter-spacing: 1px;
            vertical-align: middle;
            background-color: transparent;
            border-radius: 0;
            height: 50px;
            color: #fff;
            padding-left: 40px;
        }

        textarea{
            height: auto !important;
            padding-top: 10px;
        }

        .icon-form {
            position: absolute;
            left: 20px;
            top: 14px;
        }

        input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff !important;
        }
        input::-moz-placeholder { /* Firefox 19+ */
            color: #fff !important;
        }
        input:-ms-input-placeholder { /* IE 10+ */
            color: #fff !important;
        }
        input:-moz-placeholder { /* Firefox 18- */
            color: #fff !important;
        }
        textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff !important;
        }
        textarea::-moz-placeholder { /* Firefox 19+ */
            color: #fff !important;
        }
        textarea:-ms-input-placeholder { /* IE 10+ */
            color: #fff !important;
        }
        textarea:-moz-placeholder { /* Firefox 18- */
            color: #fff !important;
        }

        
        .form-check {
            margin-left: 15px;

            label{
                font-weight: 300;
                font-size: 16px;
                line-height: 160%;
                letter-spacing: 1px;
                color: #fff;

                a{
                    text-decoration: underline;
                }
            }
        }

    }
}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    #banner {
        .navegacao-projeto {
            margin-top: 0;
        }
    }
    #galeria {
        .img-galeria {
            height: 320px;
        }

        .passadores {
            .swiper-button-prev {
                left: 130px;
            }
            .swiper-button-next {
                right: 130px;
            }
        }
    }
    #video {
        iframe {
            height: 400px;
        }
    }
    #qualidade {
        .img-qualidade {
            width: 100%;
            position: relative;
            top: 30px;
        }
    }
    #plantas {
        h2 {
            margin-top: 30px;
        }
    }
    #localizacao {
        .img-localizacao {
            margin-top: 30px;
        }
    }
    #formulario {
        h3 {
            font-size: 26px;
            margin-left: 0px;
        }
    }
}

/* MOBILE */
@media all and (max-width: 767px) { 
  
    #banner {
        .img-banner {
            min-height: 600px;
        }
        .navegacao-projeto {
            margin-top: 0;
        }

        .text-banner {
            h1 {
                font-size: 34px;
                line-height: 46px;
                margin: 30px 0;
            }
            h2 {
                font-size: 30px;
                line-height: 46px;
            }
        }
    }

    #galeria {
        .passadores {
            .swiper-button-next {
                right: 0;
            }
        }
        .passadores {
            .swiper-button-prev {
                left: 0px;
            }
        }
    }

    #video {
        iframe {
            width: 100%;
            height: 360px;
        }
    }

    #qualidade {
        .img-qualidade {
            width: 100%;
            height: 100%;
            object-fit: cover;
            position: relative;
            top: 20px;
        }

        .links-mapa {
            display: inline-flex;
            justify-content: space-between;
            flex-direction: column;

            .btn-padrao {
                margin-bottom: 20px;
            }
        }

        .barras-branca {
            &::before {
                display: none;
            }
            &::after {
                display: none;
            }
        }
    }

    #plantas {
        .img-plantas {
            height: 380px;
        }
        h2 {
            margin-top: 50px;
        }
    }

    #localizacao {
        .links-mapa {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;

            .btn-padrao {
                margin-bottom: 20px;
            }
        }
        .img-localizacao {
            height: 350px;
        }
    }

    #formulario{
        padding: 0 0 40px 0;
        
        h3 {
            margin-top: 0;
            margin-left: 10px;
        }
    }
}



