@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: 464px;
    height: 57px;
}

.entrada_cap {
    width: 309px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/entrada_cap.png);
    margin-left: 611px;
}

.entrada_cap:hover {
    width: 309px;
    height: 57px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(images/entrada_cap_2.png);
    margin-left: 611px;
}

#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;
}

#container_2 {
    width: 1024px;
    height: 624px;
    display: flex;
    flex-direction: column;
    background-image: url(images/lines.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#alternative {
    width: 383px;
    height: 135px;
    margin-top: 64px;
    margin-left: 238px;
}

.alternative {
    background-image: url(images/alternative.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.alternative:hover {
    background-image: url(images/alternative_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#container_2_2  {
    display: flex;
    flex-direction: row;
    width: 1024px;
    height: 209px;
}

#zomes {
    width: 307px;
    height: 166px;
    margin-top: 43px;
    margin-left: 87px;
}

.zomes {
    background-image: url(images/zomes.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.zomes:hover {
    background-image: url(images/zomes_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#technological {
    width: 365px;
    height: 100px;
    margin-top: 86px;
    margin-left: 248px;
}

.technological {
    background-image: url(images/technological.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.technological:hover {
    background-image: url(images/technological_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#container_2_3  {
    display: flex;
    flex-direction: row;
    width: 1024px;
    height: 214px;
}

#artistic {
    width: 203px;
    height: 122px;
    margin-top: 61px;
    margin-left: 223px;
}

.artistic {
    background-image: url(images/artistic.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.artistic:hover {
    background-image: url(images/artistic_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}

#geodesic {
    width: 365px;
    height: 120px;
    margin-top: 70px;
    margin-left: 153px;
}

.geodesic {
    background-image: url(images/geodesic.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.geodesic:hover {
    background-image: url(images/geodesic_2.png);
    background-size: contain;
    background-repeat: no-repeat;
}


#container_3 {
    width: 1024px;
    height: 1367px;
    display: flex;
    flex-direction: column;
    background-image: url(images/set_1.png);
    background-size: contain;
    background-repeat: no-repeat;
}

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

#plus_1 {
    width: 23px;
    height: 23px;
    background-image: url(images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 228px;
    margin-left: 323px;
}

#legenda_1 {
    width: 118px;
    height: 22px;
    background-image: url(images/legenda_1.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-left: 225px;
    visibility: hidden;
}

#container_4 {
    width: 1019px;
    height: 1617px;
    display: flex;
    flex-direction: column;
    background-image: url(images/set_2_1.png);
    background-size: contain;
    background-repeat: no-repeat; 
}

#plus_2 {
    width: 23px;
    height: 23px;
    background-image: url(images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 448px;
    margin-left: 713px; 
}

#legenda_2 {
    width: 196px;
    height: 10px;
    background-image: url(images/legenda_2.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 713px;
    visibility: hidden;
}

#container_5 {
    width: 1024px;
    height: 1131px;
    display: flex;
    flex-direction: column;
    background-image: url(images/set_3.png);
    background-size: contain;
    background-repeat: no-repeat; 
}

#plus_3 {
    width: 23px;
    height: 23px;
    background-image: url(images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 744px;
    margin-left: 921px; 
}

#legenda_3 {
    width: 140px;
    height: 10px;
    background-image: url(images/legenda_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 798px;
    visibility: hidden;
}

#container_6 {
    width: 1024px;
    height: 1001px;
    display: flex;
    flex-direction: column;
    background-image: url(images/set_4.png);
    background-size: contain;
    background-repeat: no-repeat; 
}

#plus_4 {
    width: 23px;
    height: 23px;
    background-image: url(images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 580px;
    margin-left: 126px; 
}

#legenda_4 {
    width: 140px;
    height: 10px;
    background-image: url(images/legenda_3.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 126px;
    visibility: hidden;
}

#container_7 {
    width: 1022px;
    height: 1278px;
    display: flex;
    flex-direction: column;
    background-image: url(images/set_5.png);
    background-size: contain;
    background-repeat: no-repeat; 
}

#plus_5 {
    width: 23px;
    height: 23px;
    background-image: url(images/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1102px;
    margin-left: 87px; 
}

#legenda_5 {
    width: 181px;
    height: 10px;
    background-image: url(images/legenda_4.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-left: 87px;
    visibility: hidden;
}

#container_8 {
    width: 1024px;
    height: 117px;
    display: flex;
    flex-direction: column;
    background-size: contain;
    background-repeat: no-repeat; 
}

#container_8_1 {
    width: 1024px;
    height: 24px;
    display: flex;
    flex-direction: row;
    background-size: contain;
    background-repeat: no-repeat;
}

#seta_prev {
    width: 81px;
    height: 25px;
    background-image: url(images/seta_prev.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 87px;
}

#seta_next {
    width: 81px;
    height: 25px;
    background-image: url(images/seta_next.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 688px;
}

#down_header {
    width: 276px;
    height: 11px;
    background-image: url(images/down_header.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 370px;
    margin-top: 56px;
}

#link_artistic {
    width: 1px;
    height: 1px;
    margin-top: 213px;
    
}