/*
Theme Name: Blisq
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V6.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
    --color-blue: #0073b3;
    color-scheme: light;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
table {
    font-size: 10px;
}
canvas{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    z-index: 1;
}

html {
    overflow-x: hidden;
}
html.overflow{
    overflow-y: hidden;
}

body {
    font-family: "Poppins";
    font-style: normal;
    counter-reset: section;
    overflow-x: hidden;
    position: relative;
}
body.privacy-policy{
    overflow-x: unset;
}

h2 {
    font-weight: 600;
    font-size: 14px;
    line-height: 117%;
    color: var(--color-blue);
    text-transform: uppercase;
}

p {
    font-weight: 300;
    font-size: 14px;
    line-height: 194%;
    color: #1e1e1e;
}

a {
    text-decoration: none;
    color: inherit;
}

/*
Owl
*/

.owl-item:nth-child(even) {
    margin-top: 35px;
}
.owl-item:nth-child(3n+2) {
    margin-top: 70px;
}

.owl-carousel .owl-item img {
    height: auto;
}

/*
Frontpage
*/

.front-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.front-hero::before,
.front-hero::after {
    content: '';
    right: 0;
    display: block;
    position: absolute;
}
.front-hero::before{
    height: 100%;
    width: 22%;
    background-color: #2F2F2F;
    z-index: 1;
    top: 0;
}
.front-hero::after{
    background-image: url(./assets/images/shapes/shape-front-hero-video.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 100%;
    width: 32%;
    z-index: 2;
    bottom: 0;
    right: 7%;
}

.front-hero-video{
    position: absolute;
    transform: scaleX(-1);
    width: 100%;
    height: 74vh;
    object-fit: cover;
}
.front-hero.error::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgb(30, 30, 30) 0%, rgba(30, 30, 30, 0) 100%);
    display: block;
}
.front-hero.error a{
    background-color: #0073b3;
}

.front-hero.error a::after {
    background-color: #1c1c1c;
}

.front-hero-video-container{
    width: 100%;
    position: relative;
}

