
@font-face {
    font-family: '1790RoyalPrintingCapsW90Norm';
    src: url('../fonts/1790RoyalPrintingCapsW90Norm.ttf');
    font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
}

@font-face {
    font-family: 'Arquitecta';
    src: url('../fonts/oliva/ArquitectaBold-Italic.otf');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Arquitecta';
    src: url('../fonts/oliva/ArquitectaBold.otf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Arquitecta';
    src: url('../fonts/Arquitecta.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ArquitectaBook';
    src: url('../fonts/oliva/ArquitectaBook.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'ArquitectaBook';
    src: url('../fonts/oliva/ArquitectaBook-Italic.otf');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'EuclidFlex';
    src: url('../fonts/oliva/EuclidFlex-Light.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Effra';
    src: url('../fonts/oliva/Effra_Std_Rg.otf');
    font-weight: 100;
    font-style: normal;
}
/* -------------------- BASE -------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline;}
html {line-height:1}
ol, ul {list-style:none;
 }
table {border-collapse:collapse;border-spacing:0}
caption, th, td {text-align:left;font-weight:normal;vertical-align:middle}
q, blockquote {quotes:none}
    q:before, q:after, blockquote:before, blockquote:after {content:"";content:none}
a img {border:none}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display:block}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {display:block}
audio,
canvas,
video {display:inline-block}
audio:not([controls]) {display:none;height:0}
[hidden] {display:none}
html {-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
body {margin:0}
a:focus {outline:thin dotted}
a:active,
a:hover {outline:0}
h1 {font-size: 34px;
    margin: 0.67em 0;
    line-height: 42px;
    letter-spacing: 0.3px;
    color: #343434;}
abbr[title] {border-bottom:1px dotted}
b,
strong {
    font-weight:bold;
    font-family: 'Arquitecta';
}
dfn {font-style:italic}
hr {-moz-box-sizing:content-box;box-sizing:content-box;height:0}
mark {background:#ff0;color:#000}
code,
kbd,
pre,
samp {font-family:monospace, serif;font-size:1em}
pre {white-space:pre-wrap}
q {quotes:"\201C" "\201D" "\2018" "\2019"}
small {font-size:80%}
sub,
sup {font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup {top:-0.5em}
sub {bottom:-0.25em}
img {border:0;    max-width: 100%;}
svg:not(:root) {overflow:hidden}
figure {margin:0}
fieldset {border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}
legend {border:0;padding:0}
button,
input,
select,
textarea {font-family:inherit;font-size:100%;margin:0}
button,
input {line-height:normal}
button,
select {text-transform:none}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance:button;cursor:pointer}
button[disabled],
html input[disabled] {cursor:default}
input[type="checkbox"],
input[type="radio"] {box-sizing:border-box;padding:0}
input[type="search"] {-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
button::-moz-focus-inner,
input::-moz-focus-inner {border:0;padding:0}
textarea {overflow:auto;vertical-align:top}
table {border-collapse:collapse;border-spacing:0}
html, body {max-width:100%;overflow-x:hidden;}
p{
    font-family:'EuclidFlex';    
    font-size: 14px;
    line-height: 30px;  
    text-align: left;
    letter-spacing: 0.93px;
    color: #3F4740;
    opacity: 1;
    font-weight: 100;

}
/* -------------------- BASE -------------------------- */

select{
    -webkit-appearance: none;
}
.select{
    position: relative;
}
.select:after{
    content:"\f07d";
    font-family: FontAwesome;
    position: absolute; 
    color: #323131;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    pointer-events: none;
    box-sizing: border-box;
}



/* Gerais ----------------------------- */


a {
    text-align: left;
    letter-spacing: 4.67px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Arquitecta';
    font-weight: 800;
}
a:hover, a:focus, a:active{
    text-decoration: none;
}

.container{
    width: 1440px;
    max-width: 100%;
}

.grandeHeader{
    background-color: #ffffff;
    background-image: url(../);
    background-size: cover;
}


.h1 h1{
    font-size: 42px;
    line-height: 44px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    color: #323131;
    font-style: normal;
    font-weight: 300;
}
.h2, h2 {    
	font-size: 12px;
    line-height: 19px;
    font-family: 'Arquitecta';
    font-style: normal;
    font-weight: 800;
    text-align: left;
    letter-spacing: 5.6px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
}

.h2:after, h2:after{ 
    /*display: block;
    width: 80px;
    height: 2px;
    background: #060606;
    margin: 0 auto;
    content:"";
    margin-top:20px;*/
}



.button{
	font-family: 'gt-walsheim';
    margin-top: 40px;
	display: inline-block;
    padding: 20px 55px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    font-weight: 400;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border: 1px solid #23a686;
}

.barra-superior{
    /*padding: 10px 0% 0px;*/
    position: relative;
    /*filter: invert(1);*/
}
.page-homapage .barra-superior{
    filter: none !important;
}

.barra-superior .abremenu{
  /*filter: invert(1);*/
}

.page-homapage .barra-superior .abremenu{
    filter: none !important;
}

.borderBottom{
   background: #ffffff;
    position: relative;
    z-index: 9;
}

.top-bar{
  /* padding: 0px 45px; */
}

.logo img {
    max-width: 204px;
    margin-left: 0px;
    height: auto;
}
.logotipo a{
    display: inline-block;
    padding-top: 51px;
    font-size: 37px;
    font-weight: 400;
    text-transform: lowercase;
    padding-left: 0px;

}

.barra-superior .blocomenu{    
    padding-left: 0px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #3f4740;
    height: 100vh;
    top: -100vh;
    position: fixed;
    width: 60%;
    text-align: center;
    right: 0px;
    transition: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0.2s;
    z-index: 12;
}

.barra-superior .abremenu{
    top: 0px;
    transition: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0.2s;
}

.menuOff{
    position: fixed;
    width: 100%;
    left: 0;
    height: 100vh;
    background: url(../img/Homepage.jpg);
    background-size: cover;
    display: none;
    top: 0px;
    transform: translate(0%, 0%);
    background-position: center;
    background-repeat: no-repeat;
}


.paginanormal .conteudo-cms-geral{
    margin-top: 120px;
}


.fixaHeader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: white;
    z-index: 2;
    box-shadow: 0px 1px 14px rgba(51, 51, 51, 0.5);
}

.fixaHeader .logo img {
    max-width: 90px;
    transition: .5s;
}

.fixaHeader .barra-superior .menu {
    padding-top: 15px;
    transition: .5s;
}

.fixaHeader .headerExtra{
    display:none;
}

.barra-superior .menu{

    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    text-align: center;
}
.barra-superior .menu ul{
    text-align: center;
    width: 450px;
    max-width: 100%;

}
.fraseDestaqueHome{
	width: 100% !important;
}
.fraseDestaqueHome:focus{
    outline: none;
    border: none;
}
/*
[aria-describedby="slick-slide00"].fraseDestaqueHome{
    background-size: auto 120%;    
    background-position: left;
}
[aria-describedby="slick-slide01"].fraseDestaqueHome{
    background-size: auto 120%;    
    background-position: right;
}
[aria-describedby="slick-slide02"].fraseDestaqueHome{
    background-size: auto 120%;    
    background-position: left;
}
[aria-describedby="slick-slide03"].fraseDestaqueHome{
    background-size: auto 120%;    
    background-position: right;
}
.block-contactos-bloco-morada.imageCover{    
    background-size: auto 100% !important;
    background-position: right center !important;
}*/

.barra-superior .menu ul li{
    display: block;
    text-align: left;
}

.barra-superior .menu ul li a{   
    font-size: 16px;
    line-height: 45px;
    font-weight: 100;
    font-style: normal;
    font-family: 'Arquitecta';
    position: relative;
    margin-bottom: 0px;
    display: block;
    text-align: center;
    letter-spacing: 7.97px;
    color: #FFFFFF;
   }
.barra-superior .menu ul li a b{   
    position: absolute;
    text-align: left;
    letter-spacing: 5.77px;
    color: #F2F0EB;
    opacity: 1;
    font-size: 15px;
    line-height: 19px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    margin-left: 60px;
    min-width: 220px;
    padding-top: 8px;
    font-weight: 100;
}
.barra-superior .menu ul li a.ativo:after,
.barra-superior .menu ul li a:hover:after{
    /*content: "";
    position: absolute;
    left: 0px;
    top: 43px;
    border-top: 1px solid #EE6D55;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    height: 0px;
    transform: rotate(-2deg);*/
}
/*.barra-superior .menu ul li a.ativo:before {
    content: "";
    position: absolute;
    right: -130px;
    top: 12px;
    border-top: 2px solid #fff;
    width: 100px;
}
.barra-superior .menu ul li a.ativo:after {
    content: "";
    position: absolute;
    right: -32px;
    top: 9px;
    opacity: 1;
    border: 4px solid #fff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
}*/

.barra-superior .menu ul li a:hover{
    /*text-decoration: underline;*/
}

.blocoLanguage{
}

.blocoLanguage .header-social-botoes{
    display: inline-block;
}


.hamburguer-bt,
.fecha-bt {    
    cursor: pointer;
    height: 120px;
    position: absolute;
    right: -15px;
    top: 0px;
    width: 80px;
    margin-top: 0;
    z-index: 10;
    background: transparent;
    padding: 49px 28px 40px;
    z-index: 13;

}
.hamburguer-abre,
.fecha-abre{
    background: transparent;
    transition: 0.3s;
    transition-timing-function: ease-out;
    transition-delay: 0.2s;
} 

.hamburguer-bt img{
    display: none !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 24px;
}



.hamburguer-bt .hamburguer-bt__stripe,
.fecha-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    margin: 3px auto;
    transition: all .3s;
    backface-visibility: hidden;
    float: left;
}
.hamburguer-bt .hamburguer-bt__stripe,
.fecha-bt .hamburguer-bt__stripe{
    background: #3F4740;
}
.menuBranco .hamburguer-bt__stripe,
.fecha-bt .hamburguer-bt__stripe{
    background: #fff;
}
.hamburguer-bt .hamburguer-bt__stripe__middle {

}

.hamburguer-bt__stripe__bottom {
    display: none;
}
.hamburguer-bt__stripe__top, .hamburguer-bt__stripe__bottom {
   width: 100% !important;
   text-align: left;
   margin-left: 0px !important;
    border-radius: 10px;
}

.hamburguer-bt.on .hamburguer-bt__stripe__top,
.fecha-bt.on .hamburguer-bt__stripe__top {
    transform: rotate(45deg) translate(0px,0px);
    width: 100% !important;
    background: #f2f0eb !important;
    border-radius: 10px;
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle,
.fecha-bt.on .hamburguer-bt__stripe__middle {
    /*opacity: 0;*/
    transform: rotate(-45deg) translate(5px,-6px);
    background: #f2f0eb !important
}
.fecha-bt.on .hamburguer-bt__stripe{
    background: #3F4740 !important
}
.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
    /* width: 100% !important;*/
    }
.with-sub .sub-menu {
     display: none;
    position: absolute;
    background: rgb(76, 74, 81);
    padding: 0;
    max-width: 102px;
    width: 100%;
    margin-top: 0px;
    padding: 10px 5px;
}

.with-sub .sub-menu a{
    color: #909090;
}

.with-sub:hover .sub-menu {
    display: block;

}
.chevronDown:after{content:"\f077";transition:all .3s}
.header-social-botoes {
    text-align: center;
}
.header-social-botoes a,
.blocoLanguage a {    
    display: inline-block;
    font-size: 12px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 7px;
    color: #FFFFFF;
    opacity: 1;
    margin-left: 15px;
    margin-right: 15px;
    font-family: 'Arquitecta';
    text-transform: uppercase;
    font-weight: 400;
}
.header-social-botoes a:hover, 
.header-social-botoes a.marcarconsulta:hover,
.blocoLanguage a:hover{
    /*    background-color: #fff;
    color: #7a689f;*/
}
.header-social-botoes a:nth-child(2):before,
.blocoLanguage .li-menu-idioma:nth-child(2):before {
    content: '';
    position: absolute;
    width: 15px;
    background: white;
    height: 1px;
    margin-left: -30px;
    margin-top: 22px;
} 
.header-social-botoes a:nth-child(2),
.blocoLanguage .li-menu-idioma:nth-child(2){
    margin-left: 25px;
    }
.blocoLanguage .li-menu-idioma:nth-child(2) a{
    margin-left: 0px;
}
.siglamenu{
    font-family: '1790RoyalPrintingCapsW90Norm';   
    position: absolute;
    left: 50px;
    transform: none;
    font-size: 13px;
    line-height: 24px;
    bottom: 37px;
    text-align: left;
    letter-spacing: 5px;
    color: #F2F0EB;
    opacity: 1;
}
.siglamenu a,
.siglamenu a:hover{

    font-size: 13px;
    line-height: 24px;
    font-family: '1790RoyalPrintingCapsW90Norm';   
    color: #F2F0EB;
}
.siglamenu a img{
    margin-top: 10px;
}
.blocoSocialHeader{    
    position: absolute;
    bottom: 44px;
    right: 50%;
    transform: translateX(55%);
}

.blocoSocialHeader .header-social-botoes a i.fa{
    display: none;
    }

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -50px;
    top: inherit;
    color: black;
    left: inherit;
    right: 0px;display: none !important;
}

.slick-prev{
    width: 79px;
    background-image: url(../img/setaLeft.png);
    height: 20px;
    background-size: contain;
    right: 129px;
    bottom: -49px;
    transform: rotate(180deg);
    background-position: left;
    background-repeat: no-repeat;
}
.slick-next{
    width: 79px;
    background-image: url(../img/setaLeft.png);
    height: 20px;
    background-size: contain;
    right: 20px;
    bottom: -59px;
    background-position: right;
    background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus, 
.slick-next:hover, .slick-next:focus{
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/setaLeft.png); 
    background-position: left;
}
.slick-next:hover, .slick-next:focus{
    background-position: right;
}

.slick-prev:before{
    content: '';
}
.slick-next:before{
    content: '';
}

.slick-dots{
    display: none !important;
    width: auto;
    right: 10px;
}
.slick-dots li{
    position: absolute;
}
.slick-dots li button{
    color: black;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    display: none;
}
.slick-dots li button:before,
.slick-dots .slick-active button:before{
    content: '' !important;
}

.slick-active button{
    display: block !important;
}

.slideCount{
    display: none !important;
    color: black;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    bottom: 34px;
    width: 100%;
    text-align: center;
    left: 0px;  
}


.header-bloco{
    background: transparent;
    padding-bottom: 0px;   
   /* border-bottom: 1px solid #8d8d8d;*/
    background-repeat: no-repeat;
    background-size: contain;
}
.header-transparente{
    min-height: 50vh;
}

.logo{
    text-align: left;    
    padding-bottom: 20px;
    padding-top: 20px;
}

.minAlturaBanner {
    min-height: 100vh;
}

.slidePrincipal .minAlturaBanner {
    
    background: #FFFFFF66;
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
}

.imageCover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;   
}


section{
    position: relative;
}


.clear{
    clear: both;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}
input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}



/* Principais Elementos fim----------------------------- */


.slideslide-homepage, .slideslide-homepage-2, .blococasashome, .slideslide-projects{
    margin-left: -15px;
    margin-right: -15px;
}

.footer .blocoLogoBranco{
   text-align: center;
    padding-top: 60px;
    padding-bottom: 70px;
}
.footer .blocoLogoBranco img{
    width: 200px;
}

.footer .blocoTemos{
    padding-top: 50px;
    padding-bottom: 60px;
}
.footer .blocoTemos p{
    font-family: 'gt-walsheim';
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
}

.footer .titulo-form-newsletter{
    display: none;
}
.footer .form-tag-newsletter .label-principal{
    display: none;
}
.footer .form-tag-newsletter .form-control{
    color: #000000;
    width: 100%;
    line-height: 25px;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: none;
    display: inline-block;
    -webkit-transition: all linear 0.1s;
    transition: all linear 0.1s;
    font-size: 15px;
    height: 47px;
    font: 14px/25px 'gt-walsheim';
    font-weight: 300;
    border-radius: 0px;
    margin-bottom: 20px;
}


.footer .form-tag-newsletter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #000000;
opacity: 0.18;
}
.footer .form-tag-newsletter input:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000000;
opacity: 0.18;
}
.footer .form-tag-newsletter input::-ms-input-placeholder { /* Microsoft Edge */
color: #000000;
opacity: 0.18;
}

.footer .form-tag-newsletter .cx-submit button{
    color: transparent;
    background-color: #fff;
    border-color: #ffffff;
    border: 1px solid #000;
    font: 14px/25px 'gt-walsheim';
    width: 47px;
    position: relative;
}

.footer .form-newsletter .cx-submit button:after{
        content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    left: 0px;
}

.footer .form-newsletter .cx-submit:hover button{
    width: 100%;
    -webkit-transition: .5s; /* For Safari 3.1 to 6.0 */
    transition: .5s;
    background: #E3003F;
    color: white;
    border-color: #E3003F;
    text-align: left;
    padding-left: 12px;
}

.footer .form-newsletter .cx-submit:hover button:after{
    color: white;
    left: inherit;
    right: 0px;
}

.footer .menufooter{
    text-align: left;
    list-style: none;
    font-size: 16px;
    line-height: 19px;
}

