/* FONTS
   ----------------------------- */
/* OPEN SANS */
/* Montserrat */
/* Galano */
 
/* Miller */
 

/* Harmonia Sans */
 

    @font-face {
        font-family: 'EuclidFlex';
        src: url('../fonts/Euclid_Flex/EuclidFlex-Light.otf');
        font-weight: 100;
        font-style: normal;
    }
    @font-face {
        font-family: 'EuclidFlex';
        src: url('../fonts/Euclid_Flex/EuclidFlex-Regular.otf');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: 'EuclidFlex';
        src: url('../fonts/Euclid_Flex/EuclidFlex-Bold.otf');
        font-weight: 800;
        font-style: bold;
    }


    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaBold.ttf');
        font-weight: 800;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaSemiBold.ttf');
        font-weight: 600;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaRegular.ttf');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaMedium.ttf');
        font-weight: 500;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaExtraLight.ttf');
        font-weight: 200;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaLight.ttf');
        font-weight: 300;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaThin.ttf');
        font-weight: 100;
        font-style: normal;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaBoldIt.ttf');
        font-weight: 800;
        font-style: italic;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaSemiBoldIt.ttf');
        font-weight: 600;
        font-style: italic;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaRegularIt.ttf');
        font-weight: 400;
        font-style: italic;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaMediumIt.ttf');
        font-weight: 500;
        font-style: italic;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaExtraLightIt.ttf');
        font-weight: 200;
        font-style: italic;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaLightIt.ttf');
        font-weight: 300;
        font-style: italic;
    }
    @font-face {
        font-family: 'Juana';
        src: url('../fonts/Juana/JuanaThinIt.ttf');
        font-weight: 100;
        font-style: italic;
    }

    @font-face {
        font-family: 'SweetSansPro';
        src: url('../fonts/SweetSansPro/SweetSansPro-Light.otf');
        font-weight: 300;
        font-style: normal;
    }
    @font-face {
        font-family: 'SweetSansPro';
        src: url('../fonts/SweetSansPro/SweetSansPro-Regular.otf');
        font-weight: 400;
        font-style: normal;
    }
    @font-face {
        font-family: 'SweetSansPro';
        src: url('../fonts/SweetSansPro/SweetSansPro-Thin.otf');
        font-weight: 100;
        font-style: normal;
    }
    @font-face {
        font-family: 'SweetSansPro';
        src: url('../fonts/SweetSansPro/SweetSansPro-Bold.otf');
        font-weight: 600;
        font-style: normal;
    }
    @font-face {
        font-family: 'SweetSansPro';
        src: url('../fonts/SweetSansPro/SweetSansPro-Medium.otf');
        font-weight: 500;
        font-style: normal;
    }
 
@font-face {
        font-family: 'SackersGothicLight';
        src: url('../fonts/SackersGothicLight/SackersGothicMedium.ttf');
        font-weight: 400;
        font-style: normal;
    }
 


    @font-face {
        font-family: 'SackersGothicStd';
        src: url('../fonts/SackersGothicStd/SackersGothicStd-Heavy.otf');
        font-weight: 400;
        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;font-family:'SackersGothicStd';}
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: 'SackersGothicStd';}
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; background-color: #F2F1EC;}
p{font-family:'SackersGothicStd';    font-size: 18px;
    line-height: 22px;}
/* -------------------- 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;
}

span{
   font-family: 'SackersGothicStd';
}

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


a {
    color: #323131;
}
a:hover, a:focus, a:active{
    text-decoration: none;
    color: #FFFFFF;
}

.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: 'Juana';
    color: #323131;
    font-style: normal;
    font-weight: 300;
}
.h2, h2 {    
	font-size: 36px;
    font-family: 'Juana';
    text-transform: uppercase;
    letter-spacing: 0.20em;
    color: #323131;
    font-style: normal;
    font-weight: 300;
    line-height: 1.17em;
    margin: 0 0 20px;
}

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

p{
	font-family: 'SackersGothicStd';
    font-size: 16px;
    font-weight: 100;
    color: #323131;
    margin: 0 0 20px;
    line-height: 24px;
}


.button{
	font-family: 'SackersGothicStd';
    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: 230px;
    margin-left: 0px;
    height: auto;
}
.logotipo a{
    display: inline-block;
    padding-top: 15px;
    font-size: 37px;
    font-weight: 400;
    text-transform: lowercase;
    padding-left: 0px;

}

.barra-superior .blocomenu{
    padding-left: 120px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #F2F1EC;
    height: 100vh;
    top: -100vh;
    position: fixed;
    width: 100%;
    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;
}
/*.fraseDestaqueHome{
	width: 100% !important;
}*/

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

