@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: auto;
}

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

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

#catchn1{
   width: 83px;
    height: 24px;
    display: flex;
    -webkit-display:flex;
    -moz-display:flex;
    background-image: url(Imagens/CatchN1.svg);
    margin-top: 28px;
    
}
#textoinicial{
    width: 326px;
    height: 62px;
    margin-top: 48px;
    margin-left: 513px;
    display: flex;
    -webkit-display:flex;
}

.textoinicial{
    background-image: url(Imagens/textointro.png);
    background-repeat: no-repeat;
}
.textoinicial:hover{
    background-image: url(Imagens/textoinicialhover.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;
}


#caixaindicios{
    width: 1024px;
    height: 820px;
    display: flex;
    display:-webkit-flex;
    -moz-display:flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    margin-top: 73px;
    background-image: url(Imagens/indiciofundo.svg);
    background-repeat: no-repeat;
    
}

#indi1{
    width: 284px;
    height: 121px;
    margin-left: 424px;
    display: flex;
    display: -webkit-flex;
}

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

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

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

#indi2{
    width: 145px;
    height: 43px;
    margin-top: 40px;
    margin-left: 115px;
    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/indi2roxo.svg);
    
}

#indi3{
    width: 230px;
    height: 106px;
    margin-top: 20px;
    margin-left: 65px;
    display: flex;
    display:-webkit-flex;
    
}
.indi3{
   background-image: url(Imagens/indi3.png);
    background-size: contain;
    background-repeat: no-repeat;
    
}

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

#indi4{
    width: 222px;
    height: 123px;
    margin-left: 162px;
    display: flex;
    display:-webkit-flex;
    
}

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

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

#indi456{
    width: 1024px;
    height: 347px;
    margin-top: 45px;
    display: flex;
    display:-webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    
    
}

#indi5{
    width: 302px;
    height: 92px;
    margin-left: 75px;
    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/indi4roxo.png);
    
}

#indi6{
    width: 301px;
    height: 140px;
    margin-left: 209px;
    margin-top: 46px;
    display: flex;
    display:-webkit-flex;
    
}

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

.indi6:hover {
    background-image: url(Imagens/indi6roxo.svg);
}


#ancora1{
    width: 311px;
    height: 154px;
    margin-top: 138px;
    margin-left: 87px;
    background-image: url(Imagens/ancora1.png);
}


#caixaimg1{
    width: 823px;
    height: 889px;
    margin-left: 87px;
    margin-top: 10px;
    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: 138px;
    height: 24px;
    margin-left: 296px;
    margin-top: 540px;
    background-image: url(Imagens/caixaroxa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.5; 
}
#caixapluslegend{
    width: 218px;
    height: 39px;
    margin-left: 608px;
    margin-top: 74px;
    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: 177px;
    height: 24px;
    margin-left: 10px;
    margin-top: 0px;
    background-image: url(Imagens/legenda1.svg);
    background-size: contain;
    background-repeat: no-repeat;
}




#caixaimg2{
    width: 858px;
    height: 1320px;
    margin-left: 92px;
    margin-top: 56px;
    display: flex;
    flex-direction: column;
    background-image: url(Imagens/imagem2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#video_legenda2{
    width: auto;
    height: auto;
    flex-direction: row;
    display: flex;
}

#video2{
    width: 387px;
    height: 290px;
    display: flex;
    margin-left: 5px;
    margin-top: 240px;
}

#imagemverde2{
    width: 1px;
    height: 1px;
}
#caixapluslegend2{
    width: 268px;
    height: 23px;
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    
}
#plus2{
    width: 23px;
    height: 23px;
    background-image: url(Imagens/plus2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#legendaaa2{
    width: 161px;
    height: 10px;
    margin-left: 10px;
    margin-top: 6px;
    background-image: url(Imagens/legenda2.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#imagemroxaaa22{
    width: 1px;
    height: 1px;
    margin-left: 114px;
    margin-top: 400px;
}
#caixapluslegend22{
    width: 301px;
    height: 50px;
    margin-top: 342px;
    display: flex;
    flex-direction: row;
    
}
#plus22{
    width: 23px;
    height: 23px;
    background-image: url(Imagens/plus3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#legendaaa22{
    width: 190px;
    height: 50px;
    margin-left: 10px;
    background-image: url(Imagens/legenda3.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#video_legenda{
    width: auto;
    height: auto;
    flex-direction: row;
    display: flex;
}

#video1{
    width: 415px;
    height: 314px;
    display: flex;
    margin-left: 20px;
}



#caixaimg3{
    width: 642px;
    height: 709px;
    margin-left: 202px;
    margin-top: 150px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    flex-direction: column;
    background-image: url(Imagens/imagem3.png);
}
#imagemverde3{
    width: 101px;
    height: 138px;
    margin-left: 38px;
    margin-top: 170px;
    background-image: url(Imagens/caixaroxa2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7; 
}
#caixapluslegend3{
    width: 390px;
    height: 26px;
    margin-top: 151px;
    display: flex;
    flex-direction: row;
}
#plus3{
    width: 24px;
    height: 24px;
    margin: 0px;
    background-image: url(Imagens/plus4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
#legenda3{
    width: 335px;
    height: 23px;
    margin-left: 10px;
    background-image: url(Imagens/legenda4.svg);
    background-size: contain;
    background-repeat: no-repeat;
}



#caixaimg4{
    width: 834px;
    height: 718px;
    margin-left: 161px;
    margin-top: 107px;
    display: flex;
    background-image: url(Imagens/imagem4.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#caixaaaroxaaa3{
    width: 10px;
    height: 10px;
}


#caixalegendaaaaaaasss{
    width: 366px;
    height: 23px;
    margin-top: 10px;
    margin-left: 453px;
    display: flex;
    flex-direction: row;
}
#plus5{
    width: 23px;
    height: 23px;
    background-image: url(Imagens/plus5.svg);
}
#legenda5{
    width: 165px;
    height: 11px;
    margin-left: 10px;
    margin-top: 6px;
    background-image: url(Imagens/legenda5.svg);
}





#setas{
    width: 1024px;
    height: 24px;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}
#seta1{
    width: 81px;
    height: 24px;
    margin-left: 87px;
    background-image: url(Imagens/SetaPreviousley.svg);
}
#seta2{
    width: 81px;
    height: 24px;
    margin-left: 688px;
    background-image: url(Imagens/SetaNext.svg);
}

#nrevista{
    width: 276px;
    height: 11px;
    margin-top: 56px;
    margin-left: 400px;
    background-image: url(Imagens/final.svg);
}

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




