#todo-o-conteudo {
display: block;
}

div.wrapper div.content.content-center div.intro {
position: relative;
margin-top: 7em;
margin-bottom: -8em;
z-index: 3;
}


div.wrapper div.content-center a.item-menu-dia {
text-decoration: none;
background-color: transparent;
user-select: auto;
cursor:pointer;
}

div.wrapper div.content-center a.item-menu-dia:hover {
opacity: .5;
}

div.wrapper div.content.content-center div.intro p.menu-dia {
font-family: 'SamsungSharpSans-Bold'; 
font-family: 'SamsungSharpSans-Medium'; 
font-family: 'SamsungSharpSans-Regular';
font-size: 1.5em;
line-height: 1.5em;
text-align: center;
padding: 0.2em;
}

div.wrapper div.content.content-center div.intro p.menu-dia span.bullet {
font-size: 1em;
}

section div.full-screen div.full-screen-image {
    position: absolute;
    right: 0;
    /*top: 54px;*/
    top: 0;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

section div.full-screen#inicio-viagem div.full-screen-image.landscape {
background-image: url('//images.impresa.pt/expresso/2020-07-14-kopke3.jpg/original');
}

section div.full-screen#inicio-viagem div.full-screen-image.portait {
background: url('//images.impresa.pt/expresso/2020-07-15-capa-viagem-portrait-kopke.jpg-1/original');
background-repeat: no-repeat;
background-position: center top;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

@media only screen and (max-width : 720px) {
section div.full-screen#inicio-viagem div.full-screen-image.portait {
top: 14%;
}
}

@media only screen and (max-width: 375px){
section div.full-screen#inicio-viagem div.full-screen-image.portait {
    top: 22%;
}
}



div.full-screen div.module-centered h1,
div.full-screen div.module-centered p {
    color: #58708c;
    color: #36435a;
    color: #000000;
}

div.full-screen div.module-centered p,
div.full-screen div.module-centered p a {
color: #36435a;
color: #000000;
}