.barra-superior .menu ul li a{
    text-align: center;
    font-size: 60px;
    line-height: 83px;
    opacity: 1;
    /*display: block;*/
    color: #262424;
    font-weight: 100;
    font-style: normal;
    font-family:  'Juana';
    letter-spacing: .8px;
    position: relative;
    font-style: italic;
    text-transform: uppercase;
   }
.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 {
    cursor: pointer;
    height: 120px;
    position: absolute;
    right: -15px;
    top: 5px;
    width: 106px;
    margin-top: 0;
    /* transition: all .2s ease-out; */
    z-index: 10;
    background: transparent;
    padding: 40px 35px 40px;
    z-index: 13;

}
.hamburguer-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 {
    width: 80%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    margin: 3px auto;
    transition: all .3s;
    backface-visibility: hidden;
    float: left;
}
.hamburguer-bt .hamburguer-bt__stripe__middle {

}
.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 {
    transform: rotate(134deg) translate(4px,-6px);
    width: 100% !important;
    background: #343434 !important;
    border-radius: 10px;
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle {
    opacity: 0;
}

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
    transform: rotate(43deg) translate(-5px,-9px);
    background: #343434 !important;
    /* 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 a {    
    border-radius: 9px;
    height: 30px;
    width: 30px;
    border: 3px solid #323131;
    display: inline-block;
    padding: 0px;
    text-align: center;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #323131;
    margin-top: 0px;
    line-height: 27px;
}
.header-social-botoes a:hover , .header-social-botoes a.marcarconsulta:hover{
    /*    background-color: #fff;
    color: #7a689f;*/
}
.header-social-botoes a:nth-child(2) {
    border: none;
    font-size: 35px;
    position: relative;
} 
.header-social-botoes a:nth-child(2) i{
    
    display: block;
    position: absolute;
    bottom: -21px;
    }
.siglamenu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    letter-spacing: 4.67px;
    color: #1E1C1C;
    opacity: 1;
    font-family: 'SackersGothicStd';
    font-size: 12px;
    line-height: 16px;
    text-transform: lowercase;
    top: 30px;
}
.blocoSocialHeader{
    position: absolute;
    bottom: 44px;
    right: 210px;display: none !important;
}

.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: 'Juana';
    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: 'Juana';
    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;
}

.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: 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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: 'SackersGothicStd';
}
.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: 'SackersGothicStd';
    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 'SackersGothicStd';
    letter-spacing: 0.88px;
    color: #FFFFFF;
    opacity: 1;
    position: absolute;
    top: 40vh;
    right: 70px;
    z-index: 9;

}
.b178 h2{

    font-size: 2.8em;

    font-family:'Juana';

    line-height: 1.2em;

    margin: 0.67em 0;

        margin-bottom: 15px;

        color: white;

}

.b178 p{
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    font: 20px/63px 'SackersGothicStd';
    letter-spacing: 0.8px;
    color: #FFFFFF;
    opacity: 1;
}

.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:'SackersGothicStd';
}
.posicaoSlide h1{
    text-align: left;
    font: 45px/66px 'Juana';
    letter-spacing: 1.8px;
    color: #FFFFFF;
}

.posicaoSlide h1 b, .posicaoSlide h1 strong{
    text-align: left;
    font: 45px/66px 'Juana';
    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 'Juana';
    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 'Juana';
    letter-spacing: 0.9px;
    color: #E3003F;
    opacity: 1;
    margin-bottom: 42PX;
}
p.conteudoContactos, .conteudoContactos a, .conteudoContactos a:hover{
text-align: left;
    font: 18px/32px 'SackersGothicStd';
    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: 'Juana';
    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: 'SackersGothicStd';
    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: 'SackersGothicStd';
}

.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: 'Juana';
    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: 'SackersGothicStd';
    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: 'SackersGothicStd';
    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: 'SackersGothicStd';
    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 'SackersGothicStd';
    color: #082967;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 50px;

}

