/* RESET */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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,
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,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

button,
input,
textarea,
select,
a {
    outline: none;
}

textarea {
    resize: none;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

img,
embed,
object,
video {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

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

.slick-next,
.slick-arrow {
    left: 0 !important;
    right: 0 !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
/* END RESET */


/* FONTS */
@font-face {
    font-family: 'intro-book';
    src: url('../fonts/Intro-Book.otf');
}

@font-face {
    font-family: 'intro-black';
    src: url('../fonts/Intro-Black.otf');
}

@font-face {
    font-family: 'intro-bold';
    src: url('../fonts/Intro-Bold.otf');
}

@font-face {
    font-family: 'avenir-book';
    src: url('../fonts/Avenir-Book.ttf');
}

@font-face {
    font-family: 'avenir-black';
    src: url('../fonts/Avenir-Black.otf');
}
/* END FONTS */


/* CONTENT */
body {
    color: #444444;
    line-height: 1.5;
    overflow-x: hidden;
}

html {
    font-size: 16px;
}

::-moz-selection {
    background-color: #8b7b6a;
    color: #fff;
}

::selection {
    background-color: #8b7b6a;
    color: #fff;
}

.container {
    width: 90rem;
    margin: auto;
}

.text h1 {
    font-family: 'intro-black';
    font-size: 2rem;
    color: #8b7b6a;
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-transform: uppercase;
}

.text p {
    font-family: 'avenir-book';
    font-size: 1.5rem;
    color: #42311a;
}

.top {
    margin-top: 166px;
}

.center {
    text-align: center;
}

.mobile {
    display: none;
}

.relative {
    position: relative;
}

.arrow img {
    width: 18px !important;
}

.arrow img:hover {
    opacity: 0.8;
}

.prev,
.next {
    position: absolute;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ajuste {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}
.ajuste2 {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
}
.bold {
    font-family: 'intro-bold';
}

.privacity {
    padding-top: 10px;
}

.privacity label {
    display: block;
    position: relative;
    padding-left: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 1.3rem;
    font-family: 'avenir-book';
    color: #42311a;
}

.privacity input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 3% !important;
    border: 1px solid #42311a;
    padding: 10px;
    cursor: pointer;
    background-color: transparent;
}

.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #42311a;
    background-color: transparent;
}

.privacity input:checked ~ .checkmark:after {
    display: block;
}

.checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.checkmark:after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid #42311a;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link,
.link:hover,
.link:focus,
.link:active {
    font-family: 'avenir-black';
    text-decoration: underline;
    font-size: 1.3rem;
    color: #42311a;
}

#policy .close,
#confidential .close,
#news .close {
    width: 40px;
    position: fixed;
    cursor: pointer;
    z-index: 100;
}

#policy .close img,
#confidential .close img,
#news .close img {
    width: 40px;
}

#policy .close img:hover,
#confidential .close img:hover,
#news .close img:hover {
    opacity: 0.8;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-moz-placeholder,
form textarea::-moz-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

form input::placeholder,
form textarea::placeholder {
    color: #42311a;
    font-family: 'avenir-book';
    text-transform: uppercase;
}

#documentation-submit,
form button {
    background-color: #42311a;
    border: 1px solid #42311a;
    cursor: pointer;
    color: #ffffff;
    font-family: 'avenir-black';
    font-size: 1.3rem;
    text-transform: uppercase;
    padding: 8px 12px;
}

#documentation-submit:hover,
form button:hover {
    opacity: 0.8;
}

.privacity input[type='checkbox'] {
    width: 100% !important;
    height: 100%;
    top: 0;
    left: 0;
}

.error-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 150px;
}

.error-modal p {
    font-size: 1.5rem;
}
/* END CONTENT */


/* LOADING */
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 150;
    top: 0;
    background-color: #8b7b6a;
}

#loading.hide {
    display: none;
}

#loading img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* END LOADING */


/* HEADER */
header {
    z-index: 110;
    top: 0;
    width: 100%;
    height: 166px;
    position: fixed;
    background-color: #fbf9f8;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

header .logo {
    padding: 1rem 0;
}

header .logo img {
    width: 140px;
}

header .open,
header .close {
    position: absolute;
    right: 6rem;
    cursor: pointer;
}

header .open,
header .close {
    top: 3.5rem;
}

header .open img {
    width: 60px;
}

header .close img {
    width: 50px;
}

header .open img:hover,
header .close img:hover,
header .itens img:hover {
    opacity: 0.8;
}

header .navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none;
}

