@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

body { 
    margin:0px;
    width: auto;
    height: auto;
    align-items: center;
    
}

#corpo{
    width: 1024px;
    height: auto;
    display: flex;
    display: -webkit-flex;
    -moz-display:flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}

#cabeca{
    width: 919px;
    height: 95px;
    display: flex;
    display: -webkit-flex;
    -moz-display:flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    margin-left: 17px;
}

#catchn1{
   width: 81px;
    height: 24px;
    display: flex;
    -webkit-display:flex;
    -moz-display:flex;
    background-image: url(Imagens/CatchN1.svg);
    margin-top: 28px;
    
}

#back_to_top {
    width: 37px;
    height: 37px;
    background-image: url(Imagens/back_to_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed absolute;
    margin-top: 1000px;
}


#textoinicial{
    width: 318px;
    height: 44px;
    margin-top: 48px;
    margin-left: 490px;
    display: flex;
    -webkit-display:flex;
}

.textoinicial{
     background-image: url(Imagens/entrada_cap.png);
    background-repeat: no-repeat;
    
}

.textoinicial:hover{
     background-image: url(Imagens/entrada_cap_hover.png);
    background-repeat: no-repeat;
    
}

#tab {
    width: 143px;
    height: 798px;
    background-image: url(Imagens/tab/Tab.svg);
    display: flex;
    flex-direction: column;
    position: absolute;
   }

.tabiv{
    visibility: hidden;
    overflow-x: hidden;
	max-width: 0px;
    transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.tabv{
    visibility: visible;
    overflow-x: hidden;
	max-width: 150px;
    transition-property:all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    
}
#home_icon {
    width: 56px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/home_icon.svg);
    margin-top: 100px;
    margin-left: 44px;
}

#extending_directions {
    width: 143px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/Extending_Directions.svg);
    margin-top: 50px;
}

#house {
    width: 70px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/house.svg);
    margin-top: 20px;
    margin-left: 10px;
}

#communes {
    width: 95px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/communes.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#individual {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/Individual.svg);
    margin-top: 20px;
    
}

#rethinking {
    width: 112px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/rethinking.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#under {
    width: 101px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/under.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#remodelling {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/remodelling.svg);
    margin-top: 20px;
    
}

#home_mind {
    width: 119px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/home_mind.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#communicating {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/Communicating.svg);
    margin-top: 20px;
    
}

#open {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/Open_Directions.svg);
    margin-top: 20px;
}

#close {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(Imagens/tab/cross_icon.svg);
    margin-top: 50px;
    margin-left: 65px;
}

#back_to_top {
    width: 37px;
    height: 37px;
    background-image: url(Imagens/back_to_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 217px;
    margin-left: 23px;
    position: fixed;
}
#caixaindicios{
    width: 1024px;
    height: 699px;
    display: flex;
    display:-webkit-flex;
    -moz-display:flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    margin-top: 87px;
    background-image: url(Imagens/linhas.png);
    background-repeat: no-repeat;
    
}

#indi1{
    width: 348px;
    height: 124px;
    margin-left: 418px;
    display: flex;
    display: -webkit-flex;
}

.indi1{
     background-image: url(Imagens/indi1.png);
    
}

.indi1:hover{
     background-image: url(Imagens/indi1verde.png);
    
}

#indi23{
    width: 1024px;
    height: 111px;
    margin-top: 113px;
    display: flex;
    display:-webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
}

#indi2{
    width: 327px;
    height: 87px;
    margin-top: 17px;
    margin-left: 116px;
    display: flex;
    display:-webkit-flex;
    
}

.indi2{
    background-image: url(Imagens/indi2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.indi2:hover{
     background-image: url(Imagens/indi2verde.png);
    
}

#indi3{
    width: 330px;
    height: 111px;
    margin-left: 140px;
    display: flex;
    display:-webkit-flex;
    
}
.indi3{
   background-image: url(Imagens/indi5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.indi3:hover{
     background-image: url(Imagens/indi5verde.png);
    
}

#indi456{
    width: 1024px;
    height: 308px;
    display: flex;
    display:-webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    
    
}

#indi4{
    width: 267px;
    height: 160px;
    margin-left: 124px;
    margin-top: 148px;
    display: flex;
    display:-webkit-flex;
    
}

.indi4{
     background-image: url(Imagens/indi3.png);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.indi4:hover{
     background-image: url(Imagens/indi3verde.png);
    
}

#indi5{
    width: 255px;
    height: 146px;
    margin-left: 124px;
    margin-top: 92px;
    display: flex;
    display:-webkit-flex;
    
}

.indi5{
    background-image: url(Imagens/indi4.png);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.indi5:hover{
     background-image: url(Imagens/indi4verde.png);
    
}

#indi6{
    width: 193px;
    height: 105px;
    margin-left: 10px;
    display: flex;
    display:-webkit-flex;
    
}

.indi6{
    background-image: url(Imagens/indi6.svg);
    background-size: contain;
    background-repeat: no-repeat;
    
}

.indi6:hover{
     background-image: url(Imagens/indi6verde.png);
    
}


#caixaimg1{
    width: 878px;
    height: 981px;
    margin-left: 59px;
    margin-top: 106px;
    display: flex;
    -webkit-display:flex;
    background-image: url(Imagens/imagem1.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    -webkit-flex-direction: column;
}

#imagemverde1{
    width: 181px;
    height: 124px;
    margin-left: 445px;
    margin-top: 196px;
    background-image: url(Imagens/imagemverde1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5; 
}

#caixapluslegend{
    width: 399px;
    height: 26px;
    margin-left: 416px;
    margin-top: 452px;
    display: flex;
    flex-direction: row;
    
}