.blocotestemunhohome .autortestemunho{
    text-align: center;
    font: 20px/25px 'SackersGothicStd';
    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: 'SackersGothicStd';
    font-weight: 200;
    margin-top: 70px;
    max-width: 72%;
}
.blocotestemunhohome .brevedesc p{ 
    font-size: 17px;
    line-height: 34px;
    letter-spacing: 0.34px;
    font-family: 'SackersGothicStd';
}

.blocotestemunhohome .conteudotestemunho p{ 
    text-align: center;
    font: 20px/35px 'SackersGothicStd';
    letter-spacing: 0.86px;
    color: #082967;
    opacity: 1;
    width: 80%;
    margin-left: 10%;
}
.blocotestemunhohome .conteudotestemunho p span{ 
    text-align: center;
    font: 20px/35px 'SackersGothicStd';
    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: 'Juana';
    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: 'Juana';
    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: 'SackersGothicStd';
    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: 'SackersGothicStd';
}

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 'SackersGothicStd';
    font-family: 'SackersGothicStd';
    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: 'Juana';
    color: white;
}
.pagina-projectos .centra-destaque h3{
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 72px;
    letter-spacing: 4px;
    font-family: 'Juana';
    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: 'SackersGothicStd';
    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: 'SackersGothicStd';
    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: 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'Juana';
    letter-spacing: 1.92px;
    color: #FFFFFF;
}

.ficaSeta{
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    bottom: -20vh;
}
.linhaAboutUs{
   position: relative;
}
.linhaAboutUs:before{
    content: 'Paris/ Porto';
    text-align: right;
    letter-spacing: 2.86px;
    color: #EAEAE5;
    opacity: 1;
    font-size: 200px;
    line-height: 200px;
    letter-spacing: 2.86px;
    font-family: 'Juana';
    position: absolute;
    right: 5%;
    top: 60px;
    font-style: italic;
    width: 420px;
}
.block-about-us-img-2{
   position: relative;
}
.block-about-us-img-2:before{
    content: 'Works of art acquired by Museums/ Institutions:';
    text-align: left;
    color: #EAEAE5;
    opacity: 1;
    font-size: 100px;
    line-height: 86px;
    letter-spacing: 1.43px;
    font-family: 'Juana';
    position: absolute;
    left: 50%;
    top: 60px;
    width: 620px;
    font-style: italic;
    transform: translateX(-78%);
}
.block-contactos-frase{
   position: relative;
}
.block-contactos-frase:before{
    content: 'Paris Porto';
    text-align: left;
    letter-spacing: 2.86px;
    color: #EAEAE5;
    opacity: 1;
    font-size: 200px;
    line-height: 190px;
    letter-spacing: 2.86px;
    font-family: 'Juana';
    position: absolute;
    right: -10px;
    top: 30%;
    width: 427px;
    font-style: italic;
}


.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 'SackersGothicStd';
    letter-spacing: 1.28px;
    opacity: 1;
}
.block-about-porto .blocoTexto p em{
    font: 30px/50px 'SackersGothicStd';
    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 'Juana';
    letter-spacing: 4px;
    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 'SackersGothicStd';
    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 'Juana';
    letter-spacing: 4px;
    color: #FFFFFF;
    opacity: 1;
    margin-bottom: 140px;
}
.ourservices li a{
    text-align: left;
    font: 37px/72px 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'Juana';
    letter-spacing: 0.92px;
    color: #FFFFFF;
    opacity: 1;
}
.block-about-social a {
    color: #000;
    font-family: 'SackersGothicStd';
}
.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 'SackersGothicStd';
    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 'Juana';
    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 'SackersGothicStd';
    letter-spacing: 0.58px;
    color: #FFFFFF;
    font-weight: 700;
    opacity: 1;
    margin-bottom: 0px;
    }
.blocoteamhome .imagemteam .descteamHome{
    text-align: left;
    font: 18px/20px 'SackersGothicStd';
    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 'Juana';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    display: inline-block;
    letter-spacing: 1px;
    color: #000000;
    opacity: 1;
    width: auto;
    margin-right: 30px;
}

.conteudoSocial .header-social-botoes a i{
    display: none;
    }
.cargotestemunho{
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.5px;
    font-family: 'SackersGothicStd';
    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: 'SackersGothicStd';
}
.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: 'SackersGothicStd';
    float: left;
    padding-left: 22px;
}