header .pages {
    width: 40rem;
    height: 100vh;
    background-color: #e9e3da;
    position: absolute;
    right: 0;
}

header .itens {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 6rem;
    text-align: right;
}

header .itens ul li {
    list-style: none;
    display: block;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 1.5rem 0;
}

header .itens ul li a {
    color: #8b7b6a;
    font-family: 'intro-book';
}

header .itens ul li a.active {
    font-family: 'intro-black';
}

header .itens img {
    width: 38px;
    padding-left: 7px;
}

#lines {
    width: 3rem;
    height: 3px;
    background-color: #8b7b6a;
    color: #8b7b6a;
    opacity: 0;
    position: absolute;
    right: 0;
}

#lines.active {
    opacity: 1;
}
/* END HEADER */


/* FOOTER */
footer {
    margin-top: 4rem;
    background-color: #8b7b6a;
}

footer .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2rem 0;
}

footer .logotipo {
    margin-right: auto;
}

footer .logotipo img {
    width: 320px;
}

footer .autor {
    text-align: right;
}

footer .autor img {
    width: 38px;
    padding-left: 7px;
}

footer .autor img:hover {
    opacity: 0.8;
}

footer p,
footer a {
    color: #ffffff;
}

footer p {
    font-family: 'avenir-book';
    font-size: 1.2rem;
    padding-top: 1rem;
}

footer .privacy {
    color: #ffffff;
    font-family: 'avenir-book';
    font-size: 1.3rem;
}
/* END FOOTER */


/* POLITICA DE PRIVACIDADE */
#policy {    
    background-color: transparent;    
}

#policy h1 {
    font-family: 'intro-black';
    font-size: 2rem;
    color: #8b7b6a;
    padding-top: 4rem;
    padding-bottom: 3rem;
    text-transform: uppercase;
    padding-right: 3rem;
}

#policy h2 {
    font-family: 'avenir-black';
    font-size: 1.5rem;
    color: #42311a;
    padding-top: 5rem;
}

#policy a {
    color: #42311a;
}
/* END POLITICA DE PRIVACIDADE */


/* EMPRESA */
/* #empresa .begin {
    padding-bottom: 8rem;
} */

#empresa .icons {
    padding: 5rem 0; 
    text-align: center;
    -webkit-animation: unset;
    animation: unset;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 7rem;
}

#empresa .icons > div {
    width: 33.333%;
}

#empresa .icons > div:nth-child(1) img {
    width: 120px;
    margin-bottom: 2rem;
}

#empresa .icons > div:nth-child(2) img {
    width: 200px;
    margin-top: -2rem;
}

#empresa .icons > div:nth-child(3) img {
    width: 140px;
    margin-top: 3rem;
}

#empresa .icons h2,
#empresa .icons h3 {
    color: #42311a;
}

#empresa .icons > div:nth-child(3) h2,
#empresa .icons > div:nth-child(3) h3 {
    padding-right: 1.5rem;
}

#empresa .icons h2 {
    font-family: 'avenir-black';
    font-size: 1.6rem;
}

#empresa .icons > div:nth-child(2) h2 {
    margin-top: -1rem;
}

#empresa .icons > div:nth-child(3) h2 {
    margin-top: 1.8rem;
}

#empresa .icons h3 {
    color: #42311a;
    font-family: 'avenir-book';
    font-size: 1.4rem;
}

#empresa .certification {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 3rem;
}

#empresa .certification > div {
    padding: 3rem;
}

#empresa .images > img {
    width: 33.333%;
}

#empresa .certification img {
    width: 180px;
}

#empresa .wrapper {
    padding-top: 8rem;
}

#empresa .equipa .padding {
    padding-top: 5rem;
}

#empresa .equipa .topics > div {
    padding: 1rem 0;
}

#empresa .equipa .topics {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

#empresa .equipa .topics p {
    font-family: 'intro-bold' !important;
    color: #8b7b6a !important;
    font-size: 1.2rem !important;
    text-transform: uppercase;
    text-align: center;
} 

#empresa .equipa .row {
    padding: 2rem 0;
}

#empresa .equipa .grey {
    background-color: #fbfaf8;
    margin: 6rem 0;
    padding: 4rem 0;
}

