<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.slick-slide {
    outline: none !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


/*--------------------------------FONTES--------------------------------*/

@font-face {
    font-family: barlow;
    src: url(../fonts/Barlow-Black.ttf);
    font-weight: 100;
}

@font-face {
    font-family: barlow;
    src: url(../fonts/Barlow-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: barlow;
    src: url(../fonts/Barlow-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: barlow;
    src: url(../fonts/Barlow-Thin.ttf);
    font-weight: 200;
}

@font-face {
    font-family: barlowcondensed;
    src: url(../fonts/BarlowCondensed-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: barlowcondensed;
    src: url(../fonts/BarlowCondensed-Light.ttf);
    font-weight: 100;
}

@font-face {
    font-family: barlowcondensed;
    src: url(../fonts/BarlowCondensed-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: barlowcondensed;
    src: url(../fonts/BarlowCondensed-SemiBold.ttf);
    font-weight: 200;
}

@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: lato;
    src: url(../fonts/Lato-Regular.ttf);
    font-weight: normal;
}

@font-face {
    font-family: myriadpro;
    src: url(../fonts/MyriadPro-Regular.otf);
    font-weight: normal;
}


/*----------------------------------------------------------------------*/


/*--------------------------------GERAL--------------------------------*/

body {
    margin: 0;
    background-color: white;
    /* position: fixed; */
    /* Stop overflow no Chrome */
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    opacity: 1;
    animation-name: fadeInOpacity;
    -webkit-animation-name: fadeInOpacity;
    -moz-animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}

.body_contactos {
    background-color: #2D2D2D;
}

.title-none {
    display: none;
}


/* AnimaÃ§Ã£o FadeIn */

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    text-decoration: none;
    cursor: pointer;
}


/* Esconder scrollbar no Chrome, Safari and Opera */

body::-webkit-scrollbar {
    display: none;
}


/* Esconder scrollbar no IE and Edge */

body {
    -ms-overflow-style: none;
}


/* Esconder scrollbar no Firefox */

body {
    scrollbar-width: none;
}

#logo_home {
    position: fixed;
    height: 9.5vh;
    z-index: 1;
    margin-left: 4vw;
    margin-top: 2.5vw;
}


/* Menu */


/* Icon do menu */

.icon_menu {
    position: fixed;
    z-index: 5;
    top: 15vh;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    right: 3.85vw;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
    transform: rotate(90deg) translateX(100%);
}


/* Icon do menu para fundo escuro */

.icon_menu.branco #barra_1,
.icon_menu.branco #barra_2,
.icon_menu.branco #barra_3 {
    background-color: white;
}


/* Barras */

.barra {
    height: 2px;
    background-color: black;
    margin-bottom: 1vh;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#barra_1 {
    width: 4.1vh;
}

#barra_2 {
    width: 2.9vh;
}

#barra_3 {
    width: 1.6vh;
}


/*Barras do icon on hover*/

.icon_menu:hover&gt;#barra_2 {
    transform: scaleX(1.9);
    -webkit-transform: scaleX(1.9);
    -moz-transform: scaleX(1.9);
    -ms-transform: scaleX(1.9);
}

.icon_menu:hover&gt;#barra_3 {
    transform: scaleX(4.1);
    -webkit-transform: scaleX(4.1);
    -moz-transform: scaleX(4.1);
    -ms-transform: scaleX(4.1);
}


/*Barras do icon para fundo escuro on hover*/

.icon_menu.branco:hover&gt;#barra_1 {
    background-color: black;
}

.icon_menu.branco:hover&gt;#barra_2 {
    background-color: black;
}

.icon_menu.branco:hover&gt;#barra_3 {
    background-color: black;
}


/*Aparecer o menu on hover no icon e no proprio menu*/

.icon_menu:hover+#menu {
    right: 0vw
}

#menu:hover {
    right: 0vw
}


/*Menu*/

#menu {
    position: fixed;
    z-index: 2;
    background-color: #FFFFFF;
    height: 9vw;
    width: 100vh;
    right: -20vw;
    /*rodar*/
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform: rotate(90deg) translateX(100%);
    -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
}

ul {
    list-style-type: none;
    position: absolute;
    width: 70vh;
    /*centrar*/
    top: 50%;
    left: 56%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

li {
    float: left;
    margin-right: 1vh;
    margin-left: 1vh;
    width: 12vh;
    cursor: pointer;
    text-align: center;
}

li a {
    font-family: barlowcondensed;
    color: #1D1D1B;
    font-weight: 100;
    font-size: 2.2vh;
    letter-spacing: 2px;
}

li img {
    width: 2.4vh;
    margin-left: -3vh;
}

li a:hover {
    font-weight: bold;
}

#selecionado {
    font-weight: bold;
}


/*----------------------------------------------------------------------*/


/*--------------------------------LOADING--------------------------------*/

.loading-container {
    position: absolute;
    background-color: rgb(3, 3, 3);
    width: 100vw;
    z-index: 30;
    display: block;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
}

.loading-container.fadeout {
    opacity: 0;
    animation-name: fadeOutOpacity;
    -webkit-animation-name: fadeOutOpacity;
    -moz-animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
}


/* AnimaÃ§Ã£o FadeIn */

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.loading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    background-color: black;
}


/*----------------------------------------------------------------------*/


/*--------------------------------INDEX--------------------------------*/

#background {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#play {
    vertical-align: middle;
    height: 3vh;
}


/*Icon de scroll*/

