@charset "utf-8";


body {
    margin: auto;
    height: auto;
    background-color: #FFF;
    align-items: center;
    
}


#container_img_intro {
    width: 458px;
    height: 613px;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

#img_intro_cabeca {
    width: 458px;
    height: 103px;
    background-image: url(intro_images/img_intro_1.png);
    margin-top: 3px;
    
}

#img_intro_corpo {
    width: 458px;
    height: 512px;
    overflow: hidden;
}

.intro_corpo {
    background-image: url(intro_images/img_intro_corpo.png);
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
    
}

.intro_corpo:hover {
    transform: translate3d(0px, -10px, 0px);
    background-image: url(intro_images/text_blue_5.svg);
   
}


#next_icon {
    width: 28px;
    height: 55px;
    background-image: url(intro_images/next_icon.svg);
    margin: auto;
    margin-top: 86px;
  
}

#intro_break {
    height: 60px;
    width: 3px;
    margin: auto;
}

#logo {
    width: 367px;
    height: 45px;
    background-image: url(logo.svg);
    margin-top: 54px;
    margin-left: auto;
    margin-right: auto;
}

#caixa_1 {
    width: 902px;
    height: 378px;
    margin: auto;
    margin-top: 107px;
    display: flex;
    flex-direction: row;
}

#caixa_1_1 {
    width: 536px;
    height: 347px;
    margin-top: 31px;
    display: flex;
    flex-direction: column;
}

.caixa_1_img_1 {
    width: 516px;
    height: 97px;
    overflow: hidden;
}

.caixa_1_img_1 img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out; 
}

.caixa_1_img_1 img:hover {
    transform: translate3d(0px, -97px, 0px);
}

.caixa_1_img_2 {
    width: 442px;
    height: 169px;
    margin-top: 73px;
    overflow: hidden;
    z-index: -1;
   
}

.caixa_1_img_2 img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
    
   
}

.caixa_1_img_2 img:hover {
   transform: translate3d(0px, -174px, 0px);
}

.img_3 {
    width: 288px;
    height: 371px;
    margin-top: 8px;
    margin-left: 80px;
    overflow: hidden;
}

.img_3 img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_3 img:hover {
    transform: translate3d(-288px, 0px, 0px);
}

#caixa_2 {
    width: 949px;
    height: 259px;
    display: flex;
    flex-direction: row;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

.img_and_rather {
    width: 251px;
    height: 168px;
    overflow: hidden;
}

.img_and_rather img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_and_rather img:hover {
    transform: translate3d(-251px, 0px, 0px);
}

.img_desta_forma {
    width: 300px;
    height: 123px;
    margin-left: 67px;
    margin-top: 134px;
    overflow: hidden;
}

.img_desta_forma img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out; 
}

.img_desta_forma img:hover {
    transform: translate3d(0px, -123px, 0px);
}

.img_eta {
    width: 306px;
    height: 164px;
    margin-left: 26px;
    overflow: hidden;
}

.img_eta img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out; 
}

.img_eta img:hover {
    transform: translate3d(0px, -164px, 0px);
}

#caixa_3 {
    width: 935px;
    height: 232px;
    display: flex;
    flex-direction: row;
    margin-top: 102px;
    margin-left: auto;
    margin-right: auto;
}

.img_eat_this {
    width: 267px;
    height: 178px;
    overflow: hidden;
}

.img_eat_this img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out; 
}

.img_eat_this img:hover {
    transform: translate3d(0px, -178px, 0px);
}

.img_condicoes {
    width: 247px;
    height: 139px;
    margin-left: 79px;
    margin-top: 89px;
    overflow: hidden;
}

.img_condicoes img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_condicoes img:hover {
    transform: translate3d(0px, -139px, 0px);
}

.img_bhutan {
    width: 265px;
    height: 163px;
    margin-left: 77px;
    overflow: hidden;
}

.img_bhutan img{
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_bhutan img:hover {
    transform: translate3d(-265px, 0px, 0px);
}

#caixa_4 {
    width: 935px;
    height: 311px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 122px;   
}

.img_vitoria {
    width: 302px;
    height: 294px;
    overflow: hidden;
}

.img_vitoria img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_vitoria img:hover {
    transform: translate3d(-302px, 0px, 0px);
}

.img_fragilidade {
    width: 351px;
    height: 199px;
    margin-top: 112px;
    margin-left: 51px;
    overflow: hidden
}

.img_fragilidade img{
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_fragilidade img:hover {
    transform: translate3d(0px, -199px, 0px);
}

.img_america {
    width: 202px;
    height: 173px;
    margin-top: 26px;
    margin-left: 31px;
    overflow: hidden;
}

.img_america img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_america img:hover {
    transform: translate3d(0px, -173px, 0px);
}

#caixa_5 {
    width: 967px;
    height: 540px;
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 109px;  
}

#caixa_5_1 {
    width: 700px;
    height: 234px;
    display: flex;
    flex-direction: row;    
}

.img_alargamento {
    width: 247px;
    height: 231px;
    margin-top: 8px;
    overflow: hidden;
}

.img_alargamento img{
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_alargamento img:hover {
    transform: translate3d(0px, -231px, 0px);
}

.img_eu {
    width: 326px;
    height: 221px;
    margin-top: 16px;
    margin-left: 115px;
    overflow: hidden;
}

.img_eu img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}
.img_eu img:hover {
    transform: translate3d(-343px, 0px, 0px);
}