#empresa .equipa .pair {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2rem 0;
}

#empresa .equipa .pair .bio {
    padding: 1rem 0 0 5rem;
}

#empresa .bio h3 {
    font-family: 'avenir-book';
    font-size: 1.8rem;
    color: #42311a;
    padding-bottom: 2rem;
}

#empresa .picture img {    
    border-radius: 2.5rem;
    border: 0.3rem solid #8b7b6a;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
}    

/*#empresa .equipa .pair .picture span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.4rem solid transparent;
    border-radius: 1rem;
}

#empresa .equipa .pair .picture .description {
    background-color: rgba(139, 123, 106, 0);
}

#empresa .equipa .pair .picture p {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    opacity: 0;    
    padding-top: 1rem;
}

#empresa .equipa .pair .picture p:first-child {    
    font-size: 1.4rem !important;
    font-family: 'intro-bold' !important;
    padding-top: 3rem;
}*/

/*#empresa .equipa .pair .picture p:last-child {
    font-size: 1.25rem !important;
    font-family: 'intro-book' !important;
    font-weight: bold;
    padding: 0;
}*/

#empresa .equipa .pair .bio a {
    font-family: 'avenir-black';
    color: #42311a;
    text-decoration: underline;
}

#empresa .grow-gain {
    font-size: 3.4rem;
    text-align: center;
    padding: 5rem;
    font-family: 'intro-black';
    font-style: italic;
    font-weight: bolder;
}
/* END EMPRESA */


/* EMPRESA, PARCEIROS, SERVICOS E PROJETOS */
.wrapper .image {
    padding: 6rem 0;
}

.wrapper .nav {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wrapper h2 {
    font-family: 'intro-book';
    color: #8b7b6a;
    font-size: 1.5rem;
    text-transform: uppercase;
    opacity: 0.6;
    cursor: pointer;
    padding-bottom: 5px;
}

.wrapper h2:hover,
.wrapper h2.active {
    font-family: 'intro-bold';
    opacity: 1;
}

.no-container {
    background: #8b7b6a;
    color: #fff;
    display: flex;
}

.wrapper .line {
    width: 5rem;
    height: 2px;
    background-color: #8b7b6a;
    color: #8b7b6a;
    text-align: center;
    opacity: 0;
    margin: auto;
}

.wrapper .line.visible {
    opacity: 1;
}

.wrapper .content {
    display: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.wrapper .logos {
    padding: 4rem;
}

.wrapper .prev,
.wrapper .next {
    top: 35%;
}

.wrapper .prev {
    left: -3rem !important;
}

.wrapper .next {
    right: -3rem !important;
}
/* END PARCEIROS, SERVICOS E PROJETOS */


/* PROJETOS */
#projetos .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1rem;
}

#projetos .left {
    width: 35%;
}

#projetos .right {
    width: 65%;
}

#projetos .left h3,
#projetos .right h3 {
    font-family: 'intro-bold';
    color: #8b7b6a;
}

#projetos .left h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
}

#projetos .right h3 {
    font-size: 2.4rem;
}

#projetos .name {
    padding: 2rem 0;
    border-top: 1px solid #8b7b6a;
}

#projetos h4 {
    font-family: 'avenir-black';
    font-size: 1.5rem;
    color: #42311a;
    text-transform: uppercase;
    padding-right: 3rem;
}

#projetos .datasheet {
    padding: 4rem 0;
}

#projetos .datasheet a {
    background-color: #8b7b6a;
    color: #ffffff;
    font-family: 'intro-black';
    font-size: 1.2rem;
    padding: 1rem;
    text-transform: uppercase;
}

#projetos .datasheet a:hover {
    opacity: 0.8;
}

#projetos p span {
    font-family: 'avenir-black';
}
/* END PROJETOS */


/* DOCUMENTACAO */
#documentacao h2,
.others h3 {
    font-family: 'intro-bold';
    text-transform: uppercase;
    text-align: center;
}

#documentacao h2 {
    color: #8b7b6a;
    font-size: 1.6rem;
    padding-top: 8rem;
    padding-bottom: 4rem;
}

#documentacao .details {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    padding: 0 1.5rem;
    text-align: center;    
    bottom: 0;
    cursor: pointer;
}

#documentacao .details.height {
    height: 100%;
    padding: 2rem 0;
}