@-webkit-keyframes scroll_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-0.6em);
        transform: translateY(-0.6em);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(0.6em);
        transform: translateY(0.6em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll_1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    25% {
        -webkit-transform: translateY(-0.6em);
        transform: translateY(-0.6em);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(0.6em);
        transform: translateY(0.6em);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.scroll-icon__wheel-outer {
    display: block;
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 1.2vh;
    height: 1vh;
    width: 2px;
    border-radius: 5em;
    margin-left: -1px;
    overflow: hidden;
}

.scroll-icon__wheel-inner {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background: black;
    -webkit-animation: scroll_1 2.75s ease-in-out infinite;
    animation: scroll_1 2.75s ease-in-out infinite;
}

.scroll-icon {
    display: block;
    position: absolute;
    top: 80vh;
    left: 4.1vw;
    z-index: 20;
    height: 5.5vh;
    width: 3vh;
    border: 2px solid black;
    border-radius: 1em;
    opacity: 1;
}


/*AnimaÃ§Ã£o do play*/

.btn_2 {
    position: fixed;
    background: none;
    border: 0;
    color: black;
    z-index: 10;
    cursor: pointer;
    width: 16vh;
    height: 16vh;
    padding: 0;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn_2::before,
.btn_2::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100%;
}

.btn_2::before {
    border: 1px solid transparent;
}

.btn_2:hover::before {
    border-top-color: black;
    border-right-color: black;
    border-bottom-color: black;
    -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    -o-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
    transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.btn_2::after {
    border: 0 solid transparent;
}

.btn_2:hover::after {
    border-top: 1px solid black;
    border-left-width: 1px;
    border-right-width: 1px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
    -o-transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
    transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}


/*galbilec fixa*/

#galbilec_2 {
    display: none;
    position: fixed;
    bottom: -3vh;
    height: 10vh;
    right: 2vw;
    z-index: 6;
}


/*galbilec que se move*/

#galbilec {
    position: absolute;
    bottom: -3vh;
    height: 10vh;
    right: 102vw;
    z-index: 6;
}


/*Conjunto de slides*/

.outer-wrapper {
    width: 100vh;
    height: 100vw;
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    /*rodar o div para o scroll ser horizontal*/
    transform: rotate(-90deg) translateX(-100vh);
    -webkit-transform: rotate(-90deg) translateX(-100vh);
    -moz-transform: rotate(-90deg) translateX(-100vh);
    -ms-transform: rotate(-90deg) translateX(-100vh);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    /* Esconder scrollbar no IE and Edge */
    -ms-overflow-style: none;
    /* Esconder scrollbar no Firefox */
    scrollbar-width: none;
}


/* Esconder scrollbar no Chrome, Safari and Opera */

.outer-wrapper::-webkit-scrollbar {
    display: none;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 300vw;
    /*rodar o div para os elementos estarem direitos*/
    transform: rotate(90deg) translateY(-100vh);
    -webkit-transform: rotate(90deg) translateY(-100vh);
    -moz-transform: rotate(90deg) translateY(-100vh);
    -ms-transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
}

.slide {
    width: 100vw;
    height: 100vh;
}


/*Slide 3*/

.left_side {
    width: 65vw;
    height: 100vh;
    display: inline-block;
}

.background_ret_verm {
    width: 65vw;
    height: 50vh;
    display: inline-block;
    margin: 0;
    background-color: #FF4438;
}

.background_ret_preto {
    width: 65vw;
    height: 50vh;
    display: inline-block;
    margin: 0;
    background-color: #141414;
}

.background_ret_bege {
    width: 35vw;
    height: 100vh;
    display: inline-block;
    margin: 0;
    background-color: #E3DEDB;
}


/*texto*/

.texto_home_1 {
    margin-top: 24vh;
    margin-left: 10vw;
}

.texto_home_2 {
    margin-top: 13vh;
    margin-left: 10vw;
}

#titulo {
    font-family: barlowcondensed;
    font-weight: 200;
    color: #E5E5E5;
    font-size: 3.6vh;
}

#subtitulo {
    font-family: barlowcondensed;
    font-weight: 100;
    color: #E5E5E5;
    font-size: 3.6vh;
    margin-top: 3.5vh;
}


/*butÃµes*/

.btn_1 {
    position: relative;
    border: none;
    color: #fff;
    cursor: pointer;
    background: none;
    width: 23vw;
    height: 7vh;
    margin-top: 3.5vh;
    padding: 0;
    border: solid 0.1px white;
    /* para alinhar os elementos com vertical align*/
    line-height: 7vh;
}

span {
    display: block;
}

.btn_1::before,
.btn_1::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
}

span::before,
span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
}

.btn_1:hover::before,
.btn_1:hover::after {
    width: 100%;
}

.btn_1:hover span::before,
.btn_1:hover span::after {
    height: 100%;
}

.btn_1::after {
    left: 0;
    bottom: 0;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.btn_1 span::after {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    right: 0;
    bottom: 0
}

.btn_1::before {
    right: 0;
    top: 0;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btn_1 span::before {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    left: 0;
    top: 0;
}

.btn_1:hover::after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.btn_1:hover span::after {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btn_1:hover::before {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.btn_1:hover span::before {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#texto_home_button {
    vertical-align: middle;
    font-family: barlowcondensed;
    font-weight: 100;
    letter-spacing: 2px;
    color: #FFFFFF;
    margin-left: 1vw;
    width: 10vw;
    float: left;
    font-size: 1.7vh;
    text-align: left;
}

#seta {
    height: 4vh;
    vertical-align: middle;
}


/*Imagens*/

#image1 {
    position: absolute;
    z-index: 3;
    height: 80vh;
    left: 265vw;
    top: 8vh;
    /* Para a imagem ficar centrada no limite do background */
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}

.seta2 {
    position: absolute;
    z-index: 3;
    height: 7vh;
    left: 280vw;
    top: 46vh;
    /*animaÃ§Ã£o*/
    animation: bounceRight 2s infinite;
    -webkit-animation: bounceRight 2s infinite;
    -moz-animation: bounceRight 2s infinite;
}

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    60% {
        -ms-transform: translateX(-15px);
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
}

#portfolio {
    font-family: barlowcondensed;
    font-weight: 200;
    color: #000000;
    font-size: 4.3vh;
    position: absolute;
    z-index: 3;
    left: 281vw;
    top: 42vh;
    /*Rodar a Palavra*/
    transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    transform: rotate(90deg) translateX(100%);
    -webkit-transform: rotate(90deg) translateX(100%);
    -moz-transform: rotate(90deg) translateX(100%);
    -ms-transform: rotate(90deg) translateX(100%);
}


/*----------------------------------------------------------------------*/


/*--------------------------------SOBRE--------------------------------*/

#titulo_sobre {
    position: absolute;
    height: 17vh;
    top: 30vh;
    left: 10vw;
    z-index: 1;
}

