body, html{
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
}

header{
    width: 100%;
    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, .25)
}

.content{
    width: 70%;
}

nav>ul {
    margin: 16px auto;
    list-style: none;
    display: flex;
    white-space: nowrap;
    padding-left: 0px;
    align-items: center;
    position: relative;
}

nav > ul > li{
    margin-right: 40px;
    font-size: 22px;
}

.active{
    color: #F2CC27;
    cursor: context-menu;
}

nav > ul > li:first-child{
    margin-right: 60px;
}

li > a{
    text-decoration: none;
    color: #fff;
    list-style: none;
}

li > a:hover{
    color: #F2CC27;
}

.navicon{
    min-width: 30px;
    width: 30px;
    height: 30px;
    display: none;
    position: absolute;
    right: 0px;
    top: 20px;
}

section{
    width: 100%;
}

.header{
    width: 100%;
    height: 820px;
    position: relative;
}

.header-fundo{
    width: 100%;
    height: 100%;
    background-image: url('../imgs/home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
}

.hdr-left{
    max-height: 820px;
    padding-top: 160px;
    color: #fff;
    margin: 0px auto;
    position: relative;
}

.hdr-left > p{
    min-width: 320px;
    width: 32vw;
}

.hdr-left > p:first-child{
    font-size: 52px;
    margin-bottom: 0px;
    max-width: 536px;
}

.social-houlder{
    position: relative;
    margin: 0px auto;
    bottom: -60px;
}

.social-houlder > ul{
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: flex-start;
    white-space: nowrap;
    flex-wrap: wrap;
    width: 77%;
}

.social-houlder li{
    font-size: 15px;
    border: solid 1px #fff;
    padding: 5px 16px;
    margin-right: 17px;
    margin-bottom: 20px;
}

.social-houlder img{
    width: 30px;
    vertical-align: middle;
}

.hdr-left > p:last-child{
    font-size: 18px;
    margin-top: 10px;
    max-width: 446px;
}

.hdr-right{
    max-width: 415px;
    min-width: 396px;
    width: 25vw;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
}

.header-img-houlder{
    height: 350px;
    width: 100%;
}

.header-slide{
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-img-1{
    background-image: url('../imgs/wokspace.jpg');
    display: none;
}
.header-img-2{
    background-image: url('../imgs/foodspace.jpg');
    display: none;
}

.header-slide-panel{
    height: 470px;
    color: #fff;
    position: relative;
}

.header-slide-desc{
    height: 100%;
}

.h-s-p-1{
    background-color: #49417F;
    display: none;
}

.h-s-p-2{
    background-color: #FA871E;
    display: none;
}

.header-slide-panel p{
    margin: 0px;
}

.h-s-p-content{
    padding-top: 45px;
    padding-left: 45px;
}

.h-s-p-number{
    font-size: 18px;
    padding-bottom: 35px;
}

.h-s-p-title{
    font-size: 32px;
    padding-bottom: 10px;
}

.h-s-p-title > span{
    white-space: nowrap;
}

.h-s-p-desc{
    font-size: 14px;
    width: 270px;
    padding-bottom: 16px;
}

.h-s-p-index-houlder{
    position: absolute;
    bottom: 70px;
    width: 100%;
}

.h-s-p-index-content{
    margin: 0px auto;
    width: fit-content;
}

.h-s-p-index{
    width: 20px;
    height: 10px;
    border: solid #fff 1px;
    margin: 5px;
    display: inline-block;
    border-radius: 8px;
}

.h-s-p-index-active{
    width: 30px;
    background-color: #fff;
}

.locali-height{
    height: 572px;
}

.locali{
    width: 100%;
    background-color: #EBEBEB;
}

.locali-map{
    position: relative;
    height: 427px;
    border-radius: 8px;
    margin: 0px auto;
    top: -50px;
}

.lcl-back-left{
    margin: 0px auto;
    margin-top: -20px;
    color: #49417F;
}
.lcl-back-left p:first-child{
    font-size: 72px;
    margin: 0px 0px 16px 0px;
}
.lcl-back-left p:last-child{
    font-size: 18px;
    margin: 0px 0px;
}

.lcl-back-right{
    position: absolute;
    width: 40%;
    min-width: 400px;
    right: 0px;
    background-image: url('../imgs/mapa.png');
    background-repeat: no-repeat;
    background-position: right;
    opacity: .5;
}

.sec-1{
    width: 100%;
    background-color: #2B2A2A;
    height: 775px;
    display: grid;
    grid-auto-columns: 15% 70% 15%;
}

.sec-1 div{
    background-size: cover;
    background-repeat: no-repeat;
    border: solid #8a8a8a 3px;
}

.sec-1-left{
    grid-column: 1/1;
    grid-row: 1/4;
    background-image: url('../imgs/predio-foodpark.jpg');
    background-position: center;
}

.sec-1-right{
    grid-column: 3/3;
    grid-row: 1/3;
    background-image: url('../imgs/predio-aereo.jpg');
    background-position: center;
}

.sec-1-top{
    grid-column: 2/2;
    grid-row: 1/1;
    background-image: url('../imgs/predio-frente.jpg');
    background-position: center;
}

.sec-1-bottom{
    background-color: rgba(0, 255, 255, 0.3);
    grid-column: 2/4;
    grid-row: 3/3;
    background-image: url('../imgs/predio-aereo-entrada.jpg');
    background-position: center;
}

.sec-1-middle{
    grid-column: 2/2;
    grid-row: 2/2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-1-m-img{
    max-width: 468px;
    min-width: 300px;
    width: 28vw;
}

.sec-2{
    height: 720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-image: url('../imgs/ambienco.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.sec-2-img{
    width: 200px;
    height: 100px;
    margin: 0px auto;
    background-image: url('../imgs/colabo.svg');
    background-repeat: no-repeat;
    background-position: center;
    
}

.sec-2 p{
    margin: 0px auto;
    padding: 0px;
    color: #fff;
    font-size: 72px;
}

.sec-3{
    width: 100%;
    height: 920px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    background-image: url('../imgs/projetadofundo.jpg');
    background-size: cover;
    background-repeat: no-repeat;    
}

.sec-3-content{
    height: 680px;
    border-radius: 5px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
    width: 645px;
    margin: 0px auto;  
    padding: 43px;  
    display: flex;
    align-items: flex-end;
    background-image: url('../imgs/projetado.jpg');
    background-size: cover;
    background-position: top;
}

.sec-3-content-img{
    background-image: url('../imgs/proje.svg');
    background-position: left;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
    margin: 0px;
}

.sec-3-content p{
    color: #fff;
    margin: 0px;
}

.sec-3-content-houlder{
    width: 100%;
}

.sec-3-content-title{
    font-size: 62px;
    max-width: 550px;
    margin-bottom: 10px;
}

.sec-3-content-botton{
    display: flex;
    justify-content: space-between;
}

.sec-3-content-desc{
    font-size: 18px;
    max-width: 450px;
}

.white-outlined-button{
    background: none;
    font-size: 16px;
    color: #fff;
    fill: #fff;
    border: #fff solid 1px;
    border-radius: 4px;
    cursor: pointer;
}

.white-outlined-button-houlder{
    align-self: flex-end;
}

.white-outlined-button svg{
    vertical-align: middle;
}

.sec-4{
    height: 820px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-4-background{
    position: absolute;
    height: 820px;
    width: 100%;
    background-image: url('../imgs/fundopont.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -10;
    opacity: .3;
}

.sec-4-innerbox{
    background-color: #FFBE0F;
    width: 70%;
    height: 530px;
    border-radius: 7px;
    position: relative;
}

.sec-4-right{
    width: 360px;
    height: 360px;
    background-color: #fff;
    border-radius: 7px;
    position: absolute;
    top: 75px;
    float: right;
    right: -80px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .3);
    padding: 5px;
}

.sec-4-r-img{
    height: 100%;
    border-radius: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sec-4-r-i-1{
    background-image: url('../imgs/energiasolar.gif');
    display: none;
}
.sec-4-r-i-2{
    background-image: url('../imgs/captaçao-de-agua.gif');
    display: none;
}
.sec-4-r-i-3{
    background-image: url('../imgs/compostagem.gif');
    display: none;
}
.sec-4-r-i-4{
    background-image: url('../imgs/coletaseletiva.gif');
    display: none;
}


.sec-4-left{
    width: 50%;
    top: 75px;
    left: 6vw;
    position: relative;
}

.sec-4-l-img{
    width: 150px;
    height: 100px;
    background-image: url('../imgs/sustenta.svg');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.sec-4-subtitle{
    font-size: 32px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}

.sec-4-s-item{
    display: none;
}

.sec-4-left p{
    font-size: 45px;
    color: #fff;
    margin: 0px;
}

.sec-5{
    width: 100%;
    padding: 0px;
    background-color: #fff;
    color: #5A5A5A;
}

.sec-5-content{
    width: 70%;
    margin: 0px auto;
    padding: 78px 0px 132px 0px;
    margin-bottom: 20px;
}

.sec-5 p{
    margin: 0px auto;
    text-align: center;
}

.sec-5-p1{
    font-size: 38px;
}

.sec-5-p2{
    font-size: 72px;
}

.sec-5-logohoulder{
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.logo{
    height: 100px;
    width: 200px;
    margin: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo-ideias{
    background-image: url('../imgs/logos/ideias-e-negocios.png');
}
.logo-rhopalurus{
    background-image: url('../imgs/logos/rhopalurus.png');
}
.logo-anguitur{
    background-image: url('../imgs/logos/anguitur0.png');
}
.logo-waku{
    background-image: url('../imgs/logos/foodtruck0.png');
}
.logo-mmb{
    background-image: url('../imgs/logos/mmb.png');
}
.logo-duck{
    background-image: url('../imgs/logos/duck.jpg');
}
.logo-barracao{
    background-image: url('../imgs/logos/barracao-do-poeta.jpg');
}
.logo-makunaima{
    background-image: url('../imgs/logos/makunaima.jpg');
}

@media screen and (max-width: 1320px){
    .hdr-left{
        padding-top: 100px;
    }
}

@media screen and (max-width: 1110px){
    .sec-4-left p{
        font-size: 48px;
    }
}

@media screen and (max-width: 1240px){
    .hdr-left > p:first-child{
        font-size: 38px;
    }

    .hdr-left{
        padding-top: 183px;
    }
}

@media screen and (max-width: 975px){
    nav .content{
        width: 90%;   
    }

    nav > ul{
        justify-content: space-between;
    }

    nav > ul > li:first-child, nav > ul > li{
        margin-right: 20px;
        font-size: 20px;
    }

    .social-houlder span{
        display: none;
    }

    .hdr-right{
        position: relative;
        width: 100%;
        max-width: none;
    }

    .h-s-p-content{
        padding-left: 0px;
        width: 80%;
        margin: 0px auto;
    }

    .header-img-1{
        background-image: url('../imgs/wokspacem.jpg');
    }
    .header-img-2{
        background-image: url('../imgs/foodspacem.jpg');
    }

    .white-outlined-button-houlder{
        float: right;
    }

    .sec-4-innerbox{
        display: flex;
        justify-content: center;
        height: 436px;
    }

    .sec-4-right{
        height: 240px;
        width: 70%;
        top: auto;
        right: auto;
        bottom: -120px;
        background-size: contain;
    }

    .sec-4-left{
        width: 70%;
        top: auto;
        left: auto;
    }

    .sec-4-left p{
        font-size: 38px;
    }
    
}

@media screen and (max-width: 775px){
    nav li{
        display: none;
    }

    nav li:first-child, .navicon{
        display: inline-block;
    }

    .navicon{
        position: absolute;
        right: 0px;
    }

    .nav-response{
        position: relative;
        display: flex;
        flex-direction: column;
    }

    .header-response{
        background-color: rgba(0, 0, 0, .7);
    }

    .nav-response li{
        display: block;
        margin-bottom: 10px;
    }

    .nav-response a{
        font-size: 30px;
    }
    
    .sec-3{
        height: 600px;
    }

    .sec-3-content{
        height: 100%;
        width: 100%;
        border-radius: 0px;
        padding: 0px;
    }

    .sec-3-content-botton{
        display: block;
    }

    .sec-3-content-houlder{
        margin: 43px;
    }

    .sec-3-content-title{
        font-size: 38px;
        width: 256px;
    }

    .sec-3-content-desc{
        display: block;
        min-height: 176px;
        max-width: 100%;
    }

    .white-outlined-button-houlder{
        width: 100%;
        position: relative;
    }

    .white-outlined-button{
        white-space: nowrap;
        position: absolute;
        right: 0px;
    }

    .sec-1-left, .sec-1-right{
        display: none;
    }

    .sec-1-top, .sec-1-bottom, .sec-1-middle{
        grid-column: 1/4;
        height: 200px;
    }

    .sec-1{
        height: 600px;
    }

    .sec-1 div:nth-child(2), .sec-1 div:nth-child(4){
        border: none;
    }

    .sec-1 div:last-child{

        border-left: none;
        border-right: none;
    }
    
    .social-houlder > ul{
        width: 100%;
    }

    .sec-5-p1{
        font-size: 20px;
    }

    .sec-5-p2{
        font-size: 38px;
    }

    .sec-2 p{
        font-size: 38px;
    }

    .sec-4{
        height: 550px;
        align-items: flex-start;
    }
    
    .sec-4-background{
        display: none;
    }

    .sec-4-innerbox{
        width: 100%;
        border-radius: 0px;
    }

}

@media screen and (max-width: 420px){
    .sec-4-left p{
        font-size: 30px;
    }

    .sec-4-subtitle{
        font-size: 18px;
    }
}

@media screen and (max-width: 400px){
    .hdr-right{
        min-width: 200px;
        width: 100%px;
    }

    .content{
        width: 93%;
    }
}