#documentacao .details h3,
#documentacao .details h4,
#documentacao .details p {
    color: #ffffff;
    font-size: 1.3rem;
    line-height: 1.8;
    margin: auto;
    text-transform: uppercase;
}

#documentacao .details h3,
#documentacao .details h4,
#documentacao .details h5 {
    font-family: 'intro-bold';
}

#documentacao .details p {
    font-family: 'intro-book';
    padding-top: 10%;
    width: 80%;
}

#documentacao .details h5 {
    color: #ffffff;
    font-size: 1.8rem;
    font-size: 3.2rem;
}

#documentacao .invisible {
    display: none;
}

#documentacao .invisible.visible {
    display: block;
}

#documentacao .prev,
#documentacao .next {
    top: 50%;
}

#documentacao .prev {
    left: -3rem !important;
}

#documentacao .next {
    right: -3rem !important;
}

.others > div {
    width: 33.333%;
    padding-bottom: 3rem;
}

.others > div:nth-child(1),
.others > div:nth-child(4),
.others > div:nth-child(7) {
    padding-right: 2rem;
}

.others > div:nth-child(2),
.others > div:nth-child(5),
.others > div:nth-child(8) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.others > div:nth-child(3),
.others > div:nth-child(6),
.others > div:nth-child(9) {
    padding-left: 2rem;
}

.others h3 {
    font-size: 1.3rem;
    color: #ffffff;
    background-color: #8b7b6a;
    height: 110px;
    padding: 24px 0;
}

.others .simple h3 {
    padding: 40px 0;
}

.others .download a > div {
    padding: 12px 0;
    text-align: center;
}

#documentacao .others .download a > div {
    background-color: #e9e3da;
}

.extra,
.other {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.extra a,
.other a {
    padding: 0 1rem;
}

.extra {
    background-color: #e9e3da;
}

.other {
    background-color: #ffffff;
}

.others .download img {
    width: 35px;
}

.others .download img:hover {
    opacity: 0.8;
}

#documentacao .form,
#documentacao .register {
    padding: 10px;
    background-color: #e9e3da;
}

#documentacao .form p,
#documentacao .user p,
#documentacao .register p {
    font-size: 1.3rem;
}

#documentacao .form p {
    padding-bottom: 10px;
}

#documentacao form input {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #42311a;
    font-family: 'avenir-book';
    font-size: 1.3rem;
    padding: 5px 10px;
    margin-bottom: 10px;
    width: 100%;
}

#documentacao form .btn {
    padding: 15px 0;
    text-align: center;
}

#documentacao .user {
    background-color: #efece8;
}

#documentacao .user p {
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

#documentacao .user p span {
    font-family: 'avenir-black';
    cursor: pointer;
}

#documentacao .register {
    display: none;
}

#documentacao .client p span {
    font-size: 1.6rem;
    cursor: pointer;
}

#confidential {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1000;
    top: 0;
    display: none;
}

#confidential .inside {
    width: 98rem;
    background-color: #e9e3da;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
}

#confidential .close {
    top: 2rem;
    right: 2rem;
    text-align: right;
}

#confidential .documents {
    padding: 6.5rem 5rem 3.5rem 5rem;
}

#confidential .others .download a > div {
    background-color: #ffffff;
}

#news {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 1000;
    top: 0;
}

#news .inside {
    width: 98rem;
    height: 70vh;
    background-color: #e9e3da;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: scroll;
}

#news .close {
    top: 2rem;
    right: 2rem;
    text-align: right;
}

#news .window {
    padding: 3rem 12rem;
}

#news .prev,
#news .next {
    top: 85%;
}

#news .prev {
    left: -9rem !important;
}

#news .next {
    right: -9rem !important;
}

#news h3,
#news h4,
#news p {
    color: #42311a;
    font-size: 1.3rem;
}

#news h3,
#news h4 {
    font-family: 'intro-bold';
    text-transform: uppercase;
}

#news h3,
#news h4 {
    padding-top: 3rem;
}

#news p {
    font-family: 'intro-book';
    padding-top: 2rem;
}

#news a {
    color: #8b7b6a;
}

.acolor p a{
    color: #fff;
}

/* END DOCUMENTACAO */


/* RECRUTAMENTO */
#recrutamento form {
    padding-top: 4rem;
}

#recrutamento form label,
#recrutamento form input,
#recrutamento form textarea,
#recrutamento form select {
    color: #42311a;
    font-family: 'avenir-book';
    font-size: 1.3rem;
}