#titulo_sobre_2 {
    display: none;
    position: absolute;
    height: 17vh;
    top: 30vh;
    left: 10vw;
    z-index: 1;
}

#texto_sobre {
    position: absolute;
    font-family: barlow;
    font-weight: normal;
    top: 52vh;
    left: 10vw;
    font-size: 2.3vh;
    width: 40vw;
    color: #000000;
    line-height: 4vh;
    z-index: 2;
}

#img_sobre {
    position: fixed;
    width: 45vw;
    right: 0vw;
    top: 27vh;
    z-index: 1;
}


/*----------------------------------------------------------------------*/


/*--------------------------------CONTACTOS--------------------------------*/

.row_2 {
    position: absolute;
    z-index: 0;
    width: 100vw;
    height: 100vh;
}


/* Retangulo preto */

.backgound_preto {
    float: left;
    display: block;
    background-color: #1D1D1B;
    width: 60vw;
    height: 100vh;
    margin: 0;
}

.texto_contactos {
    margin-left: 10vw;
    margin-top: 20vh;
}

.bloco {
    margin-bottom: 8vh;
}

.texto_contact_1 {
    font-family: barlow;
    font-weight: normal;
    font-size: 1.8vh;
    color: #FFFFFF;
    margin-bottom: 2.5vh;
}

.texto_contact_2 {
    font-family: barlow;
    font-weight: bold;
    font-size: 3.6vh;
    color: #FFFFFF;
    margin-bottom: 3.2vh;
}

.texto_contact_3 {
    display: block;
    float: left;
    line-height: 4vh;
    color: #FFFFFF;
    font-family: lato;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.4vh;
    margin-left: 2vw;
}

#space {
    margin-top: 6vh;
}

.btn_1.moradas {
    width: 5vw;
    height: 4vh;
    line-height: 4vh;
    margin: 0;
    display: block;
    float: left;
    border: solid 0.1px white;
}

.btn_1.mensagem {
    width: 8vw;
    height: 4vh;
    line-height: 4vh;
    margin: 0;
    display: block;
    float: left;
    border: solid 0.1px white;
}

.btn_1.candidatura {
    width: 11vw;
    height: 4vh;
    line-height: 4vh;
    margin: 0;
    display: block;
    float: left;
    border: solid 0.1px white;
}

#texto_contact_button {
    font-family: lato;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 1.4vh;
    vertical-align: middle;
}

.texto_contactos_2 {
    margin-left: 6.5vw;
    margin-top: 58vh;
}


/* Retangulo cinzento */

.backgound_cinzento {
    float: left;
    display: block;
    margin: 0;
    background-color: #2D2D2D;
    width: 40vw;
    height: 100vh;
}

.redes_sociais {
    margin-bottom: 4.5vh;
}

.redes_sociais img {
    margin-right: 1vw;
    height: 2.4vh;
}

#instagram {
    height: 2.4vh;
    margin-bottom: -0.1vh;
}

.texto_contact_4 {
    font-family: barlow;
    font-weight: normal;
    font-size: 2.2vh;
    color: #FFFFFF;
    line-height: 3.2vh;
}

.texto_contact_4.vermelho {
    color: #FF4438;
    line-height: 2.5vh;
    margin-top: 3vh;
    line-height: 3.2vh;
}


/*----------------------------------------------------------------------*/


/*--------------------------------EQUIPA--------------------------------*/

.fotos {
    position: relative;
    overflow-y: scroll;
    top: 15vh;
    left: 15vw;
}

.foto {
    width: 30vw;
    height: 26vh;
    display: block;
    margin-right: 7vh;
    margin-bottom: 20px;
    float: left;
}

.foto_tamanho {
    width: 54.5vh;
    display: block;
    height: auto;
}

.texto_slide {
    font-family: lato;
    font-weight: bold;
    color: black;
    top: 5vh;
    left: 1vw;
    position: absolute;
    width: 30vw;
}

.texto_foto {
    font-size: 2.26vh;
    margin-top: 2vh;
}

.texto_foto_2 {
    font-size: 1.44vh;
    margin-top: 2vh;
    line-height: 2vh;
}

.linkedin {
    top: 12vh;
    width: 4.5vh;
    position: absolute;
}


/* AnimaÃ§Ã£o */

.container {
    position: relative;
    width: 42%;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 31.77vh;
    right: 0;
    background: rgba(0, 0, 0, 0.03);
    overflow: hidden;
    width: 0;
    height: 100%;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.container:hover .overlay {
    width: 22.7vh;
}


/*----------------------------------------------------------------------*/


/*----------------------POLÃTICA DE PRIVACIDADE-------------------------*/

.pv-body {
    position: inherit;
    overflow: scroll;
    height: inherit;
}

.pv-container {
    position: absolute;
    left: 11vw;
    width: 78vw;
    top: 25vh;
    font-size: 2vh;
    line-height: 18px;
}

.pv-container p {
    font-family: barlow;
    font-weight: normal;
    line-height: 4vh;
}

.pv-container b {
    font-family: barlow;
    font-weight: bold;
    line-height: 3.7vh;
}

.pv-container h2 {
    font-family: barlow;
    font-weight: normal;
    font-size: 2vh;
    color: black;
    margin-left: 28px;
    line-height: 3.7vh;
}

.pv-container strong {
    font-family: barlow;
    font-weight: bold;
    font-size: 2vh;
    color: #FF4438;
}

.pv-container em {
    font-family: barlow;
    font-weight: normal;
    font-size: 2vh;
    color: #FF4438;
}

.pv-container a {
    font-family: barlow;
    font-weight: normal;
    font-size: 15px;
    color: #FF4438;
    text-decoration: none;
}

#pv-titulo {
    font-size: 3.2vh;
    font-weight: 200;
    font-family: barlow;
    line-height: 4vh;
}