.fixaLine{

    font: 48px/86px 'SackersGothicStd';
    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: 'Juana';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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: 'Juana';
    margin-top: 40px;
    margin-bottom: 40px;
}

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

.block-home-como-funciona li {
    list-style: disc;
    margin-left: 20px;
    color: #424242;
    font: normal 15px 'SackersGothicStd';
    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: 'SackersGothicStd';
    -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: 'SackersGothicStd';
    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: #F2F1EC;
    padding-top: 10px;
    padding-bottom: 10px;
    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 'SackersGothicStd';
    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: 9.5px/58px 'SweetSansPro';
    letter-spacing: 3.6px;
    color: #323131;
    opacity: 1;
    font-weight: 400;
    margin-bottom: 0px;
    font-variant: small-caps;
}
.footer a strong{

    font: 9.5px/58px 'SweetSansPro';
    font-weight: 400;
    margin-bottom: 0px;
    font-variant: small-caps;
    text-transform: none;
}
.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/58px 'SackersGothicStd';
    letter-spacing: 0.84px;
}
.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 'SackersGothicStd';
    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: block;
}

.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 'SackersGothicStd';
    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 'SackersGothicStd';
    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: 140px;
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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;
    bottom: 0px;
    left: 60px;
    max-width: calc(100% - 60px);
}

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