#plus1{
    width: 23px;
    height: 23px;
    background-image: url(Imagens/plus1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#legenda1{
    width: 308px;
    height: 24px;
    margin-left: 10px;
    margin-top: 0px;
    background-image: url(Imagens/legenda1.png);
    background-size: contain;
    background-repeat: no-repeat;
}




#caixaimg2{
    width: 719px;
    height: 608px;
    margin-left: 39px;
    display: flex;
    background-image: url(Imagens/imagem2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#imagemverde2{
    width: 299px;
    height: 209px;
    margin-left: 21px;
    margin-top: 315px;
    background-image: url(Imagens/imagemverde2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5; 
}

#caixaimg3{
    width: 696px;
    height: 711px;
    margin-left: 177px;
    margin-top: 189px;
    display: flex;
    background-image: url(Imagens/imagem3.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
}

#imagemverde3{
    width: 155px;
    height: 239px;
    margin-left: 75px;
    margin-top: 145px;
    background-image: url(Imagens/imagemverde3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7; 
}

#caixapluslegend3{
    width: 300px;
    height: 78px;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
}

#plus2{
    width: 24px;
    height: 24px;
    margin: 0px;
    background-image: url(Imagens/plus2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#legenda2{
    width: 116px;
    height: 75px;
    margin-top: 0px;
    margin-left: 10px;
    background-image: url(Imagens/legenda_nova_3.png);
    background-size: contain;
    background-repeat: no-repeat;
}


#caixaimg4{
    width: 670px;
    height: 559px;
    margin-left: 177px;
    margin-top: 123px;
    display: flex;
    background-image: url(Imagens/imagem4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#imagemverde4{
    width: 247px;
    height: 377px;
    margin-top: 182px;
    background-image: url(Imagens/imagemverde4.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#caixaimg5{
    width: 883px;
    height: 1087px;
    margin-left: 64px;
    margin-top: 122px;
    display: flex;
    background-image: url(Imagens/imagem6.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    

}

#imagemverde5{
    width: 146px;
    height: 137px;
    margin-top: 721px;
    margin-left: 545px;
    background-image: url(Imagens/imagemverde5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

#caixapluslegend5{
    width: 298px;
    height: 39px;
    margin-top: 54px;
    margin-left: 582px;
    display: flex;
    flex-direction: row;
}

#plus5{
    width: 24px;
    height: 24px;
    margin: 0px;
    background-image: url(Imagens/plus3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#legenda5{
    width: 250px;
    height: 39px;
    margin-left: 10px;
    background-image: url(Imagens/legenda4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#caixaimg7{
    width: 680px;
    height: 799px;
    margin-left: 213px;
    margin-top: 100px;
    display: flex;
    background-image: url(Imagens/imagem7.png);
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    

}

#imagemverde7{
    width: 130px;
    height: 213px;
    margin-top: 39px;
    margin-left: 391px;
    background-image: url(Imagens/imagemverde7.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}

#caixapluslegend7{
    width: 210px;
    height: 52px;
    margin-top: 133px;
    margin-left: 469px;
    display: flex;
    flex-direction: row;
}

#plus7{
    width: 24px;
    height: 24px;
    margin: 0px;
    background-image: url(Imagens/plus7.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#legenda7{
    width: 267px;
    height: 49px;
    margin-left: 10px;
    background-image: url(Imagens/legenda7.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


#setas{
    width: 851px;
    height: 95px;
    background-image: url(Imagens/setas.svg);
    margin-top: 126px;
    margin-left: 111px;
    background-size: contain;
    display: flex;
    flex-direction: row;
    background-repeat: no-repeat;
}

#seta1{
    width: 81px;
    height: 24px;
    cursor: pointer;
}

#seta2{
    width: 81px;
    height: 24px;
    margin-left: 688px;
    cursor: pointer;
}

#final{
    width: 1024px;
    height: 21px;
}