/*----------------------------------------------------------------------*/


/*----------------------PORTFOLIO-------------------------*/

#menu-portfolio {
    position: fixed;
    z-index: 1;
    height: 1vw;
    width: 100vh;
    left: 4vw;
    bottom: 0;
    text-align: center;
    /*rodar*/
    transform-origin: bottom left;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

#menu-portfolio ul {
    position: absolute;
    height: inherit;
    width: auto;
    left: 50vh;
    top: inherit;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

#menu-portfolio li {
    float: left;
    margin-right: 1vh;
    margin-left: 1vh;
    width: 12vh;
    cursor: pointer;
    text-align: center;
    font-family: barlowcondensed;
    color: #1D1D1B;
    font-weight: 100;
    font-size: 2.2vh;
    letter-spacing: 2px;
}

#menu-portfolio li:hover {
    color: #FF4438;
}


/* Slider */

.slider-port {
    position: absolute;
    background-color: white;
    height: 80vh;
    width: 79.4vw;
    top: 17vh;
    left: 12vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.slider1 .slick-track {
    /* width: 100vw !important; */
    min-width: 1040px !important;
}

.slider1 a {
    width: 519px !important;
}



/*.slick-slide img {
    width: 300px !important;
    height: 450px !important;
}*/

.slider-port::-webkit-scrollbar {
    display: none;
}

.img-container {
    height: 63.2vh;
    width: 26.5vw;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.img-port {
    height: 63.2vh;
    width: 24.5vw;
    overflow: hidden;
}

.img-port img {
    height: 63.2vh;
    margin-left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    cursor: pointer;
}

.img-port img:hover {
    opacity: 0.5;
}

.texto-port {
    width: 24.5vw;
    text-align: left;
    font-family: barlowcondensed;
    color: #383838;
    font-weight: 100;
    font-size: 2.7vh;
    margin-top: 2.7vh;
}

.ret-port {
    position: fixed;
    z-index: 2;
    bottom: 4vh;
    left: 12vw;
    border: solid 1px #FF4438;
    height: 5.5vh;
    width: 8vw;
    line-height: 5.5vh;
    text-align: center;
}

#ret-esq {
    z-index: 2;
    height: 2vh;
    vertical-align: middle;
    cursor: pointer;
}

#ret-dir {
    z-index: 2;
    height: 2vh;
    margin-left: 2vw;
    vertical-align: middle;
    cursor: pointer;
}


/*----------------------------------------------------------------------*/


/*----------------------PROJETOS-------------------------*/

.descricao-container {
    position: fixed;
    width: 25vw;
    top: 25vh;
    left: 6vw;
}

.descricao-container h1 {
    font-family: barlowcondensed;
    color: #383838;
    font-weight: 100;
    font-size: 19px;
    line-height: 4vh;
}

.descricao-container h2 {
    font-family: lato;
    color: #818181;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 3px;
    margin-top: 16px;
}

.descricao-container p {
    font-family: lato;
    color: black;
    font-weight: normal;
    font-size: 13px;
    line-height: 3.5vh;
}

#traco-port {
    width: 40px;
    height: 5px;
    background-color: #FF4438;
    margin-top: 13px;
    margin-bottom: -2px;
}

#voltar-atras {
    position: fixed;
    width: 2.7vw;
    left: 6vw;
    top: 95vh;
    cursor: pointer;
}


/*Slider*/

.vertical-slider {
    position: absolute;
    background-color: white;
    height: 86vh;
    width: 52vw;
    top: 25vh;
    left: 35vw;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.vertical-slider::-webkit-scrollbar {
    display: none;
}

.v-img-container {
    width: 62vw;
    padding-bottom: 1.5vw;
}

.v-img-port {
    height: 63vh;
    position: relative;
    overflow: hidden;
}

.v-img-port img {
    width: 62vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

#v-img1 {
    margin-top: 10vh;
}

#v-img2 {
    margin-bottom: 10.3vh;
}

#ret-cima {
    position: fixed;
    right: 10vw;
    bottom: 15vh;
    height: 5vh;
    cursor: pointer;
}

#ret-baixo {
    position: fixed;
    right: 10vw;
    bottom: 9vh;
    height: 5vh;
    cursor: pointer;
}


/*----------------------------------------------------------------------*/


/* COOKIES */

.cookies {
    position: fixed;
    bottom: 0;
    right: 0;
    background: #464646;
    width: 35%;
    z-index: 1000;
}

.cookies .cookies-content {
    padding-right: 20%;
    padding-left: 12%;
    padding-bottom: 12%;
}

.cookies .close {
    font-size: 2.2rem;
    font-family: Times New Roman;
    padding-left: 10px;
}

.cookies p {
    line-height: 1.8;
    font-family: lato;
    font-weight: normal;
    font-size: 2.2vh;
}

.cookies .cookies-title {
    padding-bottom: 10px;
}

.cookies .cookies-title p {
    font-size: 2.6vh !important;
    font-family: lato;
    font-weight: bold !important;
}

.cookies .cookies-button {
    margin-top: 25px;
}

.cookies .cookies-button a {
    border-radius: 100px;
    padding: 6px 10px;
    color: #464646;
    font-family: lato;
    font-weight: bold;
    font-size: 2.2vh;
}

.cookies p,
.cookies a,
.cookies .close {
    color: #fff;
}