.footer ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;    
    text-align: left;
    padding-top: 111px;
    padding-bottom: 111px;
    padding-left: 151px;
}
.footer ul li {
       display: inline-block;
    padding-right: 13%;
    text-align: left;
    font: 30px/70px 'gt-walsheim';
    letter-spacing: 1.2px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.footer .menufooter ul li a:hover{
    color: #46BFBF;
}
.footer a{
    color: #000;
    font-family: 'gt-walsheim';
}
.footer a:hover{
    color: #333;
}
.footer .blocoContacts{
    background: #1A1B1C;
    min-height: 280px;
    margin-top: 0px;
    box-shadow: 5px -5px 6px #0000008E;
    position: relative;
}

.fundoPretoBack{
    background: #1A1B1C;
}

.footer .blocoContacts ul{
    padding: 0px;
}
.footer .blocoContacts ul li{
    font-family: 'gt-walsheim';
    font-weight: 300;
    font-size: 16px;
    color: white;
    padding: 4px 0px;
    line-height: 19px;
}

.header-transparente{
    position: absolute;
    top: 0px;
    min-height: 50px;
    z-index: 99;
    width: 100%;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
}
a.linkSlide,  a.linkSlide:hover{

    color: white;
    font-size: 22px;
    border-bottom: none;
    text-align: right;
    font: 22px/63px 'gt-walsheim';
    letter-spacing: 0.88px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    top: 40vh;
    right: 70px;
    z-index: 9;

}




.notify{
    position: absolute;
    bottom: 20px;
    left: 300px;
    border-bottom: 1px solid #fff;
    line-height: 22px !important;
    margin-top: -10px;
}
.notify a{
    color: white;
    font-family:'gt-walsheim';
}
.posicaoSlide h1{
    text-align: left;
    font: 45px/66px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.8px;
    color: #FFFFFF;
}

.posicaoSlide h1 b, .posicaoSlide h1 strong{
    text-align: left;
    font: 45px/66px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.8px;
    color: #FFFFFF;
    font-weight: 600;
}
.block-homepage-bloco-roxo {
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;*/
}

.posicaoSlide{
    position: absolute;
    width: 40%;
    top: -20vh;
    left: 80px;
}
.cms-contacts .blocoContacts, .cms-contacts .redesFooter{
    display: none;
}
.cms-contacts .onlyContacts{
    display: block;
}

.onlyContacts ul li{
    padding-right: 5%;
}

.tituloContactos{
    text-align: left;
    font: 95px/115px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 3.8px;
    color: #FFFFFF;
    opacity: 1;
    padding-top: 30vh;
        padding-bottom: 15vh;
}
.fundoPretoBack-inner{
    padding-left: 80px;
}

.subtitulocontactos{
    text-align: left;
    font: 18px/32px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 0.9px;
    color: #E3003F;
    opacity: 1;
    margin-bottom: 42PX;
}
p.conteudoContactos, .conteudoContactos a, .conteudoContactos a:hover{
text-align: left;
    font: 18px/32px 'gt-walsheim';
    letter-spacing: 0.9px;
    color: #FFFFFF;
    min-height: 150px;
}


.conteudo-cms-contacts, .blocoContactosFooter{

    background: #1b1c1c;

}




.marquee {
  height: 230px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 250px;
  position: absolute;
  overflow: hidden;
  animation: marquee 5s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

.blocored{
    background: #E60A48 0% 0% no-repeat padding-box;
    box-shadow: 7px 7px 32px #00000077;
    opacity: 1;
    color: white;
    padding: 130px 10% 90px 162px;
    margin: -43px -30px 0px;
    position: relative;
    z-index: 1;
}
.blocowhite{
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 1;
    color: white;
    padding: 80px 20% 90px;
    margin: 0px -30px 0px;
}

.block-home-especialidades .blocored, 
.block-home-especialidades .blocowhite{
       min-height: 550px;

}

.block-home-especialidades h2{
    text-align: left;
    font-family: '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.32px;
    font-size: 33px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 72px;
}
.block-home-especialidades ul{
    margin-bottom: 50px;
    margin-top: 50px;

    }
.block-home-especialidades li{
    text-align: left;
    font-family: 'gt-walsheim';
    letter-spacing: 0.85px;
    font-size: 17px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 35px;
    text-decoration: underline;
}
.block-home-especialidades .blocowhite h2, .block-home-especialidades .blocowhite li{
    color: black;
    }


.block-home-marquee{
    margin-right: -15px;
    margin-left: -15px;
    background: white;
    padding: 70px 0px;
    position: relative;
}

.block-home-marquee .marquee span{
    color: #000000;
    opacity: 1;
    text-align: left;
    font-size: 100px;
    line-height: 225px;
    letter-spacing: 4px;
    font-family: 'gt-walsheim';
}

.projectoSlideshow{
    /*width: calc(90% - 132px);
    margin-left: 132px;*/
    width: 100%;
}
.projectoSlideshow .blprojectos{
    padding: 20px;
}
.projectoSlideshow .blprojectos:nth-child(even){
    margin-top: 60px;
}
.tituloProjectos{
    color: #000000;
    opacity: 1;
    text-align: left;
    font-size: 40px;
    line-height: 52px;
    letter-spacing: 1.6px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-weight: 500;
    margin-left: 132px;
    padding-left: 0px;

}

.nomeProjectosHome{
    text-align: left;
    letter-spacing: 1.08px;
    color: #000000;
    opacity: 1;
    font-size: 27px;
    line-height: 72px;
    letter-spacing: 1.6px;
    font-family: 'gt-walsheim';
    font-weight: 500;
    padding-left: 50px;
}
.linkProjectosHome a{
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0.9px;
    color: #E3003F;
    opacity: 1;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 1.6px;
    font-family:monospace;
    font-family: 'gt-walsheim';
    font-weight: 500;
    padding-left: 50px;
}

.projectoSlideshow .btnlinkBarra{
    text-align: left;
    text-decoration: underline;
    color: #000000;
    opacity: 1;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0px;
    font-family: 'gt-walsheim';
    font-weight: 500;
    padding-left: 52%;
    padding-top: 60px;
    display: block;
}
.projectoSlideshow .btnlinkBarra:after{
        font-family: FontAwesome;
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
    content: "\f061";
    font-size: 13px;
}


.blocotestemunhohome{
   background: #E9ECF4;
    color: #082967;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.titulotestemunhohome{
    text-align: center;
    font: 37px/46px 'gt-walsheim';
    color: #082967;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 50px;

}

.blocotestemunhohome .autortestemunho{
    text-align: center;
    font: 20px/25px 'gt-walsheim';
    color: #082967;
    opacity: 1;
    font-weight: bold;
}

.blocotestemunhohome .brevedesc{    
    display: none;
    opacity: 1;
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.34px;
    font-family: 'gt-walsheim';
    font-weight: 200;
    margin-top: 70px;
    max-width: 72%;
}
.blocotestemunhohome .brevedesc p{ 
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.34px;
    font-family: 'gt-walsheim';
}

.blocotestemunhohome .conteudotestemunho p{ 
    text-align: center;
    font: 20px/35px 'gt-walsheim';
    letter-spacing: 0.86px;
    color: #082967;
    opacity: 1;
    width: 80%;
    margin-left: 10%;
}
.blocotestemunhohome .conteudotestemunho p span{ 
    text-align: center;
    font: 20px/35px 'gt-walsheim';
    letter-spacing: 0.86px;
    color: #082967;
    opacity: 1;
}

.blocotestemunhohome .slick-prev:before, 
.blocotestemunhohome .slick-next:before {
    color: #082a67;
}
.desalinhaFooter{
    margin-top: -70px !important;
}

.lets-start-a-new-project{
    position: relative;
}

.letsStart{
    background: #E60A48;
    opacity: 1;
    width: 100%;
    padding: 220px 30px;
    transition: .5s;
    z-index: 1;
    position: relative;
}
.lets-start-a-new-project:hover .letsStart{
     width: 80%;
     transition: .5s;
}
.lets-start-a-new-project .ancora{
    position: absolute;
    text-align: right;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    vertical-align: middle;
    z-index: 0;
}
.lets-start-a-new-project .ancora{
        position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}
.lets-start-a-new-project .ancora a{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.lets-start-a-new-project .letsStart h4 a{
    text-align: left;
    font-size: 59px;
    line-height: 78px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-weight: 500;
    letter-spacing: 3.16px;
    color: #FFFFFF;
    opacity: 1;
    }

footer .footercinza{
    background-color: #F5F5F5;
    background-image: url(../GestorSistema/icon_wevolved_footer.png);
    background-repeat: no-repeat;
    background-size: 52px;
    background-position: 15px 222px;
    padding: 222px 5% 140px 166px;
}
footer .footerbranco{

    padding: 222px 15% 140px 5%;
}

.blocoinfofooter{

}

.blocoinfofooter h4{
    text-align: left;    
    font-size: 17px;
    line-height: 22px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #E3003F;
    opacity: 1;
    position: relative;
    padding: unset;
    top: unset;
    left: unset;
    transform: none;
    margin-bottom: 30px;

    }

.blocoinfofooter .notop{
    margin-top: 40px;
}

.blocoinfofooter p, .blocoinfofooter a, .blocoinfofooter a:hover{
    text-align: left;
     font-size: 15px;
    line-height: 26px;
    font-family: 'gt-walsheim';
    letter-spacing: 0.75px;
    color: #000000;
    opacity: 1;
}
footer .marginBottom{
   margin-bottom: 90px;
    padding-right: 90px;
}
footer .blocoSocialHeader a{
    
    /*border: 1px solid #323131;*/
    background: #ffffff;
    color: #323131;
    width: fit-content;
    padding: 10px 5px;
    height: auto;
    border-radius: 0px;
    line-height: 10px;
    display: inline-block;
    margin-bottom: -6px;
    font-size: 20px;
    letter-spacing: 0.75px;
    font-family: 'gt-walsheim';
}

footer .blocoSocialHeader a i{

}

footer .blocoSocialHeader a:hover{
    /*border: 1px solid #ffffff;*/
    font-size: 20px;
    letter-spacing: 0.75px;
    line-height: 10px;
}

footer .blocoSocialHeader a:hover i{
    /*border-right: 1px solid #fff;*/

    }

.footer .menu-footer ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .menu-footer ul li{
    display: inline-block;
    padding-right: 6%;
    text-align: left;
    font: 16px/20px 'gt-walsheim';
    font-family: 'gt-walsheim';
    letter-spacing: 1.2px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
    }
.footer .menu-footer ul li ul{
    padding-bottom: 0px;
    padding-top: 0px;
}
.footer .menu-footer ul li a, .footer .menu-footer ul li a:hover{
    color: #E3003F;
    text-transform: lowercase;

}

.menu-footer{

    padding-left: 152px;
}

/*.logoPreto .top-bar .logo, 
.logoPreto .top-bar .menuprincipal,
.logoPreto .conteudoSocial,
.logoPreto .overlay{
    filter: invert(100%)
}*/

.logoPreto .borderBottom .container{
    width: 100%;
}

.conteudo-paginas-projects .tituloProjectos{
    margin-left: 0px;
    padding-left: 0px;
    font-size: 105px;
    line-height: 135px;
        margin-bottom: 200px;
    margin-top: 200px;
}

.conteudo-paginas-projects .blprojectos{
    margin-bottom: 50px;
}
.conteudo-paginas-projects .col-md-6:nth-child(even){
        margin-top: -100px;
    margin-bottom: 100px;
    }

.onlyHome{
    display: none;
}

.page-homapage .onlyHome{
    display: block;
}

.page-homapage footer{
    /*display: none !important;*/
}

.pagina-projectos .destaque-cms{
    min-height: 100vh;
    position: relative;
}

.pagina-projectos .centra-destaque{
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
        width: 100%;
}
.pagina-projectos .centra-destaque h1{
    margin-bottom: 0px;
    font-size: 100px;
    line-height: 135px;
    letter-spacing: 4px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    color: white;
}
.pagina-projectos .centra-destaque h3{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 72px;
    letter-spacing: 4px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    color: white;

}

.conteudoDesk{
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.conteudoMobile{
    display: none;
    margin-left: -15px;
    margin-right: -15px;
}

.blocoPretoProjecto{
    background: #181A1C;
    color: white;
    padding-top: 200px;
    padding-bottom: 90px;
    margin-left: -15px;
    padding-left: 5%;
    position: relative;
    padding-right: 5%;
}
.blocoPretoProjecto p{
    text-align: left;
    font-family: 'gt-walsheim';
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    opacity: 1;
    margin-bottom: 30px;
}
.blocoPretoProjecto p a, .blocoPretoProjecto p a:hover{
    text-decoration: underline;
    text-align: left;
    font-family: 'gt-walsheim';
    letter-spacing: 0.5px;
    color: #FFFFFF;
    font-size: 25px;
    line-height: 30px;
    opacity: 1;
    margin-bottom: 30px;
    }

.blocoBrancoProjecto{
        padding-top: 130px;
    padding-bottom: 90px;
    padding-left: 8%;
    position: relative;
    padding-right: 8%;
    min-height: 570px;
}
.blocoBrancoProjecto .underline-text{
    text-decoration: underline;
}
.blocoBrancoProjecto p{
    text-align: left;
    font-size: 23px;
    line-height: 43px;
    letter-spacing: 0.92px;
    font-family: 'gt-walsheim';
    margin-bottom: 30px;
    color: #000000;
    opacity: 1;
    }
.blockAllProjects{
    background: #1A1B1C;
    min-height: 280px;
    margin-top: 0px;
    box-shadow: 5px -5px 6px #0000008E;
    position: relative;
}
.blockAllProjects h4 a{
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate( -50%, -50%);
    text-align: left;
    font: 46px/70px '';
    letter-spacing: 0.92px;
    color: #FFFFFF;
    opacity: 1;
}
.blockNextPrev{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    padding-top: 111px;
    padding-bottom: 111px;
    padding-left: 10%;
    padding-right: 10%;
}

.prevProject{
    float: left;
        padding-left: 20px;

}
.prevProject:before{
    content: "\f060";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 15px;
        padding-right: 20px;
}
.nextProject{
    float: right;
        padding-right: 20px;
}
.nextProject:after{
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 15px;
        padding-left: 20px;
}
.prevnext, .prevnext:hover{
    font: 30px/70px 'gt-walsheim';
    letter-spacing: 0.6px;
    color: #000000;
    opacity: 1;
}

/*.menuprincipal{
    background: rgba(255, 255, 255, 1);
    position: fixed;
    width: calc(100% - 85px);
    height: calc(100% - 90px);
    left: 45px;
    top: 45px;

}
.menuprincipal ul {
    text-align: left;
    padding-left: 100px;
}

.menuprincipal ul li {
    display: block !important;
    margin-left: 0px !important;
    width: 100%;
    margin-right: 0px !important;
}
.menuprincipal ul li a {
    color: #000000;
    font-family: 'Montserrat-Regular' !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    padding-bottom: 1px;
    line-height: 80px;
    font-size: 30px;
}
.tituloHamburgue{
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 130px;
    top: 55px;
    width: 55px;
    margin-top: 0;
    transition: all .2s ease-out;
    z-index: 10;
    padding: 10px 10px 20px;
    color: white;
    text-decoration: underline;
}*/

.slideslide-about h1{
    font: 48px/86px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.92px;
    color: #FFFFFF;
}

.ficaSeta{
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    bottom: -20vh;
}
.block-about-us-img{
    padding-top: 140px;
    padding-bottom: 36px;
}
.block-about-us-img .fundoImg{
    position: absolute;
    bottom: -60px;
    left: 360px;
}

.block-about-us-img .cimaImg{
    position: absolute;
    bottom: -160px;
    right: 0px;
}
.block-about-us-img h3{
    text-align: right;
    padding-right: 100px;
}
.block-about-us-img p{
    width: 462px;
}
.linhaAboutUs{
   position: relative;
}

    .linhaAboutUs .col-md-6:nth-child(1) {
        padding-left: 0px;
    }
.linhaAboutUs:before{

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

}
.block-contactos-frase{
   position: relative;
   min-height: 100vh;
}
.block-contactos-frase .block-conteudo {
    min-height: 100vh;
    position: relative;
}
.block-contactos-frase .allContent{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 700px;
    width: 100%;
}
.block-contactos-frase h1 {    
    text-align: center;
    letter-spacing: 1px;
    color: #75736F;
    opacity: 1;
    font-family: 'gt-walsheim';
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 100;
    margin-bottom: 50px;
}
.destaquePagina{
    transform: matrix(0, -1, 1, 0, 0, 0);
    text-align: right;
    letter-spacing: 4.29px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    bottom: 25vh;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 15px;
    line-height: 15px;
    font-weight: 100 !important;
}

.destaquePagina:after{    
        content: '';
    width: 140px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: -170px;
    bottom: 7px;
}
.absoluteRight{
    position: absolute;
    right: 48px;
    bottom: 63px;

}
.block-contactos-frase .destaquePagina{
   color: #E9715E;
}
.block-contactos-frase .destaquePagina:after{   
    border-bottom: 1px solid #E9715E;
    width: 180px;
    left: -200px;
}
.loftsGeral .destaquePagina{
    width: 170px;
    left: -190px;
}
.block-contactos-frase .allContent .col-md-4 b,
.block-contactos-frase .allContent .col-md-4 strong{
    text-align: center;
    letter-spacing: 5.38px;
    color: #E9715E;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size: 14px;
    line-height: 27px;
    padding-top: 30px;
    font-weight: 100;
}
.block-contactos-frase .allContent .col-md-4 a,
.block-contactos-frase .allContent .col-md-4 a:hover{
    text-align: center;
    letter-spacing: 1px;
    color: #75736F;
    opacity: 1;
    font-family: 'gt-walsheim';
    font-size: 16px;
    line-height: 19px;
}

.listaEmail p{
    padding-top: 16px;
}



.block-about-porto .blocoImg img{
    box-shadow: 7px 7px 32px #00000077;
}
.block-about-porto .blocoTexto{
    padding: 200px 10%;
}
.block-about-porto .blocoTexto p{
    text-align: left;
    font: 30px/50px 'gt-walsheim';
    letter-spacing: 1.28px;
    opacity: 1;
}
.block-about-porto .blocoTexto p em{
    font: 30px/50px 'gt-walsheim';
    font-style: normal;
    color: #E60A48;
    }

.block-about-our-commitment{
    padding-top: 90px;
    padding-bottom: 30px;
}

.block-about-our-commitment .tituloProjectos{
    text-align: left;
    font: 100px/225px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 4px;
    text-transform: lowercase;
    color: #000000;
    opacity: 1;
    margin-left: 166px;
    padding-left: 0px;
}

.bloco-commitment{
    position: relative;
}

.block-about-our-commitment .bolasElemento{
    position: absolute;
    top: -120px;
    right: 30px;
    width: 100px;
    height: 150px;
    background-image: url(../GestorSistema/dots_graphic.png);
    /* background-size: 9px 9px; */
    background-position: top right;
    background-repeat: no-repeat;
}

.block-about-our-commitment .projectoSlideshow .blprojectos{
        width: 598px;
    text-align: left;
    font: 24px/50px 'gt-walsheim';
    letter-spacing: 0.96px;
    color: #000000;
    opacity: 1;
    padding: 30px 100px;
    margin-top: 10px;
    margin-bottom: 50px;
}

.block-about-our-commitment .projectoSlideshow .blprojectos:before{
   content:"";
   width:10px;
   height:10px;
   background:#000;
   position: absolute;
    top: 50px;
    left: 60px;
}

.ourservices{
    background: #1D1D1D;
    opacity: 1;
    padding-bottom: 150px;
    padding-top: 150px;
    padding-left: 166px;
    padding-right: 166px;
    color: white;
}

.ourservices h2{
    text-align: left;
    font: 100px/115px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 4px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 140px;
}
.ourservices li a{
    text-align: left;
    font: 37px/72px 'gt-walsheim';
    letter-spacing: 1.48px;
    color: #FFFFFF;
    opacity: 0.23;
}

.ourservices li a.itemAtivoServices{
    opacity: 1;
}

.caixasServices{
    box-shadow: 7px 7px 32px #00000077;
    padding: 120px 125px;
}
.caixasServices li{
    text-align: left;
    font: 23px/48px 'gt-walsheim';
    letter-spacing: 0.81px;
    opacity: 1;
    margin-bottom: 15px;
}
.caixasServices li:last-child{
    margin-bottom: 0px;
    }

.digitalCX{
    background: #E60A48;
    color: #fff;
}

.printCX{
    color: #E60A48;
    background: #fff;
    display: none;
}

.block-about-social h4 {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate( -50%, -50%);
    text-align: left;
    font: 46px/70px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 0.92px;
    color: #FFFFFF;
    opacity: 1;
}
.block-about-social a {
    color: #000;
    font-family: 'gt-walsheim';
}
.block-about-social .blocoContacts{
    background: #1A1B1C;
    min-height: 280px;
    margin-top: 0px;
    box-shadow: 5px -5px 6px #0000008E;
    position: relative;
}

.block-about-social .redesFooter ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    padding-top: 111px;
    padding-bottom: 111px;
    padding-left: 111px;
}

.block-about-social .redesFooter ul li {
    display: inline-block;
    padding-right: 9%;
    text-align: left;
    font: 30px/70px 'gt-walsheim';
    letter-spacing: 1.2px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.blocoteamhome{
    padding-bottom: 150px;
    padding-top: 100px;
    padding-left: 166px;
    padding-right: 166px;
}

.blocoteamhome .tituloTeam{
    text-align: right;
    font: 100px/225px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 4px;
    color: #000000;
    opacity: 1;
    font-weight: 500;
}

.blocoteamhome .imagemteam{
    position: relative;
    overflow: hidden;
    background: #070a0d;
    margin-bottom: 50px;
}

.blocoteamhome .imagemteam .nometeamHome{
    text-align: left;
    font: 29px/56px 'gt-walsheim';
    letter-spacing: 0.58px;
    color: #FFFFFF;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 0px;
    }
.blocoteamhome .imagemteam .descteamHome{
    text-align: left;
    font: 18px/20px 'gt-walsheim';
    letter-spacing: 0;
    font-weight: 100;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 20px;
}
.blocoteamhome .blocoInfoteam{
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 100%;
    transition: .3s;
    padding: 0px 35px;
    margin-bottom: 0px;
}

.blocoteamhome .imagemteam:hover .blocoInfoteam{
    transition: .3s;
    bottom: 0px;
}
.conteudoteamHome {
    padding-top: 0px;
    padding-bottom: 20px;
}
.conteudoteamHome a{
    margin-right: 15px;
}

.block-about-want-to-join-our-team h4{

    text-align: left;
    font: 85px/178px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 3.4px;
    color: #000000;
    opacity: 1;
}

.hrgrossa{
    width: 100%;
    height: 3px;
    background: #000;
    margin-top: 70px;
    margin-bottom: 120px;
}
.block-about-want-to-join-our-team p{
    text-align: left;
    font: 38px/70px 'gt-walsheim';
    letter-spacing: 0.76px;
    color: #000000;
    opacity: 1;
    margin-bottom: 50px;
}
.brands{
        margin-bottom: 100px;
    margin-top: 50px;
}
.brands li{
    display: inline-block;
    min-width: 19%;
    text-align: center;
}

.conteudoSocial{
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 0vh;
    transform: translateY(-50%);
    min-width: 100%;
}
.conteudoSocial .socialMenuHome{
    font: 72px/129px 'gt-walsheim';
    letter-spacing: 2.88px;
    color: #000000;
    opacity: 1;
    text-align: left;
}

.conteudoSocial .socialMenuHome img{
    transform: rotate(90deg);
    margin-left: 50px;
}

.conteudoSocial .header-social-botoes{
}
.conteudoSocial .header-social-botoes a{
    text-align: left;
    font: 25px/70px 'gt-walsheim';
    display: inline-block;
    letter-spacing: 1px;
    color: #000000;
    opacity: 1;
    width: auto;
    margin-right: 30px;
}

.conteudoSocial .header-social-botoes a i.fa{
    display: none;
    }
.cargotestemunho{
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-family: 'gt-walsheim';
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 15px;
}

.viewHome{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    min-height: 100vh;
    position: relative;
}
.viewHome iframe{
    min-height: 100vh;
    margin-bottom: -10px;
    width: 100%;
}
.pulsar {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-bottom: 8vh;
    z-index: 10;
    transform: translateX(-50%);
    /* display: none; */
    text-align: center;
}

.textoScroll{
    color: white;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    font-family: 'gt-walsheim';
}
.pulsar img{
    margin-bottom: 10px;
}
.pulsar .ring {
    box-sizing: border-box;
    position: absolute;
    top: 12%;
    left: 50%;
    border: 2px solid white;
    /* box-shadow: inset 0 0 10px 0 white; */
    border-radius: 50%;
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: -50%;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.pulsar .ring:nth-child(1) {
    -webkit-animation: pulsar 1s 1s linear infinite;
    animation: pulsar 1s 1s linear infinite;
}

.pulsar .ring:nth-child(2) {
    -webkit-animation: pulsar 2.5s .5s linear infinite;
    animation: pulsar 2.5s .5s linear infinite;
}

.pulsar .ring:nth-child(3) {
    -webkit-animation: pulsar 2.5s 2.5s linear infinite;
    animation: pulsar 2.5s 2.5s linear infinite;
}

@keyframes pulsar {
    0% {
        transform: scale(.3);
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes pulsar {
    0% {
        -webkit-transform: scale(.3);
        opacity: 1;
    }
    75% {
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
.pulsar2{

    margin-left: 72%;
}

.block-home-especialidades .aos-init{
    opacity: 1 !important;
    transform: translate3d(0,0px,0) !important;
}

.subline{
    color: white;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0.5px;
    font-family: 'gt-walsheim';
    float: left;
    padding-left: 22px;
}

.fixaLine{

    font: 48px/86px 'gt-walsheim';
    letter-spacing: 1.92px;
    color: #FFFFFF;
    font-size: 2.2rem;
    line-height: 2.8rem;
    position: absolute;
    top: 15vh;
    left: 145px;
    max-width: 40%;
}
.block-about-want-to-join-our-team{
    padding-right:166px;
    padding-left:166px;
}

.block-home-a-melhor-escolha{

    padding-top: 50px;
    padding-bottom: 100px;
}

.block-home-oportunidades{
	 background-image: url(../GestorSistema/services-1.jpg);
    margin-left: -15px;
    margin-right: -15px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 130px;
    padding-bottom: 100px;
}
.block-home-oportunidades h3{
	text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-style: normal;
    font-weight: 300;
    line-height: 1.17em;
    margin: 0 0 20px;
    color: white;
}
.block-home-oportunidades p, .block-home-oportunidades a, .block-home-oportunidades a:hover{
	color: white;
    line-height: 1.6em;
    margin: 0 0 20px;
    font: normal 15px 'gt-walsheim';
    font-weight: 100;
}

.b82{
    padding-left: 10%;
    padding-right: 10%;
}

.block-home-sobre-nos{
	 background-image: url(../GestorSistema/services-11.jpg);
    margin-left: -15px;
    margin-right: -15px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 130px;
    padding-bottom: 100px;
}

.block-home-sobre-nos h2{
	color: white;
    margin-bottom: 40px;
}
.block-home-sobre-nos h2:after{
	display: none;
}
.block-home-sobre-nos p, 
.block-home-sobre-nos li, 
.block-home-sobre-nos a, 
.block-home-sobre-nos a:hover{
	color: white;
    line-height: 1.6em;
    margin: 0 0 20px;
    font: normal 15px 'gt-walsheim';
    font-weight: 100;
}

.block-home-sobre-nos li {
    list-style: disc;
    margin-left: 20px;
}

.block-home-como-funciona{
    padding-top: 130px;
    padding-bottom: 100px;
}

.block-home-como-funciona h4{
	text-align: center;
    color: #060606;
    font-style: normal;
    line-height: 1.17em;
    margin: 0 0 20px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    font-weight: 400;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    margin-top: 40px;
    margin-bottom: 40px;
}

.block-home-como-funciona p {
    color: #424242;
    line-height: 1.6em;
    margin: 0 0 20px;
    font-family: 'gt-walsheim';
}

.block-home-como-funciona li {
    list-style: disc;
    margin-left: 20px;
    color: #424242;
    font: normal 15px 'gt-walsheim';
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 20px;
}

.block-home-obter-cotacao{
	padding-top: 50px;
    padding-bottom: 100px;
}

.block-home-obter-cotacao h4 {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.20em;
    font-weight: 400;
    color: #060606;
    font-style: normal;
    line-height: 1.17em;
    margin: 0 0 20px;
    margin-top: 60px;
}

.block-home-obter-cotacao p{
	color: #424242;
    line-height: 1.6em;
    margin: 0 0 20px;
    font-weight: 100;
    font-style: inherit;
    margin-bottom: 40px;
}

.titulo-form-obter-cotacao,
.titulo-form-contactos{
	display: none;
}

.label-principal{
	display: none;
}


 .form-control{
	border: solid 1px #dadada;
    outline: none;
    padding: 0 10px;
    width: 100%;
    height: 35px;
    background: #efefef;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #949494;
    font-family: 'gt-walsheim';
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    -webkit-transition: background 0.33s linear;
    -moz-transition: background 0.33s linear;
    -o-transition: background 0.33s linear;
    transition: background 0.33s linear;
    margin-top: 30px;
}

.cx-submit .form-control{
	margin-top: 50px;
    border: none;
    display: block;
    width: 100%;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-appearance: none;
    font-size: 1em;
    font-family: 'gt-walsheim';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff!important;
    background: #23a686;
    line-height: 100%;
    padding: 12px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.cx-submit .form-control:hover{
	color: black !important;
	background:#efefef;
}
.cx-imagem span{
    font-size: 0.8em;
    text-transform: uppercase;
    color: #333;
}
textarea.form-control{
	min-height: 140px;
}


.footer {    
    position: relative;
    background: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer h1,.footer h2,.footer h3,
.footer h4,.footer h5,.footer h6{

}

.footer h2{
    text-align: left;
    font: 15px/20px 'gt-walsheim';
    letter-spacing: 0.5px;
    color: #323131;
    text-transform: uppercase;
    font-weight: 600;
}

.formFooter{
    margin-bottom: 100px;
}
.footer p,
.footer a,
.footer a:hover{
	text-align: left;
    font: 12px/15px 'EuclidFlex';
    font-weight: 100;
    margin-bottom: 0px;
    letter-spacing: 1.09px;
    margin-bottom: 0px;
    color: #3F4740;
    font-weight: 100;
}
.footer a strong{

    font: 12px/15px 'EuclidFlex';
    font-weight: 100;
    margin-bottom: 0px;
    letter-spacing: 1.09px;
    text-transform: none;
    color: #3F4740;
}
.footer .col-md-4:nth-child(2) p,
.footer .col-md-4:nth-child(2) a,
.footer .col-md-4:nth-child(2) a:hover{
    font: 12px/15px 'gt-walsheim';
    letter-spacing: 1.09px;
}
.footer em{

}
.footer .menuprincipal{
    margin-top: 0px;
}
.copyright{
       margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    color: #77777a;
    letter-spacing: 0.20em;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 400;
}
.copyright a, .copyright a:hover{
	color: white;
}

.footer .fundoAzulFooter{
    background: #082967;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 10%;
}

.footer .fundoBrancoFooter{
    background: #fff;
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 10%;
}

.footer .fundoBrancoFooter h2,
.footer .fundoBrancoFooter p,
.footer .fundoBrancoFooter a,
.footer .fundoBrancoFooter a:hover{
    color: #082967;
}

.footer .sub-menu{
    display: none !important;
}

.footer ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.footer ul li {
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    text-align: left;
    font: 15px/19px 'gt-walsheim';
    color: #FFFFFF;
    opacity: 1;
}

.grid-item { 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 33.333333%; 
    height: 360px; 
    cursor: pointer;}
.grid-item img{
    margin-top: -3px;
}
.grid-item--width2 { width: 66.666666%; height: 720px; }
.grid-item--width2 img{
    margin-top: -3px;
}
.mansory{
    margin-bottom: 100px;
}
.iconeMenu{
    width: 15px;
}
.recebeImagem{max-width: 80%;
    margin-left: 10%;
    margin-top: 10vh;
    height: 80vh;
    overflow-y: scroll;
    margin-bottom: 10vh;
   /* border: 10px solid #fff;
    box-shadow: 0px 0px 5px 3px #00000075;*/
}

/********** BLOCO OVERLAY ************/

.overlay{
    display: none;
    width: calc(100%);
    height: calc(100vh);
    position: fixed;
    background: #323131;
    opacity: 0.9;
    z-index: 10;
    left: 0px;
    top: 0px;
}
.bloco-overlay{
   display: none;
   width: calc(100%);
    height: calc(100vh);
    position: fixed;
    z-index: 11;
    left: 0px;
    top: 0px;
}
.mostra-over{
    display: none;
}

.bloco-overlay .form-pesquisa{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    text-align: center;
}
.bloco-overlay .fecha{

    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 1.7rem;
    }

.bloco-overlay .form-control{

    border-radius: 0px;
    border-color: #f8f8f8;
    background: #f8f8f8;
    border-width: 1px;
    color: #323131;
    text-align: center;
    font: 19px/19px 'gt-walsheim';
    padding: 19px;
    margin-top: 0px;
    width: 80%;
    float: left;
    height: 45px;

}
.bloco-overlay .fecha a{
    color: #f8f8f8;
}
.bloco-overlay .fecha a:hover{
    opacity: .9;
}


.bloco-overlay .button{
    -webkit-transition: .5s;
    transition: .5s;
    background: #f8f8f8;
    color: #323131;
    border-color: #f8f8f8;
    text-align: center;
    padding: 12px 20px;
    font: 19px/19px 'gt-walsheim';
    margin-top: 0px;
    text-transform: uppercase;
    border-radius: 0px;
    width: 19%;
    float: left;
    margin-left: 1%;
}

.caixaPesquisar{
    margin-bottom: 90px;
}


/********** BLOCO OVERLAY ************/

.voltar-topo{
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9;
}

#backTopo{
    background-color: #323131;
    color: #ffffff;
    border: 0;
    padding: 5px 8px;
    display: none;
}

/******** TEMA  *****/
.menu-registo{
   text-align: right !important;
}

.headerExtra{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.blocoLanguage{

}

.blocoLanguage ul{
}
.blocoLanguage ul li{
    display: inline-block;
    /*border-right: 1px solid #EB2D37;*/
}
/*.blocoLanguage ul li a{
    text-align: left;
    font: 11px/38px 'gt-walsheim';
    color: #9e9e9e;
    letter-spacing: 4.02px;
    opacity: 1;
    text-transform: lowercase;
    font-weight: 100;
    margin-right: 20px;
    position: relative;
   }
.blocoLanguage ul li a:after{
    content: "";
    position: absolute;
    right: -10px;
    top: -1px;
    border-right: 1px solid #D5D5CD;
    width: 1px;
    height: 13px;
    transform: rotate(12deg);
}
.blocoLanguage ul li:last-child a:after{
   display: none;
}
.blocoLanguage ul li:last-child{
    border: none;
}
.blocoLanguage ul li a:hover{
    color: #000;
}
.blocoLanguage ul li a.menu-item-ativo-lang{
    color: #343434;
}
.blocoLanguage{
    text-align: center;
    padding-top: 10px
}*/

.blocoExtraHeader{
    background: #042B67 0% 0% no-repeat padding-box;
    opacity: 1;  
    color: #323131;
    text-align: center;
    font: 12px/23px 'gt-walsheim';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-weight: 600;
    display: inline-block;
    padding: 10px 20px;

}
.blocoExtraHeader a, .blocoExtraHeader a:hover{
    color: #ffffff;
}

.block-homepage-bloco-roxo{
    
}

.block-homepage-bloco-roxo .container{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

.slideslide-homepage .conteudo-frase{
    /*text-align: center;
    max-width: 80%;
    margin-left: 0%;
    width: 678px;
    transform: translateX( 0%);
    position: absolute;
    bottom: 30px;*/
}

.slideslide-homepage h1{

    text-align: left;
    font: 60px/70px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 0.8px;
    color: #343434;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    margin-top: 15px;
}
.slideslide-homepage h1 span{
    font: 60px/70px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-weight: 100;
    font-style: italic;
}

.slideslide-homepage h5{
    text-align: center;
    font: 11px/15px 'gt-walsheim';
    letter-spacing: 4.28px;
    color: #343434;
    opacity: 1;
    font-variant: small-caps;
    text-transform: lowercase;
}

.slideslide-homepage h5 span{
    font: 11px/15px 'gt-walsheim';
    font-weight: 100;
    font-variant: small-caps;
    text-transform: lowercase;
}

.slideslide-homepage p{
    font: 16px/23px 'Arquitecta';
    opacity: 1;
    text-align: center;
    letter-spacing: 7.97px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 800;
}
.slideslide-homepage a,
.slideslide-homepage a:hover{
    text-align: left;
    text-transform: lowercase;
    font: 13px/24px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.95px;
    color: #E9715E;
    opacity: 1;
}

a.bookNowSlide,
a.bookNowSlide:hover{    
    height: 42px;
    position: absolute;
    width: 174px;
    vertical-align: middle;
    background: #3F4740 0% 0% no-repeat padding-box;
    right: -66px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg) !important;
    text-align: center;
    letter-spacing: 4.98px;
    color: #F2F0EB;
    opacity: 1;
    font: 10px/40px 'Arquitecta';
    font-weight: 800;
    text-transform: uppercase;

}

.cms-about-us .mouse-icon,
.cms-location .mouse-icon{
    display: none;
}

.block-home-quem-somos{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(2,0,36,0) 50%, rgba(8,42,103,1) 50%, rgba(8,42,103,1) 100%);
    color: aliceblue;
    margin-top: -45px;
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}
.block-home-quem-somos img{

    margin-right: 17px;
    }
.block-home-quem-somos .desalinha{
    padding-left: 100px;
}
.block-home-quem-somos .desalinha h2{
    text-align: left;
    font: 48px/60px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.1px;
    color: #FFFFFF;
    opacity: 1;
}
.block-home-quem-somos .desalinha p{
    text-align: left;
    font: 15px/31px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #FFFFFF;
    opacity: 1;
}
.block-home-quem-somos .col-md-6{
    padding-top: 100px;
    padding-bottom: 100px;

}

.blocoprojectoshome {
    padding-bottom: 150px;
    padding-top: 150px;
}

.imagemCategoriaProduto {
        min-height: 340px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 30px;
}
.imagemCategoriaProduto .nomeCategoriaHome{
    
    position: absolute;
    bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.29);
    background-color: rgba(0, 0, 0, 0.22);
}

.imagemCategoriaProduto .nomeCategoriaHome h4{
    position: absolute;
    bottom: 30px;
    text-align: left;
    font: 40px/43px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    opacity: 1;
}

.fundoVideo {
    background-position: center center;
    background-size: cover;
    min-height: 65vh;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.componentes {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: white;
}
.conteudo_bloco_video {
    color: white;
}

.fundoVideo h2{
    text-align: center;
    font: 38px/55px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 0.86px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 30px;
}

.block-20200330220326a62645{
    padding-top: 100px;
    padding-bottom: 100px;
}

.block-20200330220326a62645 h2{
    text-align: center;
    font: 55px/65px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.1px;
    color: #323131;
    opacity: 1;
    margin-bottom: 75px;

}

.block-20200330220326a62645 h4{
    text-align: center;
    font: 25px/30px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 0.5px;
    color: #323131;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 40px;
}

.block-20200330220326a62645 .col-md-4 {
    padding-left: 45px;
    padding-right: 45px;
}

.siganos{
    background: #e9ecf4;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: right;
    padding-right: 45px;
}

.siganos h3{
    float: right;
    font: 40px/60px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.1px;
    color: #323131;
    opacity: 1;
    max-width: 300px;
}
.redesescrita{
    padding-top: 155px;
    padding-bottom: 100px;
    text-align: center;
}
.redesescrita a,
.redesescrita a:hover{
    text-align: center;
    font: 20px/30px 'gt-walsheim';
    letter-spacing: 0.5px;
    color: #323131;
    opacity: 1;
    font-weight: bold;
    }

.conteudo-loja-geral{
    background: #ffffff;
}

.produtos-inner .conteudo-loja-geral{
        background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(2,0,36,0) 50%, #E9ECF4 50%, #E9ECF4 100%);

}
/****** breadcumb-produtos *****/
.breadcumb-produtos{
    padding-top: 44px;
    padding-bottom: 62px;    
    background: transparent linear-gradient(180deg, #00000021 0%, #00000000 100%) 0% 0% no-repeat padding-box;
}

.breadcum-list .breadcum-list-item{
    display: inline-block;
}

.breadcum-list .breadcum-list-item a{
    text-align: left;
    font: 15px/34px 'gt-walsheim';
    letter-spacing: 0.3px;
    color: #323131;
    opacity: 1;
    padding-right: 10px;
}
.breadcum-list .breadcum-list-item a:after{
    content: "|";
    padding-left: 10px;
}
.breadcum-list .breadcum-list-item:first-child a{
    padding-left: 0px;
}
.breadcum-list .breadcum-list-item:last-child a{
    padding-right: 0px;
}
.breadcum-list .breadcum-list-item:last-child a:after{
    display: none;
    }
.produtos-inner .breadcum-list{
    padding-left: 15px;
    padding-right: 15px;
}
/****** breadcumb-produtos *****/

/****** pagina-produtos *****/
.tituloBlocoProdutos{
    text-align: left;
    font: 55px/56px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.1px;
    color: #082967;
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 0px;
}

.blococonfiprodutos{
    text-align: right;
}
.blococonfiprodutos .caixaPesquisaProdutos{
    text-align: left;
    font: 15px/34px 'gt-walsheim';
    letter-spacing: 0.3px;
    color: #082967;
    border-color: #082967;
    opacity: 1;
    background: transparent;
    border-radius: 0px !important;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 200px;
}
.visializacoes-produtos{
    margin-bottom: 64px;
}
.blococonfiprodutos .select{    
    margin-right: 20px;
}
.blococonfiprodutos .select:after{
    right: 10px;
}

.produtos footer{
    margin-top: 0px;
}

.blococentralprodutos{
    padding-bottom: 60px;
}

.bloco-filtros{
    background:  #ffffff;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    padding: 40px;
}
.bloco-filtros .tituloFiltrosProdutos{
    text-align: left;
    font: 25px/30px 'gt-walsheim';
    letter-spacing: 0.5px;
    color: #323131;
    opacity: 1;
    padding-left: 0px;
    margin-left: 0px;
    font-weight: 500;
    margin-bottom: 30px;
}
ul.itens-cat-catetoria-produto li a {
    padding-left: 10px;
    text-align: left;
    font: 14px/27px 'gt-walsheim';
    letter-spacing: 0.28px;
    color: #323131;
    margin-bottom: 10px;
    font-weight: 600;
}
ul.itens-cat-catetoria-produto li .subs-cat{
    padding-left: 15px;
}
ul.itens-cat-catetoria-produto li .subs-cat li a{
    font-weight: 400;
}
ul.itens-cat-catetoria-produto li a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 0%;
    margin-right: 5px;
    border: 1px solid #323131;
}

.subs-cat .subs-cat{
    display: none;
}

ul.itens-cat-catetoria-produto li .subs-cat li:hover ul{
    display: block;
}

ul.itens-cat-catetoria-produto li a.item-ativo-cat:before {
    background-color:  #323131;
}

.imagemProdutoCategoria{
    margin-bottom: 33px;
    /*height: 200px;*/
    text-align:center;
}

.imagemProdutoCategoria .imgProdutoLista{
    width: 100%;
    min-height: 250px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
}

.min-height-texto-produto-cat{
    text-align: center;
    margin-bottom: 50px;
}
.bloco-produto-all-bloco{
    margin-bottom: 132px;
    padding: 0px 10%;
}
.ProdutoPrecoLista{
    text-align: center;
    font: 21px/34px 'gt-walsheim';
    letter-spacing: 0.42px;
    color: #323131;
    opacity: 1;
    font-weight: 600;
}

.nomeProdutoLista,
.descProdutoLista{
    text-align: center;
    font: 17px/20px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #323131;
    opacity: 1; 
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 42px;
}

.descProdutoLista{
    display: none;
}

.blococentralprodutos .btnComprar{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font: 21px/34px 'gt-walsheim';
    letter-spacing: 0.42px;
    color: #323131;
    opacity: 1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.blococentralprodutos .btnComprar span{
    background: #323131;
    color: #ffffff;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 4px;
}
.blococentralprodutos .btnComprar span img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    }
.blococentralprodutos .btnComprar a{
    display: block;
    width: 100%;
    line-height: 50px;
}
.blococentralprodutos .btnComprar a:hover{
    background: #323131;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #323131;
    border-color: #323131;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #323131;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ddd;
}
/****** pagina-produtos *****/

/****** pagina-contactos *****/


/*.conteudo-cms-20200413113814a20659 h1{
    text-align: left;
    font: 55px/60px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.1px;
    color: #323131;
    opacity: 1;
}
.conteudo-cms-20200413113814a20659 p{
    text-align: left;
    font: 17px/34px 'gt-walsheim';
    letter-spacing: 0.34px;
    opacity: 1;
}
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos h1,
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos p,
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos a{
    color: #ffffff; 
}

.conteudo-cms-20200413113814a20659 .bloco-esq-contactos{
    background: #323131;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 10%;
    padding-right: 5%;
    min-height: 85vh;
}
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos{
    background: #ffffff;
    padding-bottom: 100px;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 10%;    
    min-height: 85vh;
    }
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos h1,
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos p,
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos a{
    color: #323131; 
}
.conteudo-cms-20200413113814a20659 footer{
    display: none;
}


.conteudo-cms-20200413113814a20659 .bloco-esq-contactos a{
    text-decoration: underline;
}

.conteudo-cms-20200413113814a20659 .siganos {

    clear: both;
    top: -60px;
    position: relative;
}


.conteudo-cms-20200413113814a20659 .form-control{
    border: 2px solid #323131;
    background: transparent;
}

.conteudo-cms-20200413113814a20659 .cx-submit .form-control{
    background-color: #323131;
    border: 2px solid #323131;
    color: #ffffff;
    height: 50px;
}
.conteudo-cms-20200413113814a20659 .cx-submit .form-control:hover{
    background-color: #ffffff;
    color: #323131;
}*/
/****** pagina-contactos *****/


/****** pagina-sobre nos *****/

.conteudo-cms-20200413121756a26900 h1{
    font: 76px/90px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.52px;
    color: #ffffff;
    opacity: 1;
}

.block-20200413142934a34872 h2{
    text-align: center;
    font: 35px/51px 'gt-walsheim';
    letter-spacing: 0.7px;
    color: #323131;
    opacity: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15%;
    padding-right: 15%;
}
.block-20200413145740a91240{
    padding-bottom: 120px;
    position: relative;
}

.block-20200413145740a91240 .col-md-6:first-child{
    padding-top: 120px;
    padding-left: 10%;
    padding-right: 10%;
}
.block-20200413150231a48039{
    padding-bottom: 120px;
    position: relative;
}

.block-20200413150231a48039 .col-md-6:nth-child(2){
    padding-top: 70px;
    padding-left: 10%;
    padding-right: 10%;
}

.block-20200413150732a99916{
    background: #323131;
    color:  #ffffff;
    padding-bottom: 124px;
    padding-top: 124px;
}
.block-20200413150732a99916 h2{
    text-align: center;
    font: 43px/65px  '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 0.86px;
    color:  #ffffff;
    opacity: 1;
    text-transform: inherit;
    padding-bottom: 120px;
}


/****** pagina-sobre nos *****/


/******* PAGINA PRODUTOS INNER *********/

.conteudo-relacionados-produtos{
    padding-top: 105px;
    padding-bottom: 140px;
}
.conteudo-relacionados-produtos h2{
    text-align: center;
    font: 40px/76px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.1px;
    color: #082967;
    opacity: 1;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.bloco-info-produtos .interiorProdutos{ 
    padding: 10px 80px 80px;
}

.interiorProdutos h1{
    text-align: left;
    font: 26px/46px  'gt-walsheim';
    letter-spacing: 0.64px;
    color: #082967;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 0px;
}


.interiorProdutos h3.preco-produto{
    text-align: left;
    font: 20px/46px  'gt-walsheim';
    letter-spacing: 0.64px;
    color: #082967;
    opacity: 1;
    font-weight: bold;
}

.bloco-imagens-produtos{
    padding: 80px;
}

.galeriaImagensProdutos{
    margin-bottom: 30px;
}

.galeriaImagensProdutos .bl-img-gal{
    width: 100%;
    min-height: 350px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.galeriaImagensProdutos .slick-prev:before, 
.galeriaImagensProdutos .slick-next:before{
    color: #e9ecf4;
}
.galeriaImagensProdutos-nav img{
    margin-left: 15px;
    margin-right: 15px;
}

.sharethis-inline-share-buttons{
    position: fixed !important;
    right: 0px !important;
    top: 20% !important;
}
#st-1 .st-btn{
    display: block !important;
    background-color:  #323131 !important;
    height: 35px !important;
    padding: 0 10px !important;
}
#st-1 .st-btn > img {
    height: 20px !important;
    width: 20px !important;
    top: 7px !important;
}
.selecionaCor{
    float: left;
    margin-right: 25px;
    text-align: left;
    font: 17px/34px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #323131;
    font-weight: bold;
    opacity: 1;
    text-transform: uppercase;
}
.selecionaTitulo{
    text-align: left;
    font: 13px/13px 'gt-walsheim';
    letter-spacing: 0px;
    color: #323131;
    font-weight: bold;
    opacity: 1;
    text-transform: uppercase;
    margin-top: 30px;
}
.cor{
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
    box-shadow: 1px 1px 1px #333;
}
.cor:hover{
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-bottom: -3px;
    margin-left: 0px;
    margin-right: 4px;
}
.cor-branco{
    background: white;
}
.cor-amarelo{
    background: #F0C60F;
}
.cor-vermelho{
    background: #A20300;
}
.cor-castanho{
    background: #670200;
}
.cor-verde{
    background: #147D00;
}
.cor-verdeescuro{
    background: #004C00;
}
.cor-azul{
    background: #1D13E3;
}
.cor-cinzento{
    background: #333333;
}
.cor-preto{
    background: #040100;
}

.selector-produto{
    border: 1px solid #323131;
    background: transparent;
    color: #323131;
    font: 15px/34px 'gt-walsheim';
    letter-spacing: 0.3px;
    position: relative;
    margin-top: 10px;
}

.selector-produto-seta:after{
    content: "\f077";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #082967;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 65px;
    right: 25px;
    transform: rotate(180deg);
}

.textarea-produtos{
    border: 1px solid #323131;
    background: transparent;
    color: #323131;
    font: 15px/34px 'gt-walsheim';
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.referencia{
    text-align: left;
    font: 17px/27px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #323131;
    opacity: 1;
}
.smsExtra{
    text-align: left;
    font: 17px/30px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #323131;
    opacity: 1;
    margin-top: 20px;
}
.smsExtra a{
    text-decoration: underline;
}

.btn{
    width: initial;
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 10px 53px;
    background: #D5D5CD;
    font-size: 11px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 3px;
}

.btn-principal{
    background: #323131;
    border: 1px solid #323131;
    text-align: left;
    font: 17px/34px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #ffffff;
    font-weight: bold;
}

.btn-secundario{
    background: #ffffff;
    border: 1px solid #ffffff;
    text-align: left;
    font: 17px/34px 'gt-walsheim';
    letter-spacing: 0.34px;
    color: #323131;
    font-weight: bold;
}

/******* PAGINA PRODUTOS INNER *********/
/******* TEMA *******/

.block-home-portefolio,
.block-home-services{
    padding: 111px 77px 20px;
}
.block-home-portefolio{

    padding: 33px 77px 20px;
}

.block-home-portefolio h2,
.block-home-services h2{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    text-transform: inherit;
    letter-spacing: 0.35px;
    font-size: 40px;
    font-style: normal;
    font-weight: 100;
    line-height: 43px;
    margin: 0px 0 50px;
    padding-top: 143px;
    max-width: 100%;
    width: 483px;
}
.block-home-portefolio h3,
.block-home-services h3{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    text-transform: inherit;
    letter-spacing: 0.44px;
    font-size: 50px;
    font-style: normal;
    font-weight: 100;
    line-height: 49px;
    margin: 0px 0 50px;
    padding-top: 143px;
    max-width: 100%;
    width: 463px;
}

.block-home-portefolio img,
.block-home-services img{

    width: 612px;
    padding-right: 30px;
}

.block-home-portefolio p,
.block-home-services p{
    width: 335px;
    max-width: 100%;
}
.block-home-portefolio .btn{
    margin-top: 90px;
}
.block-home-services .btn{
    margin-top: 50px;
}
.block-home-services{
    padding-bottom: 154px;
}
.block-home-belive {
    background: #D5D5CD;
    margin-left: -15px;
    margin-right: -15px;
}
.block-home-belive .container{
    padding: 95px 242px 45px;
    position: relative;
}

.block-home-belive h2{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    text-transform: inherit;
    letter-spacing: 0.35px;
    font-size: 40px;
    font-style: normal;
    font-weight: 100;
    line-height: 43px;
    margin: 0px auto 50px;
    max-width: 100%;
    width: 730px;
}
.block-home-belive img{
    margin: 0px 0 50px;
}
.block-home-belive p{

}
.block-home-get-to-know{
    padding: 71px 0px 82px;
}
.btn-claro{
    background: #F7F9FB;
}

.block-home-belive .container:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -48px;
    border-right: 1px solid #74716F;
    width: 1px;
    height: 67px;
    z-index: 1;
}

h6{
    font-size: 11px;
    line-height: 18px;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 24px;
}
.block-team-cabecalho{
    position: relative;
    background: #F7F9FB; 
    margin-top: -20px;
}
.block-team-cabecalho .row{
    position: relative;
    height: 100vh;
}
.block-team-cabecalho .block-conteudo{
    position: absolute;
    top: 250px !important;
    left: 50% !important;
    transform: translateX( -50%) !important;
    width: 705px;
    max-width: 100%;
    /* height: 100vh; */
    opacity: 1 !important;
    transition-duration: 0s !important;
}


.projectos .block-team-cabecalho .block-conteudo{
    /*top: 50% !important;
    transform: translate( -50%, -50%) !important;*/
}

.projectos .slick-arrow{
    display: none !important;
}

.block-team-frase{
    background: #E4E5DE;
    padding: 95px 10% 45px;
    position: relative;
}
.block-team-frase .container{
    padding: 0px 70px;
}
.block-team-frase h2{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    text-transform: inherit;
    letter-spacing: 0.35px;
    font-size: 40px;
    font-style: normal;
    font-weight: 100;
    line-height: 49px;
    padding: 0px 150px;
    margin: 0px auto 50px;
}
.block-team-frase img {
    margin: 0px 0 50px;
}
.block-team-frase .container:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -48px;
    border-right: 1px solid #74716F;
    width: 1px;
    height: 67px;
    z-index: 1;
}
.block-team-get-to-know{
    padding: 71px 0px 82px;
}
/*.block-team-logo{
    padding: 54px 0px 54px;
}*/
.blocoteamdestaque .blteam{
    margin-top: -42vh;
}

.blocoteamdestaque .blocoTeam{
    padding: 0px 113px;
}
.blocoteamdestaque .blteam:first-child{

}
.blocoteamdestaque .blteam:last-child{

}
.nometeamHome{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    letter-spacing: 0.26px;
    font-size: 30px;
    font-style: normal;
    font-weight: 100;
    line-height: 43px; 
    padding-left: 30px;  
    padding-top: 10px;
}
.descteamHome{
    text-align: left;
    letter-spacing: 2.73px;
    color: #74716F;
    text-transform: uppercase;
    opacity: 1;
    font-size: 10px;
    line-height: 18px; 
    padding-left: 30px;
}
.blocoteamnormal{
    padding: 102px 0px 18px;
}
.blocoteamnormal .blocoTeam{
    width: 1060px;
    max-width: 100%;
    position: relative;
    margin: 0px auto;
}
.blocoteamnormal .blteam{
    padding: 0px 30px 113px 20px;
}

.bloco-textp-team{
    margin-left: -120px;
    width: calc(33.33333% + 90px);
    background: #F7F9FB;
    padding: 70px 68px 30px 47px;
    position: relative;
    margin-right: 30px;
}

.team-texto h2{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    letter-spacing: 0.23px;
    font-size: 35px;
    font-style: normal;
    font-weight: 100;
    line-height: 40px; 
    padding-bottom: 70px;
    text-transform: inherit;

}
.team-texto b{
    font-weight: 600;
    color: #323131;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-family: freight-neo-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.team-texto a{
    font-family: 'gt-walsheim';
    text-align: left;
    letter-spacing: 2.73px;
    color: #323131;
    text-transform: uppercase;
    opacity: 1;
    font-size: 10px;
    line-height: 18px;
    position: relative;
}
.team-texto a:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 6px;
    border-bottom: 1px solid #323131;
    width: 79px;
    height: 0px;
    transition: .2s;
}

.team-texto a:hover:before{
    transition: .2s;
    left: -120px;
}
.team-texto img{
    position: absolute;
    right: 47px;
    bottom: 23px;
}
.block-services-cabecalho {
    position: relative;
    background: #F7F9FB;
    margin-top: -20px;
}
.block-services-cabecalho .row {
    position: relative;
    height: 80vh;
}
.block-services-cabecalho .block-conteudo {
    position: absolute;
    top: 270px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 863px;
    max-width: 100%;
    /* height: 100vh; */
    opacity: 1 !important;
    transition-duration: 0s !important;
}

.blocoservicos .blservicos {
        margin-top: -25vh;
}

.blservicos .nometeamHome{
    padding-left: 20px;
    font-size: 28px;
    padding-top: 40px;
    line-height: 32px;
}
.blservicos .descteamHome{
    padding-left: 20px;
    padding-top: 10px;
    line-height: 20px;
}
.block-sevicos-process{
    background: #E4E5DE;
    padding: 95px 0px 45px;
    position: relative;
}
.block-sevicos-process h2{
    font-family: 'ReneBieder-CamptonMedium';
    color: #323131;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; 
    padding-bottom: 80px;
    text-transform: inherit;

}
.block-sevicos-process .container{
    padding: 0px 200px;
}
.block-sevicos-process .col-md-3{
    padding: 0px 30px;
}
.block-sevicos-process h3{

    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    letter-spacing: 0.23px;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 41px; 
    padding-bottom: 0px;
    text-transform: inherit;
    margin-bottom: 5px;
}
.block-sevicos-process p{

    font-family: 'ReneBieder-CamptonMedium';
    color: #323131;
    letter-spacing: 0.46px;
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
    line-height: 18px;
    padding-bottom: 20px;
    text-transform: inherit;
    margin-bottom: 5px;
    margin-top: 20px;
}
.block-sevicos-process p:first-child{
    margin-top: 0px;
}
.block-sevicos-process .col-md-3:nth-child(1) img{
    width: 88px;
    height: 67px;
}
.block-sevicos-process .col-md-3:nth-child(2) img{
    width: 48px;
    height: 67px;
}
.block-sevicos-process .col-md-3:nth-child(3) img{
    width: 71px;
    height: 57px;
    margin-bottom: 7px;
    margin-top: 4px;
}
.block-sevicos-process .col-md-3:nth-child(4) img{
    width: 71px;
    height: 52px;
    margin-bottom: 11px;
    margin-top: 10px;
}

.block-service-get-to-know{
    padding: 71px 0px 0px;
}
.block-sevicos-process .container:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -48px;
    border-right: 1px solid #74716F;
    width: 1px;
    height: 67px;
    z-index: 1;
}

.fonteNormal p{
    font-size: initial;
    line-height: initial;
    margin-top: 100px;
}
.block-services-projectos{
    padding: 141px 0px 116px 0px;
}

.block-services-projectos .container{
    width: 1060px;
}
.block-services-projectos .col-md-8{
    padding-top: 68px;
}
.block-services-projectos .col-md-8 h3{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    letter-spacing: 0.26px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px; 
    padding-bottom: 0px;
    text-transform: inherit;
    margin-bottom: 5px;
}
.block-services-projectos .col-md-8 .col-md-6{
    padding: 0px 30px 56px;
}
.block-services-projectos .col-md-8 .col-md-6 p{
    font-family: 'ReneBieder-CamptonMedium';
    color: #323131;
    letter-spacing: 0.46px;
    font-size: 13px;
    font-style: normal;
    font-weight: 100;
    line-height: 20px;
}
.block-services-projectos .team-texto h2{
    width: 300px;
    max-width: 94%;
}

.block-services-projectos .team-texto img {
    right: 23px;
}

.img-service{
    position: relative;
}
.over-service{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 95%;
    height: 95%;
    background: #D5D5CDCC;
    opacity: 0;
    transition: .5s;
}
.bloco-texto-over-service{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.img-service a:hover .over-service{
    opacity: 1;
    transition: .5s;
}
.bloco-texto-over-service p{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    letter-spacing: 0.34px;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px; 
    padding-bottom: 0px;
    text-transform: inherit;
    margin-bottom: 0px;
}
.bloco-texto-over-service h6 {
    font-size: 10px;
    line-height: 18px;
    font-weight: 100;
    letter-spacing: 2.7px;
    margin-bottom: 0px;
    color: #323131;
}

.projectos .block-team-cabecalho{
    background-size: cover;
}

.grelha-post-com-filtros {
    padding: 35px 0px 94px;
}

#post.projectos .grelha-post-com-filtros {
    padding: 35px 0px 20px;
}
.grelha-post-com-filtros .menu-cat li{
    display: inline-block;
    padding-right: 10px;
    padding-left: 0px;
}
.grelha-post-com-filtros .menu-cat li a,
.grelha-post-com-filtros .menu-cat li a:hover{
    font-size: 18px;
    line-height: 43px;
    letter-spacing: 0.18px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #74716F;
    position: relative;
    padding-right: 25px;
    padding-left: 5px;
    display: inline-block;
}

.grelha-post-com-filtros .menu-cat li a span{
    font-family: '1790RoyalPrintingCapsW90Norm';   
    text-transform: lowercase;
    font-size: 29px;
    line-height: 43px;
    letter-spacing: 0.4px;
    color: #171616;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 100;
    position: relative;
}
/*.grelha-post-com-filtros .menu-cat li a:hover span{
    border-bottom: 1px solid;
}*/

.grelha-post-com-filtros .menu-cat li a.item-ativo-cat span{
    position: relative;
}

.grelha-post-com-filtros .menu-cat li a.item-ativo-cat span:before,
.grelha-post-com-filtros .menu-cat li a:hover span:before{
    border-bottom: 1px solid #FF4B4B;
    opacity: 1;
    content: "";
    width: calc(100% + 20px);
    height: 1px;
    position: absolute;
    left: -10px;
    bottom: 15px;
    transform: rotate(-2deg);
}

.grelha-post-com-filtros .menu-cat li a:after {    
    content: "";
    position: absolute;
    right: -2px;
    top: 6px;
    border-right: 1px solid #74716F;
    width: 1px;
    height: 30px;
    transform: rotate(40deg);
}
.grelha-post-com-filtros .menu-cat li:last-child a:after{
   display: none;
} 
.grelha-post-com-filtros .menu-cat li:first-child{
   padding-left: 0px;
} 
.grelha-post-com-filtros .menu-cat{
    padding-bottom: 40px;
    padding-left: 7px;
}

.grelha-post-com-filtros .bloco-img-noticia{
    min-height: 390px;
    background-size: cover;
}

.grelha-post-com-filtros .controlaSombra a:hover .over-service{
    opacity: 1;
    transition: .5s;
    background: #EE6D55;
    width: 90%;
    height: 90%;
    position: absolute;
    bottom: 0px;
    top: inherit;
}
.grelha-post-com-filtros .full-block{
    position: relative;
}
.grelha-post-com-filtros .controlaSombra{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 36px;
}

.grelha-post-com-filtros .over-service{
    padding: 28px 38px 28px 38px;

    /*width: 90%;
    height: 90%;
    position: absolute;
    bottom: 0px;
    top: inherit;*/
}
.grelha-post-com-filtros .over-service .bloco-texto-over-service{
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
    text-align: left;
    height: 100%;
}

.grelha-post-com-filtros .over-service .bloco-texto-over-service .grupoTextoProj{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.grelha-post-com-filtros .over-service .bloco-texto-over-service .tituloProj{
    font-size: 22px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 1.22px;
    color: #9B4636;
    font-family: 'SackersGothicLight';
    font-weight: 100;
    text-transform: lowercase;
    max-width: 260px;
}

.grelha-post-com-filtros .over-service .bloco-texto-over-service .descProj{
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    letter-spacing: 0.16px;
    color: #9B4636;
    font-family: 'SackersGothicLight';
    font-weight: 100;
    text-transform: lowercase;
    margin-top: 5px;
    
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 95px;

    width: 300px;

}

.grelha-post-com-filtros .over-service .bloco-texto-over-service h6{
    text-align: left;
    letter-spacing: 3px;
    color: #9B4636;
    opacity: 1;
    font-family: 'ReneBieder-CamptonMedium';
    font-size: 10px;
    line-height: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.grelha-post-com-filtros .over-service .bloco-texto-over-service h6:last-child{ 
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #9b4736;
    width: 40px;
    text-transform: uppercase;
}

.block-projetos-footer{
    padding-top: 35px;
}
.block-projetos-footer h6{
    padding-bottom: 51px;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 0px;

    }
.block-projetos-footer h2{
    font-family: '1790RoyalPrintingCapsW90Norm';
    color: #323131;
    text-transform: lowercase;
    letter-spacing: 0.26px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px; 
    padding-bottom: 35px;
    text-transform: inherit;
    width: 930px;
    max-width: 94%;
    margin: 0px auto 70px;

}
.block-projetos-footer h2 b,
.block-projetos-footer h2 strong{

    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    font-family: freight-neo-pro, sans-serif;
font-style: normal;
font-weight: 700;
}

.block-team-logo{
   padding: 48px 0px 36px;
}
.block-team-logo img{
    width: 33px;
    height: auto;
}
.destaque-post-projeto img{
    /*margin-top: -27vh;*/
}

.conteudo-projectos .container{
    width: 1060px;
    padding-top: 51px;
    padding-bottom: 49px;
}

.conteudo-projectos .col-md-4 p,
.conteudo-projectos .col-md-7 p{
    font-size: 13px;
    line-height: 18px;
    font-weight: 100;
    letter-spacing: 0.46px;
}

.mini-titulo{
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.75px;
    margin-bottom: 0px;
}
.galeria-projectos{
    padding-top: 100px;
}
.galeria-projectos .contGaleriaCima{
    margin-bottom: 0px;
    padding: 0px 25px;
}
.galeria-projectos .contGaleriaCima:nth-child(2){
   /*padding-top: 50px;*/
}
.galeria-projectos .contGaleriaCima:nth-child(odd){
    text-align: right;
    margin-top: -100px;

}
.galeria-projectos .contGaleriaCima:nth-child(even){
    text-align: left;
    margin-top: 50px;
}
.barra-seguintes{    
    width: 100%;
    text-align: center;
    padding-top: 186px;
    padding-bottom: 50px;
}

.barra-seguintes a,
.barra-seguintes a:hover,
.barra-seguintes .linhaLaranja{
    display: inline-block;
    font-size: 10px;
    line-height: 18px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2.73px;
    width: 49%;
    color: #323131;
}
.barra-seguintes a:nth-child(1){
    padding-right: 24px;
    text-align: right;
}
.barra-seguintes a:nth-child(2){
    padding-left: 24px;
    text-align: left;
}
.barra-seguintes .linhaLaranja{
    padding-left: 47px;
    display: none;
}
.voltar,
.voltar:hover{
    font-size: 10px;
    line-height: 18px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 2.73px;
    width: 49%;
    color: #323131;
    margin-top: -55vh;
    display: block;
    padding-bottom: 20px;
}
.nav-back-arrow{
    width: 80px;
    position: relative;
    display: inline-block;
}
.nav-back-arrow-line{
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
    background-color: #FF4B4B;
    height: 1px;
}
.nav-back-arrow-head:before, 
.nav-back-arrow-head:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #FF4B4B;
    display: block;
    transform-origin: 0% 50%;
}
.nav-back-arrow-head:before {
    transform: rotate(-45deg) translate3d(0px, 1px, 0px);
}
.nav-back-arrow-head:after {
    transform: rotate(45deg) translate3d(0px, -1px, 0px);
}

.arrow-preta,
.arrow-preta .nav-back-arrow-line,
.arrow-preta .nav-back-arrow-head:before,
.arrow-preta .nav-back-arrow-head:after{
    /*background-color: #000000;*/
}
.arrow-preta{

    padding-right: 20px;

    margin-bottom: 2px;
    position: relative;
}
.arrow-right {
    transform: rotate(180deg);
    padding-left: 0px;
}


.block-contactos-cabecalho{
    position: relative;
    background: #F7F9FB; 
    margin-top: -20px;
}
.block-contactos-cabecalho h1{
    font-size: 34px;
    line-height: 43px;
}
.block-contactos-cabecalho .row{
    position: relative;
    height: 100vh;
}
.block-contactos-cabecalho .block-conteudo{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 743px;
    max-width: 100%;
    /* height: 100vh; */
    opacity: 1 !important;
    transition-duration: 0s !important;
}


.block-contactos-siganos{
    padding-top: 48px;
    padding-bottom: 35px;
    color: #323131;
    text-align: center;
}

.block-contactos-siganos .blocoSocialHeader {
    position: relative;
    bottom: inherit;
    right: inherit;
}
.form-contactos{
    padding: 300px 200px;
    position: relative;
}
.form-contactos label{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    font-size: 35px;
    line-height: 41px;
    letter-spacing: 0.23px;
    margin-bottom: 0px;
    display: block;
}

.form-contactos input{
    background: transparent;
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #323131;
    }
.form-contactos input[type="text"]{

    width: 1px;
  animation-name: example;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}
@keyframes example {
  0%   {width: 1px;}
  100% {width: 100%;}
}
.form-contactos input[type="text"]:focus{    
    outline-width: 0;
    outline: none;
    border-color: initial;
    box-shadow: none;
    border-bottom: 2px solid #323131;
    }
.form-contactos  input::placeholder { 
  color: #fff;
  opacity: 0; 
}
.form-contactos input:-ms-input-placeholder { 
    color: #fff;
    opacity: 0; 
}
.form-contactos input::-ms-input-placeholder { 
  color: #fff;
  opacity: 0; 
}
.form-contactos .cx2,
.form-contactos .cx3,
.form-contactos .cx4,
.form-contactos .cx5,
.form-contactos .cx6{
    display: none;
}
.resposta{
    background: white;
    position: absolute;
    width: 100%;
    height: 340px;
    z-index: 2;
    text-align: center;
    margin: auto;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;

}
.resposta h6{
    padding-top: 100px;
}
.resposta h2{
    max-width: 94%;
    margin: auto;
    width: 930px;
    text-transform: inherit;
    letter-spacing: 0;
}
.reportNumber{
    position: absolute;
    top: 22px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.reportNumber .num1{
    padding-right: 15px;
}
.reportNumber .num2{  
    padding-left: 14px;
}
.reportNumber .num1,
.reportNumber .num2{
    display: inline-block;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    color: #323131;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.53px;
}
.reportNumber:before{
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0px;
    border-right: 1px solid #323131;
    width: 0px;
    height: 316px;
}

.avancaform,
.cx-submit input.form-control{
    font-family: 'ReneBieder-CamptonMedium';
    color: #323131;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 2.73px;
    font-weight: 400;
    padding-top: 23px;
    display: block;
    float: right;
    text-transform: uppercase;
}

.form-contactos .cx-submit input.form-control{
    color: #323131 !important;
    background: transparent;
    width: auto;
    margin: 0px;
    height: auto;
    padding: 28px 0;
}

.avancaform,
.avancaform:hover,
.avancaform:focus{
    font-family: 'ReneBieder-CamptonMedium';
    color: #323131;
    cursor: pointer;
}

.avancaform .arrow-right,
.setaFinal{
    padding-left: 28px;
}
.setaFinal{
    cursor: pointer;
    float: right;
    padding-top: 74px;
}
.setaFinal .nav-back-arrow-head{
    position: absolute;
    top: 37px;
}
.arch{
    position: absolute;
    bottom: -84vh;
    width: 84px;
    margin-left: 62px;
    display: none;
}
.arch img{
    width: 84px;
}
.page-team .arch,
#post .arch{
    bottom: 29px;
    left: calc(100vw - 275px);
    margin-left: 0px;
}

.page-homapage#post .arch{
    bottom: calc(-100vh - -150px);
    margin-left: 62px;
    left: 0px;
}

.projectos .block-team-cabecalho{
    margin-top: 0px;
}
.projectos .block-team-cabecalho,
.block-team-cabecalho,
.block-services-cabecalho,
.block-contactos-cabecalho{
    width: calc(100%);
}
.blocoservicos{
    width: calc(1192px - 106px);
    max-width: calc(100% - 106px);
}
.blocoteamdestaque{
    margin-left: calc(50% - 53px);
    transform: translateX(-50%);

}
.reportNumber{
    left: calc(50% - 53px);
}

.destaque-post-projeto,
.blocoservicos-inner{
    margin-left: -53px;
    padding-right: 53px;
}
.myreport{

    font-weight: 100;
    margin-top: 11px;
}
.relative{
    position: relative;
}
.imagemProjetos img{
    width: 100%;
}

.paginacaoNavega{ 
    padding-left: 49px;
    padding-top: 31px;
}

.paginacaoNavega a span{
    display: none;
}

.textoProjetos{
    background: #fff;
}
.imagemProjetos{
    position: relative;
    z-index: 1;
}
.textoProjetos {
    background: #fff;
    margin-top: 96px;
    margin-left: -57px;
    z-index: 0;
    padding-left: 114px;
    padding-top: 82px;
    padding-right: 82px;
    padding-bottom: 72px;
}

.backProjetos a span{
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    text-transform: lowercase;
    font-size: 12px;
    line-height: 22px;    
    font-family: 'SackersGothicLight';
}

.textoProjetos h1{
    text-align: left;
    letter-spacing: 0.57px;
    color: #171616;
    opacity: 1;
    font-size: 40px;
    line-height: 44px;
    font-style: italic;
    font-weight: 100;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    margin-top: 0px;
}
.textoProjetos h6{
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-family: 'SackersGothicLight';
    font-family: 'ReneBieder-CamptonMedium';
    text-transform: lowercase;
    font-size: 11px;
    line-height: 25px;
    font-weight: 400;
    font-variant: small-caps;
}
.textoProjetos p{
    text-align: left;
    letter-spacing: 0.17px;
    color: #171616;
    opacity: 1;
    font-family: 'ReneBieder-CamptonMedium';
    text-transform: initial;
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    /*font-variant: small-caps;*/
}
.textoProjetos p em{
    font-variant: normal;
    font-family: 'ReneBieder-CamptonMedium';
    text-transform: initial;
}

a.mini-link,
a.mini-link:hover{
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-family: 'SackersGothicLight';
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    border-left: 1px solid #F65151;
    display: block;
    padding-top: 90px;
    margin-top: 80px;
    padding-left: 22px;
    text-transform: lowercase;
}
.fullDesc{
    display: none;
}
.linhaProjetoTotal{
    margin-bottom: 170px;
    /*margin-left: 15px;
    margin-right: 15px;*/
}

.titleCatalogos{
    padding-top: 204px;
    text-align: center;
}

.titleCatalogos h1{
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 0.4px;
    color: #171616;
    opacity: 1;
    font-size: 30px;
    line-height: 43px;
    font-style: italic;
    font-weight: 100;
    padding-bottom: 40px;
}
.grelhaCatalogos{
    width: 964px;
    max-width: 100%;
    position: relative;
    margin: auto;
    padding-bottom: 176px;
}

.grelhaCatalogos .controlaSombra{
    padding-bottom: 35px;
}

.grelhaCatalogos .destaque-noticia-title{
    font-size: 25px;
    line-height: 29px;
    font-style: italic;
    font-weight: 100;
    padding-top: 20px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    text-align: left;
    letter-spacing: 0.36px;
    color: #171616;
    opacity: 1;
    margin-bottom: 10px;
    text-transform: inherit;
}

.exibicoes .grelhaCatalogos{
    padding-bottom: 116px;
}

.past{
    position: absolute;
    top: 30px;
    right: 15px;
    text-align: left;
    letter-spacing: 0.61px;
    color: #171616;
    opacity: 1;
    font-size: 11px;
    line-height: 23px;
    font-family: 'ReneBieder-CamptonMedium';
}

.past span:after{
    border-bottom: 1px solid #FF4B4B;
    opacity: 1;
    content: "";
    width: calc(100% + 10px);
    height: 1px;
    position: absolute;
    left: -5px;
    bottom: 10px;
    transform: rotate(-2deg);
}

.grelhaCatalogos .destaque-noticia-sub-title{
    font-size: 11px;
    line-height: 15px;
    text-transform: lowercase;
    font-weight: 300;
    padding-top: 0px;
    font-family: 'ReneBieder-CamptonMedium';
    text-align: left;
    letter-spacing: 0.61px;
    color: #171616;
    opacity: 1;
    font-variant: small-caps;
}

.scroll-helper{
    display: none !important;
}

.mouse-icon span:not(.wheel) {
    position: absolute;
    top: calc(-58%);
    transform: translate(-50%, -50%);
    left: 50%;
     transform: rotate(180deg); 
     -webkit-transform: rotate(180deg); 
    font-weight: 600;
    font-size: 10px;
    color: #2d2d2d;
     writing-mode: vertical-rl; 
    display: flex;
    align-items: center;
    text-transform: lowercase;
    letter-spacing: 2px;
    line-height: 0px;
    margin-bottom: -20px;
}
.mouse-icon {
    width: 21px;
    height: 32px;
    border: 0px solid #2d2d2d;
    border-radius: 0px;
    cursor: default;
    position: absolute;
    left: calc(50% - 0px);
    bottom: 30px;
    z-index: 10;
    transform: translateX(-50%);
    right: 30px;
}
.mouse-icon span:not(.wheel) {
    position: absolute;
    top: calc(-150%);
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    font-weight: 100;
    font-size: 9px;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    text-transform: lowercase;
    letter-spacing: 4px;
    color: #FFFFFF;
    opacity: 1;
    line-height: 14px;
    font-family: 'SackersGothicLight';
}
.mouse-icon .wheel:before {
    content: '';
    width: 2px;
    height: 8px;
    border-radius: 1px;
    background-color: #2d2d2d;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-animation: wheel-move 1.5s infinite;
    animation: wheel-move 1.5s infinite;
}
@-webkit-keyframes wheel-move{
    from{top:-10px}
    to{top:12px}
}
@keyframes wheel-move{
    from{top:-10px}
    to{top:12px}
}


.block-sevicos-process .fonteNormal{
    padding-top: 80px;
}

.block{
    height: 100vh;
    overflow-y: hidden;
}

.mobile{
    display: none;
}
.desktop{
    display: block;
}

.loadMore{
    min-height: 390px;
    display: inline-block;
    position: relative;
    width: 33.33333333%;
    float: left;
    padding: 0px 15px;
}

.totalLoad{
    position: absolute;
    bottom: 0px;
    right: 30px;
    cursor: pointer;
}

.loadMore span{
    letter-spacing: 2.73px;
    font-size: 10px;
    line-height: 18px;
    padding-left: 30px;
    text-transform: lowercase;
}
.conteudo-politica span,
.conteudo-politica p{
    font-size: 16px;
    font-weight: 100;
    color: #323131;
    margin: 0 0 20px;
    line-height: 24px;
}

.block-about-us-titulo .block-conteudo{
    min-height: 100vh;
    position: relative;
}
.block-about-us-titulo h1{
    text-align: center;
    letter-spacing: 2px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'ReneBieder-CamptonMedium';
    font-size: 40px;
    line-height: 47px;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    margin-top: 0px;
    margin-bottom: 0px;
}

.block-about-us-titulo h2,
.block-about-us-titulo h2 em{
    text-align: center;
    letter-spacing: 0.43px;
    color: #171616;
    text-transform: uppercase;
    opacity: 1;
    font-style: italic;
    font-size: 30px;
    line-height: 48px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    padding-bottom: 120px;
}
.block-about-us-titulo h2 em{
    position: relative;
    padding:0px;
}
.block-about-us-titulo h2 em:after{
    border-bottom: 1px solid #FF4B4B;
    opacity: 1;
    content: "";
    width: calc(100% + 10px);
    height: 1px;
    position: absolute;
    left: -5px;
    bottom: 15px;
    transform: rotate(-2deg);
    
}

.block-about-us-img .aboutLink{    
    position: absolute;
    bottom: -130px;
    left: 0px;
    text-align: left;
    letter-spacing: 5px;
    color: #75736F;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size: 13px;
    line-height: 34px;
}
.block-about-us-img .aboutLink img{
    margin-bottom: 10px;
}

.block-about-us-img .linhaAboutUs{
    position: relative;
    padding-left: 88px;
}

.block-about-us-img p,
.block-about-us-img-2 p{
    text-align: left;
    letter-spacing: 0.69px;
    color: #75736F;
    opacity: 1;
    font-family: 'gt-walsheim';
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
}
.block-about-us-img h2,
.block-about-us-img-2 h2{
    text-align: left;
    letter-spacing: 5.77px;
    color: #75736F;
    opacity: 1;
    font-size: 15px;
    line-height: 23px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    margin-bottom: 35px;
    margin-top: 12px;

}
.block-about-us-img h2{
    padding-top: 50px;
}
.block-about-us-img-2 h2,
.block-about-us-img-2 p{
    padding-left: 100px;

}
.block-about-us-img-2 p{
    width: 468px;
}

.block-about-us-img-2 h2{
    padding-top: 260px;
}
.block-about-us-img-2 .cimaImg{
    position: absolute;
    right: 0px;
}
.block-about-us-img-2 h3 img{
    margin-top: 190px;
    margin-bottom: -2px;
}
.block-about-us-img-2 {
    padding-top: 170px;
}
.block-about-us-img-2 .fundoImg{
    position: absolute;
    bottom: 0px;
    right: 150px;
    display: none;
}

.block-about-us-img-2 .linkAbout{
    position: absolute;
    bottom: -126px;
    right: 150px;
    text-align: right;
    letter-spacing: 5px;
    color: #75736F;
    opacity: 1;
    font-size: 13px;
    line-height: 21px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
}
.block-about-us-img-2 .linkAbout img{

    margin-left: 6px;
    position: absolute;

}

.block-about-block-red{
    background: #DC7868;
    padding-top: 170px;
    padding-bottom: 181px;
}
.block-about-block-red .block-conteudo{
    padding-left: 130px;
    padding-right: 130px;
}
.block-about-block-red h2{
    text-align: left;
    letter-spacing: 5px;
    color: #F2F0EB;
    opacity: 1;
    font-size: 15px;
    line-height: 23px;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
}
.block-about-block-red p{
    text-align: left;
    letter-spacing: 1px;
    color: #F2F0EB;
    opacity: 1;
    font-size: 16px;
    line-height: 23px;
    font-family: 'gt-walsheim';
    width: 204px;
}
.block-about-form .slide5{
    min-height: 100vh;
    background: #C9E0EB;
}

.slide5 form p{
    display: none;
}

.block-contactos-frase .block-conteudo {
    min-height: 100vh;
    position: relative;
}

.filtro-categorias{
    padding-top: 138px;
    margin-left: 15px;
    margin-right: 15px;
}
#post.projectos .filtro-categorias{
    margin-left: 0px;
    margin-right: 0px;
}
.grelha-noticias{
    
    padding-left: 15px;
    padding-right: 15px;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px;
}
.listaImagens{
    padding-right: 40px;
}
.listaMorada{
    padding-top: 90px;
}

.marginContactos .listaMorada{
    padding-top: 0px;
}

.next-project, .prev-project{
    height: 30px;
    width: 60px;
    display: inline-block;
}

.onlyDesktop{
    display: block;
}
.onlyMobile{
    display: none;
}

/*************** MATRIZ LOFTS *******************/


.slidePrincipal .col-md-6,
.slidePrincipal .col-md-12{
    /*min-height: 100vh;*/
}

.logotipo{
    /*display: none;*/ 
    text-align: center;
}


.mouse-icon{
    /*display: none;*/
}

/*.blocoLanguage a,
.blocoLanguage a:hover{
    text-align: left;
    text-transform: lowercase;
    font: 13px/24px '1790RoyalPrintingCapsW90Norm';
    letter-spacing: 1.95px;
    color: #E9715E;
    opacity: 1;
    margin-right: auto !important;
}
.blocoLanguage ul li {
    display: block; 
    padding-top: 5px;
    padding-bottom: 25px;
}

.blocoLanguage ul li a:after{
    content: "";
    position: absolute;
    right: 5px;
    top: 35px;
    border-bottom: 1px solid #E9715E;
    width: 10px;
    height: 1px;
    transform: rotate(0deg);
}
.blocoLanguage ul li:last-child a:after{
   display: none;
}
.blocoLanguage ul li a.menu-item-ativo-lang {
    color: #E9715E;
}*/

.slide1 .headerExtra {
    position: absolute;
    bottom: 13px;
    right: 35px;
    left: inherit;
    transform: none;
}


.umLeft{
    /*background: rgb(242 240 235 / 50%);*/
}
.umLeft img{ 
    position: absolute;
    bottom: 31px;
    left: 37px;
}
.umLeft .number{
    text-align: center;
    letter-spacing: 1.29px;
    color: #E9715E;
    font-family: '1790RoyalPrintingCapsW90Norm';
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 11px;
    line-height: 24px;
    text-transform: lowercase;
    display: none;
}
.umRight{

    background: #f2f0eb;
    position: relative;
}
.umRight img{
    position: absolute;
    top: 50%;
    transform: translate( -50%, -50%);
    left: 50%;
    width: 244px;
}
.centraTudo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 30px);
}

.doisLeft{
    background: #C9E0EB;
}
.doisRight img{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -160px;
}
.slide2 .headerExtra{
    top: 9px;
    left: 37px;
    transform: none;
}
.doisLeft h2{
    text-align: center;
    letter-spacing: 5.77px;
    color: #75736F;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size:15px;
    line-height: 23px;
    margin-bottom: 47px;
    text-transform: lowercase;
}
.doisLeft p{
    text-align: center !important;
    letter-spacing: 1px !important;
    color: #75736F !important;
    opacity: 1 !important;
    font-family: 'gt-walsheim' !important;
    font-weight: 100 !important;
    font-size:22px !important;
    line-height: 33px !important;
}

.doisLeft a.btn-home,
.doisLeft a.btn-home:hover{
    text-align: right;
    letter-spacing: 5px;
    color: #dc7868;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size:13px;
    line-height: 24px;
    position: absolute;
    right: 40px;
    bottom: 40px;
    text-align: right;
}
.doisLeft a.btn-home img{
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    filter: invert(64%) sepia(62%) saturate(1032%) hue-rotate(314deg) brightness(92%) contrast(86%);
}




.tresRight{
    background: #DC7868;
}
.tresLeft img{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -160px;
}
.slide3 .headerExtra{
    top: 9px;
    left: 37px;
    transform: none;
}
.tresRight h2{
    text-align: center;
    letter-spacing: 5.77px;
    color: #F2F0EB;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size:15px;
    line-height: 23px;
    margin-bottom: 47px;
}
.tresRight p{
    text-align: center !important;
    letter-spacing: 1px !important;
    color: #F2F0EB !important;
    opacity: 1 !important;
    font-family: 'gt-walsheim' !important;
    font-weight: 100 !important;
    font-size:22px !important;
    line-height: 33px !important;
}

.tresRight a.btn-home,
.tresRight a.btn-home:hover{
    text-align: right;
    letter-spacing: 5px;
    color: #C9E0EB;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size:13px;
    line-height: 24px;
    position: absolute;
    right: 40px;
    bottom: 38px;
    text-align: right;
}
.tresRight a.btn-home img{
    display: inline-block;
    margin-right: 5px;
    /*filter: invert(92%) sepia(6%) saturate(723%) hue-rotate(163deg) brightness(98%) contrast(88%);
*/
}

/*.slide3 .headerExtra a,
.slide3 .headerExtra a:hover,
.slide3 .blocoLanguage ul li a.menu-item-ativo-lang{
    color: #C9E0EB;
}
.slide3 .blocoLanguage ul li a:after{
    border-bottom: 1px solid #C9E0EB;
}*/




.quatroLeft{
    background: #98917D;
}
.quatroRight img{
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: -160px;
}
.slide4 .headerExtra{
    top: 12px;
    left: 37px;
    transform: none;
}
.quatroLeft h2{
    text-align: center;
    letter-spacing: 5.77px;
    color: #F2F0EB;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size:15px;
    line-height: 23px;
    margin-bottom: 47px;
}
.quatroLeft p{
    text-align: center !important;
    letter-spacing: 1px !important;
    color: #F2F0EB !important;
    opacity: 1 !important;
    font-family: 'gt-walsheim' !important;
    font-weight: 100 !important;
    font-size:22px !important;
    line-height: 33px !important;
}

.quatroLeft a.btn-home,
.quatroLeft a.btn-home:hover{
    text-align: right;
    letter-spacing: 5px;
    color: #C9E0EB;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size:13px;
    line-height: 24px;
    position: absolute;
    right: 40px;
    bottom: 37px;
    text-align: right;
}
.quatroLeft a.btn-home img{
    display: inline-block;
    margin-right: 5px;
    /*filter: invert(91%) sepia(13%) saturate(313%) hue-rotate(159deg) brightness(97%) contrast(90%);
    */
}

.quatroRight img {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: -160px;
    left: inherit;
}

/*.slide4 .headerExtra a,
.slide4 .headerExtra a:hover,
.slide4 .blocoLanguage ul li a.menu-item-ativo-lang{
    color: #C9E0EB;
}
.slide4 .blocoLanguage ul li a:after{
    border-bottom: 1px solid #C9E0EB;
}*/

.slide5 h2{    
    text-align: center;
    letter-spacing: 6.54px;
    color: #75736F;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size:17px;
    line-height: 26px;
    margin-bottom: 80px;
}
.slide5 img{
    position: absolute;
    bottom: 110px;
    left: -70px;
}
.slide5 form{
    width: calc(100% - 0px);
    text-align: center;
    position: relative;
}
.slide5 form label{    
    max-width: 32.333%;
    padding-right: 15px;
    padding-left: 15px;
    color: #75736F;
    font-family: 'gt-walsheim';
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    font-weight: 100;
    width: 300px;
    margin-bottom: 40px;
    text-align: center;
}
.slide5 form label input{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #75736F;
    width: 100%;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}
.slide5 form button{    
    text-align: center;
    display: inline-block !important;
    color: #75736F;
    font-family: '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 5.7px;
    border: 1px solid #75736F;
    padding: 8px;
    border-radius: 100%;
    background: transparent;
    margin-top: 0px;
    width: 98px;
    height: 98px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 100;
    top: 250px;
    padding: 10px 14px 10px 20px;
}
.slide5 form label input:focus{
    outline: none;
}
.slide5 form p{
    color: #75736f;
}
.block-about-form .slide5 form p{
    display: none;
}

.slide5 .centraTudo{
    top: 40%;
    max-width: 900px;
}

.block-contactos-bloco-morada .slide2{
    min-height: 100vh;
}

.block-contactos-bloco-morada .slide2{
    min-height: 100vh;
}
.block-contactos-bloco-morada .doisLeft{
    background: #DC7868;
}

.block-contactos-bloco-morada .doisLeft h2 {
    color: #F2F0EB;
    padding-bottom: 100px;

    position: absolute;
    top: -130px;
    width: 100%;
}
.block-contactos-bloco-morada .doisLeft p {
    color: #F2F0EB !important;
    margin-bottom: 0px;
}

.block-contactos-bloco-morada .doisLeft a.btn-home, 
.block-contactos-bloco-morada .doisLeft a.btn-home:hover{
        color: white;
}
.block-contactos-bloco-morada .doisLeft a.btn-home img, 
.block-contactos-bloco-morada .doisLeft a.btn-home:hover img{ 
    margin-right: 5px;
    filter: unset;
}

/*.block-contactos-bloco-morada .blocoLanguage ul li a.menu-item-ativo-lang,
.block-contactos-bloco-morada .blocoLanguage ul li a,
.block-contactos-bloco-morada .blocoLanguage ul li a:hover{
    color: #F2F0EB !important;
    text-align: left;
    text-transform: lowercase;
    font: 13px/24px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;
    letter-spacing: 1.95px;
    opacity: 1;
}
.block-contactos-bloco-morada .blocoLanguage ul li a:after{
    border-bottom: 1px solid #F2F0EB;
}*/

.loftsGeral{
    min-height: 100vh;
    width: 100%;
    overflow-y: hidden;
    height: 100vh;
}

.ImagensGeraisLofts{
    background: url('/uploads/2021/06/1-0762x-20210616192830.png');
    min-height: 100vh;
    width: 40%;
    overflow-y: hidden;
    height: 100vh;
    position: absolute;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.formulario-book{
    background: #E1E4E1;
    min-height: 100vh;
    width: 60%;
    margin-left: 40%;
}
.loftsGeral .footer{
    display: none; 
}
.loftsGeral .grelha-noticias{
        text-align: right;
}

.loftsGeral .controlaSombra{
    display: inline-block;
    height: 100vh;
    background: #DC7868;
    margin-right: -15px;
    position: relative;
    width: 20%;
    overflow: hidden;
}
.loftsGeral .controlaSombra a{
    position: absolute;
    display: block;
    height: 100vh;
    width: 100%;
}
.loftsGeral .controlaSombra .rotate { 
    left: 50%;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
}



.loftsGeral .controlaSombra .rotate h2{
    text-align: left;
    letter-spacing: 1px;
    color: #F2F0EB;
    opacity: 1;
    font: 51px/62px 'ReneBieder-CamptonMedium';
 transform: rotate(-90deg);
    min-width: 450px;
    position: relative;
    text-transform: capitalize;
    font-weight: 200;
   
}
.loftsGeral .controlaSombra:hover .rotate h2{
    opacity: .8;
}
.loftsGeral .controlaSombra:hover .rotate h2:after{
    content: '';
    background: url('../GestorSistema/Group 10@2x.png');
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-position: center;
    top: 15px;
    right: 40px;

}
.loftsGeral .controlaSombra .rotate h2 span{
}
.loftsGeral .controlaSombra .rotate h4{    
    text-align: left;
    letter-spacing: 2px;
    color: #F2F0EB;
    opacity: 1;
    position: absolute;
    font: 19px/62px '1790RoyalPrintingCapsW90Norm';
    text-transform: lowercase;

    left: 50%;
    transform: translateX(-50%);
    bottom: -250px;    
    font-weight: 100;
}
.loftsGeral .controlaSombra  p.destaque-noticia-sub-title{    
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 1px;
    color: #F2F0EB;
    opacity: 1;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 70px;
    text-align: center;
}

.seccaoHouse0{
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.seccaoHouse0 .filter-overlay{
    margin-top: 221px;
    background: #F2F0EB;
    height: calc(100vh - 221px);
    position: relative;
}

.lofts-azores .seccaoHouse0 .filter-overlay{
    background: #F2F0EB;
}
.lofts-azores .seccaoHouse0 .filter-overlay h3,
.lofts-azores .seccaoHouse0 .filter-overlay h1,
.lofts-azores .seccaoHouse0 .filter-overlay p,
.lofts-azores .seccaoHouse0 a.bookNowHouse,
.lofts-azores .seccaoHouse0 a.bookNowHouse:hover{
    color: #75736F;
}

.seccaoHouse0 .filter-overlay .centra-destaque{

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.seccaoHouse0 .filter-overlay h3{
    text-align: left;
    letter-spacing: 5px;
    color: #75736F;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 16px;
    line-height: 18px;
}
.seccaoHouse0 .filter-overlay h1{
    text-align: left;
    letter-spacing: 0.98px;
    color: #75736F;
    opacity: 1;
    font-family: 'ReneBieder-CamptonMedium';
    font-size: 50px;
    line-height: 62px;
}
.seccaoHouse0 .filter-overlay p{
    text-align: left;
    letter-spacing: 1px;
    color: #75736F;
    opacity: 1;
    font-family: 'gt-walsheim';
    font-size: 16px;
    line-height: 21px;
}
.seccaoHouse0 .bookNowHouse{
    position: absolute;
    bottom: 30px;
    right: 49px;

}
.seccaoHouse0 a.bookNowHouse{
    text-align: right;
    letter-spacing: 5.38px;
    color: #75736F;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 14px;
    line-height: 26px
}
.seccaoHouse0 .destaquePagina{
    bottom: 210px;
    left: 0px;
}

.seccaoHouse1{
    background: #fff;
    padding-top: 124px;
    padding-bottom: 100px;
    padding-left: 130px;
    padding-right: 130px;
}
.seccaoHouse1 .nome-casa{
    text-align: left;
    letter-spacing: 3.13px;
    color: #75736F;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
}
.seccaoHouse1 .texto-casas p{
    text-align: left;
    letter-spacing: 1px;
    color: #75736F;
    opacity: 1;
    font-family: 'gt-walsheim';
    font-size: 16px;
    line-height: 21px;
    width: 150px;
}
.linhaCustom-casas{

    margin-bottom: 45px;
}
.seccaoHouse2 .col-md-6{
    min-height: 100vh;
}
.seccaoHouse2 .doisLeft{
    background: #DC7868;
}
.seccaoHouse2 .doisLeft h2{
    color: #F2F0EB;
    text-align: center;
    letter-spacing: 5.77px;
    color: #F2F0EB;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 15px;
    line-height: 23px
}
.seccaoHouse2 .doisLeft p{
    color: #F2F0EB !important;
}

.seccaoHouse2 .imagemFundoS{    
    position: absolute;
    bottom: -20px;
    left: 50px;
    width: 150px;
    z-index: 1;
}

.seccaoHouse2 .doisRight{
    background-size: cover;
}

.seccaoHouse3{
    padding-top: 136px;
    padding-bottom: 130px;
    background: #fff;
}
.seccaoHouse3 p{
    text-align: center;
    letter-spacing: 6.54px;
    color: #98917D;
    opacity: 1;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-size: 17px;
    line-height: 26px;
    text-transform: lowercase;
}

.seccaoHouse4{
    position: relative;
}

.seccaoHouse4 .contGaleriaCima img{
    width: 100%;
}
.seccaoHouse4 .slick-prev{    
    background-color: #DC7868;
    padding: 10px;
    background-image: url(../GestorSistema/seta_branca_es.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    right: inherit;
    bottom: inherit;
    width: 104px;
    height: 104px;
    opacity: 1;
    display: block !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    transform: rotate(0deg);
}
.seccaoHouse4 .slick-next{    background-color: #DC7868;
    padding: 10px;
    background-image: url(../GestorSistema/seta_branca_drt.png);
    position: absolute;
    top: inherit;
    left: inherit;
    z-index: 1;
    right: 0px;
    bottom: 0px;
    width: 104px;
    height: 104px;
    opacity: 1;
    display: block !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
    bottom: -52px;
}

.seccaoHouse5 .block-about-form .slide5 {
    background: #F2F0EB;
}

/*************** MATRIZ LOFTS *******************/

.preloader{    
    width: 100%;
    height: 100vh;
    background: #98917D;
    position: fixed;
    z-index: 1000000;
    display: none !important;
}
.preloader img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-animation: rotating  5s linear infinite;
      -moz-animation: rotating 5s linear infinite;
      -ms-animation: rotating  5s linear infinite;
      -o-animation: rotating  5s linear infinite;
      animation: rotating  5s linear infinite;
}

.tresLeft img{
  -webkit-animation: rotatingLeft  15s linear infinite;
  -moz-animation: rotatingLeft 15s linear infinite;
  -ms-animation: rotatingLeft  15s linear infinite;
  -o-animation: rotatingLeft  15s linear infinite;
  animation: rotatingLeft  15s linear infinite;
}
.doisRight img,
.quatroRight img{
  -webkit-animation: rotatingRight  15s linear infinite;
  -moz-animation: rotatingRight 15s linear infinite;
  -ms-animation: rotatingRight  15s linear infinite;
  -o-animation: rotatingRight  15s linear infinite;
  animation: rotatingRight  15s linear infinite;
}
.doisRight img:hover,
.tresLeft img:hover,
.quatroRight img:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -ms-animation: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}
@-webkit-keyframes rotatingLeft /* Safari and Chrome */ {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes rotatingLeft {
  from {
    -ms-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    -ms-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rotatingRight /* Safari and Chrome */ {
  from {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes rotatingRight {
  from {
    -ms-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -webkit-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    -ms-transform: translateY(-50%) rotate(360deg);
    -moz-transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    -o-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
  }
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -o-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: translate(-50%,-50%) rotate(0deg);
    -moz-transform: translate(-50%,-50%) rotate(0deg);
    -webkit-transform: translate(-50%,-50%) rotate(0deg);
    -o-transform: translate(-50%,-50%) rotate(0deg);
    transform: translate(-50%,-50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%,-50%) rotate(360deg);
    -moz-transform: translate(-50%,-50%) rotate(360deg);
    -webkit-transform: translate(-50%,-50%) rotate(360deg);
    -o-transform: translate(-50%,-50%) rotate(360deg);
    transform: translate(-50%,-50%) rotate(360deg);
  }
}

.page-homapage footer{
    display: block;
}

.footer-home{
    background: white;
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 30px;
    display: none;
}

.footer-home .width50{
    width: 50%;
    float: left;
}
.footer-home p, .footer-home a, .footer-home a:hover {
    /*text-align: left !important;*/
    font: 12px/15px 'gt-walsheim' !important;
    font-weight: 100 !important;
    margin-bottom: 0px !important;
    letter-spacing: 1.09px !important;
    margin-bottom: 0px !important;
    color: #75736F !important;
}

.cms-industrial .seccaoHouse0 .filter-overlay{
    background: #DC7868;
}
.cms-industrial .seccaoHouse0 .filter-overlay h3,
.cms-industrial .seccaoHouse0 .filter-overlay h1,
.cms-industrial .seccaoHouse0 .filter-overlay p {
    color: #F2F0EB;
}
.cms-industrial .seccaoHouse0 a.bookNowHouse {
    color: #C9E0EB;
}
.cms-industrial .seccaoHouse0 a.bookNowHouse img{
    /*filter: invert(1) brightness(2.5);*/
}
.cms-industrial .seccaoHouse2 .doisLeft {
    background: #C9E0EB;
}
.cms-industrial .seccaoHouse2 .doisLeft p,
.cms-industrial .seccaoHouse2 .doisLeft h2 {
    color: #75736F !important;
}

.cms-industrial .seccaoHouse2 .doisLeft p{
    font-size: 19px !important;
    line-height: 26px !important;
}

.cms-mediterraneo .seccaoHouse2 .doisLeft {
    /*background: #98917D;*/
}
.cms-azores .seccaoHouse2 .doisLeft {
    background: #98917D;
}
.cms-azores .seccaoHouse2 .doisLeft p,
.cms-azores .seccaoHouse2 .doisLeft h2 {
    color: #F2F0EB !important;
}

.cms-mediterraneo .seccaoHouse2 .doisLeft p,
.cms-mediterraneo .seccaoHouse2 .doisLeft h2 {
    color: #C9E0EB !important;
}

.cms-contactos .logotipo,
.cms-contactos .hamburguer-bt{
    filter: invert(0.7);
}
.cms-contactos .hamburguer-abre{
    filter: invert(0);
}
.socialContact{
    position: absolute;
    right: 44px;
    bottom: 60px;
}
.socialContact a,
.socialContact a:hover{
    letter-spacing: 5.3px;
    color: #777571;
    position: relative;
    text-transform: lowercase;
    font-family: '1790RoyalPrintingCapsW90Norm';
    font-weight: 100;
    font-size: 14px;
}
.socialContact a:nth-child(1){
    margin-right: 50px;
}
.socialContact a:nth-child(1):after{
    position: absolute;
    content: '';
    right: -40px;
    width: 30px;
    border-bottom: 1px solid #777571;
    top: 10px;
}
/*.block-contactos-bloco-morada .blocoLanguage ul li a.menu-item-ativo-lang, .block-contactos-bloco-morada .blocoLanguage ul li a{
    color: #C9E0EB !important;
}
.block-contactos-bloco-morada .blocoLanguage ul li a:after {
    border-bottom: 1px solid #C9E0EB;
}*/
.pt2020 {
    padding-top: 20px;
    padding-bottom: 34px;
}
.pt2020 h3{
    font: 13px/20px '1790RoyalPrintingCapsW90Norm';
    font-weight: 100;
    margin-bottom: 0px;
    letter-spacing: 1.09px;
    text-transform: none;
    color: #75736F;
    font-variant: small-caps;
    text-transform: lowercase;
    margin-bottom: 30px; 
    letter-spacing: 5px;
}
.pt2020 p{
    text-align: center;
}
.pt2020 img{
   height: 29px;
   width: auto;
   padding-right: 10px;
   padding-left: 10px; 
    display: inline-block !important;
}
.slidePrincipal{
    outline:none;
    border:none;
}
.block-home-bloco-1{
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-home-bloco-1 .bloco-esq h3{
    padding-left: 90px;
}
.block-home-bloco-1 .bloco-esq span.rotate{
    text-align: center;
    letter-spacing: 5.13px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'ArquitectaBook';
    font-size: 11px;
    line-height: 20px;
    display: block;
    position: absolute;
    /* width: 40%; */
    top: 50%;
    transform: rotate(
-90deg
) translateY(-50%);
    left: -10px;
}
.block-home-bloco-1 .bloco-dir h2{
    padding-top: 100px;
    margin-bottom: 16px;
}
.block-home-bloco-1 .bloco-dir p{
    width: 354px;
    max-width: 100%;
}
.block-home-bloco-1 .bloco-dir a:before,
.block-home-bloco-2 .bloco-esq a:before{
    content: '';
    width: 15px;
    height: 1px;
    background: #3F4740;
    position: absolute;
    left: 0px;
    top: 7px;

}
.block-home-bloco-1 .bloco-dir img{
    margin-right: 67px;
}
.block-home-bloco-1 .bloco-dir a,
.block-home-bloco-1 .bloco-dir a:hover,
.block-home-bloco-2 .bloco-esq a,
.block-home-bloco-2 .bloco-esq a:hover{
    text-decoration: underline;
    padding-left: 30px;
    position: relative;
    font-size: 10px;
    line-height: 20px;
    margin-left: 20px;

}
.block-home-bloco-2{
    padding-top: 107px;
    padding-bottom: 50px;
}
.block-home-bloco-2 .bloco-dir img{
    padding-top: 65px;
}

.block-home-bloco-2 .bloco-esq p{
    width: 344px;
    max-width: 100%;
}
.block-home-bloco-2 .bloco-esq h2{
    margin-bottom: 22px;
}
.block-home-bloco-2 .bloco-esq {
    padding-left: 160px;
}
.block-home-bloco-2 .bloco-esq img{

    position: absolute;
    right: -45px;
    bottom: -70px;
    z-index: 2;
}
.block-home-bloco-3 {
    margin-top: 180px;
    background: rgb(225,228,225);
    background: linear-gradient(90deg, rgba(225,228,225,0) 35%, rgba(225,228,225,1) 35%, rgba(225,228,225,1) 100%);
}
.block-home-bloco-3 .bloco-esq  {
    padding-left: 90px;

}

.block-home-bloco-3 .bloco-esq img {
    margin-top: -91px;
}

.block-home-bloco-3 .bloco-dir img{
    margin-right: 67px;
}
.block-home-bloco-3 .bloco-dir{
     padding-top: 53px;
}
.block-home-bloco-3 .bloco-dir h2{
     padding-top: 14px;
}

.block-home-bloco-3 .bloco-dir p.textoFooter{
    text-align: left;
    letter-spacing: 5.6px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 95px;
    width: 217px;
    max-width: 100%;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Arquitecta';
    font-weight: 800;
}


p.contactosFooter{
    line-height: 22px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.contactosFooter a,
.contactosFooter a:hover,
.textoFooter a,
.textoFooter a:hover{
    text-align: left;
    letter-spacing: 0.93px;
    color: #3F4740;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
    text-transform: inherit;
    font-family: 'EuclidFlex';
    font-weight: 100;
}

.textoFooter a,
.textoFooter a:hover{
    text-transform: initial;
    text-decoration: underline;
}

.block-home-bloco-3 .blocoSocialHeader{
    position: relative;
    transform: none;
    bottom: initial;
    right: initial;
}

.block-home-bloco-3 .header-social-botoes {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 61px;
}
.block-home-bloco-3 .header-social-botoes a,
.block-home-bloco-3 .header-social-botoes a:hover{
    color: #3F4740;
}
.block-home-bloco-3 .header-social-botoes a:nth-child(1){
    margin-left: 0px;
}
.block-home-bloco-3 .header-social-botoes a:nth-child(2):before{
    background: #3F4740;
}


.cms-about-us .slidePrincipal .minAlturaBanner,
.cms-location .slidePrincipal .minAlturaBanner {
    max-height: 70vh;
    min-height: 70vh;
}

.block-about-bloco-1{
    padding-top: 87px;
}

.block-about-bloco-1 .bloco-esq{
    padding-left: 93px;
}
.block-about-bloco-1 .bloco-esq h2{
    margin-bottom: 40px;
}
.block-about-bloco-1 .bloco-esq p{
    width: 420px;
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    letter-spacing: 1.87px;
    color: #3F4740;
    opacity: 1;
}
.block-about-bloco-1 .bloco-dir img{
    margin-top: 127px;
}

.block-about-bloco-2{
    padding-top: 87px;
    padding-bottom: 102px;
}

.slideAbout{
    position: relative;
    margin: auto;
    width: 995px;
    max-width: 100%;
}

.slideAbout .slick-prev, 
.slideAbout .slick-next{
    display: block !important;
}
.slideAbout .slick-prev{

    transform: rotate(
0deg
);
    top: 50%;
    left: -60px;
    z-index: 2;
}
.slideAbout .slick-next{
    top: 50%;
    right: -110px;
    z-index: 2;
      transform: rotate(
180deg
);
}

.block-about-bloco-3 .bloco-esq{
    padding-left: 93px;
}
.block-about-bloco-3 .bloco-esq h2{
    margin-bottom: 10px;
}
.block-about-bloco-3 .bloco-esq p{
    width: 362px;
    max-width: 100%;
    
}

.block-about-bloco-3 .bloco-dir h1{
    text-align: left;
    letter-spacing: 1.87px;
    color: #3F4740;
    opacity: 1;
    font-family: 'EuclidFlex';
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 70px;
    margin-top: 0px;
}

.block-about-bloco-3 .bloco-dir .bl1Imgs{
    width: 42%;
    display: inline-block;
    vertical-align: top;
}
.block-about-bloco-3 .bloco-dir .bl1texto{
    width: 50%;
    display: inline-block;
}
.linhasAbout{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 58px;
}

.linha1About .bl1texto{
    padding-left: 48px;
}

.bl1texto h2{
    text-align: left;
    letter-spacing: 5.6px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Arquitecta';
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 15px;
    margin-top: 38px;
}
.bl1texto p{
    text-align: left;
letter-spacing: 0.93px;
color: #3F4740;
opacity: 1;
font-size: 14px;
    line-height: 20px;
}
.linha2About .bl1texto{
    padding-left: 22%;
}
.block-about-bloco-3 .bloco-dir .linha3About .bl1Imgs{
    width: 50%;
}
.block-about-bloco-3 .bloco-dir .linha3About .bl1Imgs img{
    float: right;
    margin-right: 40px;
}

.block-about-bloco-3 .bloco-dir .linha3About .bl1texto{
    width: 42%;
}

.block-location-bloco-1{
    padding-top: 87px;
    padding-bottom: 40px;
}

.block-location-bloco-1 .bloco-esq{
    padding-left: 93px;
}
.block-location-bloco-1 .bloco-esq h2{
    margin-bottom: 40px;
}
.block-location-bloco-1 .bloco-esq p{
    width: 362px;
    max-width: 100%;
    font-size: 28px;
    line-height: 38px;
    text-align: left;
    letter-spacing: 1.87px;
    color: #3F4740;
    opacity: 1;
}
.block-location-bloco-1 .bloco-dir img{
    margin-right: 62px;
}
.block-location-bloco-1 .bloco-dir h3:nth-child(2){
    margin-top: 127px;
}
.bloco-3-location .bloco-esq img:first-child{
    position: absolute;

    right: 19%;
    margin-top: -40px;
}
.bloco-3-location .bloco-dir{
    padding-top: 100px;
    padding-bottom: 50px;
}
.bloco-3-location .bloco-dir h2{
    margin-bottom: 20px;
}
.bloco-3-location .bloco-dir p{
    width: 362px;
    max-width: 100%;
}

.book-geral .footer{
    display: none;
}
.book-geral .header-transparente{
    position: fixed;
}
.book-geral .header-transparente .logotipo{
    display: none;
}
.formulario-book{
    position: relative;
}
.cabecalho-form {
    text-align: center;
    padding-top: 59px;
    padding-bottom: 172px;

}
.cabecalho-form img{
    width: 54px;
}

.destaquePaginaLeft{
    text-align: center;
    letter-spacing: 5.13px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Arquitecta';
    font-size: 12px;
    line-height: 45px;
    display: block;
    position: absolute;
    /* width: 40%; */
    top: 50%;
    transform: rotate( 
-90deg
 ) translateY(-50%);
    left: 10px;
    opacity: .45;
}

.destaquePaginaRight{    
    text-align: center;
    letter-spacing: 5.13px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Arquitecta';
    font-size: 12px;
    line-height: 45px;
    display: block;
    position: absolute;
    /* width: 40%; */
    top: 50%;
    transform: rotate( 
90deg
 ) translateY(-50%);
    right: -10px;
    right: 10px;
    opacity: .45;
}

.formulario-book label{
    width: 100%;
    text-align: center;
    letter-spacing: 5.6px;
    color: #3F4740;
    text-transform: uppercase;
    opacity: 1;
    font-family: 'Arquitecta';
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 50px;
    font-weight: 800;
}

.formulario-book input[type="text"]{
    text-align: center;
    letter-spacing: 0.8px;
    color: #3F47406B;
    opacity: 1;
    font-family: 'Effra';
    font-size: 12px;
    line-height: 26px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #3F4740;
    opacity: 1;
    width: 234px;
    max-width: 100%;
    font-weight: 100;
}
.formulario-book input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  
    color: #3F47406B;
  opacity: .45;
}
.formulario-book input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #3F47406B;
  opacity: .45;
}
.formulario-book input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #3F47406B;
  opacity: .45;
}
.opcao-form{
    display: inline-block;
    text-align: center;
    letter-spacing: 0.93px;
    color: #3F4740;
    opacity: 1;
    font-family: 'EuclidFlex';
    font-size: 14px;
    line-height: 26px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-transform: capitalize;
    cursor: pointer;
    font-weight: 100;
}
.opcao-form:hover{
    text-decoration: underline;
}
.enviarForm{
    background: #3F4740 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: center;
    letter-spacing: 4.98px;
    color: #F2F0EB;
    opacity: 1;
    font-family: 'Arquitecta';
    font-size: 10px;
    line-height: 23px;
    font-weight: 800;
    height: 42px;
    width: 174px;
    border: 0px;
    margin-top: 110px;


}

.only-index,
.only-about,
.only-location{
    display: none;
}


.cms-about-us .only-about{
    display: block;
}
.cms-homapage .only-index{
    display: block;
}
.cms-location .only-location{
    display: block;
}

.book-geral{
    position: fixed;
    top: -300vh;
    right: 0px;
    width: 100%;
    z-index: 99;
    transition: .5s;
}
.book-geral.on{
    transition: .5s;
    top: 0vh;
}

.bookNowSlide{
    display: none;
}
/* MEDIA QUERIES    ----------------------------- */
@media (min-width: 1200px){

}


@media screen and (min-width: 769px) and (max-width: 1199px) {

}

@media only screen and (orientation: landscape) and (max-device-width: 1380px) {

}


@media screen and (max-width: 1300px) {
    .block-home-portefolio h3, .block-home-services h3{
    padding-top: 45px;
        font-size: 45px;
    }
    .block-home-portefolio h2, .block-home-services h2{
        padding-top: 53px;
    }
    .page-homapage#post .arch,
    .arch {    
        bottom: calc(-100vh - -150px);
        margin-left: 62px;
        left: 0px;
    }
    .page-team .arch, #post .arch {
        bottom: 29px;
        left: calc(100vw - 275px);
        margin-left: 0px;
    }
    .blocoteamdestaque .blteam{
        margin-top: -27vh;
    }
    .blocoservicos .blservicos {
        margin-top: -27vh;
    }
    .voltar, .voltar:hover{
        margin-top: -31vh;
    }
    .bloco-textp-team {
        margin-left: -80px;
        width: calc(33.33333% + 50px);
    }
}


@media screen and (min-height: 432px)  and (max-height: 650px) and (min-width: 768px) {
    .blocoteamdestaque .blteam {
        margin-top: -10vh;
    }
    .blocoservicos .blservicos {
        margin-top: -10vh;
    }
    .voltar, .voltar:hover {
        margin-top: -12vh;
    }
}

@media screen and (max-width: 1199px) {
    .bloco-textp-team {
        margin-left: -50px;
        width: calc(33.33333% + 20px);
    }
}
@media screen and (max-width: 1099px) {
    .bloco-textp-team {
        margin-left: 0px;
        width: calc(33.33333% + 0px);
        margin-right: 0px;
    }
    .block-team-frase {
        padding: 95px 4% 45px;
    }
    .block-team-frase h2 {
        padding: 0px 5%;
    }
}
@media screen and (max-width: 1027px) {

}

@media only screen and (max-width: 1024px) {
     .bloco-textp-team {
        margin-left: 0px;
        width: calc(50% + 0px);
        margin-right: 0px;
    }

}

@media screen and (max-width: 768px) {
    .container {
        width: 750px;
        max-width: 100%;
    }
    .barra-superior .blocomenu{
        width: 102%;
    }
    /*.conteudo-cms-20200115103152a58225 .slideslide-homepage h1{    
        width: 100%;
        padding: 0px 60px;
    }*/
    .block-home-portefolio, .block-home-services {
        padding: 51px 77px 20px;
    }
    .block-home-portefolio h3, .block-home-services h3 {
        padding-top: 25px;
    }
    .block-home-portefolio h2, .block-home-services h2 {
        padding-top: 80px;
    }
    .block-home-belive .container {
        padding: 95px 90px;
    }
    .footer p, .footer a, .footer a:hover {
        line-height:18px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .block-team-cabecalho .block-conteudo {
        max-width: 60%;
    }
    .grelha-post-com-filtros .bloco-img-noticia {
        min-height: 230px;
        background-size: cover;
        background-position: center;
    }
    .grelha-post-com-filtros .menu-cat {
        padding-left: 10px;
    }
    .block-projetos-footer h2 {
        font-size: 25px;
        line-height: 39px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service p {
        font-size: 20px;
        line-height: 25px;
    }
    .destaque-post-projeto{
        text-align: center;
    }
    .destaque-post-projeto img{
        max-width: 80%;
    }
    .conteudo-projectos .container {
        width: 80%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .galeria-projectos .contGaleriaCima:nth-child(odd),
    .galeria-projectos .contGaleriaCima:nth-child(even) {
        margin-top: 40px;
        text-align: center;
    }
    .galeria-projectos {
        padding-top: 20px;
    }
    .block-team-frase h2 {
        padding: 0px 40px;
    }
    .bloco-textp-team {
        margin-left: 0PX;
    }
    .nometeamHome {
        line-height: 33px;
    }
    .blocoteamdestaque .blteam {
        margin-top: -17vh;
    }
    .blocoteamnormal {
        padding: 102px 110px 18px;
    }
    .team-texto h2 {
        font-size: 21px;
        line-height: 27px;
        padding-bottom: 40px;
    }
    .team-texto img {
        display: none;
    }
    .bloco-textp-team {
        margin-left: 0PX;
        width: 50%;
        margin-right: 0px;
    }
    .block-services-cabecalho .block-conteudo {
        max-width: 68%;
    }
    .hamburguer-bt {
        right: -30px;
    }
    .block-services-projectos .bloco-textp-team{
        width: 100%;
    }
    .block-sevicos-process .container {
        padding: 0px 50px;
    }
    .block-sevicos-process h2 {
        font-size: 27px;
        line-height: 36px;
    }
    .block-sevicos-process h3 {
        font-size: 23px;
        line-height: 40px;
    }
    .blocoservicos .blservicos {
        margin-top: 40px;
    }
    .block-contactos-cabecalho .block-conteudo {
        max-width: 68%;
    }
    .form-contactos {
        padding: 210px 100px;
    }
    .logotipo a {
        padding-top: 20px;
        padding-left: 0px;
    }
    .block-about-us-img-2 p {
        padding-top: 50px;
        padding-left: 70px;
    }
    .block-about-us-img-2:before{
        font-size: 70px;
    }
    .block-about-us-img .col-md-5 p {
        padding-left: 25px;
    }
    .block-about-us-img .col-md-5 p:nth-child(2) {
        padding-top: 70px;
    }
    .linhaAboutUs {
        position: relative;
        padding-top: 340px;
    }
    .linhaAboutUs:before {
        text-align: left;
        color: #EAEAE5;
        opacity: 1;
        font-size: 115px;
        line-height: 140px;
        right: 0%;
        top: 30px;
        font-style: italic;
    }
    .block-about-us-img h3, 
    .block-about-us-img h3 em {
        font-size: 23px;
        line-height: 40px;
        padding-bottom: 120px;
        padding-left: 79px;
        max-width: 100%;
    }
    .block-about-us-titulo h2, 
    .block-about-us-titulo h2 em {
        font-size: 25px;
        line-height: 44px;
    }
    .grelhaCatalogos{
        padding-left: 40px;
        padding-right: 40px;
    }
    .grelhaCatalogos .destaque-noticia-title{
        width: calc(100% - 30px);
    }
    .header-transparente {
        position: absolute;
        top: 0px;
        min-height: 50px;
        width: 100%;
        z-index: 99;
        width: 100% !important;
        left: 0px !important;
        /* left: 50%; */
        /* transform: translateX(-50%); */
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service .tituloProj {
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .block-home-bloco-1 .bloco-esq h3 {
        padding-left: 40px;
    }
    .block-home-bloco-1 .bloco-esq span.rotate{
        left: -40px;
    }
    .block-home-bloco-2 .bloco-esq {
        padding-left: 30px;
    }
    .block-home-bloco-2 .bloco-esq img{
        display: none;
    }
    .block-home-bloco-3 .bloco-esq {
        padding-left: 30px;
    }
    .block-home-bloco-2 {
        padding-top: 47px;
        padding-bottom: 40px;
    }
    .block-home-bloco-3 .bloco-dir p.textoFooter{
        margin-bottom: 25px;
    }
    .block-about-bloco-1 .bloco-esq {
        padding-left: 30px;
    }
    .block-about-bloco-1 .bloco-esq p{     
        font-size: 20px;
        line-height: 34px;
    }
    .slideAbout {
        width: 600px;
    }
    .slideAbout .slick-next{
        right: -100px;
    }
    .block-about-bloco-3 .bloco-esq {
        padding-left: 30px;
    }
    .linha2About .bl1texto {
        padding-left: 5%;
    }
    .block-about-bloco-3 .bloco-esq p {
        width: 292px;
        max-width: 100%;
    }
    .block-location-bloco-1 .bloco-esq {
        padding-left: 30px;
    }
    .block-location-bloco-1 .bloco-esq p {
        width: 270px;
        max-width: 100%;
        font-size: 20px;
        line-height: 34px;
    }
    .block-location-bloco-1 .bloco-dir img {
        margin-right: 10px;
    }
    .bloco-3-location .bloco-dir {
        padding-bottom: 20px;
    }
    .formulario-book {
        width: 80%;
        margin-left: 20%;
    }
}

@media screen and (max-width: 670px) {
    .arch{
        display: none;
    }
}

@media screen and (max-width: 414px) 
{
    .mobile{
        display: inline-block;
    }
    .desktop{
        display: none;
    }
    .block-home-services .btn,
    .block-home-portefolio .btn {
        margin-top: 20px;
    }
    .projectos h1{
        font-size: 24px;
        padding: 0px 20px;
        line-height: 30px;
        width: 82%;
        margin: auto;
    }

    .blocoInfoteam{
        margin-bottom: 15px;
    }

    .slideslide-homepage, 
    .slideslide-homepage-2, 
    .blococasashome,
    .slideslide-projects{
      width: calc(100% + 30px);
    }
    .projectos .block-team-cabecalho,
    .block-team-cabecalho,
    .block-services-cabecalho,
    .block-contactos-cabecalho{
        width: 100%;
    }
    .blocoservicos{
        width: 100%;
    }
    .blocoteamdestaque{
        margin-left: auto;
        transform: none;
    }
    .reportNumber{
        left: calc(50% - 0px);
    }
    .slideCount{
        display: none;
    }

    .destaque-post-projeto,
    .blocoservicos-inner{
        margin-left: 0px;
        padding-right: 0px;
    }

   .hamburguer-bt {
        width: 74px;
        padding: 35px 25px 25px 25px;
        height: 86px;
        right: -15px;
    }
    .header-social-botoes a, 
    .blocoLanguage a{
        font-size: 10px;
    }
    .slideCount{
        display: none !important;
    }
    .logo img {
        max-width: 200px;
    }
    .hamburguer-bt img{
        display: none !important;
    }
    .hamburguer-abre{
        background: white !important;
    }
    .logotipo a {
        padding-top: 8px;
        font-size: 30px;
        padding-left: 0px;
    }

    .block-about-us-img .block-conteudo{
        opacity: 1 !important;
        transform: translateZ(0) !important;
    }
    .block-about-us-titulo h2{
        padding-bottom: 90px;
    }
    .block-about-us-titulo {
        padding-top: 0px;
    }
    /*.conteudo-cms-20200115103152a58225 .slideslide-homepage h1,
    .conteudo-cms-20200115103152a58225 .slideslide-homepage h1 a {
        font-size: 26px;
        line-height:34px;
        padding: 0px;
    }*/
    /*.mouse-icon{
         left: 50%;
        bottom: 80px;
    }*/
    .block-about-us-titulo h1{
        width: 300px;
        font-size: 32px;
        line-height: 46px;
    }
    .slick-prev, .slick-next{
        display: none !important;
    }
    .barra-superior .blocomenu {
        width: 109%;
        padding-left: 40px;
        padding-top: 50px;
        right: -15px;
    }
    .blocoSocialHeader {        
        right: 30px;
        bottom: 125px;
    }
    .headerExtra {
        bottom: 120px;
    }
    .barra-superior .menu {
        top: calc(50% - 30px);
    }
    .barra-superior .menu ul li a {
        /*font-size: 30px;
        line-height: 55px;*/
        font-size: 14px;
    }
    .block-home-portefolio, .block-home-services {
        padding: 20px 10px 20px;
    }
   .block-home-portefolio h2, 
   .block-home-services h2,
   .block-home-portefolio h3, 
   .block-home-services h3 {    
        font-size: 30px;
        line-height: 31px;
        margin-bottom: 20px;
    }
    .block-home-belive .container {
        padding: 95px 35px;
    }
    .block-home-belive h2 {
        font-size: 30px;
        line-height: 29px;
        width: 320px;
    }
    .footer p, .footer a, .footer a:hover,
    .footer a strong {
        text-align: center !important;
        font-size: 11px !important;
        padding-bottom: 0px;
        padding-top: 0px;
        line-height: 18px;
    }
    .footer a strong{
        margin-bottom: 20px;
    }
    /*.blocoLanguage ul li a{
        margin-right: 10px;
        margin-left: 10px;
    }*/
    
    .grelha-post-com-filtros .menu-cat li a,
    .grelha-post-com-filtros .menu-cat li a:hover {
        font-size: 14px;
        line-height: 35px;
        padding-right: 5px;
        padding-left: 0px;
    }
    .grelha-post-com-filtros .menu-cat li a:after {
        right: -10px;
    }
    .block-projetos-footer {
        padding-top: 20px;
    }
    .block-projetos-footer h2 {
        font-size: 20px;
        line-height: 33px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-team-cabecalho h1 {
        font-size: 21px;
        line-height: 34px;
    }
    .blocoteamdestaque .blteam {
        margin-top: 30px;
    }
    .container {
        width: 100%;
    }
    .blocoteamdestaque .blocoTeam {
        padding: 0px 30px;
    }
    .blocoteamnormal {
        padding: 50px 30px 18px;
    }
    .bloco-textp-team {
        margin-left: 20px;
        width: calc(100% - 50px);
        margin-right: 20px;
        margin-bottom: 80px;
    }
    .block-team-frase {
        padding: 100px 0px 130px;
    }
    .block-team-frase h2 {
        padding: 0px 20px;
        font-size: 27px;
        line-height: 34px;
    }
    .block-team-frase .container {
        padding: 0px 30px;
    }
    .block-services-cabecalho h1 {
        font-size: 23px;
        line-height: 34px;
    }
    .block-services-projectos .bloco-textp-team {
        margin-left: 0px;
    }
    .block-services-projectos .col-md-8 {
        padding-top: 60px;
    }
    .block-contactos-cabecalho h1 {
        font-size: 25px;
        line-height: 36px;
    }
    .form-contactos {
        padding: 200px 30px;
    }
    .block-services-cabecalho .block-conteudo {
        max-width: 61%;
    }
    .resposta h2 {
        font-size: 25px;
    }
    .grelha-post-com-filtros .bloco-img-noticia {
       min-height: 350px;
        background-size: cover;
        background-position: center;
    }
    .grelha-post-com-filtros .over-service{
        position: relative;
        display: block;
        opacity: 1;
        background: transparent;
        padding: 10px 0px;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service h6,
    .grelha-post-com-filtros .over-service .bloco-texto-over-service p
    {
        position: relative !important;
        transform: none;
        left: inherit;
        top: inherit;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service p {
        font-size: 26px;
        line-height: 43px;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service h6:first-child{
        display: none !important;
    }
    .projectos .block-team-cabecalho .block-conteudo {
        position: relative;
        top: inherit !important;
        left: inherit !important;
        transform: none !important;
        width: 100%;
        max-width: 94%;
        margin: 0px auto 10px;
        padding-top: 169px;
    }
    .projectos .block-team-cabecalho h6{
        margin-bottom: 4px;
    }

    .projectos .block-team-cabecalho h1 {    
        font-size: 24px;
        line-height: 30px;
    }
    .projectos .block-team-cabecalho .row {
        position: relative;
        height: auto;
        padding-bottom: 20px;
    }
    .projectos .voltar, .projectos .voltar:hover {
        margin-top: 0vh;
        display: none;
    }
    .destaque-post-projeto img {
        max-width: 94%;
    }
    .conteudo-projectos .container {
        width: 94%;
        padding-left: 30px;
        padding-right: 30px;
    }
    .barra-seguintes .col-md-12 {
        display: inline-block;
        flex-flow: column;
        padding: 0px;
        min-width: 310px;
    }
    .projectos .barra-seguintes a{
        display: inline-flex;
        flex-flow: column;
    }

    .barra-seguintes {
        padding-top: 55px;
    }

    .projectos  .barra-seguintes a span{
        width: 100%;
        display: block;
        order: 2;
        padding-top: 17px;
    }
    .blocoteamdestaque .blteam:first-child {
        margin-top: -30vh;   
        opacity: 1;
        transition-property: none;
        transition-duration: 0s;
    }
    .nometeamHome {
        padding-left: 0px;
        padding-top: 15px;
    }
    .descteamHome{
        padding-left: 0px;
    }
    .blocoteamnormal .blteam {
        padding: 0px 30px 50px 20px;
    }
    .projectos a:first-child .nav-back-arrow{
        padding-left: 40px;
    }
    .destaque-post-projeto, .conteudo-projectos {
        background: #f7f9fb;
    }
    
    .block-home-portefolio .block-conteudo{ 
        display: flex;
        flex-flow: column;
    }
    .block-home-portefolio .block-conteudo .col-md-6:first-child{
        order: 2;
    }
    .block-home-portefolio img, .block-home-services img{
        width: 100%;
        padding: 0;
    }
    .block-home-portefolio .btn {
        margin-top: 20px;
    }
    .block-home-portefolio, .block-home-services {
        padding: 20px 10px 30px;
    }
    .block-home-portefolio h2 {
        padding-top: 10px;
        margin-bottom: 20px;
    }
    .footer .row{
        display: flex; 
        flex-flow: column;
    }
    .footer .row .col-md-4:nth-child(1){
        order: 2;
        height:22px;
    }
    .footer .row .col-md-4:nth-child(2){
        order: 1;
    }
    .footer .row .col-md-4:nth-child(3){
        order: 3;
    }

    .footer .row .col-md-4:nth-child(1) p{
        margin-bottom: -20px;
    }
    .blocoservicos .blservicos {
        padding-left: 30px;
        padding-right: 30px;
    }
    .blocoservicos .blservicos:first-child{
        margin-top: -10vh;
        opacity: 1;
        transition-property: none;
        transition-duration: 0s;
        transform: none;
    }
    .block-services-cabecalho .block-conteudo {
        max-width: 90%;
    }
    .block-services-cabecalho h1 {
        font-size: 22px;
        line-height: 35px;
    }
    .blservicos .nometeamHome {
        padding-left: 0px;
        padding-top: 20px;
    }
    .blservicos .descteamHome {
        padding-left: 0px;
    }
    .block-services-projectos {
        padding: 60px 0px 0px 0px;
    }
    .bloco-textp-team {
        padding: 70px 30px 30px 30px;
        margin-bottom: 50px;
    }
    .team-texto img {
        display: block;
    }
    .block-sevicos-process {
        padding: 80px 0px 45px;
    }
    .block-sevicos-process p {
        line-height: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    }
    .block-sevicos-process .col-md-3{
        margin-bottom: 60px;
    }
    .team-texto h2 {
        font-size: 32px;
        line-height: 41px;
        padding-bottom: 80px;
    }

    .bloco-textp-team{
        width: calc(100% - 50px);
    }
    .bloco-textp-team .team-texto img{
        right: 10px;
    width: 40px;
    height: auto;
    }
    .block-services-cabecalho br{
        display: none;
    }
    .text-form-contactos {
        position: absolute;
        top: 130px;
        left: 45px;
        width: calc(100% - 85px);
        text-transform: uppercase;
    }
    .block-team-cabecalho .block-conteudo {
        max-width: 90%;
    }
    .block-homepage-bloco-roxo{
        top: auto;
        bottom: auto;
        left: 0px;
        width: 100%;
    }
    .block-services-cabecalho .block-conteudo,
    .block-team-cabecalho .block-conteudo
    {
        top: 230px !important;
    }
    .block-contactos-cabecalho .block-conteudo{
        top: calc(50% - 40px) !important;
    }
    .loadMore {
        min-height: 60px;
        width: 100%;
    }
    .conteudo-cms-20200115103152a58225 .slideslide-homepage h5{

    }
    .grelha-post-com-filtros .menu-cat li a:after{
        /*display:none;*/ 
        right: -6px;
        height: 20px;
        transform: rotate(21deg);
        top: 4px;
    }
    .grelha-post-com-filtros .menu-cat li{
        padding-right: 8px;
        padding-left: 0px;
    }
   .block-homepage-bloco-roxo .container {

    }
    .filtro-categorias {
        padding-top: 100px;
    }
    .conteudo-cms-20200115103152a58225 .slideslide-homepage h1 span,
    .conteudo-cms-20200115103152a58225 .slideslide-homepage h1 {
        font: 32px/42px 'Juana';
        font-weight: 100;
        font-style: italic;
        display: inline-block;
        padding-bottom: 0px;
    }
    .conteudo-cms-20200115103152a58225 .slideslide-homepage br{
        /*display: none;*/
    }
    .hamburguer-abre{
        background: transparent !important;
    }
    .block-about-us-titulo h2, .block-about-us-titulo h2 em {
        font-size: 17px;
        line-height: 34px;
    }
    .block-about-us-titulo h2 br{
        display: none;
    }
    .conteudo-cms-about-us{
        padding-left: 20px;
        padding-right: 20px;
    }
    .block-about-us-img p {
        padding-top: 60px;
        padding-left: 0px;
    }
    .block-about-us-img h3, .block-about-us-img h3 em {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 60px;
        padding-left: 0px;
    }
    .block-about-us-img-2 p {
        padding-top: 450px;
        padding-left: 20px;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service .grupoTextoProj{
        position: relative;
        transform: none;
        top: auto;
    }
    .grelha-post-com-filtros .menu-cat li a span {
        font-size: 19px;
        line-height: 29px;
    }
    .textoProjetos {
        margin-top: 35px;
        margin-left: 0px;
        padding-left: 40px;
        padding-top: 82px;
        padding-right: 40px;
        padding-bottom: 72px;
    }
    .backProjetos{
        display: none;
    }
    .linhaProjetoTotal{
        text-align: center;
    }
    .paginacaoNavega {
        padding-left: 0px;
        margin-left: -50px;
    }
    .projectos h1,
    .projectos h2 {
        font-size: 24px;
        padding: 0px 0px;
        line-height: 30px;
        width: 100%;
        margin: auto;
    }

    .barra-superior .menu ul li a.ativo:after, .barra-superior .menu ul li a:hover:after {
        top: 22px;
    }
    .block-about-us-titulo h2 em:after{

        bottom: 9px;

    }
    .block-contactos-frase .marginContactos {
        margin-top: 30px;
    }
    .block-contactos-frase .marginContactos .listaMorada {
        margin-top: 10px;
    }
    .slick-dotted.slick-slider{
        margin-bottom: 0px;
    }
    .cms-homapage .slick-vertical .slick-slide{
        height: 86vh;
    }
    .mouse-icon {
        bottom: 45px;
        right: 10px;
    }
    .linhaAboutUs:before{
        display: none;
    }
    .linhaAboutUs {
        position: relative;
        padding-top: 0px;
    }
    .block-about-us-img-2:before {
        font-size: 60px;
        left: 80%;
        line-height: 70px;
        max-width: 100%;
    }
    .block-about-us-img-2 .col-md-5 img {
        max-width: 100%;
        height: auto;
        margin-right: 0%;
    }
    .block-about-us-img .col-md-5 p {
        padding-left: 0px;
        padding-right: 0px !important;
    }
    .block-about-us-img .linhaAboutUs {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
    .block-about-us-img p {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        padding-bottom: 40px;
    }
    .grelha-post-com-filtros .menu-cat {
        padding-left: 0px;
    }
    .grelha-post-com-filtros .menu-cat li a span {
        font-size: 16px;
        line-height: 22px;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service h6:last-child{
        border: 0px;
    }
    .grelha-post-com-filtros .over-service .bloco-texto-over-service .tituloProj {
        line-height: 23px;
        margin-top: 10px;
        margin-bottom: 0px;
        max-width: 100%;
    }
    .grelha-post-com-filtros .controlaSombra a:hover .over-service{
        opacity: 1;
        background: transparent;
        position: relative;
        width: 100%;
    }
    .grelha-post-com-filtros .menu-cat li a.item-ativo-cat span:before, 
    .grelha-post-com-filtros .menu-cat li a:hover span:before{
        bottom: 9px;
    }
    .filtro-categorias .container{
        padding: 0px;
    }
    .linhaProjetoTotal {
        margin-top: -10px;
    }
    .next-project{
        margin-left: 30px;
    }
    .prev-project{
        margin-left: 0px;
    }
    .backProjetos {
        display: none;
        display: block;
        top: -30px;
        position: absolute;
        right: 0px;
        text-align: right;
    }
    .projectos a:first-child .nav-back-arrow {
        padding-left: 20px;
    }
    .textoProjetos {
        padding-top: 55px;
    }
    .projectos h1, .projectos h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .titleCatalogos h1{
        padding-bottom: 0px;
    }
    .grelhaCatalogos .destaque-noticia-title{
        padding-top: 0px;
    }
    .block-contactos-frase .block-conteudo{
        display: flex;
        flex-flow: row wrap;
    }
    .block-contactos-frase .col-md-6{
        order: 1;
    }
    .block-contactos-frase .listaImagens{
        order: 2;
    }
    .block-contactos-frase:before {
        text-align: right;
        font-size: 100px;
        line-height: 120px;
        right: 15px;
        top: 5%;
        width: 100%;
        font-style: italic;
    }

    .listaMorada {
        padding-top: 0px;
    }
    .listaMorada:nth-child(1){
        padding-top: 80px;
    }
    .block-contactos-frase .marginContactos {
        margin-top: 0px;
    }
    .block-contactos-frase .marginContactos .listaSocial {
        padding-top: 0px;
    }
    .carrocelImg {
        text-align: center;
    }
    .block-contactos-frase {
        padding: 217px 0px 50px;
    }
    .backProjetos{
        display: none;
    }
    .projectos h1{
        margin-bottom: 20px;
    }
    .titleCatalogos {
        padding-top: 110px;
    }
    .block-contactos-frase {
        padding: 60px 0px 50px;
    }
    .listaSocial br{
        display: none;
    }
    .onlyDesktop{
        display: none;
    }
    .onlyMobile{
        display: block;
    }
    .minAlturaBanner{
        min-height: 0px;
    }
    .minAlturaBanner .blocoSlide{
        display: none;
    }
    .cms-homapage .imageCover{
        padding-right: 0px;
        padding-left: 0px;
        background-size: auto 60%;
        background-position: bottom;
    }
    .slidePrincipal .conteudo-frase{
        
    display: grid;
    }
    .slidePrincipal section:nth-child(1) .conteudo-frase .col-md-6:nth-child(1){
        order: 2;
    }
    .slidePrincipal section:nth-child(1) .conteudo-frase .col-md-6:nth-child(2){
        order: 1;
    }
    .slidePrincipal section:nth-child(3) .conteudo-frase .col-md-6:nth-child(1){
        order: 2;
    }
    .slidePrincipal section:nth-child(3) .conteudo-frase .col-md-6:nth-child(2){
        order: 1;
    }

    .slidePrincipal section .conteudo-frase .col-md-6{
        width: 100%;
    }
    .slide5 form label{
        max-width: 49%;
    }
    .slidePrincipal .conteudo-frase p br{
        display: none;
    }
    .slide5 form button{
        top: 330px;
    }
    .footer-home, .footer{

        padding: 30px 0px;
    }
    .conteudo-cms-about-us{
        padding-left: 0px;
        padding-right: 0px;
    }
    .destaquePagina{
        left: -20px;
    }
    .block-about-us-img-2 h2 {
        padding-top: 150px;
        padding-left: 15px;
    }
    .block-about-us-img-2 p {
        padding-top: 0px;
        padding-left: 15px;
        padding-bottom: 100px;
    }
    .block-about-us-img-2 .fundoImg {
        position: absolute;
        bottom: 30px;
        right: -90px;
    }
    .block-about-us-img-2 .linkAbout{   
        position: relative;
        bottom: auto;
        right: auto;
    }
    .block-about-us-img-2 .linkAbout img {
        margin-left: 80px;
        position: relative;
        top: -10px;
    }
    .block-about-block-red .block-conteudo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-home .width50 {
        width: 100%;
        float: left;
        text-align: center;
    }
    .footer-home .width50 p{
        text-align: center !important;
    }
    .block-contactos-frase h1{

    width: 80%;
    margin-left: 10%;
    font-size: 24px;
    line-height: 30px;
    }
    .block-contactos-frase h1 br{
        display: none;
    }
    .socialContact {
        position: absolute;
        right: 0%;
        bottom: 20%;        
        transform: translateX(0%);
        width: 100%;
        text-align: center;
    }
    .loftsGeral .controlaSombra {
        display: inline-block;
        height: 100vh;
        background: #DC7868;
        margin-right: -3px;
        position: relative;
        width: 33.33333334%;
        overflow: hidden;
    }
    .loftsGeral .destaquePagina{
        display: none;
    }
    .seccaoHouse1 {
        background: #fff;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .cms-industrial .seccaoHouse2 .doisLeft p br{
        display: none;
    }
    .seccaoHouse4 .slick-prev{
        width: 84px;
        height: 84px;

    }
    .seccaoHouse4 .slick-next{
        width: 84px;
        height: 84px;    bottom: -42px;

    }
    .cms-homapage .slidePrincipal .col-md-6, 
    .cms-homapage .slidePrincipal .col-md-12{
        /*min-height: 50vh;*/
    }
    .slide1 .headerExtra{  
        top: 9px;
        left: 13px;
        right: inherit;
        bottom: inherit;
    }
    .umRight img {
        width: 210px;
    }
    .umLeft .number{
        display: none;
    }
    .doisRight img {
        top: -100vh;
        transform: translateY(-50%);
        position: absolute;
        right: -160px;
    }
    .slide2 .headerExtra {
        left: 13px;
    }
    .umLeft img{
        position: absolute;
        bottom: -50vh;
        left: 13px;
        z-index: 1;
        transform: translateY(50%);
        width: 90px;
    }
    .doisLeft p {;
        font-size: 15px !important;
        line-height: 24px !important;
        max-width: 70%;
        margin-left: 15%;
    }
    .doisLeft a.btn-home, 
    .doisLeft a.btn-home:hover{
  
        font-size: 12px;
        line-height: 16px;
        position: absolute;
        right: 13px;
        bottom: 13px;
        text-align: right;

    }
    .slide3 .headerExtra {
        left: 13px;
    }
    .tresRight p {
        font-size: 15px !important;
        line-height: 24px !important;
        max-width: 70%;
        margin-left: 15%;
    }
    .tresRight a.btn-home, 
    .tresRight a.btn-home:hover{
        font-size: 12px;
        line-height: 22px;
        position: absolute;
        right: 13px;
        bottom: 13px;
        text-align: right;
    }
    .tresLeft img{
        display: none;
    }
    .slide4 .headerExtra {
        top: 9px;
        left: 13px;
        transform: none;
    }
    .quatroLeft p {
        font-size: 15px !important;
        line-height: 24px !important;
        max-width: 70%;
        margin-left: 15%;
    }
    .quatroLeft a.btn-home, 
    .quatroLeft a.btn-home:hover{
        font-size: 12px;
        line-height: 22px;
        position: absolute;
        right: 13px;
        bottom: 13px;
        text-align: right;
    }
    .quatroRight img {
        top: -75vh;
    }
    .slide5{
        min-height:100vh !important;
    }
    .slide5 .centraTudo {
        top: inherit;
        max-width: 100%;
        position: relative;
        transform: none;
        left: inherit;
        width: 100%;
        padding-bottom: 100px;
    }
    .slide5 form label {
        max-width: 90%;
        font-size: 14px;
        line-height: 17px;
    }
    .slide5 form button {
        top: inherit;
        position: relative;
        left: inherit;
        margin: auto;
        float: inherit;
        transform: none;
        margin-top: 30px;
    }
    .slide5 h2 {
        margin-bottom: 60px;
        margin-top: 50px;
    }
    .conteudo-cms-20200115103152a58225 .slideslide-homepage .slide5 form p {
        color: #75736f;
        text-align: left;
        font: 14px/19px 'ReneBieder-CamptonMedium';
        opacity: 1;
        padding-left: 15%;
        display: none;
    }
    .slide5 img{
        display: none;
    }
    .footer-home a,
    .footer-home a:hover{ 
        font: 12px/15px 'gt-walsheim' !important;
        font-weight: 100 !important;
        margin-bottom: 0px !important;
        letter-spacing: 1.09px !important;
        margin-bottom: 0px !important;
        color: #75736F !important;
    }
    .siglamenu{
        left: inherit;
        right: 32px;
        bottom: 15vh;
    }
    .barra-superior .menu ul li a {
        /*font-size: 45px;
        line-height: 55px;
        padding-left: 20px;
        padding-right: 20px;*/
    }
    .barra-superior .menu ul li a b {
        /*letter-spacing: 4.77px;
        color: #F2F0EB;
        font-size: 12px;
        line-height: 17px;
        margin-left: 25px;
        min-width: 180px;
        padding-top: 8px;*/
    }
    .loftsGeral{

        background: #DC7868;
    }
    .loftsGeral .logotipo{
        display: none;
    }
    .block-contactos-frase h1 {
        font-size: 30px;
        line-height: 38px;
    }
    .destaquePagina{
        display: none;
    }
    .block-contactos-bloco-morada .slide2 {
        min-height: 50vh;
    }
    .block-contactos-bloco-morada .doisLeft h2 {
        padding-bottom: 30px;

    position: relative;
    top: inherit;
    }
    .b944 .block-conteudo{
        display: grid;
    }
    .block-contactos-bloco-morada .doisLeft {
        order: 2;
    }
    .block-contactos-bloco-morada .doisRight {
        order: 1;
    }
    .block-20210222150025a38405 {
    background-size: auto 100% !important;
    background-position: center !important;
    }
    .block-contactos-bloco-morada  .headerExtra {
        display: none;
    }
    .seccaoHouse0 .filter-overlay{
        width: 80%;
        margin-left: 20%;
        margin-top: 290px;
        height: calc(100vh - 290px);
    }
    .seccaoHouse0 {
        background-size: cover;
        background-position: left bottom;
    }
    .seccaoHouse0 .destaquePagina{
        display: none;
    left: -20px;
    }
    .seccaoHouse0 .filter-overlay .centra-destaque {
        top: 45%;
    width: 80%;
    }
    .seccaoHouse0 .filter-overlay h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .seccaoHouse0 .bookNowHouse {
        bottom: 13px;
        right: 17px;
    }
    .seccaoHouse1 .nome-casa,
    .seccaoHouse1 .texto-casas p{
        text-align: center;
    margin: 10px auto;
    }
    .seccaoHouse2 .imagemFundoS {
        bottom: -55px;
        width: 110px;
        z-index: 1;
    }
    .seccaoHouse2 .doisRight {
        background-size: cover;
        min-height: 50vh;
    }
    .seccaoHouse3 p br,
    .seccaoHouse2 .doisLeft p br{
        display: none;
    }
    .seccaoHouse3 p {
        width: 80%;
        margin-left: 10%;
    }
    .block-about-us-titulo .block-conteudo {
        min-height: 80vh;
        position: relative;
    }
    .block-about-us-img {
        padding-top: 20px;
        padding-bottom: 36px;
    }
    .block-about-us-img .linhaAboutUs h2,
    .block-about-us-img .linhaAboutUs p,
    .block-about-us-img-2 h2,
    .block-about-us-img-2 p{
        text-align: center;
    }
    .block-about-us-img .col-md-6:nth-child(2){
        display: none;
    }
    .block-about-us-img-2 {
        padding-top: 0px;
    }
    .block-about-us-img-2 .cimaImg{
        display: none;
    }
    .block-about-us-img-2 p {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 100px;
        width: 100%;
    padding-bottom: 40px;
    }
    .block-about-us-img-2 h3 img {    
        margin-top: 50px;
        margin-bottom: 0px;
        margin-left: 15px;
        width: calc(100% - 15px);
    }
    .block-about-us-img-2 h2 {
        padding-top: 50px;
        padding-left: 0px;
    }
    .block-about-us-img .aboutLink{      
        bottom: -30px;
        right: 6px;
        left: inherit;
        color: #dc7868;
        line-height: 39px;
    }
    .block-about-us-img .fundoImg {
        position: absolute;
        bottom: -30px;
        left: 0px;
        width: 100px;
    }
    .block-about-us-img-2 .fundoImg {
        position: absolute;
        bottom: 160px;
        right: 20px;
        width: 100px;
    }
    .block-about-us-img-2 .linkAbout {
        position: absolute;
        bottom: inherit;
        width: 100%;
        right: 50px;
    }
    .block-about-us-img-2 .linkAbout img {
        margin-left: 80px;
        position: absolute;
        top: 16px;
        right: -30px;
    }
    .block-about-us-img-2 p {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 70px;
        width: 100%;
    }
    .block-about-block-red h2,
    .block-about-block-red p{
        text-align: center;
        width: 80%;
        margin-left: 10%;
    }
    .block-about-block-red {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .loftsGeral .controlaSombra .rotate{
        top: 34%;
    }
    .loftsGeral .controlaSombra p.destaque-noticia-sub-title{

    margin-bottom: 18vh;
    }
    .block-contactos-frase .allContent {
        top: 42%;
    }
    .block-about-block-red p{
        margin-bottom: 45px;
    }
    .pt2020 img {
        height: 22px;
        margin-bottom: 10px;
    }

    .cms-homapage .minAlturaBanner {
        min-height: 80vh;
    }
    .cms-homapage .imageCover {
        background-size: cover;
    }
    .slideslide-homepage p{      
        padding-left: 10%;
        padding-right: 10%;
    }
    .block-home-bloco-1 .bloco-dir img {
        margin-right: 8px;
        margin-top: 40px;
    }

    .block-home-bloco-1 .bloco-esq,
    .block-home-bloco-1 .bloco-dir,
    .block-home-bloco-2 .bloco-esq,
    .block-home-bloco-2 .bloco-dir,
    .block-about-bloco-1 .bloco-esq,
    .block-about-bloco-1 .bloco-dir,
    .block-about-bloco-3 .bloco-esq,
    .block-about-bloco-3 .bloco-dir,
    .block-location-bloco-1 .bloco-esq,
    .block-location-bloco-1 .bloco-dir,
    .bloco-3-location .bloco-esq,
    .bloco-3-location .bloco-dir{
        padding-left: 30px;
        padding-right: 30px;
    }
    .block-home-bloco-3 .bloco-dir img {
        margin-right: 10px;
    }
    .block-home-bloco-3 {
        margin-top: 180px;
        background: rgb(225,228,225);
        background: linear-gradient(
    90deg
    , rgba(225,228,225,0) 0%, rgba(225,228,225,1) 0%, rgba(225,228,225,1) 100%);

    padding-left: 30px;
    padding-right: 30px;
    }
    .block-home-bloco-3 .bloco-esq {
        padding-left: 0px;
        padding-right: 0px;
    }
    .barra-superior .blocomenu{

    width: 100%;
    padding-left: 0px;
    right: 0px;
    padding-right: 0px;
    }
    .barra-superior .blocoSocialHeader {
        
    right: initial;
    bottom: 125px;
    width: 100%;
    transform: none;
    }
    .block-about-bloco-3 .bloco-dir h1 {
        margin-bottom: 50px;
        margin-top: 40px;
    }
    .linha1About .bl1texto {
        padding-left: 30px;
    }
    .block-about-bloco-3 .bloco-dir .linha3About .bl1texto {
        width: 42%;
        padding-left: 30px;
    }
    .block-location-bloco-1 .bloco-dir img {
        margin-right: 0px;
    margin-top: 60px;
    }
    .bloco-3-location .bloco-esq{
        padding-top: 50px;
    }
    .formulario-book {
        width: 100%;
        margin-left: 0%;
    }
    .enviarForm{

        margin-top: 50px;
    }
    .cabecalho-form {
        padding-bottom: 100px;
    }
    .bloco-2-home{
         display: flex;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .bloco-2-home .col-md-6:nth-child(1){
        order: 2;
    }
    .bloco-2-home .col-md-6:nth-child(2){
        order: 1;
    }
    .block-home-bloco-2 .bloco-dir img {
        padding-top: 0px;
         padding-bottom: 65px;
    }
}

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

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

}

@media only screen and (orientation: landscape) and (max-device-width: 1024px) {
    .logo img {
        max-width: 130px;
    }
    .logotipo a {
        padding-top: 20px;
        padding-left: 0px;
    }
    h1 {
        font-size: 17px;
        line-height: 22px;
    }
    /*.conteudo-cms-20200115103152a58225 .slideslide-homepage h1,
    .conteudo-cms-20200115103152a58225 .slideslide-homepage a, 
    .conteudo-cms-20200115103152a58225 .slideslide-homepage a:hover {
        font-size: 21px;
        line-height:22px;
    }*/
    .page-homapage#post .arch, .arch {
        bottom: calc(-100vh - -110px);
        margin-left: 20px;
    }
    .hamburguer-bt {
        right: -20px;
    }
    .hamburguer-bt {
        right: -15px;
        width: 95px;
    }
    .barra-superior .menu ul li a {
        font-size: 22px;
        line-height: 32px;
    }
    .barra-superior .blocomenu {
        padding-left: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .header-social-botoes a {
        border-radius: 9px;
        height: 25px;
        width: 25px;
        border: 2px solid #323131;
        display: inline-block;
        padding: 0px;
        text-align: center;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 10px;
        color: #323131;
        margin-top: 0px;
        line-height: 20px;
    }
    .header-social-botoes a:nth-child(2) {
        font-size: 29px;
    }
    .grelha-post-com-filtros .bloco-img-noticia {
        min-height: 190px;
        background-size: cover;
    }
    .block-projetos-footer h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .voltar, .voltar:hover {
        margin-top: 5vh;
    }
    .galeria-projectos .contGaleriaCima:nth-child(odd) {
        text-align: right;
        margin-top: 50px;
    }
    .contGaleriaCima img{
        width: 100%;
    }
    .block-team-cabecalho .block-conteudo {
        position: absolute;
        top: 50% !important;
        left: 50% !important;
        transform: translateX( -50%) !important;
        width: 705px;
        max-width: 80%;
        /* height: 100vh; */
        opacity: 1 !important;
        transition-duration: 0s !important;
    }
    .blocoteamdestaque .blteam {
        margin-top: 0vh;
    }
    .block-team-frase h2 {
        font-size: 27px;
        line-height: 33px;
    }
    .block-services-cabecalho .block-conteudo {
        top: 50% !important;
        left: 50% !important;
        max-width: 82%;
        /* height: 100vh; */
        opacity: 1 !important;
        transition-duration: 0s !important;
    }
    .blocoservicos .blservicos {
        margin-top: 0vh;
    }
    .block-sevicos-process .container {
        padding: 0px 50px;
    }
    .block-sevicos-process h3 {
        font-size: 21px;
        line-height: 11px;
    }
    .block-contactos-cabecalho h1 {
        font-size: 22px;
        line-height: 27px;
        width: 80%;
        margin-left: 10%;
    }
    .reportNumber:before {
        height: 120px;
    }
    .form-contactos {
        padding: 240px 50px;
        position: relative;
    }
    .text-form-contactos {
        left: 60px;
        width: calc(100% - 100px);
    }
    .blocoteamdestaque .blteam:first-child {
        margin-bottom: 50px;
    }
    .bloco-textp-team {
        margin-left: 0PX;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 50px;
    }
    .block-about-us-img-2 p{
        padding-top: 100px;
        padding-left: 140px;
    }
    .barra-superior .menu ul li a.ativo:after {
        top: 15px;
    }
}

@media print and (max-width: 5000px) {

}



/* ANIMAÃ‡Ã•ES */


/*
COMO USAR

-webkit-animation:especialMov 6s linear infinite;
-moz-animation:especialMov 6s linear infinite;
animation:especialMov 6s linear infinite;

@-moz-keyframes encheHoriGrande { 
    0% { 
        width: 55%
    } 
    25% { 
        width: 60%;
    } 
    50% { 
        width: 65%;
    } 
    75% { 
        width: 60%;
    } 
    100% { 
        width: 55%
    }  
    
}*/

/********************************************************/
/********************************************************/
/********************************************************/
/************** COR DA SELECÇÂO  ************************/
/********************************************************/
/********************************************************/
/********************************************************/

::selection {
  background: #323131; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #323131; /* Gecko Browsers */
  color: #ffffff;
}

/********************************************************/
/********************************************************/
/********************************************************/
/************** COR DA SELECÇÂO  ************************/
/********************************************************/
/********************************************************/
/********************************************************/