.conteudo-cms-20200115103152a58225 .slideslide-homepage h1{

    text-align: left;
    font: 60px/70px 'Juana';
    letter-spacing: 0.8px;
    color: #343434;
    opacity: 1;
    font-weight: 100;
    font-style: italic;
    margin-top: 15px;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage h1 span{
    font: 60px/70px 'Juana';
    font-weight: 100;
    font-style: italic;
}

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

.conteudo-cms-20200115103152a58225 .slideslide-homepage h5 span{
    font: 11px/15px 'SackersGothicStd';
    font-weight: 100;
    font-variant: small-caps;
    text-transform: lowercase;
}

.conteudo-cms-20200115103152a58225 .slideslide-homepage p{
    text-align: left;
    font: 25px/42px 'SweetSansPro';
    color: #343434;
    opacity: 1;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage a,
.conteudo-cms-20200115103152a58225 .slideslide-homepage a:hover{
    text-align: left;
    text-decoration: underline;
    font: 34px/42px 'SweetSansPro';
    letter-spacing: 0.4px;
    color: #343434;
    opacity: 1;
}


.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 'Juana';
    letter-spacing: 1.1px;
    color: #FFFFFF;
    opacity: 1;
}
.block-home-quem-somos .desalinha p{
    text-align: left;
    font: 15px/31px 'SackersGothicStd';
    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 'Juana';
    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 'Juana';
    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 'Juana';
    letter-spacing: 1.1px;
    color: #323131;
    opacity: 1;
    margin-bottom: 75px;

}

.block-20200330220326a62645 h4{
    text-align: center;
    font: 25px/30px 'Juana';
    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 'Juana';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'Juana';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    letter-spacing: 0.42px;
    color: #323131;
    opacity: 1;
    font-weight: 600;
}

.nomeProdutoLista,
.descProdutoLista{
    text-align: center;
    font: 17px/20px 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'Juana';
    letter-spacing: 1.1px;
    color: #323131;
    opacity: 1;
}
.conteudo-cms-20200413113814a20659 p{
    text-align: left;
    font: 17px/34px 'SackersGothicStd';
    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 'Juana';
    letter-spacing: 1.52px;
    color: #ffffff;
    opacity: 1;
}

.block-20200413142934a34872 h2{
    text-align: center;
    font: 35px/51px 'SackersGothicStd';
    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  'Juana';
    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 'Juana';
    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  'SackersGothicStd';
    letter-spacing: 0.64px;
    color: #082967;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 0px;
}


.interiorProdutos h3.preco-produto{
    text-align: left;
    font: 20px/46px  'SackersGothicStd';
    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 'SackersGothicStd';
    letter-spacing: 0.34px;
    color: #323131;
    font-weight: bold;
    opacity: 1;
    text-transform: uppercase;
}
.selecionaTitulo{
    text-align: left;
    font: 13px/13px 'SackersGothicStd';
    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 'SackersGothicStd';
    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 'SackersGothicStd';
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

.referencia{
    text-align: left;
    font: 17px/27px 'SackersGothicStd';
    letter-spacing: 0.34px;
    color: #323131;
    opacity: 1;
}
.smsExtra{
    text-align: left;
    font: 17px/30px 'SackersGothicStd';
    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 'SackersGothicStd';
    letter-spacing: 0.34px;
    color: #ffffff;
    font-weight: bold;
}

.btn-secundario{
    background: #ffffff;
    border: 1px solid #ffffff;
    text-align: left;
    font: 17px/34px 'SackersGothicStd';
    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: 'Juana';
    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: 'Juana';
    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: 'Juana';
    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: 'Juana';
    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: 'Juana';
    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: 'Juana';
    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: 'Juana';
    font-family: freight-neo-pro, sans-serif;
    font-style: normal;
    font-weight: 700;
}
.team-texto a{
    font-family: 'SackersGothicStd';
    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: 'SweetSansPro';
    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: 'Juana';
    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: 'SweetSansPro';
    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: 'Juana';
    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: 'SweetSansPro';
    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: 'Juana';
    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: 'Juana';
    color: #74716F;
    position: relative;
    padding-right: 25px;
    padding-left: 5px;
    display: inline-block;
}

.grelha-post-com-filtros .menu-cat li a span{
    font-family: 'Juana';   
    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: 'SweetSansPro';
    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: 'Juana';
    color: #323131;
    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: 'Juana';
    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-frase {
    background: transparent;
    padding: 177px 0px 50px;
}
.block-contactos-frase h2 {
    font-family: 'Juana';
    color: #323131;
    color: #323131;
    letter-spacing: 0.4px;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 49px;
    padding-bottom: 0px;
    text-transform: inherit;
}
.block-contactos-frase h6 {
    margin-bottom: 90px;
    text-transform: uppercase;
}
.text-form-contactos{
    position: absolute;
    top: 130px;
    left: 210px;
    width: calc(100% - 420px);
    text-transform: uppercase;
}
.block-contactos-frase a,
.block-contactos-frase a:hover{
    font-family: 'Juana';
    color: #323131;
    font-size: 22px;
    line-height: 49px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;

}


.block-contactos-frase .marginContactos{
    margin-top: 60px;
}

.block-contactos-frase .marginContactos .listaMorada{
    margin-top: 0px;
}
.block-contactos-frase .marginContactos .listaSocial{
    
    padding-top: 40px;
}

.block-contactos-frase .listaMorada p,
.block-contactos-frase .listaMorada p a,
.block-contactos-frase .listaMorada p small,
.block-contactos-frase .listaNumeros p small{
    font-family: 'SweetSansPro';
    font-size: 12px;
    line-height: 23px;
    text-align: left;
    letter-spacing: 1px;
    color: #171616;
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight: 300;
}

.block-contactos-frase .listaMorada p small,
.block-contactos-frase .listaNumeros p small{
    font-size: 10px;
}

.block-contactos-frase .listaMorada p strong{
    font-family: 'SweetSansPro';
    text-transform: lowercase;
    font-variant: small-caps;
}

.block-contactos-frase .listaNumeros p a,
.block-contactos-frase .listaSocial p a,{
    font-family: 'Juana';
    font-weight: 100;
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 0.29px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #171616;
    list-style: italic;
}

.block-contactos-frase .listaEmail p a{
    text-decoration: none;
}

.block-contactos-frase p.morada,
.block-contactos-frase p.morada a,
.block-contactos-frase p.morada a:hover{
    font-family: 'SweetSansPro';
    color: #323131;
    font-weight: 100;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.46px;
    padding-bottom: 84px;
    margin-bottom: 0px;

}

.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: 'Juana';
    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: 'Juana';
    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: 'SweetSansPro';
    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: 'SweetSansPro';
    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: 'Juana';
    margin-top: 0px;
}
.textoProjetos h6{
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-family: 'SackersGothicLight';
    font-family: 'SweetSansPro';
    text-transform: lowercase;
    font-size: 11px;
    line-height: 25px;
    font-weight: 400;
    font-variant: small-caps;
}
.textoProjetos h6 b,
.textoProjetos h6 strong{

    font-family: 'SweetSansPro';
    font-weight: bold;
}
.textoProjetos p{
    text-align: left;
    letter-spacing: 0.17px;
    color: #171616;
    opacity: 1;
    font-family: 'SweetSansPro';
    text-transform: initial;
    font-size: 12px;
    line-height: 23px;
    font-weight: 400;
    /*font-variant: small-caps;*/
}
.textoProjetos p em{
    font-variant: normal;
    font-family: 'SweetSansPro';
    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: 'Juana';
    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: 'Juana';
    text-align: left;
    letter-spacing: 0.36px;
    color: #171616;
    opacity: 1;
    margin-bottom: 10px;
    text-transform: inherit;width: calc(100% - 40px);
}

}

.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: 'SweetSansPro';
}