#caixa_5_big {
    width: 697px;
    height: 532px;
    display: flex;
    flex-direction: column;
}

#caixa_5_2 {
    width: 647px;
    height: 228px;
    display: flex;
    flex-direction: row;
    margin-top: 73px;
}

.img_precaridade {
    width: 345px;
    height: 228px;
    overflow: hidden;
}

.img_precaridade img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_precaridade img:hover {
    transform: translate3d(-345px, 0px, 0px);
}

.img_euromaidan {
    width: 238px;
    height: 182px;
    margin-top: 26px;
    margin-left: 66px;
    overflow: hidden;
}

.img_euromaidan img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_euromaidan img:hover {
    transform: translate3d(0px, -182px, 0px);
}


.img_internet {
    width: 247px;
    height: 514px;
    overflow: hidden;
    margin-left: 35px;
}

.img_internet img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_internet img:hover {
    transform: translate3d(0px, -514px, 0px);
}

#caixa_6 {
    width: 967px;
    height: 168px;
    display: flex;
    flex-direction: row;
    margin-top: 118px;
    margin-right: auto;
    margin-left: auto;
    
}

.img_underpaid {
    width: 370px;
    height: 165px;
    margin-left: 34px;
    overflow: hidden;
}

.img_underpaid img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_underpaid img:hover {
    transform: translate3d(0px, -165px, 0px);
}

.img_twitter {
    width: 205px;
    height: 130px;
    margin-left: 165px;
    overflow: hidden;
}

.img_twitter img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_twitter img:hover {
    transform: translate3d(-199px, 0px, 0px);
}

#caixa_7 {
    width: 967px;
    height: 178px;
    display: flex;
    flex-direction: row;
    margin-top: 117px;
    margin-right: auto;
    margin-left: auto;
}

.img_voters {
    width: 283px;
    height: 178px;
    margin-left: 76px;
    overflow: hidden;
}

.img_voters img {
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}

.img_voters img:hover {
    transform: translate3d(-283px, 0px, 0px);
}

.img_bullet {
    width: 452px;
    height: 103px;
    margin-left: 108px;
    overflow: hidden; 
}

.img_bullet img{
    transform: translate3d(0px, 0px, 0px);
    transition: transform .2s ease-in-out;
}
.img_bullet img:hover {
     transform: translate3d(0px, -103px, 0px);  
}

#down_header_caixa {
    width: 1220px;
    height: 128px;
    display: flex;
    flex-direction: row;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
}
#back_top {
    width: 39px;
    height: 73px;
    background-image: url(back_up.png);
    background-repeat: no-repeat;
    margin-left: 591px;
}

#nome {
    width: 23px;
    height: 125px; 
    background-image: url(nome.svg);
    margin-left: 563px;
    
}

#down_header {
    width: 100%;
    height: 80px;
    background-image: url(down_header.png);
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  z-index: 10;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.img_18{
    margin-top: 100px;
    width: 912px;
    height: 1562px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/18.png);
}

.close {
    width: 19px;
    height: 19px;
    margin-top: 26px;
    margin-left: 857px;
    background-image: url(pop_ups/close_icon.png);
    position: absolute;
}

.close:hover {
    background-image: url(pop_ups/close_icon_hover.png);
    
}

.img_19{
    margin-top: 100px;
    width: 912px;
    height: 1562px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/19.png);
}

.img_12{
    margin-top: 100px;
    width: 913px;
    height: 1330px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/12.png);
}

.img_21{
    margin-top: 100px;
    width: 913px;
    height: 1499px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/21.png);
}

.img_16{
    margin-top: 100px;
    width: 913px;
    height: 2085px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/16.png);
}

.img_15{
    margin-top: 100px;
    width: 913px;
    height: 1174px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/15.png);
}

.img_20{
    margin-top: 100px;
    width: 913px;
    height: 1732px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/20.png);
}

.img_1{
    margin-top: 100px;
    width: 913px;
    height: 1694px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/1.png);
}

.img_14{
    margin-top: 100px;
    width: 913px;
    height: 1466px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/14.png);
}

.img_2{
    margin-top: 100px;
    width: 913px;
    height: 1119px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/2.png);
}

/*Falta imagem_3*/

.img_2_1{
    margin-top: 100px;
    width: 913px;
    height: 1109px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/2_1.png);
}

.img_4{
    margin-top: 100px;
    width: 913px;
    height: 1401px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/4.png);
}

.img_3_1{
    margin-top: 100px;
    width: 913px;
    height: 1607px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/3.png);
}

.img_7{
    margin-top: 100px;
    width: 913px;
    height: 1187px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/7.png);
}

.img_5{
    margin-top: 100px;
    width: 913px;
    height: 1290px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/5.png);
}

.img_8{
    margin-top: 100px;
    width: 913px;
    height: 1038px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/8.png);
}

.img_6{
    margin-top: 100px;
    width: 913px;
    height: 1054px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/6.png);
}

.img_10{
    margin-top: 100px;
    width: 913px;
    height: 1038px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/10.png);
}

.img_11{
    margin-top: 100px;
    width: 913px;
    height: 1038px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/11.png);
}

.img_9{
    margin-top: 100px;
    width: 913px;
    height: 1107px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/9.png);
}


.img_17{
    margin-top: 100px;
    width: 913px;
    height: 2032px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(pop_ups/17.png);
}