.cookies .cookies-button a {
    background-color: #fff;
}

.cookies .cookies-close {
    font-size: 3.9vh;
}

.cookies .close,
.cookies button {
    cursor: pointer;
}


/* -- */

@media only screen and (min-width: 1600px) {
    .barra {
        height: 3px;
    }
}


/*BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB*/


/*--------------------------------TABLET--------------------------------*/

@media only screen and (max-width: 1024px) {
    /*--------------------------------GERAL--------------------------------*/
    body {
        height: 100vh;
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
    }
    #logo_home {
        position: fixed;
        height: 40px;
        z-index: 3;
        margin-left: 8vw;
        margin-top: 12px;
    }
    .loading {
        height: 100vh;
        width: auto;
        margin-left: 6%;
    }
    /* Menu */
    /* Icon do menu */
    .icon_menu {
        display: none;
    }
    /*Menu*/
    #menu {
        position: fixed;
        z-index: 2;
        background-color: white;
        height: 70px;
        width: 100vw;
        right: none;
        left: 0;
        top: 0;
        /*rodar*/
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    ul {
        position: absolute;
        height: auto;
        width: 90vw;
        left: 60%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    li {
        margin-right: inherit;
        margin-left: inherit;
        width: 17vw;
    }
    li a {
        font-size: 15px;
    }
    #selecionado {
        font-weight: bold;
        font-size: 16px;
    }
    li img {
        width: inherit;
        height: 14px;
    }
    /*----------------------------------------------------------------------*/
    /*INDEX*/
    #background_2 {
        width: 100vw;
        position: relative;
        transform: none;
        vertical-align: bottom;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    #play_2 {
        position: absolute;
        height: auto;
        width: 4vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        pointer-events: none;
    }
    .scroll-icon {
        display: none;
    }
    #galbilec_3 {
        position: absolute;
        top: 650px;
        height: 55px;
        left: inherit;
        right: -140vw;
        z-index: 10;
    }
    #galbilec {
        position: absolute;
        top: 300px;
        height: 55px;
        left: inherit;
        right: -140vw;
        z-index: 10;
    }
    /*Conjunto de slides*/
    .outer-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    .wrapper {
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: none;
        flex-direction: none;
        width: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    .slide {
        width: 100vw;
        height: auto;
        display: inline-block;
        margin-top: 0;
    }
    .slide.um {
        margin-top: 50px;
        position: relative;
    }
    .slide.dois {
        margin-top: 0;
        position: relative;
    }
    .slide.tres {
        height: auto;
        margin-top: 0;
    }
    /*Slide 3*/
    .left_side {
        width: 100vw;
        height: auto;
        display: block;
        margin-top: 0;
    }
    .background_ret_verm {
        position: relative;
        width: 100vw;
        height: 350px;
        margin-top: 0;
    }
    .background_ret_preto {
        position: relative;
        width: 100vw;
        height: 350px;
        margin-top: 0;
    }
    .background_ret_bege {
        width: 100vw;
        height: 450px;
        margin-top: 0;
        overflow: hidden;
        position: relative;
    }
    .descricao-container {
        position: initial;
        width: 84vw;
        top: 0;
        left: 0;
        padding-left: 8vw;
        padding-top: 20vh;
    }
    .vertical-slider {
        position: initial;
        background-color: white;
        height: unset;
        width: 84vw;
        top: 0;
        left: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
        padding-left: 8vw;
    }
    .v-img-port {
        height: initial;
        position: inherit;
        overflow: hidden;
    }
    .v-img-port img {
        width: 100vw;
        position: relative;
        top: unset;
        transform: none;
        -webkit-transform: none;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
    }
    .v-img-container {
        width: 84vw;
        padding-bottom: 1.5vw;
    }
    #v-img1 {
        margin-top: 5vh;
    }
    #ret-cima,
    #ret-baixo {
        display: none;
    }
    #voltar-atras {
        position: initial;
        width: 50px;
        left: 0;
        top: 0;
        cursor: pointer;
        padding-left: 8vw;
        padding-bottom: 3vh;
        padding-top: 3vh;
    }
    #v-img2 {
        margin-bottom: 0;
    }
    .ret-port {
        position: fixed;
        z-index: 2;
        bottom: 4vh;
        left: 12vw;
        border: solid 1px #FF4438;
        height: 5.5vh;
        width: 12vw;
        line-height: 5.5vh;
        text-align: center;
    }
    .img-container {
        height: 63.2vh;
        width: 100vw;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .img-port {
        height: 63.2vh;
        width: 75vw;
        overflow: hidden;
    }
    .texto-port {
        width: 75vw;
        text-align: left;
        font-family: barlowcondensed;
        color: #383838;
        font-weight: 100;
        font-size: 2.7vh;
        margin-top: 2.7vh;
    }
    /*texto*/
    .texto_home_1 {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        margin-left: 10vw;
    }
    .texto_home_2 {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        margin-left: 10vw;
    }
    #titulo {
        font-size: 26px;
    }
    #subtitulo {
        font-size: 24px;
    }
    /*butÃµes*/
    .btn_1 {
        width: 310px;
        height: 48px;
        margin-top: 15px;
        /* para alinhar os elementos com vertical align*/
        line-height: 48px;
    }
    .btn_1::before,
    .btn_1::after {
        content: "";
        width: inherit;
        height: inherit;
        position: inherit;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: inherit;
    }
    span::before,
    span::after {
        content: "";
        width: inherit;
        height: inherit;
        position: inherit;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: inherit;
    }
    #texto_home_button {
        letter-spacing: 2px;
        margin-left: 15px;
        width: 100px;
        font-size: 13px;
    }
    #seta {
        height: 25px;
        vertical-align: middle;
        margin-left: 60px
    }
    /*Imagens*/
    #image1 {
        height: auto;
        width: 52vw;
        right: inherit;
        top: inherit;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .seta2 {
        height: 50px;
        top: inherit;
        bottom: 200px;
        left: 50vw;
        -webkit-transform: translate(-130%);
        -ms-transform: translate(-130%);
        transform: translate(-130%);
    }
    #portfolio {
        font-size: 35px;
        right: inherit;
        bottom: 250px;
        top: inherit;
        left: 52vw;
    }
    /*--------------------------------SOBRE--------------------------------*/
    .container_sobre {
        position: relative;
    }
    #titulo_sobre {
        position: inherit;
        display: block;
        left: 8vw;
        padding: 0;
        height: inherit;
        width: 80vw;
        top: inherit;
        margin-top: 100px;
    }
    #titulo_sobre_2 {
        position: inherit;
        display: none;
        left: 8vw;
        padding: 0;
        height: inherit;
        width: 80vw;
        top: inherit;
        margin-top: 100px;
    }
    #texto_sobre {
        position: inherit;
        display: block;
        top: inherit;
        left: 8vw;
        margin-top: 40px;
        font-size: 16px;
        width: 75vw;
        color: #000000;
    }
    #img_sobre {
        position: inherit;
        display: block;
        right: inherit;
        top: inherit;
        left: 8vw;
        width: 80vw;
        margin-top: 50px;
    }
    /*----------------------------------------------------------------------*/
    /*--------------------------------EQUIPA--------------------------------*/
    .fotos {
        position: relative;
        padding: 0;
        top: 13vh;
        width: 50vw;
        height: auto;
        left: 50vw;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .foto {
        position: inherit;
        width: 50vw;
        height: inherit;
        display: inherit;
        margin-right: inherit;
        margin-bottom: 2vh;
        margin-top: inherit;
        float: left;
    }
    .foto_tamanho {
        position: relative;
        margin: 0;
        width: 50vw;
        display: inherit;
        height: auto;
    }
    .texto_slide {
        top: 2vw;
        left: 1vw;
        position: absolute;
        width: 40vw;
    }
    .texto_foto {
        font-size: 2vw;
        margin-top: 0;
    }
    .texto_foto_2 {
        font-size: 1.3vw;
        margin-top: 1.5vw;
        line-height: 14px;
    }
    .linkedin {
        top: 10vw;
        width: 3.5vw;
    }
    /* AnimaÃ§Ã£o */
    .container {
        position: relative;
        width: 42%;
    }
    .overlay {
        position: absolute;
        bottom: inherit;
        Top: 2vh;
        left: inherit;
        margin-left: 30vw;
        right: inherit;
        margin-right: 0;
        background: rgba(0, 0, 0, 0);
        overflow: hidden;
        width: 40vw;
        height: 100%;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
    }
    /*----------------------------------------------------------------------*/
    /*--------------------------------CONTACTOS--------------------------------*/
    .row_2 {
        position: absolute;
        z-index: 0;
        width: 100vw;
        height: 100vh;
    }
    /* Retangulo preto */
    .backgound_preto {
        width: 100vw;
        height: 850px;
        margin: 0;
    }
    .texto_contactos {
        width: 90vw;
        margin-left: 8vw;
        margin-top: 200px;
    }
    .bloco {
        margin-bottom: 65px;
    }
    .texto_contact_1 {
        font-size: 15px;
        margin-bottom: 13px;
    }
    .texto_contact_2 {
        line-height: 20px;
        font-size: 23px;
    }
    .texto_contact_3 {
        line-height: 4vh;
        font-size: 12px;
        margin-left: 2vw;
    }
    #space {
        margin-top: 50px;
    }
    .btn_1.moradas {
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .btn_1.mensagem {
        width: 125px;
        height: 30px;
        line-height: 30px;
    }
    .btn_1.candidatura {
        width: 160px;
        height: 30px;
        line-height: 30px;
    }
    #texto_contact_button {
        font-size: 12px;
        vertical-align: middle;
    }
    /* Retangulo cinzento */
    .backgound_cinzento {
        width: 100vw;
        height: 350px;
    }
    .texto_contactos_2 {
        margin-left: 8vw;
        margin-top: 70px;
    }
    .redes_sociais {
        margin-bottom: 15px;
    }
    .redes_sociais img {
        margin-right: 1vw;
        height: 15px;
    }
    .texto_contact_4 {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .texto_contact_4.vermelho {
        line-height: 18px;
        margin-top: 15px;
    }
    #instagram {
        height: 18px;
    }
    /*----------------------------------------------------------------------*/
    /*----------------------POLÃTICA DE PRIVACIDADE-------------------------*/
    .pv-body {
        height: 100vh;
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
    }
    .pv-container {
        position: absolute;
        left: 7.5%;
        width: 85%;
        top: 12vh;
        font-size: 14px;
        line-height: 18px;
    }
    .pv-container p {
        font-family: barlow;
        font-weight: normal;
    }
    .pv-container b {
        font-family: barlow;
        font-weight: bold;
    }
    .pv-container h2 {
        font-family: barlow;
        font-weight: normal;
        font-size: 14px;
        color: black;
        margin-left: 28px;
    }
    .pv-container strong {
        font-family: barlow;
        font-weight: bold;
        font-size: 14px;
        color: #FF4438;
    }
    .pv-container em {
        font-family: barlow;
        font-weight: normal;
        font-size: 14px;
        color: #FF4438;
    }
    .pv-container a {
        font-family: barlow;
        font-weight: normal;
        font-size: 14px;
        color: #FF4438;
        text-decoration: none;
    }
    #pv-titulo {
        font-size: 22px;
        font-weight: 200;
    }
    /*----------------------------------------------------------------------*/
    /* COOKIES */
    .cookies {
        width: 100%;
    }
    .cookies .cookies-content {
        padding-right: 3rem;
        padding-left: 3rem;
        padding-bottom: 3rem;
    }
    /* -- */
    /* SLIDER PROJETOS */
    .projeto-slider {
        margin-top: 5vh !important;
    }
    .projeto-slider-arrow {
        display: none;
    }
    /* -- */

    /* slider */
    .slider1 .slick-track {
        /* width: 100vw !important; */
        /* min-width: 400px !important; */
        width: 400px !important;
    }
    
    .slider1 a {
        width: 282px !important;
    }

    .slider1 p {
        width: 282px !important;
    }
}