.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);
}
.past a,
.past a:hover{
    
    letter-spacing: 0.61px;
    color: #171616;
    opacity: 1;
    font-size: 11px;
    line-height: 23px;
    font-family: 'SweetSansPro';
}

.past a span:after{
    display: none;
}

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



.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: 18px; */
    /* height: 30px; */
    /* border: 2px solid #2d2d2d; */
    /* border-radius: 9px; */
    cursor: default;
    position: absolute;
    /* left: calc(50% - 37px); */
    bottom: 25px;
    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{
    padding-top: 170px;
}

.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: 'Juana';
    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 p{
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-size: 11px;
    line-height: 25px;
    font-family: 'SweetSansPro';
    font-weight: 400;
    padding-top: 230px;
    width: 315px;
    padding-left: 79px;
    font-variant: small-caps;
    text-transform: lowercase;
}
.block-about-us-img h3,
.block-about-us-img h3 em{
    text-align: left;
    letter-spacing: 0.43px;
    color: #171616;
    text-transform: uppercase;
    opacity: 1;
    font-style: italic;
    font-size: 30px;
    line-height: 48px;
    font-family: 'Juana';
    padding-bottom: 120px;
    width: 600px;
    padding-left: 79px;
    font-weight: 300;
}
.block-about-us-img .col-md-5 p{
    text-align: left;
    letter-spacing: 0.19px;
    color: #171616;
    opacity: 1;
    font-size: 13px;
    line-height: 25px;
    font-family: 'EuclidFlex';
    padding-top: 0px;    
    padding-left: 93px;
    padding-right: 80px !important;
    text-transform: inherit;
    font-variant: normal;
    width: 100%;
}
.block-about-us-img .col-md-5 p:nth-child(2){
    padding-top: 88px;
}
.block-about-us-img-2 p{
    font-size: 12px;
    line-height: 25px;
    text-align: left;
    letter-spacing: 0.17px;
    font-family: 'SweetSansPro';
    color: #171616;
    opacity: 1;
    padding-left: 320px;
    font-weight: 300;
    margin-bottom: 80px;
}
.block-about-us-img-2 p.titulo-sec{
    padding-top: 365px;
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-size: 11px;
    line-height: 25px;
    font-family: 'SweetSansPro';
    font-weight: 400;
    font-variant: small-caps;
    text-transform: lowercase;
    margin-bottom: 20px;
}

.block-about-us-img-2 .col-md-5{
    text-align: right;
}
.block-about-us-img-2 .col-md-5 img{
    max-width: 100%;
    height: auto;
    margin-right: -5%;
}

.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;
}
.titulo-form-subscribe-our-newsletter{
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-size: 11px;
    line-height: 25px;
    font-family: 'SweetSansPro';
    font-weight: 400;
    padding-top: 50px;
    width: 315px;
    padding-left: 0px;
    font-variant: small-caps;
    text-transform: lowercase;
    max-width: 100%;
    letter-spacing: 1px;
}