#recrutamento form input,
#recrutamento form textarea,
#recrutamento form select {
    background-color: #e9e3da;
    border: 1px solid #e9e3da;
    width: 100%;
    padding: 7px;
}

#recrutamento form input,
#recrutamento form textarea {
    margin-bottom: 2rem;
}

#recrutamento form textarea {
    height: 150px;
}

#recrutamento form .btn {
    padding-top: 3rem;
}

#recrutamento .boxes-one {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
}

#recrutamento .boxes-one label {
    padding-left: 7px;
    padding-right: 20px;
}

#recrutamento .boxes-four > div:nth-child(1),
#recrutamento .boxes-four > div:nth-child(2),
#recrutamento .boxes-four > div:nth-child(3) {
    width: 22%;
}

#recrutamento .boxes-four > div:nth-child(1) {
    padding-right: 1rem;
}

#recrutamento .boxes-four > div:nth-child(2),
#recrutamento .boxes-four > div:nth-child(3) {
    padding-left: 1rem;
    padding-right: 1rem;
}

#recrutamento .boxes-four > div:nth-child(4) {
    padding-left: 1rem;
    width: 34%;
}

#recrutamento .boxes-two > div {
    margin-bottom: 2rem;
}

#recrutamento .boxes-two > div:nth-child(1) {
    padding-right: 1rem; 
    width: 70%;
    margin-right: auto;
}

#recrutamento .upload {
    position: relative;
}

#recrutamento .upload > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#recrutamento .cv-box {
    width: 100%;
    border: 1px solid transparent;
    height: 45px;
    margin-right: 0.5rem;
}

#recrutamento .cv-btn button {
    background-color: #e9e3da;
    border: 1px solid #e9e3da;
    height: 45px;
    cursor: pointer;
    color: #42311a;
    font-family: 'avenir-book' !important;
    font-size: 1.3rem !important;
    width: 12rem;
    padding: 0 !important;
}

#recrutamento .upload [type='file'] {
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    top: 0;
}

#recrutamento .file-name {
    top: 80%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    color: #42311a;
    font-family: 'avenir-book' !important;
    font-size: 1.3rem !important;  
}

#recrutamento .boxes-three {
    margin-bottom: 2rem;
}

#recrutamento .boxes-three > div {
    width: 33.333%;
    margin-bottom: 2rem;
}

#recrutamento .boxes-three > div:nth-child(1) {
    padding-right: 3rem;
}

#recrutamento .boxes-three > div:nth-child(2) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#recrutamento .boxes-three > div:nth-child(3) {
    padding-left: 3rem;
}

#recrutamento .boxes-three select {
    margin-top: 1rem;
}

#recrutamento small {
    font-size: 1.3rem;
    font-family: 'avenir-book';
    color: #42311a;
}

#recrutamento .privacity {
    padding-top: 2rem;
}
/* END RECRUTAMENTO */


/* CONTACTOS */
#contactos .flex > div:first-child {
    width: 40%;
    padding-right: 8rem;
}

#contactos .flex > div:last-child {
    width: 60%;
}

#contactos h2,
#contactos a {
    color: #42311a;
}

#contactos h2 {
    font-family: 'avenir-black';
    font-size: 1.5rem;
}

#contactos p {
    padding-bottom: 3rem;
}

#contactos form input,
#contactos form textarea {
    background-color: transparent;
    border: 1px solid transparent;
    color: #42311a;
    font-family: 'avenir-book';
    font-size: 1.3rem;
    margin-bottom: 2rem;
    width: 100%;
    border-bottom: 1px solid #8b7b6a;
    padding: 1rem 0;
}

#contactos form input:focus,
#contactos form textarea:focus {
    border: 1px solid #8b7b6a;
    padding: 1rem;
}

#contactos form .btn {
    padding-top: 1rem;
}

#contactos .newsletter {
    padding-top: 1.5rem;
}
/* END CONTACTOS */


/* POPUP FORM */
.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

.popup-form-content {
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    margin: auto;
    background-color: #ffffff;
}

.popup-form-close {
    padding-top: 2rem;
    padding-right: 2rem;
    text-align: right;    
}

.popup-form-close img {
    width: 2rem;
    cursor: pointer;
}    

.popup-form-text {
    padding: 8rem 4rem;    
}