.front-hero-video-container::before{
    content: '';
    background: linear-gradient(180deg, rgb(30, 30, 30) 0%, rgba(30, 30, 30, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 72vh;
    width: 100vw;
    display: block;
    z-index: 1;
}

.front-hero.error {
    background-image: url(./assets/images/bg/bg-404.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: unset;
    position: relative;
}
.front-hero-content{
    width: fit-content;
    position: relative;
}
.front-hero-content::before {
    content: '';
    background: rgba(24, 28, 39, 0.45);
    filter: blur(44.5px);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.front-hero h1 {
    font-weight: 600;
    font-size: 53px;
    line-height: 112.5%;
    color: #fff;
    text-shadow: 0px 0px 16px #000;
}

.front-hero-container {
    max-width: 1595px;
    min-height: 75vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.front-hero p {
    font-weight: 275;
    font-size: 19px;
    line-height: 145.5%;
    color: #fff;
    text-shadow: 0px 0px 24px #000;
    margin: 13px 0 17px 0;
}

.front-hero h1,
.front-hero p {
    max-width: 657px;
}

.front-hero a {
    font-weight: 400;
    font-size: 17px;
    line-height: 117%;
    color: #fff;
    border-radius: 5px;
    padding-left: 24px;
    display: flex;
    width: fit-content;
    margin-top: 25px;
    align-items: center;
    background: linear-gradient(90deg, rgba(0,115,179,1) 0%, rgba(0,115,179,1) 135px, rgba(255,255,255,0) 135px, rgba(255,255,255,0) 100%);
}

.front-hero a::after{
    content: "";
    width: 85px;
    background-color: transparent;
    padding: 26px 0;
    margin-left: 24px;
    background-image: url(./assets/images/icons/icon-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
    transition: all 0.2s;
    border: 1px solid #fff;
    border-left: none;
    z-index: -1;
    border-radius: 0 5px 5px 0;
}
.front-hero a:hover::after {
    background-position:  65% 50%;
}

.front-service {
    max-width: 1595px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 60px;
    margin-top: -75px;
    position: relative;
    z-index: 2;
}

.front-service-content {
    background-color: #efefef;
    padding: 42px 75px 75px 38px;
    border-radius: 5px;
    transition: all 0.2s;
    position: relative;
    overflow: hidden;
}

.front-service-content:hover {
    background-color: #0073b3;
    scale: 1.1;
    z-index: 1;
}

.front-service-content h3 {
    font-weight: 500;
    font-size: 30px;
    line-height: 117%;
    color: #c4c4c4;
    margin-bottom: 6px;
    position: relative;
}

.front-service-content:hover p,
.front-service-content:hover h3::before,
.front-service-content:hover h3 {
    color: #fff;
}

.front-service-content h3::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero) ". ";
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    display: block;
    margin-bottom: 40px;
}

.front-service-content:hover h3::after{
    opacity: 1;
}
.front-service-content h3::after {
    content: attr(data-title);
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: #003B5B;
    position: absolute;
    top: 0;
    left: 22px;
    opacity: 0;
    transition: all .5s;
}


.front-service-content span {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: #fff;
    display: block;
    position: absolute;
    bottom: -25px;
    transition: all 0.5s;
    padding-bottom: 3px;
    border-bottom: 1px solid #003b5b;
}

.front-service-content:hover span {
    bottom: 30px;
}

.front-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
}

.front-aboutus-2-grid {
    display: grid;
    grid-template-columns: 50% 1fr;
    column-gap: 5%;
}

.front-aboutus-container {
    max-width: 1190px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: min-content 500px;
    column-gap: 15%;
    margin-top: 100px;
}

.front-aboutus-black {
    background-color: #2f2f2f;
    padding: 80px 95px 80px 160px;
    position: relative;
    margin-left: -150px;
    z-index: 2;
}

.front-aboutus-black::before,
.front-aboutus-black::after {
    content: "";
    background-image: url(./assets/images/shapes/aspas.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 115px;
    height: 65px;
    bottom: -30px;
    right: 60px;
    position: absolute;
}

.front-aboutus-black::before {
    bottom: auto;
    right: auto;
    left: 60px;
    top: -30px;
    animation: alternate infinite marks-animate-top 2s;
}
.icon-value-1,.icon-value-2, .icon-value-3 {
    position: relative;
}
.icon-value-1.animate::after{
    opacity: 1;
}
.icon-value-1::after{
    content: '';
    position: absolute;
    background-image: url(./assets/images/icons/icon-solucoes-after.svg);
    height: 18px;
    width: 14px;
    top: 40%;
    left: 52%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
}

.icon-value-2::after{
    content: '';
    position: absolute;
    background-image: url(./assets/images/icons/icon-excelencia-after.svg);
    height: 29px;
    width: 29px;
    top: 19%;
    left: 52%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s;
}
.icon-value-2.animate::after{
    left: 42%;
}

.icon-value-3::after{
    content: '';
    position: absolute;
    height: 22px;
    width: 2px;
    top: 50%;
    left: 49%;
    transition: all 1s;
    background-color: #000;
    rotate: 20deg;
    transform-origin: bottom;
    transition: all .2s;
}
.icon-value-3.animate::after{
    rotate: 69deg;
}

.front-aboutus-text {
    align-self: center;
    margin-top: -25px;
}

.front-aboutus-black h2 {
    color: #a7a7a7;
}

.front-aboutus-black p {
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #fff;
    margin-top: 10px;
}

.front-aboutus-2 {
    background-color: #efefef;
    padding-bottom: 60px;
    padding-top: 120px;
}

.front-aboutus-2-container {
    max-width: 1190px;
    margin: 0 auto;
}

.front-aboutus-2 figure {
    position: relative;
    margin-top: -145px;
}

.front-aboutus-2 figure::after {
    content: "";
    position: absolute;
    top: -75px;
    right: -75px;
    background-image: url(./assets/images/shapes/shape-front-sobrenos.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 535px;
    width: 450px;
    transition: all 0.5s;
}

.front-aboutus-2 figure.move::after {
    right: -85px;
}

.front-recruitment {
    background-color: #212121;
    padding-top: 185px;
    margin-bottom: -110px;
}

.front-recruitment-container {
    max-width: 1130px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.front-aboutus-2-container p,
.front-recruitment-container p {
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #fff;
    max-width: 100%;
    margin-top: 10px;
}

.front-recruitment-container p:nth-child(3) {
    margin-top: 0;
}

.front-aboutus-2-container p {
    color: #1e1e1e;
}

.front-aboutus-2-container a,
.front-recruitment-container a {
    font-weight: 400;
    font-size: 17px;
    line-height: 117%;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding-left: 24px;
    display: flex;
    width: fit-content;
    margin-top: 25px;
    align-items: center;
    transition: all .2s;
}
.front-aboutus-2-container a:hover{
    background-color: #1e1e1e;
    color: #fff;
}

.front-recruitment-container a:hover{
    background-color: #fff;
    color: #1e1e1e;
}

.front-recruitment-container a:hover::after{
    background-color: #1e1e1e;
    background-image: url(./assets/images/icons/icon-arrow-white.svg);
}


.front-aboutus-2-container a:hover::after{
    background-color: #efefef;
    background-image: url(./assets/images/icons/icon-arrow.svg);
}

.front-aboutus-2-container a {
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
}

.front-aboutus-2-container a::after,
.front-recruitment-container a::after {
    content: "";
    width: 85px;
    background-color: #fff;
    padding: 26px 0;
    margin-left: 24px;
    background-image: url(./assets/images/icons/icon-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
    transition: all 0.2s;
}

.front-recruitment-container a:hover::after,
.front-aboutus-2-container a:hover::after {
    background-position: 65% 50%;
}

.front-aboutus-2-container a::after {
    background-color: #1e1e1e;
    background-image: url(./assets/images/icons/icon-arrow-white.svg);
}

.front-recruitment-left {
    margin-bottom: 140px;
}

_::-webkit-full-page-media, _:future, :root 
.front-recruitment figure {
    bottom: -46px;
}
.front-recruitment figure {
    position: relative;
    left: 80px;
    bottom: 0;
}
_::-webkit-full-page-media, _:future, :root  .front-recruitment figure::after{
    bottom: 0;
} 
.front-recruitment figure::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background-image: url(./assets/images/shapes/img-recrutamento.webp);
    background-repeat: no-repeat;
    display: block;
    height: 500px;
    width: 435px;
    transition: all 1s;
}

.front-recruitment figure.move::after {
    left: 55%;
}

.front-aboutus-left {
    align-self: flex-end;
    margin-bottom: 100px;
}

.front-projects {
    text-align: center;
    padding: 110px 0 165px 0;
    position: relative;
}

.front-projects::after {
    content: "";
    display: block;
    background-color: #1789c9;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 60vh;
}

.front-projects span {
    font-size: 46px;
    line-height: 117%;
    color: #1e1e1e;
    margin-bottom: 65px;
    display: block;
}

/*
Header
*/

header {
    background-color: #1e1e1e;
    z-index: 4;
    position: relative;
    transition: all .5s;
    top: 0;
    left: 0;
}

/* .fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    transform: translateZ(0);
    transition: all 1s;
    
}
.archive-gallery header.fixed,
.home header.fixed{
    background-color: #1e1e1e;
    z-index: 4;
    position: relative;
    transition: all 1s;
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    width: 100%;
    transform: translateZ(0);
}
@keyframes smoothScroll {
    0% {
        top: -30vh;
    }
    100% {
        top: 0;
    }
} */

.header-mobile{
    display: none;
}
.archive header,
.home header {
    background-color: transparent;
    width: 100%;
    position: absolute;
    z-index: 3;
}

.header-container {
    max-width: 1595px;
    margin: 0 auto;
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
}

.nav-left {
    display: flex;
    align-items: center;
    gap:30px;
}

.nav-right {
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-right .languages a:first-child {
    margin-right: 15px;
}

.nav-right .languages a{
    position: relative;
}

html:lang(en-US) .nav-right .languages a:last-child::after,
.nav-right .languages a:first-child::after {
    content: ".";
    color: #1789c9;
    font-size: 45px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 1s;
}

html:lang(en-US) .nav-right .languages a:first-child::after {
    display: none;
}

.nav-right .recruiting {
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav-right .recruiting::after {
    content: "";
    background-image: url(./assets/images/icons/icon-group.svg);
    background-repeat: no-repeat;
    width: 26px;
    height: 18px;
    display: block;
}

.nav-right .button-contact {
    color: #2f2f2f;
    background-color: #efefef;
    border-radius: 5px;
    align-items: center;
    display: flex;
    padding-left: 18px;
    transition: all 0.2s;
    position: relative;
}

.nav-right .button-contact:hover {
    background-color: #1789c9;
    color: #fff;
}
.nav-right .button-contact::before{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 9px;
    left: 17px;
    border-radius: 5px;
    transition: all .2s;
}

.nav-right .button-contact:hover::before{
    width: 45%;
}

.nav-right .button-contact::after {
    content: "";
    background-image: url(./assets/images/icons/icon-tel-grey.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #1789c9;
    border-radius: 0px 5px 5px 0px;
    width: 35px;
    padding: 2px 8px;
    margin-left: 15px;
    height: 30px;
}

.nav-left>li {
    padding: 44px 0 54px 0;
    transition: all 0.2s;
}

.nav-right a,
.nav-left>li {
    font-weight: 300;
    font-size: 12px;
    line-height: 117%;
    color: #fff;
    text-shadow: 0px 0px 16px #000;
    position: relative;
}

.nav-left>li.menu-item-has-children {
   /* padding-left: 50px;
    padding-right: 50px;*/
    position: relative; 
}
.nav-left>li.menu-item-has-children::after{
    content: '';
    background-image: url(./assets/images/icons/icon-dropdown.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 6px;
    top: 46%;
    right: 22%;
    position: absolute;
    transform: translate(0, -50%);
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 90px;
}

.menu-item-has-children .sub-menu {
    position: absolute;
    background-color: #1c1c1c;
    padding: 30px 35px;
    left: 15px;
    opacity: 0;
    visibility: hidden;
    top: 50px;
    transition: all 0.2s;
    
}

.menu-item-has-children .sub-menu li:not(:last-child) {
    margin-bottom: 15px;
}
.nav-right .recruiting,
.nav-left>li>a{
    position: relative;
}

.nav-right .recruiting::before,
.nav-left >li >a::after{
    content:'';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #fff;
    display: block;
    bottom: -10px;
    transition: all .2s;
}
.page-template-page-recrutamento .recruiting::before,
.menu-item-has-children .sub-menu li:hover,
.nav-left>li.current-menu-ancestor > a::after,
.nav-left>li.current-menu-item>a::after,
.nav-left>li.current-menu-ancestor li.current-menu-item,
.nav-left>li.current-menu-ancestor li:hover,
.nav-right .recruiting:hover::before,
.nav-left>li:hover>a::after{
    width: 100%;
    color: #36a2e0;
}

/*
Footer
*/
.otgs-development-site-front-end{
    display: none !important;
}
footer {
    background-color: #212121;
    padding-top: 108px;
    z-index: 1;
    position: relative;
}

.menu-bottom-footer a,
footer h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 117%;
    text-transform: uppercase;
    color: #bababa;
    margin-bottom: 20px;
    white-space: nowrap;
    transition: all 0.2s;
}

.menu-bottom-footer a:hover,
footer h3 a:hover {
    color: #fff;
}
.footer-grid ul.menu-bottom-footer{
    gap: 20px;
}

footer span {
    font-weight: 600;
    font-size: 10px;
    line-height: 191.5%;
    color: #fff;
    position: relative;
}

footer p {
    color: #fff;
    font-size: 10px;
    margin-bottom: 15px;
    white-space: nowrap;
    position: relative;
}

.footer-container {
    max-width: 1600px;
    margin: 0 auto;
    border-top: 1px solid #d9d9d9;
    position: relative;
    padding-bottom: 80px;
}

.footer-container::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./assets/images/masks/mask-footer-magnectic.svg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 223px;
    width: 765px;
    display: block;
}

.footer-grid {
    padding-top: 60px;
    max-width: 1130px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 80px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-logo {
    margin-right: 50px;
}

.footer-blisq {
    position: absolute;
    right: 0;
}

.footer-grid ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-grid ul li {
    font-weight: 300;
    font-size: 10px;
    line-height: 117%;
    color: #8e8e8e;
    white-space: nowrap;
    transition: all 0.2s;
}

.footer-grid ul li:hover {
    color: #fff;
}

.footer-icon::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    left: -30px;
}

.footer-location::before {
    background-image: url(./assets/images/icons/icon-pin.svg);
    height: 19px;
    width: 14px;
}

.footer-email::before {
    background-image: url(./assets/images/icons/icon-email.svg);
    height: 17px;
    width: 17px;
}

.footer-tel:hover::before {
    animation: tilt 0.3s;
}

.footer-social-media{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: -30px;
    margin-top: 10px;
}

.footer-social-media .social-media{
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
}
.footer-social-media .social-media.facebook{
    background-image: url(./assets/images/icons/footer-icon-facebook.svg);
}

.footer-social-media .social-media.linkedin{
    background-image: url(./assets/images/icons/footer-icon-linkedin.svg);
}

.footer-email:hover,
.footer-location:hover,
.footer-location-text:hover,
.footer-tel a:hover{
    color: #5ac4ff;
}

@keyframes tilt {
    0% {
        rotate: 20deg;
    }

    50% {
        rotate: 0deg;
    }

    100% {
        rotate: 20deg;
    }
}

.footer-tel::before {
    background-image: url(./assets/images/icons/icon-tel.svg);
    height: 17px;
    width: 16px;
}

/*
Serviços
*/

.service {
    background: linear-gradient(90deg,
            rgba(230, 230, 230, 1) 0%,
            rgba(230, 230, 230, 1) 30%,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 1) 100%);
    padding: 110px 0;
}

.service-container {
    max-width: 1455px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: min-content 1fr;
    column-gap: 9%;
}

.service-container img {
    grid-row: 1 / 3;
}

.service-current h1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #1e1e1e;
    margin-bottom: 15px;
    position: relative;
}

.service-current h1::after {
    content: "";
    width: 44px;
    height: 9px;
    background-color: #1789c9;
    display: block;
    position: absolute;
    left: -70px;
    bottom: 10px;
    animation: blueBlock 1.5s;
}

@keyframes blueBlock {
    from{
        left: -40px;
    }
    to{
        left: -70px;
    }
}


.service-current {
    margin: 100px 0 0 115px;
    position: relative;
    max-width: 505px;
}

.service-current .service-text {
    position: relative;
    z-index: 1;
}

.service-others {
    margin-top: 75px;
}

.service-others-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 8px;
    margin-top: 10px;
}

.service-others h2 {
    text-transform: capitalize;
}

.service-link {
    display: block;
    padding: 20px 15px;
    position: relative;
}

.service-link::after{
    content: '';
    border-right: 1px solid #efefef;
    display: block;
    width: 100%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.service-link.active,
.service-link:hover {
    background-color: #efefef;
    border-radius: 5px;
}

.service-link.active,
.service-link:hover span {
    color: #1789c9;
}

.service-link h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 117%;
    color: #212121;
    margin-bottom: 30px;
}

.service-link span {
    font-weight: 400;
    font-size: 10px;
    line-height: 117%;
    color: #bebebe;
    border-bottom: 1px solid #003b5b;
}

.service-key {
    font-weight: 600;
    font-size: 270px;
    line-height: 112.5%;
    color: #f7f7f7;
    position: absolute;
    z-index: 0;
    top: -125px;
    left: -145px;
}

/*
Sobre Nós
*/

/* Sobre Nós - Hero */
.about-us-hero {
    min-height: 720px;
    position: relative;
}

.about-us-hero h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 152.5%;
    color: #1e1e1e;
    max-width: 395px;
    position: absolute;
    bottom: 10%;
    left: 42%;
    transform: translate(-50%, 0);
    opacity: 1;
    animation-name: opacity;
    animation-duration: 3s;
    z-index: 2;
    background-color: #fff;
    padding: 30px 50px 20px 30px;
}

@keyframes opacity {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.about-us-hero-1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.about-us-hero-1::before {
    content: "";
    width: 630px;
    height: 275px;
    display: block;
    background-color: #efefef;
    left: 0;
    position: absolute;
    top: -110px;
    z-index: -1;
    animation: toBottom 2s;
}

.about-us-hero-1::after {
    content: "";
    width: 120px;
    height: 120px;
    display: block;
    background-color: #1e1e1e;
    right: 100px;
    position: absolute;
    bottom: -110px;
    animation: toTop 1.5s;
}

@keyframes toBottom {
    from {
        top: -80vh;
    }

    to {
        top: -110px;
    }
}


@keyframes toTop {
    from {
        bottom: -250px;
    }

    to {
        bottom: -110px;
    }
}

.about-us-hero-2 {
    position: absolute;
    top: 0;
    left: 60%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.about-us-hero-3::before {
    content: "";
    width: 300px;
    height: 148px;
    display: block;
    background-color: #1789c9;
    left: -190px;
    position: absolute;
    top: 60px;
    animation: toLeft 2s;
}

.about-us-hero-3 {
    position: absolute;
    bottom: -3px;
    right: 0;
}

@keyframes toLeft {
    from {
        left: 50%;
    }

    to {
        left: -190px;
    }
}

/* Sobre Nós - Projetos */
.about-us-projects {
    display: flex;
    justify-content: flex-end;
}

.about-us-projects-container {
    display: flex;
    max-width: 1750px;
    padding: 124px 0 144px 155px;
    background-color: #efefef;
    width: 100%;
    gap: 140px;
    z-index: 1;
}

.about-us-projects-title p{
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #1e1e1e;
    max-width: 500px;
}

.about-us-projects-text {
    max-width: 500px;
}

/* Sobre Nós - Valores */
.about-us-values-container {
    max-width: 1226px;
    margin: 0 auto;
    padding: 140px 0 109px 0;
    margin-top: -200px;
    z-index: 2;
    position: relative;
}

.about-us-values-container.front {
    margin-top: 0;
}

.about-us-values-container h2 {
    text-align: center;
}

.about-us-values-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 42px;
    position: relative;
}

.front .about-us-values-grid::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(./assets/images/masks/mask-valores.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 1000px;
    height: 380px;
    z-index: -1;
    transform: translate(-50%, -28%);
}

.about-us-values-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.about-us-values-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 117%;
    color: #2f2f2f;
    max-width: 240px;
    text-align: center;
}

.about-us-values-content a {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    color: #2f2f2f;
    padding-bottom: 3px;
    border-bottom: 1px solid #1789c9;
    margin-top: 10px;
    transition: all .2s;
}
.about-us-values-content a:hover{
    color: #1789c9;
}

/* Sobre Nós - Blocos */

.about-us-block-2 {
    max-width: 1450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.about-us-block-2 figure {
    position: relative;
}

.about-us-block-2 figure::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 300px;
    height: 100px;
    background-color: #efefef;
    transform: translate(0, 100%);
    z-index: -1;
}

.about-us-block-3 {
    max-width: 1190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
    margin: 0 auto;
}
.about-us-block-3 figure {
    position: relative;
    bottom: -60px;
    background-color: #1789C9;
    height: 484px;
    z-index: 1;
}

/* 
.about-us-block-3 img {
    position: relative;
    bottom: -60px;
} */

.about-us-block-2 p::before {
    content: "";
    background-image: url(./assets/images/masks/mask-europe.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 450px;
    height: 365px;
    display: block;
    position: absolute;
    top: -50%;
    right: -200px;
    z-index: -1;
}

.about-us-block-text {
    max-width: 500px;
    position: relative;
    margin-top: 60px;
}

.about-us-block-text strong {
    font-weight: 700;
}

/* Sobre Nós - Know How */

.about-us-know-how {
    background-image: url(./assets/images/bg/bg-know-how.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 155px;
    position: relative;
    padding-bottom: 80px;
}
_::-webkit-full-page-media, _:future, :root .about-us-know-how {
    padding-bottom: 120px;
}

.about-us-know-how p {
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #fff;
    max-width: 1190px;
    margin: 0 auto;
    padding-right: 160px;
}

.about-us-know-how p strong {
    color: #1789c9;
}

/*
Galeria
*/

.archive-gallery{
    position: relative;
    background-color: #292929;
}

.archive-gallery h1{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 80px;
    line-height: 117%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    max-width: 870px;
    z-index: 1;
    opacity: 1;
    transition: all .5s;
}

.archive-gallery h1.opacity{
    opacity: 0;
}

.archive-gallery h1::before{
    content: '';
    height: 500px;
    display: block;
    width: 100%;
    background: rgba(35, 35, 35, 0.6);
    filter: blur(44.5px);
    position: absolute;
    z-index: -1;
}

.gallery{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    height: 100%;
}

.gallery figure:nth-child(even){
    margin: 75px 0;
}

.gallery figure{
    position: relative;
    width: 20%;
    height: auto;
    transition: all .2s;
}
.gallery figure img{
    width: 100%;
    height: auto;
    
}
.gallery figure:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1E1E1E 0%, rgba(30, 30, 30, 0) 100%);
}
/*
Contactos
*/
.contacts{
    background-color: #212121;
    padding-top: 125px;
}
.contacts h1{
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #FFF;
    margin-bottom: 25px;
}

.contacts-container{
    max-width: 1130px;
    margin: 0 auto;
    padding-bottom: 125px;
}

.contacts a,
.contacts span,
.contacts p{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 194%;
    color: #FFF;
    transition: all .2s;
    column-gap: 10px;
}
.contacts-local a:hover span,
.contacts a:hover{
    color: #1789c9;
}

.contacts-grid{
    display: flex;
    gap: 35px;
    align-items: flex-start;
    flex-direction: column;
}
.contacts-grids{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

form#contacto{
    width: 50%;
}
.contacts-tel,
.contacts-local,
.contacts-mail{
    display: flex;
    align-items: flex-start;
}

.contacts-local{
    gap: 25px;
}
.contacts-local > a{
    display: flex;
    flex-direction: column;
}

.contacts-mail figure,
.contacts-tel figure,
.contacts-local figure{
    position: relative;
    z-index: 1;
    transition: all .2s;
}

.contacts-tel figure::before{
    content: '';
    position: absolute;
    top: 17px;
    left: 45px;
    height: 16px;
    width: 16px;
    background-image: url(./assets/images/icons/icon-TELEFONE_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
}
.contacts-tel figure::after{
    content: '';
    position: absolute;
    top: 5px;
    left: 45px;
    height: 27px;
    width: 27px;
    background-image: url(./assets/images/icons/icon-TELEFONE_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all .2s;
}

.contacts-tel:hover figure{
    rotate: -10deg;
}

.contacts-tel:hover figure::before{
    top: 14px;
    left: 48px;
}
.contacts-tel:hover figure::after{
    top: 0px;
    left: 50px;
}

.contacts-local figure::before{
    content: '';
    position: absolute;
    top: 46px;
    left: 20px;
    height: 16px;
    width: 21px;
    background-image: url(./assets/images/icons/icon-MORADA_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s;
    z-index: -1;
}
.contacts-local:hover figure::before{
    top: 15px;
}

.contacts-local img{
    height: 100%;
    width: 100%;
}

.contacts-mail figure::before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 72px;
    width: 82px;
    background-image: url(./assets/images/icons/icon-E-MAIL_papel.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 1s;
}

.contacts-mail:hover figure::before{
    top: -5px;
}

.contacts-mail figure::after{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    height: 76px;
    width: 84px;
    background-image: url(./assets/images/icons/icon-E-MAIL_frente.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.contacts__img{
    width: 100%;
    height: auto;
}
/*
Recrutamento
*/
.recruitment{
    padding: 125px 0;
    background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 310px, rgba(255,255,255,1) 310px, rgba(255,255,255,1) 100%);

}
.recruitment-container{
    max-width: 1130px;
    margin: 0 auto;
}
.recruitment-container h1{
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #1E1E1E;
    margin-bottom: 12px;
}

.recruitment-container a{
    font-weight: 600;
    transition: all .2s;
    color: #1789c9;
    position: relative;
}
.recruitment-container a::after{
    content: '';
    background-color: #1789c9;
    height: 2px;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all .5s;
}
.recruitment-container a:hover{
    color: #1c1c1c;
}

.recruitment-container a:hover::after{
    width: 100%;
}
.recruitamento-grid{
    display: grid;
    grid-template-columns: 558px 1fr;
}

.recruitamento-grid-right{
    background-color: #212121;
    margin-top: -125px;
    left: 160px;
    position: relative;
    width: 100vw;
    display: flex;
    align-items: flex-end;
    min-height: 730px;
}
.recruitamento-grid-right::after{
    content: '';
    width: 800px;
    height: 210px;
    background-color: #1789c9;
    position: absolute;
    bottom: -135px;
    left: -120px;
}

.recruitamento-grid-right img{
    width: 580px;
    height: auto;
    margin-bottom: 150px;
    margin-left: 100px;
}

.contacts-grids label,
.contacts-grids input,
.recruitamento-grid label,
.recruitamento-grid input{
    width: 100%;
    height: 48px;
    border: 1px solid #2f2f2f;
    border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 10px;
    font-family: "Poppins";
}

.contacts-grids textarea{
    font-family: "Poppins";
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #2f2f2f;
    resize: none;
}


.recruitamento-grid input.error::placeholder{
    color: #1789C9;
    font-weight: 600;
}
.contacts-grids label,
.recruitamento-grid label{
    display: flex;
    align-items: center;
    background: #212121;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 194%;
    color: #FFF;
    cursor: pointer;
    position: relative;
    border: transparent;
    transition: all .2s;
}

.recruitamento-grid label.file-uploaded,
.recruitamento-grid label:hover{
    background-color: #1789C9;
}
.recruitamento-grid label:hover::after{
    background-position: 50% 35%;
}
.recruitamento-grid label::after{
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: block;
    background-color: #3B3B3B;
    background-image: url(./assets/images/icons/icon-arrow-form.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 10px;
    transform: translate(0, -50%);
    transition: all .2s;
}
.recruitamento-grid #input-cv{
    display: none;
}
.contacts-grids textarea::placeholder,
.contacts-grids input::placeholder,
.recruitamento-grid input::placeholder{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 194%;
    color: #979797;
}
.contacts-grids button,
.recruitamento-grid button{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 117%;
    color: #fff;
    border-radius: 5px;
    padding-left: 24px;
    display: flex;
    width: fit-content;
    margin-top: 25px;
    align-items: center;
    background-color: #1c1c1c;
    border: none;
    cursor: pointer;
    transition: all .2s;
}

.contacts-grids button{
    float: right;
}
.contacts-grids button:hover::after,
.recruitamento-grid button:hover::after{
    background-position: 65%;
}

.contacts-grids button::after,
.recruitamento-grid button::after{
    content: "";
    width: 80px;
    background-color: #1789C9;
    padding: 26px 0;
    margin-left: 24px;
    background-image: url(./assets/images/icons/icon-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 40px;
    transition: all 0.2s;
    border-radius: 0 5px 5px 0;
}
.recruitamento-grid  form{
    margin-top: 80px;
}

.contacts-grids form div,
.recruitamento-grid form div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.response-ajax{
    margin-top: 20px;
}

/*
Single Genérico
*/

.generic {
    max-width: 1130px;
    margin: 0 auto;
    padding: 60px 0;
}

.generic-container h1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 117%;
    color: #1e1e1e;
    margin-bottom: 60px;
}

.generic-grid h1 {
    white-space: nowrap;
}

.generic-container {
    max-width: 505px;
}

.generic-container.secondary {
    max-width: 545px;
}

.generic-container:nth-child(2) {
    margin-top: 120px;
}

.generic-container h2 {
    margin-bottom: 10px;
}

.generic-container h2::before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero) ".";
    font-weight: 600;
    font-size: 66px;
    display: block;
    margin: 55px 0 28px 0;
}

.generic-container p {
    margin-bottom: 25px;
}

.generic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10%;
}

.generic-aux-text {
    margin-top: 60px;
    font-weight: 700;
    font-size: 27px;
    line-height: 177.5%;
    color: #1e1e1e;
    position: sticky;
    top: 60px;
}
.generic-aux-text::before{
    content: '00';
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 270px;
    line-height: 112.5%;
    color: #F7F7F7;
    position: absolute;
    top: -85px;
    left: -70px;
    z-index: -1;
}

.generic-flex {
    display: flex;
    column-gap: 80px;
    margin-top: 50px;
}

.generic-flex h2::before {
    display: none;
}
@media screen and (min-width: 1920px) {
    .about-us-projects-container{
        max-width: 80%;
    }
}
@media screen and (max-width: 1680px) {

    /* frontpage*/
    .front-hero-container,
    .front-service {
        padding: 0 25px;
    }

    /* single genérico */
    .generic-aux-text {
        font-size: 25px;
    }

    /* servico */
    .service-container,
    /* header */
    .header-container {
        padding: 0 25px;
    }

    /* sobre nós */
    .about-us-hero {
        min-height: 690px;
    }

    .about-us-hero-1 {
        scale: 0.9;
        transform-origin: left;
    }

    .about-us-hero-1::before {
        height: 330px;
        top: -250px;
    }

    @keyframes toBottom {
        from {
            top: -80vh;
        }
    
        to {
            top: -250px;
        }
    }

    .about-us-hero-3 {
        scale: 0.8;
        transform-origin: right bottom;
    }

    .about-us-block-2 p::before {
        right: -50px;
    }
    /* recrutamento */
    .recruitamento-grid-right img{
        margin-left: 0;
    }
    .recruitamento-grid-right::after{
        left: -215px;
    }
    /* footer */
    .footer-blisq {
        right: 25px;
    }
}

@media screen and (max-width: 1450px) {

    /* frontpage */
    .front-hero h1 {
        font-size: 40px;
        max-width: 490px;
        margin-top: 35px;
    }

    .front-hero p {
        font-size: 17px;
    }

    .front-hero a {
        font-size: 14px;
        background: linear-gradient(90deg, rgba(0,115,179,1) 0%, rgba(0,115,179,1) 120px, rgba(255,255,255,0) 120px, rgba(255,255,255,0) 100%);
    }
    .front-hero a::after{
        padding: 22px 0;
    }

    .front-service {
        margin-top: -30px;
    }

    .front-service-content h3 {
        font-size: 25px;
    }

    .front-aboutus-black {
        padding: 80px 95px;
        margin-left: -90px;
    }

    /* serviço*/
    .service-others-container {
        grid-template-columns: repeat(3, 1fr);
    }

    /* sobre nós */
    .about-us-hero h1 {
        bottom: 15%;
    }

    .about-us-hero-1 {
        scale: 0.8;
        left: -45px;
    }

    .about-us-hero-3::before {
        left: -300px;
        top: -146px;
    }

    @keyframes toLeft {
        0%{
            left: 40%
        }
        100%{
            left: -300px;
        }
    }

}

@media screen and (max-width: 1376px) {

    /* header */
    .logo {
        text-align: center;
    }

    .logo img {
        width: 85%;
    }

    /* frontpage */
    .front-hero-video{
        height: 90vh;
    }
    .front-hero-container {
        min-height: 90vh;
    }
    .front-service-content {
        padding: 35px 40px 60px 35px;
    }

    .front-service-content h3 {
        font-size: 22px;
        hyphens: auto;
    }

    .front-service-content h3::before {
        margin-bottom: 25px;
    }

    .front-aboutus-black::before {
        left: 90px;
    }

    .front-aboutus-black::after {
        right: 90px;
    }

    .about-us-know-how p,
    .front-aboutus-black p,
    .front-projects span,
    .front-aboutus-2-container p,
    .front-recruitment-container p {
        font-size: 40px;
    }

    .front-aboutus-container,
    .front-aboutus-2-container {
        padding: 0 25px;
    }

    .front-aboutus-2-grid {
        grid-template-columns: 1fr 1fr;
    }

    .front-aboutus-2-container a::after,
    .front-recruitment-container a::after {
        padding: 24px 0;
    }

    .front-aboutus-2 figure {
        scale: 0.9;
        margin-top: -30px;
        transform-origin: 0 top;
    }

    /* Sobre nós */
    .about-us-hero {
        min-height: 570px;
    }
    .about-us-hero h1 {
        left: 45%;
        bottom: 10%;
    }

    .about-us-hero-1 {
        scale: 0.7;
        left: 0px;
        top: 45%;
    }

    .about-us-hero-2 {
        left: 50%;
        scale: 0.8;
        transform-origin: left top;
    }

    .about-us-hero-3 {
        scale: 0.7;
    }

    .about-us-know-how p {
        padding-left: 25px;
        padding-right: 280px;
    }

    .about-us-block-3 {
        padding: 0 25px;
        display: grid;
        grid-template-columns: 1fr 40%;
        column-gap: 40px;
    }

    .about-us-block-text {
        max-width: 100%;
    }

    .about-us-block-2 img,
    .about-us-block-3 img {
        width: 100%;
        height: auto;
    }

    .about-us-block-3 figure{
        height: auto;
    }

    .about-us-block-2 {
        display: grid;
        padding-right: 25px;
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
    }

    .about-us-block-2 p::before {
        right: 45px;
        top: -160px;
        scale: 0.8;
    }

    .about-us-projects-container {
        padding: 124px 25px 144px 155px;
    }

    /* single genérico */
    .generic-container h2::before {
        font-size: 55px;
        margin: 55px 0 20px 0;
    }

    /* servico */
    .service-container {
        grid-template-columns: 40% 1fr;
    }

    .service-container img {
        width: 100%;
        height: auto;
        z-index: 1;
    }

    .service-key {
        font-size: 200px;
        top: -140px;
        left: -90px;
    }

    .service-current {
        margin: 100px 0 0 0;
    }

    .service-current h1 {
        font-size: 40px;
    }
    /* recrutamento */
    .recruitamento-grid-right {
        left: 80px;
    }
    /* contactos */
    .recruitment-container h1,
    .contacts h1{
        font-size: 35px;
    }
    /* galeria */
    .archive-gallery h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1180px) {
    body.privacy-policy{
        overflow-x: hidden;
    }

    /* frontpage */
    .front-grid {
        grid-template-columns: 40% 1fr;
    }

    .front-service {
        grid-template-columns: repeat(8, 300px);
        justify-content: space-between;
        width: 100vw;
        overflow-x: auto;
        padding-bottom: 25px;
    }

    .front-service-content:hover {
        scale: unset;
    }

    .front-recruitment-container {
        padding: 0 25px;
    }

    .front-recruitment {
        padding-top: 90px;
    }

    .front-recruitment figure {
        left: 0;
        scale: 0.9;
        transform-origin: bottom;
        bottom: -1px;
    }
    .front-recruitment figure::after {
        transform: translate(-50%, -2px);
    }

    .front-aboutus-2 {
        padding-bottom: 60px;
    }

    .front-aboutus-2-img {
        width: 97%;
        height: auto;
    }

    .front-aboutus-2-grid {
        grid-template-columns: 45% 1fr;
    }

    .front-aboutus-2 figure::after {
        scale: 0.8;
        transform-origin: top right;
    }

    .about-us-know-how p,
    .front-aboutus-black p,
    .front-aboutus-2-container p,
    .front-projects span,
    .front-recruitment-container p {
        font-size: 34px;
    }

    .front-aboutus-2-container a,
    .front-recruitment-container a {
        font-size: 14px;
    }

    .front-aboutus-2-container a::after,
    .front-recruitment-container a::after {
        padding: 22px 0;
    }

    .front-projects {
        padding: 60px 0 90px 0;
    }

    .front-aboutus-container {
        grid-template-columns: 40% 1fr;
        column-gap: 10%;
    }

    .about-us-values-content h3 {
        font-size: 18px;
    }
    .front-service-content span{
        bottom: 25px;
        color: #003b5b;
        font-size: 10px;
    }
    .front-service-content p{
        font-size: 12px;
    }

    /* sobre nós */
    .about-us-know-how p {
        padding-right: 200px;
    }

    .about-us-block-2 {
        margin-bottom: 30px;
    }

    .about-us-projects-title p{
        font-size: 42px;
    }

    .about-us-projects-container {
        padding: 120px 100px;
        display: grid;
        grid-template-columns: 45% 1fr;
        justify-items: center;
        gap: 45px;
    }

    .about-us-values-grid {
        margin-top: 20px;
    }

    .about-us-values-container {
        margin-top: -150px;
    }

    /* single genérico */
    .generic-grid {
        padding: 0 25px;
        column-gap: 5%;
    }

    .generic-container.secondary {
        padding: 0 25px;
        max-width: 600px;
    }

    /* single genérico*/
    .generic-grid {
        grid-template-columns: 1fr;
        display: flow-root;
    }
    
    .generic-container p {
        margin-bottom: 15px;
    }

    .generic-container {
        max-width: 100%;
    }

    .generic-container:nth-child(2) {
        margin-top: 20px;
    }

    .generic-container h1 {
        margin-bottom: 40px;
    }

    .generic-aux-text {
        margin-top: 35px;
    }

    /* footer */
    .footer-logo {
        margin-right: 0;
    }

    .footer-grid {
        padding: 0 25px;
        padding-top: 60px;
    }

    /* serviço */
    .service-others-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-key {
        font-size: 140px;
        top: -90px;
    }
    /* recrutamento */
    .recruitment-container{
        padding: 0 25px;
    }
    /* contactos */
    .contacts-container{
        padding: 0 25px 125px 25px;
    }
    .contacts-mail::before,
    .contacts-tel::before,
    .contacts-local::before {
        scale: .8;
        margin-right: 16px;
    }
}

@media screen and (max-width: 1080px) {
.generic {
    max-width: 100%;
   }
/* menu mobile */

.header-mobile{
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    padding-top: 32px;
}

.nav-left>li.menu-item-has-children::after{
    display: none;
}

/* Icon 4 */

#nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    transform: rotate(0deg);
    cursor: pointer;
    z-index: 3;
    scale: .7;
    transform-origin: top right;
}

#nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}


#nav-icon4 span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 18px;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 36px;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

    /* header */
    .nav-right a, .nav-left>li{
        font-size: 26px;
        padding: 0
    }
    .header-container{
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: stretch;
        position: absolute;
        left: 100vw;
        top: 0;
        width: 100%;
        background-color: #2F2F2F;
        transition: all .5s;
        overflow-x: auto;
        gap: 0;
        background-image: url(./assets/images/shapes/shape-front-hero-video.svg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
    }

    .header-container.opened{
        left: 0;
    }
    .header-container nav{
        order: 1;
    }
    .nav-left {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 40px;
        margin-top: 35px;
    }
    .nav-left>li.menu-item-has-children{
        padding: 0;
    }
    .menu-item-has-children .sub-menu {
        position: relative;
        padding: 30px 0;
        left: 0;
        opacity: 1;
        visibility: visible;
        top: 0;
        transition: all 0.2s;
        display: none;
    }
    .nav-left>li.menu-item-has-children:hover .sub-menu{
        display: block;
        top: 20px;
        padding: 40px;
    }
    .logo-mobile,
    .logo {
        order: 0;
        margin-bottom: 30px;
    }
    .logo-mobile img{
        width: 90%;
    }
    .logo img {
        width: 90%;
    }
    .logo{
        margin-top: 30px;
        margin-left: -10px;
    }
    .nav-right {
        display: flex;
        gap: 40px;
        align-items: flex-start;
        order: 2;
        flex-direction: column;
        margin-top: 40px;
    }
    .nav-right .button-contact::after{
        padding: 10px 8px;
    }

    /* single genérico*/
    .generic-container h1 {
        font-size: 40px;
    }

    .generic-aux-text {
        font-size: 20px;
    }

    .front-aboutus-2-grid {
        grid-template-columns: 440px 1fr;
    }

    .generic-aux-text::before{
        font-size: 220px;
        top: -70px;
    }

    /* front-page */
    .front-hero-container {
        min-height: 85vh;
    }
    .front-hero-video{
        height: 85vh;
    }

    /* galeria */
    .archive-gallery h1 {
        width: 90%;
    }
    .gallery figure {
        width: 30%;
    }
    /* sobre nós */
    .about-us-hero {
        min-height: 658px;
    }
    .about-us-block-text {
        margin-top: 0;
    }

    .about-us-block-2 figure::after {
        height: 80px;
        width: 280px;
    }

    .about-us-block-2 p::before {
        right: -30px;
        top: -140px;
    }

    .about-us-hero h1 {
        left: 50%;
        bottom: 62px;
        transform: translate(-50%, -50%);
    }

    .about-us-hero-1::after {
        bottom: -125px;
        z-index: -1;
        right: 0;
        height: 145px;
    }

    .about-us-hero-3::before {
        left: auto;
        top: -201px;
        right: 0;
        z-index: -1;
        height: 215px;
        width: 110px;
        animation: none;
    }

    /* footer */
    .footer-logo {
        margin-right: 35px;
    }

    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* recrutamento */
    .recruitamento-grid {
        grid-template-columns: 440px 1fr;
    }
    .recruitamento-grid-right img{
        margin-bottom: 158px;
        scale: .8;
        transform-origin: left bottom;
    }

    /* contacts */
    .contacts__img{
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 1024px) and (max-height: 600px){
    .about-us-hero{
        min-height: 80vh;
    }
    .about-us-hero h1 {
        bottom: -40px;
    }
}

@media screen and (max-width: 912px) {

    /* frontpage */
    .about-us-know-how p,
    .front-aboutus-2-container p,
    .front-projects span,
    .front-recruitment-container p {
        font-size: 25px;
    }
    .front-hero::before{
        width: 12%;
    }
    .front-hero::after {
        width: 60%;
    }

    .about-us-know-how p {
        line-height: 145%;
    }

    .front-grid {
        grid-template-columns: 245px 1fr;
    }

    .front-aboutus-2-container a,
    .front-recruitment-container a {
        font-size: 12px;
        padding-left: 18px;
    }

    .front-aboutus-2-container a::after,
    .front-recruitment-container a::after {
        width: 55px;
        padding: 18px 0;
        background-size: 30px;
        margin-left: 18px;
    }

    .front-recruitment {
        padding-top: 80px;
        margin-bottom: -125px;
    }

    .front-recruitment figure {
        scale: 0.7;
        left: -40px;
        bottom: 47px;
    }

    .front-aboutus-2 {
        padding-top: 75px;
    }

    .front-aboutus-2-grid {
        grid-template-columns: 321px 1fr;
    }

    .front-aboutus-2 figure::after {
        scale: 0.7;
    }

    .front-aboutus-black::after {
        right: 25px;
    }

    .about-us-values-content h3 {
        font-size: 16px;
    }
    .front-project-gallery{
        padding-left: 25px ;
    }

    /* sobre nós */
    .about-us-hero {
        min-height: auto;
        display: flex;
        flex-direction: column;
    }

    .about-us-hero>div:first-child {
        order: 2;
    }

    .about-us-hero h1 {
        position: relative;
        left: 68px;
        right: auto;
        bottom: auto;
        transform: none;
        font-size: 30px;
        max-width: 460px;
        padding: 40px 45px 55px 25px;
        background-color: transparent;
    }

    .about-us-hero-1 {
        display: none;
    }

    .about-us-hero-2 {
        left: auto;
        scale: 1;
        transform-origin: unset;
        transform: none;
        width: 100%;
        order: 1;
        position: relative;
    }

    .about-us-hero-2 img {
        width: 100%;
    }

    .about-us-hero-3 {
        scale: 1;
        position: relative;
        right: auto;
        order: 3;
        transform-origin: unset;
    }

    .about-us-hero-3 img {
        width: 100%;
        object-fit: cover;
        height: 95px;
        background-attachment: fixed;
    }

    .about-us-know-how {
        padding-top: 70px;
    }

    .about-us-block-3 {
        padding-bottom: 25px;
    }

    .about-us-block-2 figure::after {
        height: 45px;
    }

    .about-us-projects-container {
        padding: 90px 75px 120px 75px;
    }

    /* serviço */
    .service {
        background: linear-gradient(180deg,
                rgba(230, 230, 230, 1) 0%,
                rgba(230, 230, 230, 1) 30%,
                rgba(255, 255, 255, 1) 30%,
                rgba(255, 255, 255, 1) 100%);
    }

    .service-container {
        padding: 0 80px;
    }

    .service-others-container {
        grid-template-columns: repeat(8, 1fr);
        overflow: auto;
    }

    .service-current {
        max-width: 450px;
    }

    .service-current h1 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .service-others {
        grid-column: 1 / 3;
    }

    .service-current h1::after {
        left: 0;
        bottom: -15px;
        animation: none;
    }

    .service-key {
        font-size: 270px;
        top: -135px;
        left: -125px;
    }

    .service-link {
        min-width: 25vw;
    }

    .service-link h3 {
        font-size: 20px;
    }

    /* footer */
    footer {
        padding-top: 75px;
    }
    /* recrutamento */
    .recruitamento-grid {
        grid-template-columns: 1fr;
    }
    .recruitamento-grid-right{
        display: none;
    }
    /* contactos */
    .contacts a, .contacts span, .contacts p {
        font-size: 12px;
    }
    .contacts-mail::before, 
    .contacts-tel::before, 
    .contacts-local::before {
        scale: 0.7;
        margin-right: 10px;
    }
    .contacts-grid{
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 710px) {
    p {
        line-height: 165%;
    }

    /* galeria */
    .archive-gallery h1{
        font-size: 40px;
        width: 85%;
    }
    /* frontpage */
    .front-hero h1 {
        font-size: 35px;
        max-width: 100%;
    }

    .front-hero p {
        font-size: 16px;
    }

    .front-recruitment figure {
        scale: 0.6;
        transform-origin: 0 bottom;
        left: 0;
    }

    .front-recruitment figure::after {
        left: 45%;
    }

    .front-projects::after {
        height: 40vh;
    }

    .front-projects {
        padding: 75px 0 50px 0;
    }

    .front-aboutus-2 figure::after {
        scale: 0.6;
        top: -116px;
    }

    .front-aboutus-2 figure {
        margin-top: 0;
        transform-origin: 0 bottom;
    }

    .front-aboutus-2-container a::after,
    .front-recruitment-container a::after {
        width: 40px;
        padding: 15px 0;
        background-size: 20px;
        margin-left: 10px;
    }

    .front-aboutus-2-container a,
    .front-recruitment-container a {
        font-size: 10px;
        padding-left: 10px;
    }

    .front-recruitment-container p {
        max-width: 250px;
    }

    .front-aboutus-2-grid {
        grid-template-columns: 265px 1fr;
    }

    .front-service-content h3::before {
        margin-bottom: 15px;
    }

    /* .about-us-know-how p,
    .front-aboutus-2-container p,
    .front-projects span {
        font-size: 20px;
    } */

    .front-aboutus-black p {
        font-size: 25px;
    }

    .front-aboutus-container {
        margin-top: 0;
    }

    /* sobre nós */
    .about-us-know-how {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .about-us-know-how p {
        padding-right: 25px;
    }

    .about-us-block-3 figure {
        bottom: 0;
    }

    .about-us-projects-container {
        grid-template-columns: 1fr;
        padding-top: 70px;
    }

    .about-us-block-2 {
        margin-bottom: 65px;
        grid-template-columns: 1fr;
        padding-left: 25px;
        gap: 0;
        margin-top: -100px;
    }

    .about-us-block-2 figure {
        height: 50%;
    }

    .about-us-block-2 img {
        height: 100%;
        object-fit: cover;
    }

    .about-us-block-2 p::before {
        right: -30px;
        top: 20%;
        scale: 0.6;
        transform-origin: top right;
        transform: translate(0, -50%);
    }

    .about-us-values-grid {
        column-gap: 15px;
    }

    .about-us-values-content h3 {
        font-size: 14px;
    }
    .about-us-values-content figure,
    .about-us-values-content img {
        scale: 0.7;
    }
    .icon-value-1::after {
        top: 43%;
    }
    .icon-value-3::after {
        height: 13px;
    }

    .about-us-projects-title p{
        font-size: 34px;
    }

    .front .about-us-values-grid::before{
        transform: translate(-50%, -40%);
    }

    /* footer */
    .footer-container{
        border-top: none;
    }
    .footer-container::after{
        content: '';
        height: 1px;
        width: 90%;
        background-color: #fff;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 5%;
    }
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        column-gap: 10%;
    }

    .footer-grid ul li {
        white-space: normal;
    }

    .footer-logo {
        grid-column: 1 / 3;
    }

    .footer-icon::before {
        left: 0;
    }

    .footer-email,
    .footer-location-text,
    .footer-location,
    .footer-tel {
        padding-left: 25px;
        margin-bottom: 10px;
        display: block;
    }
    .footer-grid div:nth-child(3){
        margin-left: 25px;
    }

    .footer-grid div:nth-child(4){
        grid-column: 2;
        grid-row: 2;
    }
    .footer-social-media{
        margin-left: 0;
        margin-top: 15px;
    }

    /* single genérico */
    .generic-flex {
        flex-wrap: wrap;
    }

    /* serviço */
    .service {
        padding: 50px 0;
    }

    .service-container {
        grid-template-columns: 1fr;
    }

    .service-others {
        grid-column: 1;
    }

    .service-others-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .service-current {
        max-width: 100%;
        margin: 65px 0 0 0;
    }

    .service-key {
        top: -160px;
    }

    .service-container {
        padding: 0 25px;
    }

    /* contactos */
    .contacts-mail figure, .contacts-tel figure, .contacts-local figure{
        scale: .7;
        transform-origin: top left;
    }
}
@media screen and (max-width: 670px) {
    form#contacto{
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    h2 {
        font-size: 12px;
    }
    /* header mobile  */
    .nav-right{
        flex-direction: column;
    }

    #nav-icon4{
        scale: .6;
    }
    .front-hero a{
        padding-left: 20px;
        margin: 0 auto;
        background: linear-gradient(90deg, rgba(0,115,179,1) 0%, rgba(0,115,179,1) 114px, rgba(255,255,255,0) 114px, rgba(255,255,255,0) 100%);
    }
    .front-hero a::after {
        padding: 20px 0;
        width: 65px;
        background-size: 30px;
    }
    .front-hero p{
        margin: 20px 0 28px 0;
    }
    .nav-right a, .nav-left>li {
        font-size: 18px;
    }
    /* galeria */
    .gallery figure {
        width: 45%;
    }
    /* frontpage */
    .front-hero::after{
        right: -60%;
        width: 100%;
    }
    .front-hero::before{
        display: none;
    }
    .front-hero-container {
        align-items: center;
        text-align: center;
    }
    .front-service-content {
        padding: 25px 25px 60px 25px;
    }
    .front-service-content h3::before {
        margin-bottom: 14px;
    }
    .front-service-content p{
        font-size: 12px;
    }
    .front-service-content span{
        font-size: 10px;
    }

    .front-recruitment {
        padding-top: 45px;
        margin-bottom: -61px;
    }

    .front-grid {
        grid-template-columns: 1fr;
    }

    .front-recruitment figure {
        scale: 1;
        transform-origin: unset;
        left: auto;
        bottom: -2px;
    }
    .front-recruitment figure img{
        width: 100%;
        height: auto;
    }

    .front-recruitment figure::after {
        transform: translate(-50%, 22px);
        height: 320px;
        width: 255px;
        background-size: contain;
    }

    .front-projects {
        padding: 45px 0 0px 0;
    }

    .front-projects::after {
        height: 30vh;
        width: 70vw;
    }

    .front-aboutus-2-grid {
        grid-template-columns: 1fr;
    }

    .front-aboutus-2 figure {
        margin-top: 45px;
        transform-origin: unset;
        scale: 1;
    }

    .front-aboutus-2 figure::after {
        scale: 0.7;
        top: -70px;
        right: -40px;
    }

    .front-aboutus-black {
        padding: 60px 40px;
        margin-left: 0;
        text-align: center;
    }

    .front-aboutus-black p {
        font-size: 22px;
    }

    .front-aboutus-black::before {
        left: 25px;
    }

    .front-aboutus-black::before,
    .front-aboutus-black::after {
        width: 100px;
        height: 55px;
    }

    .front-aboutus-container {
        grid-template-columns: 1fr;
        column-gap: 10%;
        row-gap: 75px;
        margin-bottom: 38px;
    }

    .about-us-values-container {
        padding: 65px 0 90px 0;
    }

    .about-us-values-content figure{
        scale: unset;
        text-align: center;
    }
    .icon-value-3::after {
        height: 10px;
        width: 1px;
        left: 49.5%;
    }
    .icon-value-2::after {
        height: 15px;
        width: 15px;
        top: 17%;
    }
    .icon-value-1::after {
        top: 39%;
        height: 10px;
        width: 8px;
        opacity: 1;
    }

    .about-us-values-grid {
        margin-top: 25px;
        padding: 0 10px;
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .about-us-values-content a {
        font-size: 10px;
    }

    .about-us-values-content img {
        scale: unset;
        width: 50%;
    }

    .front-service-content h3 {
        font-size: 20px;
    }

    .front .about-us-values-grid::before {
        transform: translate(-50%, 10%);
        top: auto;
        bottom: 0;
    }
    .about-us-values-container.front{
        padding: 20px 0 90px 0;
    }
    .front-recruitment-left {
        margin-bottom: 45px;
    }

    /* sobre nós */
    .about-us-hero h1{
        left: auto;
        padding: 55px 45px 55px 25px;
    }
    .about-us-hero-2::after{
        content: '';
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 165px;
        height: 35px;
        display: block;
        background-color: #efefef;
    }
    .about-us-hero-3::before{
        width: 175px;
        top: -35px;
    }
    .about-us-hero-3 img{
        height: 175px;
    }
    .about-us-block-3 {
        grid-template-columns: 1fr 30%;
        column-gap: 20px;
    }

    .about-us-block-2 {
        margin-top: -65px;
    }

    .about-us-block-2 p::before {
        top: 50%;
    }

    .about-us-projects-title p{
        font-size: 30px;
    }

    .about-us-projects-container {
        padding: 60px 25px 130px 25px;
        gap: 30px;
    }

    /* single genérico */
    .generic-container h1 {
        font-size: 30px;
        white-space: normal;
    }

    .generic-container h2::before {
        font-size: 50px;
        margin: 35px 0 18px 0;
    }

    .generic-container p {
        font-size: 12px;
        margin-bottom: 15px;
    }
    p.generic-aux-text {
        font-size: 16px;
    }
    
    .generic-aux-text::before {
        font-size: 175px;
        top: -50px;
        left: -50px;
    }

    /* serviço */
    .service-current h1 {
        font-size: 30px;
    }

    .service-link h3 {
        font-size: 16px;
    }

    .service-key {
        font-size: 210px;
        top: -115px;
        left: -55px;
    }

    /* footer */
    footer {
        padding-top: 60px;
    }
    .footer-logo{
        width: 50%;
    }
    /* recrutamento */
    .recruitment{
        padding: 60px 0;
        background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(230,230,230,1) 250px, rgba(255,255,255,1) 250px, rgba(255,255,255,1) 100%);
    }
    .contacts h1,
    .recruitment-container h1 {
        font-size: 35px;
    }
    .recruitamento-grid button {
        font-size: 14px;
    }
    .contacts{
        padding-top: 60px;
    }
    .contacts-container {
        padding: 0 25px 70px 25px;
    }
}

@media screen and (max-width: 422px) {

    /* frontpage */
    .front-recruitment figure {
        scale: .8;
        transform-origin: bottom;
    }
    .front-recruitment figure::after {
        transform: translate(-50%, 10%);
        height: 280px;
        width: 215px;
    }
    .front-aboutus-2 figure::after {
        scale: 0.5;
        top: -50px;
        right: -28px;
    }

    .about-us-values-content h3 {
        font-size: 12px;
    }

    /* sobre nós*/
    .about-us-hero h1 {
        font-size: 26px;
    }
    .about-us-know-how p {
        font-size: 18px;
    }

    .about-us-block-3 {
        grid-template-columns: 1fr;
        padding-bottom: 50px;
    }

    .about-us-block-3 figure {
        display: none;
    }

    .about-us-block-2 figure::after {
        height: 35px;
    }

    .about-us-block-2 figure {
        height: 90%;
    }

    .about-us-know-how {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    .about-us-block-2 {
        margin-top: -30px;
        margin-bottom: 35px;
        gap: 45px;
    }

    .about-us-projects-title p{
        font-size: 24px;
    }

    /* serviço */
    .service-link h3 {
        font-size: 14px;
        hyphens: auto;
    }

    /* footer */
    .menu-bottom-footer a,
    footer h3 {
        font-size: 12px;
        white-space: normal;
    }

    /* recrutamento */
    .recruitamento-grid form div{
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 360px) {
    p {
        font-size: 12px;
    }

    /* footer */
    footer p {
        white-space: normal;
    }

    /* sobre nós */
    .about-us-projects-title p{
        font-size: 22px;
    }
}