.form-tag-subscribe-our-newsletter{    
    max-width: 100%;
    width: 360px;
    padding-left: 15px;
    /* border: 1px solid #000; */
    padding-right: 15px;
}
.form-tag-subscribe-our-newsletter .col-md-8,
.form-tag-subscribe-our-newsletter .col-md-4{
    border: 1px solid #000;
}
.form-tag-subscribe-our-newsletter .col-md-8{
    border-right: 0px solid #000;
}
.form-tag-subscribe-our-newsletter .col-md-4{
    border-left: 0px solid #000;
}
.form-tag-subscribe-our-newsletter .form-control::placeholder{
    color: black !important;
}
.form-tag-subscribe-our-newsletter .form-control{
    margin-top: 0px;
    width: 100%;
    color: black !important;
    font-size: 10px;
    line-height: 35px;
    font-family: 'SweetSansPro';
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    background: transparent !important;t;
    text-transform: lowercase;
    font-weight: 100;
}
.form-tag-subscribe-our-newsletter .cx-submit input.form-control{
    margin-top: 0px !important;
    width: 100% !important;
    color: black !important;
    font-size: 11px !important;
    line-height: 35px !important;
    font-family: 'SweetSansPro' !important;
    text-transform: lowercase !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    padding-top: 0px !important;
    font-weight: 700 !important;
    font-variant: small-caps;
    padding-right: 0px;
    text-align: right;
}
.block-about-us-img-2 .titulo-sec-2 {
    padding-top: 65px;
    text-align: left;
    letter-spacing: 0.67px;
    color: #171616;
    opacity: 1;
    font-size: 11px;
    line-height: 25px;
    font-family: 'SweetSansPro';
    font-weight: 400;
    font-variant: small-caps;
    text-transform: lowercase;
    margin-bottom: 20px;
    /* width: 432px; */
    /* max-width: 100%; */
    /* float: right; */
    padding-left: 170px;
}
.block-about-us-img-2 .fullDesc{    
    max-height: 320px;
    padding-left: 170px;
    display: block;
    overflow-y: hidden;
}
.block-about-us-img-2 .fullDesc p{
    padding-left: 0px;
}
.block-about-us-img-2 a.mini-link, 
.block-about-us-img-2 a.mini-link:hover{
    margin-left: 170px;
    margin-top: 20px;
}

.block-about-us-img-2 .abreTudo{
    overflow-y: auto;
    max-height: inherit;
    transition: .5s;
}

/* 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: 330px;
        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;
    }
    .textoProjetos{

        background: #fff;
        margin-top: 96px;
        margin-left: -37px;
        z-index: 0;
        padding-left: 54px;
        padding-top: 82px;
        padding-right: 12px;
        padding-bottom: 72px;
    }
    .barra-superior .menu ul li a{
        
        font-size: 49px;
        line-height: 75px;
    }
    .grelha-post-com-filtros .controlaSombra a:hover .over-service{
        width: 100%;
        height: 100%;
    }
    .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,
    .block-about-us-img-2 p.titulo-sec{
        padding-top: 50px;
        padding-left: 30px;
    }
    .block-about-us-img-2:before{
        font-size: 70px;
    }
    .block-about-us-img .col-md-5 p {
        padding-left: 10px;
        padding-right: 0px !important;
    }
    .block-about-us-img .col-md-5 p:nth-child(2) {
        padding-top: 70px;
    }
    .linhaAboutUs {
        position: relative;
        padding-top: 0px;
    }
    .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: calc(100% - 79px);
    }
    .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-about-us-img-2 .titulo-sec-2,
    .block-about-us-img-2 .fullDesc{
        padding-left: 0px;
    }
    .block-about-us-img-2 a.mini-link, .block-about-us-img-2 a.mini-link:hover{
        margin-left: 0px;
    }
}

@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: 86px;
    padding: 25px 25px 25px 25px;
    height: 86px;
    right: -15px;
    }
    .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: 60px;
    }
    .block-about-us-titulo {
        padding-top: 150px;
    }
    .block-about-us-img-2 p, 
    .block-about-us-img-2 p.titulo-sec{

        padding-left: 15px;
    }
    /*.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;
    }*/
    .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;
    }
    .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;
    }
    .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: none;
        bottom: calc(0% - -20px);
        left: -9px;
        position: absolute;
        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 {
        left: 40px;
        width: 80%;
    }
    .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: 0px;
        padding-left: 15px;
    }
    .block-about-us-img-2 .fullDesc p{
        padding-top: 0px;
    }
    .block-about-us-img-2 a.mini-link, .block-about-us-img-2 a.mini-link:hover {
        margin-bottom: 50px;
    }
    .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 p {
        padding-top: 60px;
        padding-left: 0px;
        padding-right: 60px;
    }
    .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;
        padding-right: 15px;
    }
    .block-contactos-frase .col-md-12{
        order: 3;
    }
    .block-contactos-frase:before {
        text-align: right;
        font-size: 100px;
        line-height: 120px;
        right: 15px;
        top: 5%;
        width: 100%;
        font-style: italic;
    }
    .listaEmail p {
        text-align: right;
        padding-right: 10px;
    }
    .listaMorada {
        padding-top: 0px;
        margin-bottom: 20px;
    }
    .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;
    }
}

@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  ************************/
/********************************************************/
/********************************************************/
/********************************************************/


