@charset "utf-8";

body {
    margin: auto;
    align-items: center;
}

#container_1 {
    width: 1024px;
    height: auto;
    display: flex;
    flex-direction: column;
    background-position: center;
    margin: auto;
}

#catch_n1 {
    width: 81px;
    height: 24px;
    background-image: url(images/Catch_N1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 28px;
    margin-left: 17px;
}

#box_entrada {
    width: 291px;
    height: 58px;
    margin-left: 622px;
}

.entrada_cap {
    width: 291px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/entrada_cap_1.png);
}

.entrada_cap:hover {
    width: 291px;
    height: 58px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/entrada_cap_2.png);
}

#tab {
    width: 143px;
    height: 798px;
    background-image: url(images/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(images/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(images/tab/Extending_Directions.svg);
    margin-top: 50px;
}

#house {
    width: 70px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/house.svg);
    margin-top: 20px;
    margin-left: 10px;
}

#communes {
    width: 95px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/communes.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#individual {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/Individual.svg);
    margin-top: 20px;
    
}

#rethinking {
    width: 112px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/rethinking.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#under {
    width: 101px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/under.svg);
    margin-top: 20px;
    margin-left: 10px;
    
}

#remodelling {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/remodelling.svg);
    margin-top: 20px;
    
}

#home_mind {
    width: 119px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/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(images/tab/Communicating.svg);
    margin-top: 20px;
    
}

#open {
    width: 143px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/Open_Directions.svg);
    margin-top: 20px;
}

#close {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/tab/cross_icon.svg);
    margin-top: 50px;
    margin-left: 65px;
}

#back_to_top{
    width: 37px;
    height: 37px;
    margin-left: 23px;
    margin-top: 636px;
    background-image: url(images/back_to_top.svg);
    position: fixed;
    
}

#container_2{
    width: 1024px;
    height: 636px;
    display: flex;
    flex-direction: column;
    background-image: url(images/lines.png); 
    background-repeat: no-repeat;
}
#step_out{
    width: 364px;
    height: 105px;
    margin-top: 27px;
    margin-left: 98px;
}
.step_out{
    background-image: url(images/step.png);
}
.step_out:hover{
    background-image: url(images/step_2.png);
}

#initiative_spirit{
    width: 206px;
    height: 81px;
    margin-left: 769px;    
}
.initiative_spirit{
    background-image: url(images/initiative.png);
}
.initiative_spirit:hover{
    background-image: url(images/initiative_2.png);
}
#le_box{
    width: 1024px;
    height: 90px;
    margin-top: 93px;
    display: flex;
    flex-direction: row;
}
#heal_spirit{
    width: 194px;
    height: 34px;
    margin-top: 28px;
    margin-left: 17px;
}
.heal_spirit{
    background-image: url(images/heal.png);
}
.heal_spirit:hover{
    background-image: url(images/heal_2.png);
}
#relationship{
    width: 335px;
    height: 88px;
    margin-left: 151px;
}
.relationship{
    background-image: url(images/relationship.png);
}
.relationship:hover{
    background-image: url(images/relationship_2.png);
}
#heads_boxes{
    width: 175px;
    height: 26px;
    margin-top: 15px;
    margin-left: 801px;
}
.heads_boxes{
    background-image: url(images/heads.png);
}
.heads_boxes:hover{
    background-image: url(images/heads_2.png);
}

#container_3{
    width: 1024px;
    height: auto;
    display: flex;
    flex-direction: column;
}

#set_1{
    width: 1024px;
    height: 964px;
    margin-top: 90px;
    background-image: url(images/set_1.png);
}
#set_1_gif{
    width: 522px;
    height: 534px;
    margin-left: 460px;
    margin-top: 200px;
    background-image: url(images/ultimate_painting_GIF.gif)
}
#plus_1{
    width: 310px;
    height: 36px;
    margin-top: 170px;
    margin-left: 638px;
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
#legenda_1{
    width: 282px;
    height: 36px;
    margin-left: 28px;
    background-image: url(images/legenda_1.png);
    visibility: hidden;
}

#set_2{
    width: 1024px;
    height: 1029px;
    margin-top: 123px;
    background-image: url(images/set_2.png);
}
#plus_2{
    width: 200px;
    height: 23px;
    margin-left: 72px;
    margin-top: 674px;
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-position: right;
}
#legenda_2{
    width: 168px;
    height: 23px;
    background-image: url(images/legenda_2.png);
    visibility: hidden;
}
#set_3{
    width: 1024px;
    height: 747px;
    background-image: url(images/set_3.png);
}
#set_4{
    width: 1024px;
    height: 1160px;
    background-image: url(images/set_4.png);
}
#plus_3{
    width: 485px;
    height: 36px;
    margin-left: 450px;
    margin-top: 946px;
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-position: right top;
}
#legenda_3{
    width: 458px;
    height: 36px;
    background-image: url(images/legenda_3.png);
    visibility: hidden;   
}
#set_5{
    width: 1024px;
    height: 1220px;
    background-image: url(images/set_5.png);
}

.video {
    margin-top: 835px;
    margin-left: 87px;
}
#plus_4 {
    width: 490px;
    height: 23px;
    margin-left: 88px;
    margin-top: 23px;
    background-image: url(images/plus.svg);
    background-repeat: no-repeat;
    background-position: left top;
}
#legenda_4{
    width: 465px;
    height: 23px;
    margin-left: 28px;
    background-image: url(images/legenda_4.png);
    visibility: hidden;
}


#final_box{
    width: 850px;
    height: 95px;
    margin-top: 169px;
    margin-left: 86px;
    margin-bottom: 21px;
    display: flex;
    flex-direction: row;
}
#seta_retroceder{
    width: 81px; 
    height: 24px;
    background-image: url(images/seta_prev.svg);
}

#assinatura{
    width: 276px;
    height: 11px;
    margin-top: 80px;
    margin-left: 201px;
    background-image: url(images/down_header.png);
}

#seta_avancar{
    width: 81px;
    height: 24px;
    margin-left: 211px;
    background-image: url(images/seta_next.svg);
}




















