div.top nav.collapse-navbar div.menu-one div.languages button div.swap-portugues:hover,
div.top nav.collapse-navbar div.menu-two div.languages button div.swap-portugues:hover {
opacity: .5;
}

div.top nav.collapse-navbar div.menu-one div.languages button div.swap-ingles:hover,
div.top nav.collapse-navbar div.menu-two div.languages button div.swap-ingles:hover {
opacity: .5;
}

/*div.top nav.collapse-navbar div.menu-one div.languages button div.swap-espanhol:hover,
div.top nav.collapse-navbar div.menu-two div.languages button div.swap-espanhol:hover {
opacity: .5;
}*/

section div.full-screen div.full-screen-image {
    position: absolute;
    right: 0;
    top: 54px;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section div.full-screen#inicio div.full-screen-image.landscape {
background-image: url('//images.impresa.pt/expresso/2020-04-13-la-vuelta-al-mundo-en-200-mensajes-01.jpg/original');
}

section div.full-screen#inicio div.full-screen-image.portait {
background: url('//images.impresa.pt/expresso/2020-04-13-la-vuelta-al-mundo-en-200-mensajes-02.jpg/original');
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

/**/

div.full-screen a.scroll-link div.scrolldown,
div.wrapper div.content-center.last-content div.credits a.scroll-link div.scrollup, 
div.wrapper div.content-center.last-content a.scroll-link div.scrollup {
    display: block;
    background-size: 100px;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    width: 78px;
    height: 56px;
    border: 0px solid;
    background-position: center center;
    background-color: transparent;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    opacity: 1;
    transform: rotate(0deg);
}

div.full-screen a.scroll-link div.scrolldown {
/*background: url('//images.impresa.pt/expresso/2019-06-26-Tancos_setas_pretas/original');*/
background: url('//images.impresa.pt/expresso/2020-04-14-LEIA-MAIS-ES.png/original');
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}

div.full-screen-intro#introducao div.content a.scroll-link div.scrolldown-two,
div.wrapper div.content-center.last-content div.credits a.scroll-link div.scrollup,
div.wrapper div.content-center.last-content a.scroll-link div.scrollup  { 
background: url(//images.impresa.pt/expresso/2020-04-14-PORTADA-ES.png/original);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
    margin-bottom: 7em;
    margin-top: 9em;
}

/**/





@media only screen and (max-width : 1112px) {
section div.full-screen#introducao div.content {
width: 52%;
}

}


@media only screen and (max-width: 1024px) {
section div.full-screen#introducao div.content {
    width: 53%;
}

}


@media only screen and (max-width : 720px){

section div.full-screen#introducao div.content {
width: 64%;
}

}

@media only screen and (max-width: 540px){
section div.full-screen#introducao div.content {
width: 65%;
}
}

@media only screen and (max-width: 414px){
section div.full-screen#introducao div.content {
width: 75%;
}
}

@media only screen and (max-width: 375px){
section div.full-screen#introducao div.content {
width: 76%;
}
}

@media only screen and (max-width: 320px){
section div.full-screen#introducao div.content {
width: 80%;
}
}