.popup-form-text p {
    font-family: 'avenir-book';
    font-size: 1.6rem;
}

.popup-form-text a {
    font-family: 'intro-black';
    color: #8b7b6a;
}
/* END POPUP FORM */


/* MEDIA QUERIES */
@media (max-width: 1900px) {

    /* CONTENT */
    html {
        font-size: 10px;
    }

    .top {
        margin-top: 117px;
    }

    .arrow img {
        width: 12px !important;
    }

    #policy .close img,
    #confidential .close img,
    #news .close img {
        width: 25px;
    }
    /* END CONTENT */


    /* HEADER */
    header {
        height: 117px;
    }

    header .logo img {
        width: 100px;
    }

    header .open,
    header .close {
        top: 4rem;
    }

    header .open img {
        width: 35px;
    }

    header .close img {
        width: 30px;
    }

    header .itens img {
        width: 26px;
    }

    #lines {
        width: 3rem;
        height: 2px;
    }
    /* END HEADER */


    /* FOOTER */
    footer .autor img {
        width: 26px;
    }

    footer .logotipo img {
        width: 200px;
    }
    /* END FOOTER */


    /* EMPRESA */
    #empresa .icons > div:nth-child(1) img {
        width: 80px;
    }

    #empresa .icons > div:nth-child(2) img {
        width: 140px;
        margin-top: -3rem;
    }

    #empresa .icons > div:nth-child(3) img {
        width: 92px;
    }

    #empresa .certification img {
        width: 130px;
    }
    /* END EMPRESA */


    /* DOCUMENTACAO */
    .others h3 {
        height: 60px;
        padding: 12px 0;
    }

    .others .simple h3 {
        padding: 23px 0;
    }

    .others .download img {
        width: 20px;
    }
    /* END DOCUMENTACAO */


    /* RECRUTAMENTO */
    #recrutamento .cv-box,
    #recrutamento .cv-btn button {
        height: 32px;
    }

}


@media (max-width: 991px) {

    /* CONTENT */
    .container {
        width: 100%;
        padding: 0 2rem;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
    /* END CONTENT */


    /* HEADER */
    header .open,
    header .close,
    header .itens {
        right: 2rem;
    }    
    /* END HEADER */


    /* FOOTER */
    footer .container {
        padding: 2rem;
    }
    /* END FOOTER */


    /* POLITICA DE PRIVACIDADE */
    #policy h1 {
        padding-right: 8rem;
    }
    /* END POLITICA DE PRIVACIDADE */


    /* PARCEIROS, SERVICOS E PROJETOS */
    .wrapper .prev {
        left: -1rem !important;
    }

    .wrapper .next {
        right: -1rem !important;
    }

    .wrapper .line {
        width: 3rem;
        height: 2px;
    }
    /* END PARCEIROS, SERVICOS E PROJETOS */


    /* DOCUMENTACAO */
    #documentacao .details {
        height: 100% !important;
        padding: 2rem 0;
    }

    #documentacao .invisible {
        display: block !important;
    } 

    #documentacao .prev {
        left: -2rem !important;
    }

    #documentacao .next {
        right: -2rem !important;
    }

    #confidential .inside {
        width: 100%;
    }

    #confidential .documents {
        padding: 4.5rem 3rem 1.5rem 3rem;
        overflow-y: scroll;
        height: 100vh;
    }

    #news .inside {
        width: 100%;
        height: 100vh;
    }

    #news .window {
        padding: 5rem;
    }

    #news .prev {
        left: -3rem !important;
    }

    #news .next {
        right: -3rem !important;
    }

    .others h3 {
        font-size: 1.3rem;
        padding: 15px 0;
    }

    .others .simple h3 {
        padding: 26px 0;
    }
    /* END DOCUMENTACAO */


    /* RECRUTAMENTO */
    #recrutamento .boxes-four > div,
    #recrutamento .boxes-three > div {
        width: 50% !important;
    }

    #recrutamento .boxes-four > div:nth-child(1),
    #recrutamento .boxes-four > div:nth-child(3) {
        padding-left: 0;
        padding-right: 1rem;
    }

    #recrutamento .boxes-four > div:nth-child(2),
    #recrutamento .boxes-four > div:nth-child(4) {
        padding-left: 1rem;
        padding-right: 0;
    }

    #recrutamento .boxes-three > div:nth-child(1),
    #recrutamento .boxes-three > div:nth-child(3) {
        padding-left: 0;
        padding-right: 2rem;
    }

    #recrutamento .boxes-three > div:nth-child(2) {
        padding-left: 2rem;
        padding-right: 0;
    }
    /* END RECRUTAMENTO */

}