/*BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB*/


/*--------------------------------MOBILE--------------------------------*/
@media only screen and (max-width: 701px) {
    /* slider */
    .slider1 .slick-track {
        /* width: 100vw !important; */
        /* min-width: 400px !important; */
        width: 2460px !important;
    }
}

@media only screen and (max-width: 600px) {
    /*--------------------------------GERAL--------------------------------*/
    body {
        height: 100vh;
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
    }
    #logo_home {
        position: fixed;
        height: 30px;
        z-index: 3;
        margin-left: 4vw;
        margin-top: 7px;
    }
    .loading {
        height: 100vh;
        width: auto;
        margin-left: 6%;
    }
    /* Menu */
    /* Icon do menu */
    .icon_menu {
        display: none;
    }
    /*Menu*/
    #menu {
        position: fixed;
        z-index: 2;
        background-color: white;
        height: 50px;
        width: 100vw;
        right: none;
        left: 0;
        top: 0;
        /*rodar*/
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    ul {
        position: absolute;
        height: auto;
        width: 100vw;
        left: 62%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    li {
        margin-right: inherit;
        margin-left: inherit;
        width: 18vw;
    }
    li a {
        font-size: 11px;
    }
    #selecionado {
        font-weight: bold;
        font-size: 11px;
    }
    li img {
        width: inherit;
        height: 9px;
        margin-left: 0;
    }
    /*----------------------------------------------------------------------*/
    /*INDEX*/
    #background_2 {
        width: 100vw;
        position: relative;
        transform: none;
        vertical-align: bottom;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    #play_2 {
        position: absolute;
        height: auto;
        width: 4vw;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        pointer-events: none;
    }
    .scroll-icon {
        display: none;
    }
    #galbilec_3 {
        position: absolute;
        top: 572px;
        height: 30px;
        left: inherit;
        right: -140vw;
        z-index: 10;
    }
    #galbilec {
        position: absolute;
        top: 274px;
        height: 30px;
        left: inherit;
        right: -140vw;
        z-index: 10;
    }
    /*Conjunto de slides*/
    .outer-wrapper {
        width: 100%;
        height: auto;
        position: relative;
        overflow-y: scroll;
        overflow-x: hidden;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    .wrapper {
        overflow-y: scroll;
        overflow-x: hidden;
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: none;
        flex-direction: none;
        width: auto;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    .slide {
        width: 100vw;
        height: auto;
        display: inline-block;
        margin-top: 0;
    }
    .slide.um {
        margin-top: 50px;
        position: relative;
    }
    .slide.dois {
        margin-top: 0;
        position: relative;
    }
    .slide.tres {
        height: auto;
        margin-top: 0;
    }
    /*Slide 3*/
    .left_side {
        width: 100vw;
        height: auto;
        display: block;
        margin-top: 0;
    }
    .background_ret_verm {
        position: relative;
        width: 100vw;
        height: 300px;
        margin-top: 0;
    }
    .background_ret_preto {
        position: relative;
        width: 100vw;
        height: 300px;
        margin-top: 0;
    }
    .background_ret_bege {
        width: 100vw;
        height: 300px;
        margin-top: 0;
        overflow: hidden;
        position: relative;
    }
    .ret-port {
        position: fixed;
        z-index: 2;
        bottom: 4vh;
        left: 17vw;
        border: solid 1px #FF4438;
        height: 5.5vh;
        width: 20vw;
        line-height: 5.5vh;
        text-align: center;
    }
    .slider-port {
        position: absolute;
        background-color: white;
        height: 80vh;
        width: 77vw;
        top: 9vh;
        left: 14vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        scroll-behavior: smooth;
    }
    .descricao-container {
        padding-left: 4vw;
        padding-top: 15vh;
        width: 92vw;
    }
    .vertical-slider {
        padding-left: 4vw;
        width: 92vw;
    }
    #voltar-atras {
        padding-left: 4vw;
        padding-bottom: 3vh;
    }
    #v-img1 {
        width: 100vw;
    }
    .v-img-container {
        width: 92vw;
    }
    .new-slide-container {
        margin-right: 0 !important;
        margin-left: 7vw !important;
    }
    /*texto*/
    .texto_home_1 {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        margin-left: 5vw;
    }
    .texto_home_2 {
        margin-top: 0;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        margin-left: 5vw;
    }
    #titulo {
        font-size: 20px;
    }
    #subtitulo {
        font-size: 17px;
    }
    /*butÃµes*/
    .btn_1 {
        width: 220px;
        height: 38px;
        margin-top: 15px;
        /* para alinhar os elementos com vertical align*/
        line-height: 38px;
    }
    .btn_1::before,
    .btn_1::after {
        content: "";
        width: inherit;
        height: inherit;
        position: inherit;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: inherit;
    }
    span::before,
    span::after {
        content: "";
        width: inherit;
        height: inherit;
        position: inherit;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        background: inherit;
    }
    #texto_home_button {
        letter-spacing: 2px;
        margin-left: 15px;
        width: 80px;
        font-size: 10px;
    }
    #seta {
        height: 18px;
        vertical-align: middle;
        margin-left: 30px;
    }
    /*Imagens*/
    #image1 {
        height: auto;
        width: 65vw;
        right: inherit;
        top: inherit;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .seta2 {
        height: 30px;
        top: inherit;
        bottom: 130px;
        left: 57vw;
        -webkit-transform: translate(-130%);
        -ms-transform: translate(-130%);
        transform: translate(-130%);
    }
    #portfolio {
        font-size: 25px;
        right: inherit;
        bottom: 170px;
        top: inherit;
        left: 57vw;
    }
    /*--------------------------------SOBRE--------------------------------*/
    .container_sobre {
        position: relative;
    }
    #titulo_sobre {
        position: inherit;
        display: block;
        left: 4vw;
        padding: 0;
        height: inherit;
        width: 92vw;
        top: inherit;
        margin-top: 100px;
    }
    #titulo_sobre_2 {
        position: inherit;
        display: none;
        left: 4vw;
        padding: 0;
        height: inherit;
        width: 92vw;
        top: inherit;
        margin-top: 100px;
    }
    #texto_sobre {
        position: inherit;
        display: block;
        top: inherit;
        left: 4vw;
        margin-top: 40px;
        font-size: 16px;
        width: 92vw;
        color: #000000;
    }
    #img_sobre {
        position: inherit;
        display: block;
        right: inherit;
        top: inherit;
        left: 4vw;
        width: 92vw;
        margin-top: 50px;
    }
    /*----------------------------------------------------------------------*/
    /*--------------------------------EQUIPA--------------------------------*/
    .fotos {
        position: relative;
        padding: 0;
        top: 10vh;
        width: 86vw;
        height: auto;
        left: 50vw;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
    .foto {
        position: inherit;
        width: 86vw;
        height: inherit;
        display: inherit;
        margin-right: inherit;
        margin-bottom: 2vh;
        margin-top: inherit;
        float: left;
    }
    .foto_tamanho {
        position: relative;
        margin: 0;
        width: 86vw;
        display: inherit;
        height: auto;
    }
    .texto_slide {
        top: 7vw;
        left: 1vw;
        position: absolute;
        width: 40vw;
    }
    .texto_foto {
        font-size: 3.8vw;
        margin-top: 0;
    }
    .texto_foto_2 {
        font-size: 2.3vw;
        margin-top: 1.5vw;
        line-height: 3.3vw;
    }
    .linkedin {
        top: 18vw;
        width: 4.5vh;
    }
    .overlay {
        position: absolute;
        bottom: inherit;
        Top: 0vh;
        left: inherit;
        margin-left: 52vw;
        right: inherit;
        margin-right: 0;
        background: rgba(0, 0, 0, 0);
        overflow: hidden;
        width: 40vw;
        height: 100%;
        -webkit-transition: .5s ease;
        -o-transition: .5s ease;
        transition: .5s ease;
        pointer-events: none;
    }
    /*----------------------------------------------------------------------*/
    /*--------------------------------CONTACTOS--------------------------------*/
    .row_2 {
        position: absolute;
        z-index: 0;
        width: 100vw;
        height: 100vh;
    }
    /* Retangulo preto */
    .backgound_preto {
        width: 100vw;
        height: 650px;
        margin: 0;
    }
    .texto_contactos {
        width: 92vw;
        margin-left: 4vw;
        margin-top: 90px;
    }
    .bloco {
        margin-bottom: 60px;
    }
    .texto_contact_1 {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .texto_contact_2 {
        line-height: 24px;
        font-size: 20px;
    }
    .texto_contact_3 {
        line-height: 25px;
        font-size: 9px;
        margin-left: 2vw;
    }
    #space {
        margin-top: 45px;
    }
    .btn_1.moradas {
        width: 70px;
        height: 25px;
        line-height: 25px;
    }
    .btn_1.mensagem {
        width: 105px;
        height: 25px;
        line-height: 25px;
    }
    .btn_1.candidatura {
        width: 130px;
        height: 25px;
        line-height: 25px;
    }
    #texto_contact_button {
        font-size: 9px;
        vertical-align: middle;
    }
    /* Retangulo cinzento */
    .backgound_cinzento {
        width: 100vw;
        height: 230px;
    }
    .texto_contactos_2 {
        margin-left: 4vw;
        margin-top: 0;
    }
    .redes_sociais {
        margin-bottom: 15px;
    }
    .redes_sociais img {
        margin-right: 1vw;
        height: 13px;
    }
    .texto_contact_4 {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .texto_contact_4.vermelho {
        line-height: 18px;
        margin-top: 15px;
    }
    #instagram {
        height: 15px;
    }
    /*----------------------------------------------------------------------*/
    /*----------------------POLÃTICA DE PRIVACIDADE-------------------------*/
    .pv-body {
        height: 100vh;
        width: 100vw;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
    }
    .pv-container {
        position: absolute;
        left: 4vw;
        width: 92vw;
        top: 80px;
        z-index: 0;
        font-size: 13px;
        line-height: 17px;
    }
    .pv-container p {
        font-family: barlow;
        font-weight: normal;
    }
    .pv-container b {
        font-family: barlow;
        font-weight: bold;
    }
    .pv-container h2 {
        font-family: barlow;
        font-weight: normal;
        font-size: 13px;
        color: black;
        margin-left: 28px;
    }
    .pv-container strong {
        font-family: barlow;
        font-weight: bold;
        font-size: 13px;
        color: #FF4438;
    }
    .pv-container em {
        font-family: barlow;
        font-weight: normal;
        font-size: 13px;
        color: #FF4438;
    }
    .pv-container a {
        font-family: barlow;
        font-weight: normal;
        font-size: 13px;
        color: #FF4438;
        text-decoration: none;
    }
    #pv-titulo {
        font-size: 18px;
        font-weight: 200;
    }
    /*----------------------------------------------------------------------*/
    #menu-portfolio {
        height: 8vw;
        left: 12vw;
    }
    #menu-portfolio ul {
        left: 45vh;
    }

    /* slider */
    .slider1 .slick-track {
        /* width: 100vw !important; */
        /* min-width: 400px !important; */
        width: 2460px !important;
    }

    .slider1 a {
        width: 282px !important;
    }

    .slider1 p {
        width: 282px !important;
    }
}</pre></body></html>