@media (max-width: 767px) {

    /* HEADER */
    header .itens {
        top: 30rem;
    }
    /* END HEADER */


    /* PARCEIROS, SERVICOS E PROJETOS */
    .wrapper .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
  }

    .wrapper .nav h2 {
        text-align: center;
    }

    .wrapper .item {
        padding-bottom: 2rem;
    }
    /* END PARCEIROS, SERVICOS E PROJETOS */


    /* EMPRESA */
    #empresa .equipa .topics > div {
        width: 33.333%;
    }

    #empresa .equipa .topics {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }

    #empresa .equipa .pair {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    #empresa .equipa .pair .bio {
        padding: 3rem 0 0 0;
    }

    #empresa .equipa .pair .picture .description {
        background-color: rgba(139, 123, 106, 0.9) !important;
    }

    #empresa .equipa .pair .picture p {
        opacity: 1 !important;
    }
    /* END EMPRESA */


    /* PROJETOS */
    #projetos .left,
    #projetos .right {
        width: 100%;
    }
    /* END PROJETOS */


    /* DOCUMENTACAO */
    .others {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .others > div {
        width: 28rem;
    }

    .others > div:nth-child(1),
    .others > div:nth-child(3),
    .others > div:nth-child(5),
    .others > div:nth-child(7),
    .others > div:nth-child(9) {
        padding-right: 1.5rem;
        padding-left: 0;
    }

    .others > div:nth-child(2),
    .others > div:nth-child(4),
    .others > div:nth-child(6),
    .others > div:nth-child(8) {
        padding-left: 1.5rem;
        padding-right: 0;
    }
    /* END DOCUMENTACAO */


    /* RECRUTAMENTO */
    #recrutamento .boxes-two > div:nth-child(1) {
        width: 100%;
        margin-bottom: 0;
    }

    #recrutamento .file-name {    
        left: 13rem;    
        width: 100%;
    }
    /* END RECRUTAMENTO */


    /* CONTACTOS */
    #contactos .flex > div {
        width: 100% !important;
    }

    #contactos .flex > div:first-child {
        padding-right: 0;
    }

    #contactos form input,
    #contactos form textarea {
        width: 40rem;
    }

    #contactos .newsletter {
        padding-bottom: 5rem;
    }
    /* END CONTACTOS */


    /* POPUP FORM */
    .popup-form-content {
        width: 90%;
    }

}


@media (max-width: 575px) {

    /* CONTENT */
    .top {
        margin-top: 98px;
    }
    /* END CONTENT */


    /* HEADER */
    header {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        height: 98px;
    }

    header .logo {
        padding-left: 2rem;
    }

    header .logo img {
        width: 80px;
    }

    header .open,
    header .close {
        top: 3rem;
    }

    header .open img {
        width: 35px;
    }

    header .close img {
        width: 30px;
    }

    header .pages {
        width: 24rem;
    }

    header .itens ul li {
        padding: 1rem 0;
    }
    /* END HEADER */


    /* FOOTER */
    footer .logotipo img {
        width: 170px;
    }
    /* END FOOTER */


    /* HOME */
    #home {
        height: calc(100vh - 98px);
    }
    /* HOME */


    /* EMPRESA */
    #empresa .icons > div {
        width: 100%;
        padding: 2rem 0;
    }

    #empresa .images > img {
        width: 100%;
    }

    #empresa .equipa .topics > div {
        width: 50%;
    }
    /* EMD EMPRESA */


    /* DOCUMENTACAO */
    .others > div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* END DOCUMENTACAO */


    /* RECRUTAMENTO */
    #recrutamento .boxes-four > div,
    #recrutamento .boxes-three > div {
        width: 100% !important;
        padding: 0 !important;
    }
    /* END RECRUTAMENTO */


    /* CONTACTOS */
    #contactos form input,
    #contactos form textarea {
        width: 100%;
    }
    /* END CONTACTOS */

}
/* END MEDIA QUERIES */

.flex-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.publi-target {
    width: 100%;
}

a.publi-target {
    width: 100%;
}