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

/* arboria */
  @import url("https://use.typekit.net/fhl2mbr.css");
 

/* Harmonia Sans */
 
/* -------------------- 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:'arboria';}
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:2em;margin:0.67em 0}
abbr[title] {border-bottom:1px dotted}
b,
strong {font-weight:bold;
    font-family: 'arboria';}
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: #fff;}
p{font-family:'arboria';    font-size: 18px;
    line-height: 22px;}
/* -------------------- BASE -------------------------- */

select{
    -webkit-appearance: none;
}
.select{
    position: relative;
}
.select:after{
    content:"\f07d";
    font-family: FontAwesome;
    position: absolute; 
    color: #ffffff;
    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: 'arboria';
}

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


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

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

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


.h1,h1{
    font-size: 40px;
    line-height: 50px;
    font-family: 'arboria';
    color: #000000;
    font-style: normal;
    font-weight: 600;
}
.h2, h2 {    
	font-size: 40px;
    font-family: 'arboria';
    /*text-transform: uppercase;*/
    letter-spacing: 0.0em;
    color: #ffffff;
    font-style: normal;
    line-height: 50px;
    line-height: 1.17em;
    margin: 0 0 20px;
}

.h3, h3{
    font-size: 32px;
    line-height: 40px;
    font-family: 'arboria';
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 20px;
}

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

.top-navbar{
    background-color: #000000;
    color: #ffffff;
    padding: 10px;
    font-size: 13px;
    line-height: 15px;
}
.top-navbar a{
    color: #FECC00;
}

.conteudo-navbar{
    text-align: right;
}
.div-navbar{
    display: inline-block;
}
.div-navbar .icon-topbar,
.div-navbar .texto-topbar{
    float: left;
    padding-right: 10px;
}
p{
	font-family: 'arboria';
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.6em;
    margin: 0 0 20px;
}

.block-20200611225407a35706{
    background: url(/GestorSistema/RC-Automoveis_homepage_sobre-nos-banner.jpg);
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
}

.bloco-stand-1{
    padding-top: 80px;
}

.bloco-automoveis{
    padding-bottom: 100px;
    padding-top: 0px;
}

.bloco-automoveis h1{
    padding-bottom: 100px;
    padding-top: 100px;
}

.bloco-automoveis--bloco{
    width: 90%;
    margin-left: 5%;
    border-radius: 25px;
    box-shadow: 10px 10px 20px #00000015;
    margin-bottom: 80px;
}

.conteudo-texto-carro{
    padding: 20px 38px;
    min-height: 140px;
}

.imagemCarro{
    min-height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
}
.catCarroHome{
    font-family: 'arboria';
    color: #000000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 5px;
}
.button{
	font-family: 'arboria';
    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: 20px 0% 0px;
    position: relative;
}

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

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

.logo img {
    max-width: 100%;
    margin-left: 0px;
    width: 300px;
}


.barra-superior .menu{
    text-align: right;
    padding-top: 30px;
    color: white;
}

.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;
}

.barra-superior .menu{

}

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


.fixaHeader{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: white;
    z-index: 2;
    background: #000000;
    transition: .5s;
}

.fixaHeader .header-transparente{
    position: relative;
    left: 0;
    left: 0;
    transform: none;
}

.barra-superior .menu ul{

}
/*.fraseDestaqueHome{
	width: 100% !important;
}*/

.barra-superior .menu ul li{
    display: inline-block;
    margin-right: 60px;
    line-height: 30px;
}

.barra-superior .menu ul li:last-child{
    margin-right: 0px;
}

.barra-superior .menu ul li a{
    text-align: left;
    text-transform: capitalize;
    font-size: 1.0em;
    opacity: 1;
    height: 30px;
    display: block;
    color: #ffffff;
    font-weight:100;
    font-style: normal;
   }
.barra-superior .menu ul li a.pesquisar{ 
    filter: brightness(0) invert(1);
}
.barra-superior .menu ul li a.ativo{
 
    border-bottom: 1px solid #fecc00;
    height: 25px;  

}
/*.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;*/
    color: #fecc00;
}

.blocoLanguage{
    background: #fff;
}

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


.hamburguer-bt {
    cursor: pointer;
    height: 50px;
    position: fixed;
    right: 40px;
    top: 25px;
    width: 55px;
    margin-top: 0;
    transition: all .2s ease-out;
    z-index: 10;
    background: black;
    padding: 10px 10px 20px;
    display: none;

}

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 3px;
    background: #FFF;
    border-radius: 10px;
    margin: 5px auto;
    transition: all .3s;
    backface-visibility: hidden;
}
.hamburguer-bt__stripe__top, .hamburguer-bt__stripe__bottom {
   width: 80% !important;
   text-align: left;
   margin-left: 0px !important;
}

.hamburguer-bt.on .hamburguer-bt__stripe__top {
    transform: rotate(45deg) translate(8px,5px);
    /* width: 100% !important; */
    background: #FFF !important;
}

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

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {transform: rotate(-45deg) translate(7px,-2px);background: #FFF !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: 100%;
    height: 18px;
    width: auto;
    border: 0px solid #ffffff;
    display: inline-block;
    padding: 0px;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    color: #ffffff;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 2px;
    padding-bottom: 19px;
}
.header-social-botoes a:hover , .header-social-botoes a.marcarconsulta:hover{
    /*    background-color: #fff;
    color: #7a689f;*/
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}
.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: 10px;
}

.minAlturaBanner {
    min-height: 80vh;
}

.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{
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

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

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

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

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

}

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

.blocotestemunhohome .conteudotestemunho p{ 
    text-align: center;
    font: 20px/35px 'arboria';
    letter-spacing: 0.86px;
    color: #082967;
    opacity: 1;
    width: 80%;
    margin-left: 10%;
}
.blocotestemunhohome .conteudotestemunho p span{ 
    text-align: center;
    font: 20px/35px 'arboria';
    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: 'arboria';
    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: 'arboria';
    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: 'arboria';
    letter-spacing: 0.75px;
    color: #000000;
    opacity: 1;
}
footer .marginBottom{
   margin-bottom: 90px;
    padding-right: 90px;
}
footer .blocoSocialHeader a{
    
    /*border: 1px solid #ffffff;*/
    background: #000000;
    color: #ffffff;
    width: fit-content;
    padding: 10px 5px;
    height: auto;
    border-radius: 0px;
    line-height: 10px;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 0.75px;
    font-family: 'arboria';
}

footer .blocoSocialHeader a i{

}

footer .blocoSocialHeader a:hover{
    /*border: 1px solid #000000;*/
    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 'arboria';
    font-family: 'arboria';
    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;
}

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

.ficaSeta{
    transform: rotate(90deg);
    position: absolute;
    left: 50%;
    bottom: -20vh;
}

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

.fixaLine{

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

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

.block-home-como-funciona li {
    list-style: disc;
    margin-left: 20px;
    color: #424242;
    font: normal 15px 'arboria';
    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: 'arboria';
    -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: 'arboria';
    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: #000000;
    margin-top: 0px;
    padding-top: 110px;
}

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

}

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

.formFooter{
    margin-bottom: 100px;
}
.footer .bloco-acores{
    background-color: #fff;
    padding: 10px;
    float: right;
}
.footer,
.footer p,
.footer a,
.footer a:hover{
	text-align: left;
    font-family:'arboria';
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.32px;
    color: #FFFFFF;
    opacity: 1;
}
.bloco-morada-footer .row,
.bloco-tel-footer .row{
    margin-bottom: 20px;
}
.footer em{
	font-size: 25px;
	margin-bottom:10px;
}
.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 'arboria';
    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: #000000;
    opacity: 0.9;
    z-index: 100;
    left: 0px;
    top: 0px;
}
.bloco-overlay{
   display: none;
   width: calc(100%);
    height: calc(100vh);
    position: fixed;
    z-index: 110;
    left: 0px;
    top: 0px;
}

.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: #000000;
    text-align: center;
    font: 19px/19px 'arboria';
    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: #000000;
    border-color: #f8f8f8;
    text-align: center;
    padding: 12px 20px;
    font: 19px/19px 'arboria';
    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: #fdcb01;
    color: #ffffff;
    border: 0;
    padding: 5px 8px;
    display: none;
}

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

.headerExtra{
    position: absolute;
    right: 0%;
    top: 0px;
}

.blocoLanguage{
    background: #E9ECF4 0% 0% no-repeat padding-box;
    opacity: 1;
    text-align: left;
    font: 15px/19px 'arboria';
    letter-spacing: 0.3px;
    color: #ffffff;
    opacity: 1;
    display: inline-block;
    padding: 10px 20px;
    margin-right: -4px;

}

.blocoLanguage ul{
   margin-left: 0;
    padding-left: 0;
    list-style: none; 
    display: inline-block;
}
.blocoLanguage ul li{
    display: inline-block;
    /*border-right: 1px solid #EB2D37;*/
}
.blocoLanguage ul li a{
    text-align: left;
    font: 12px/23px 'arboria';
    letter-spacing: 0.3px;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 10px;
   }
.blocoLanguage ul li:last-child{
    border: none;
}
.blocoLanguage ul li a:hover{
    color: #000;
}
.blocoLanguage ul li a.menu-item-ativo-lang{
    border-bottom: 1px solid #ffffff;
}
.blocoLanguage{
    text-align: center;
    padding-top: 10px
}

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

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

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

    text-align: left;
    font: 76px/86px 'arboria';
    letter-spacing: 1.52px;
    color: #FFFFFF;
    opacity: 1;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage p{
    text-align: left;
    font: 25px/42px 'arboria';
    color: #FFFFFF;
    opacity: 1;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage a,
.conteudo-cms-20200115103152a58225 .slideslide-homepage a:hover{
    text-align: left;
    text-decoration: underline;
    font: 20px/24px 'arboria';
    letter-spacing: 0.4px;
    color: #FFFFFF;
    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: -100px;
    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 'arboria';
    letter-spacing: 1.1px;
    color: #FFFFFF;
    opacity: 1;
}
.block-home-quem-somos .desalinha p{
    text-align: left;
    font: 15px/31px 'arboria';
    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 'arboria';
    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 'arboria';
    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 'arboria';
    letter-spacing: 1.1px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 75px;

}

.block-20200330220326a62645 h4{
    text-align: center;
    font: 25px/30px 'arboria';
    letter-spacing: 0.5px;
    color: #ffffff;
    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 'arboria';
    letter-spacing: 1.1px;
    color: #ffffff;
    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 'arboria';
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 1;
    font-weight: bold;
    }

.conteudo-loja-geral{
    background: #ffffff;
}
/****** 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 'arboria';
    letter-spacing: 0.3px;
    color: #ffffff;
    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;
    }
/****** breadcumb-produtos *****/

/****** pagina-produtos *****/
.tituloBlocoProdutos{
    text-align: left;
    font: 55px/56px 'arboria';
    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 'arboria';
    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 'arboria';
    letter-spacing: 0.5px;
    color: #ffffff;
    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 'arboria';
    letter-spacing: 0.28px;
    color: #ffffff;
    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 #ffffff;
}

.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:  #ffffff;
}

.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 'arboria';
    letter-spacing: 0.42px;
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
}

.nomeProdutoLista,
.descProdutoLista{
    text-align: center;
    font: 17px/20px 'arboria';
    letter-spacing: 0.34px;
    color: #ffffff;
    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 'arboria';
    letter-spacing: 0.42px;
    color: #ffffff;
    opacity: 1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.blococentralprodutos .btnComprar span{
    background: #ffffff;
    color: #000000;
    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: #ffffff;
}

.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: #000000;
    cursor: default;
    background-color: #ffffff;
    border-color: #ffffff;
}

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




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

.conteudo-cms-20200413121756a26900 h1{
    font: 49px/65px 'arboria';
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
}

.block-20200413142934a34872 h2{
    text-align: center;
    font: 35px/51px 'arboria';
    letter-spacing: 0.7px;
    color: #ffffff;
    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: #ffffff;
    color:  #000000;
    padding-bottom: 124px;
    padding-top: 124px;
}
.block-20200413150732a99916 h2{
    text-align: center;
    font: 43px/65px  'arboria';
    letter-spacing: 0.86px;
    color:  #000000;
    opacity: 1;
    text-transform: inherit;
    padding-bottom: 120px;
}


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


/******* TEMA *******/


.cursoCasaHome{
    position: relative;
    margin-top: 60px;
    min-height: 15px;
}

.cursoCasaHome a{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fecc00;
    color: black;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 25px;
    line-height: 25px;
    font-family: 'arboria';
}
.cursoCasaHome a:hover{
    background: black;
    color: #fecc00;
}

.ver-todos-grupos{
    text-align: center;
}

a.button{
    padding: 20px 30px;
    font-size: 17px;
    border-radius: 25px;
    line-height: 20px;
    font-family: 'arboria';
    border: 0px;
    font-weight: bold;
    letter-spacing: 0.4px;
}
a.button-preto{
    background: #000000;
    color: white;
}

a.button-preto:hover{
    background: white;
    color: #000000;
}

.blocopesquisahome{
    border-radius: 25px;
    box-shadow: 10px 10px 20px #00000015;
    padding: 50px 50px;
    margin-top: -50px;
    background: white;
    position: relative;
}

.blocopesquisahome h2{
    text-align: center;
    font: 30px/73px  'arboria';
    letter-spacing: 0px;
    color:  #000000;
    opacity: 1;
    text-transform: inherit;
    padding-bottom: 20px;
    padding-top: 0px;
}

.blocopesquisahome input,
.blocopesquisahome select{
    border-radius: 8px;
    line-height: 20px;
    font-size: 17px;
    font-family: 'arboria';
    box-shadow: 0px 3px 6px #00000015;
    border: 0px;
    background-color: white;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
}

.blocopesquisahome .pesquisar-btn{
    background-color: #FECC00;
    text-align: center;
}

.blocopesquisahome .limpar-btn{
    background-color: #9A9A9A;
    color: #fff;
    text-align: center;
    
}

.blocopesquisahome .select:after{
    color: black;
    content: "\f078";
    top: 30%;
    transform: translateY(-50%);
    right: 20px;
}

.bloco-automoveis-slide{
    background: url("../uploads/2020/06/big-pt-991-rc-automoveis-homepage-bannerjpg.jpg");
    background-size: cover;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    color: white;
    padding-top: 150px;
    padding-bottom: 200px;
}

.bloco-automoveis-slide h1{
    font-size: 32px;
    line-height: 43px;    
    margin-bottom: 70px;
    color: white;
}

.bloco-automoveis-slide .bloco-automoveis--bloco{
    background-color: rgba(255, 255, 255, 0.6);
    opacity: .5;
    transform: scale(.9);
    transition: .5s;
}

.bloco-automoveis-slide .slick-center .bloco-automoveis--bloco{
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}

.slide-auto{
    padding: 0px 10%;
    text-align: left;
    color: white;
}
.slide-auto .catCarroHome{
    color: white;
}

.automoveis .blocopesquisahome{
    margin-top: 40px;
    background-color: #F5F5F5;
}

.automoveis .bloco-automoveis-all-bloco{
    width: 90%;
    margin-left: 5%;
    border-radius: 25px;
    box-shadow: 10px 10px 20px #00000015;
    margin-bottom: 80px;
}

.noticias p{
    color: black;
    font-size: 15px;
    line-height: 25px;
}

.block-bloco-empresa-sobre-nos{
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-right: 30px;
}
.b586-img{
    background: none !important;
}
.block-bloco-empresa-galeria{

    padding-bottom: 90px;
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
    background: #000;
}
.block-bloco-empresa-galeria img{
    background-color: rgba(255, 255, 255, 0.6);
    opacity: .2;
    transform: scale(.9);
    transition: .5s;
}

.block-bloco-empresa-galeria img.slick-center{
    opacity: 1;
    transform: scale(1.2);
    transition: .5s;
    position: relative;
    z-index: 1;
}
.block-bloco-empresa-galeria .slick-track{ 
    padding-bottom: 50px;
    padding-top: 50px;
}
.block-bloco-empresa-galeria .slick-list{
    padding: 0 80px;
}

.conteudo-paginas-financiamento{
    background-image: url('../GestorSistema/RC-Automoveis_homepage_sobre-nos-banner.jpg');
    background-size: cover;
    padding-top: 200px;
    color: white;
    padding-bottom: 200px;
}
.conteudo-paginas-financiamento p,
.conteudo-paginas-financiamento h1,
.conteudo-paginas-financiamento h2,
.conteudo-paginas-financiamento h3,
.conteudo-paginas-financiamento h4,
.conteudo-paginas-financiamento h5,
.conteudo-paginas-financiamento h6{
    color: white;
}
a.button-amarelo{
    background: #fecc00;
    color: black;
}

a.button-amarelo:hover{
    background: black;
    color: #fecc00;
}
/****** pagina-contactos *****/


.conteudo-paginas-contactos{
    background-image: url('../GestorSistema/RC-Automoveis_homepage_sobre-nos-banner%402x.jpg');
    background-size: cover;
    padding-top: 200px;
    color: white;
    padding-bottom: 0px;
}

.conteudo-paginas-contactos p,
.conteudo-paginas-contactos h1,
.conteudo-paginas-contactos h2,
.conteudo-paginas-contactos h3,
.conteudo-paginas-contactos h4,
.conteudo-paginas-contactos h5,
.conteudo-paginas-contactos h6{
    color: white;
}
.conteudo-paginas-contactos .bloco-esq-contactos {
    background: rgba(255, 255, 255, 0.58);
    border-radius: 36px;
    box-shadow: 10px 10px 20px #00000015;
    padding: 30px 50px;
    
}

.conteudo-cms-20200413113814a20659 .form-control{
    border: 0px solid #ffffff;
    background: transparent;
    background: rgba(255, 255, 255, 0.58);
    border-radius: 25px;
    box-shadow: 10px 10px 20px #00000015;
    color: white;
    
}
.conteudo-cms-20200413113814a20659 textarea.form-control{
    padding: 20px;
    }
.conteudo-cms-20200413113814a20659 input[type="checkbox"].form-control{
    -webkit-appearance: checkbox;
    float: left;
    width: auto;
    margin-top: -10px;
    margin-right: 12px;
}

.conteudo-cms-20200413113814a20659 .cx-submit input[type="submit"]{
    background-color: #fff;
    border: 0px solid #ffffff;
    color:  #000 !important;
    height: 50px;
    width: auto;
    font-weight: bold;
}
.conteudo-cms-20200413113814a20659 .cx-submit input[type="submit"]:hover{
    background-color: #000;
    color: #fff !important;
}
.conteudo-paginas-contactos .bloco-esq-contactos img{
    margin-bottom: -10px;

    margin-right: 5px;
    }
.conteudo-paginas-contactos .bloco-esq-contactos a{
    color: white;
}
.conteudo-paginas-contactos .bloco-esq-contactos a:hover{
    color: #fecc00;
}

.blackwhite{
    filter: grayscale(100%);
}

.block-bloco-contactos-mapa{

    padding-top: 100px;
}

.block-bloco-contactos-mapa .b589{

    margin-bottom: -27px;
}
.noticias footer p{
    color: white;
    font-size: 15px;
    line-height: 25px;
}

.automoveis .blCasa {
    width: 90%;
    margin-left: 5%;
    border-radius: 25px;
    box-shadow: 10px 10px 20px #00000015;
    margin-bottom: 80px;
}

.block-bloco-home-sobre-nos p{
    color: white;
}

.conteudo-relacionados h2{
    text-align: center;
    color: black;
    font-weight: 600;
    letter-spacing: .58px;
    font-size: 40px;
    line-height: 50px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.conteudo-automoveis-inner{
    padding-top: 40px;
    padding-bottom: 30px;
}

.conteudo-automoveis-inner .voltar,
.conteudo-automoveis-inner .voltar:hover{
    line-height: 50px;
    color: black;
    font-size: 15px;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}

.conteudo-automoveis-inner .voltar i{
    font-size: 10px;
    margin-right: 10px;
}
.slide-auto-inner-nav{
    padding: 30px 20px;
}
.slide-auto-inner{
    padding: 0px 20px;
}

.slide-auto-inner img,
.slide-auto-inner-nav img{
    border-radius: 25px;
}
.slide-auto-inner-nav img{
    margin-left: 5px;
    margin-right: 5px;
}

.slide-auto-inner-nav .slick-prev:before,
.slide-auto-inner-nav .slick-next:before{
    color:#EAEAEA;
}

.conteudo-automoveis-inner h3{
    font-size: 24px;
    line-height: 29px;
    color: #FECC00;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.conteudo-automoveis-inner h1{
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 20px 0px 50px;
}

.conteudo-automoveis-inner .custom{ 
   
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border-bottom: 1px dashed #EAEAEA;
    margin-bottom: 10px;
    clear: both;
    line-height: 20px;
    height: 25px;
}

.conteudo-automoveis-inner .custom .titulo-custom{
    float: left;
}
.conteudo-automoveis-inner .custom .texto-custom{
    float: right;
}

.conteudo-automoveis-inner .fundo-amarelo{
    background-color: #FECC00;
    margin-bottom: 50px;
}


.conteudo-automoveis-inner .tab{
    display: inline-block;
    margin-top: 50px;
    padding: 20px 30px;
    color: black;
    font-weight: 600;
    background-color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    cursor: pointer;
}
.conteudo-automoveis-inner .tabativa{
    background: #fecc00;
}
.conteudo-automoveis-inner .conteudo{
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;
}

.conteudo-automoveis-inner .conteudoativo{
    display: block;
}

.posRelative{
    position:relative;
}

.grupo-share{
    position: absolute;
    margin-top: -70px;
    left: 60px;
}
.botao-share {
    background: white;
    cursor: pointer;
    float: left;
    padding: 17px;
    border-radius: 25px;
    margin-right: 8px;
    box-shadow: 3px 2px 5px 2px #00000033;
}

.grupo-share .sharethis-inline-share-buttons{
    display: none !important;
    width: 130%;
}

.sharethis-inline-share-buttons .st-btn{
    border-radius: 100% !important;
    margin-right: 4px !important;
}

.grupo-share .forcaShare{
    display: block !important;
}
.blocoSocialHeader{
    display: inline-block;
    width: auto;
    background: transparent;
    border-radius: 25px;
    padding: 0px 10px;
    position: relative;
}




.sale-box{
    position: absolute;
    top: -1px;
    right: 35px;
    overflow: hidden;
    height: 135px;
    width: 145px;
    text-align: center;
    z-index: 1;
}

.sale-label{
    font: 700 16px/12px Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    padding: 15px 0 15px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 180px;
    text-align: center;
    display: block;
    position: absolute;
    right: -40px;
    top: 29px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#noticias .sale-box,
.cms-homapage .sale-box{
    right: 30px;

}
.slide-auto  .sale-box{
    
    right: 0px;

}

.label-brevemente{
    background: #8BC34A;

}
.label-danger{
    background: #f13340;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.whatsapp-button a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #0da90d;
  border-radius: 50%;
  text-decoration: none;
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
}

.whatsapp-button i {
  text-align: center;
  display: block;
  width: 100%;
  height: auto;
  /* padding: 10px; */
  color: white;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/****** pagina-contactos *****/
/* MEDIA QUERIES    ----------------------------- */
@media (min-width: 1200px){

}

@media screen and (min-height: 432px)  and (max-height: 650px) and (width: 962px) {

}

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

}

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

}

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

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

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

}

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

}

@media only screen and (max-width: 1024px) {
    .barra-superior .menu ul li {
        margin-right: 10px;
    }
    .minAlturaBanner {
        min-height: 30vh;
    }
    .block-home-quem-somos .desalinha {
        padding-left: 60px;
        padding-right: 60px;
    }
    .block-home-quem-somos img {
        margin-right: 17px;
        margin-left: 17px;
        width: 45px;
    }
    .block-home-quem-somos .desalinha h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .footer .fundoBrancoFooter {
        padding-left: 40px;
        padding-right: 10%;
    }
}

@media screen and (max-width: 768px) {
    .conteudoDesk{
        display: none;
    }
    .conteudoMobile{
        display: block;
    }
    .block-home-especialidades .blocored, 
    .block-home-especialidades .blocowhite {
        min-height: 640px;
    }
    .block-home-especialidades .blocored{
        padding: 130px 10% 90px 45px;
    }
    .block-home-especialidades h2 {
        font-size: 1.7rem;
        line-height: 2.6rem;
    }
    .projectoSlideshow {
        width: 100%;
        margin-left: 0%;
    }
    .tituloProjectos {
        padding-left: 0px;
    }
    .blocotestemunhohome .autortestemunho {
        margin-top: 40px;
    }
    .titulotestemunhohome {
        padding-left: 0px;
    }
    .footer ul li {
        font-size: 1.3rem;
        line-height: 1.7rem;
        padding-right: 4%;
    }
    footer .blocoSocialHeader a {
        padding: 8px 9px;
        font-size: 0.9rem;
        line-height: 1rem;
    }
    .block-homepage-bloco-roxo .blockSeta{
        width: 90%;
        margin-left: 5%;
    }
    .block-about-porto .blocoTexto p, .block-about-porto .blocoTexto p em {
        font-size: 1.5rem;
        line-height: 2.4rem;
    }
    .block-about-porto .blocoTexto {
        padding: 70px 5% 90px;
    }
    .caixasServices li {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .block-about-want-to-join-our-team .block-conteudo {
        padding: 0px 5%;
    }
    .blocoprojectoshome {
        padding-bottom: 90px;
    }
    .blocoprojectoshome {
        padding: 0px 5% 90px;
    }
    .nomeProjectosHome,
    .linkProjectosHome a {
        padding-left: 15px;
    }
  
    .fundoPretoBack-inner {
        padding-left: 0%;
    }
    .fundoPretoBack-inner .container-fluid{  
        padding-right: 5%;
        padding-left: 5%;
    }
    .blocotestemunhohome{
        padding: 90px 60px 180px;
    }
    .letsStart h4 {
        padding-left: 60px;
        left: 0px !important;
    }
    .footer ul {
        padding-left: 60px;
    }
    footer .marginBottom {
        margin-bottom: 60px;
        padding-right: 0px;
    }
    .blocoinfofooter h4 {
        font-size: 1.1rem;
        line-height: 1.2rem;
        margin-bottom: 13px;
    }
    .blocoinfofooter p, .blocoinfofooter a, .blocoinfofooter a:hover {
        font-size: 13px;
        line-height: 22px;
    }
    .menu-footer {
        padding-left: 60px;
    }
    .hamburguer-bt {
     	display: block;
    }
    .menuprincipal{
    	display: none;
	    position: fixed;
	    width: 100%;
	    height: 100vh;
	    z-index: 7;
	    background: black;
	    top: 0px;
	    left: 0px;
	    padding: 40px;
    }

    .menuprincipal ul li {
	    display: block !important;
	}
	.menuprincipal ul li a{
        font-size: 1.5rem !important;
        line-height: 5rem !important;
        height: auto !important;
        opacity: 1 !important;
	}
	.minAlturaBanner {
        min-height: 50vh;
    }
    .barra-superior .menu ul li a.ativo{
        border: 0px;
    }
    .iconeMenu {
        width: 19px;
        margin-right: 14px;
    }
    .menuprincipal ul li:last-child {
        border-top: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin-top: 50px;
    }
    .barra-superior .menu{
        padding-top: 150px;
    }
    .header-bloco .hamburguer-bt{
        top: 55px;
    }
    .conteudo-paginas-financiamento {
        padding-left: 30px;
        padding-right: 30px;
    }
    .fixaHeader .header-bloco .hamburguer-bt{

    top: 25px;
    }

}

@media screen and (max-height: 670px) {

}

@media screen and (max-width: 414px) {
    .top-bar {
        padding: 0px 0px;
    }
    .logo img {
        max-width: 230px;
        margin-top: -5px;
    }
    .logo {
        padding-top: 30px;
    }
    .tituloHamburgue{
        display: none !important;
    }
    .hamburguer-bt {
        top: 45px;
        width: 55px;
        right: 20px;
    }
    .posicaoSlide {
        width: calc(100% - 60px);
        top: -25vh;
        left: 30px;
    }
    .posicaoSlide h1, .posicaoSlide h1 b, .posicaoSlide h1 strong {
        font-size: 1.7rem;
        line-height: 2.3rem;
    }
    a.linkSlide, a.linkSlide:hover {
        top: 30vh;
        left: 30px;
    }
    
    .menuprincipal ul li a {
	    font-size: 1.4rem !important;
	    line-height: 4rem !important;
	}

    .conteudoSocial {
        transform: translateY(-50%);
        min-width: calc(100% - 90px);
        left: 45px;
    }
    .conteudoSocial .socialMenuHome img {
        max-width: 25px;
        height: auto;
    }
    .conteudoSocial .header-social-botoes a {
        font-size: 1rem;
        line-height: 3rem;
    }
    .block-home-especialidades .blocored {
        min-height: 200px;
    }
    .block-home-especialidades .blocowhite {
        min-height: 200px;
    }
    .blocored {
        padding: 70px 20% 70px;
    }
    .block-home-marquee {
        padding: 0px 0px 70px;
    }
    .projectoSlideshow .btnlinkBarra {
        padding-left: 30px;
    }
    .titulotestemunhohome {
        font-size: 2rem;
        line-height: 3rem;
    }
    .blocotestemunhohome {
        padding: 80px 45px 110px;
    }
    .desalinhaFooter {
        margin-top: -10px !important;
    }
    .lets-start-a-new-project .letsStart h4 a {
        font-size: 2.1rem;
        line-height: 3.2rem;
    }
    .letsStart {
        padding: 170px 30px;
    }
    footer .footercinza {
        padding: 140px 12% 90px 12%;
    }
    footer .footerbranco{
        padding: 90px 12% 0px 12%;
    }
    footer .menu-footer{
        padding: 0px 12% 0px 12%;
    }
    .footer .menu-footer ul li a, .footer .menu-footer ul li a:hover {
        color: #E3003F;
        font-size: 0.8rem;
        line-height: 2.3rem;
    }
    .blocoinfofooter p, .blocoinfofooter a,
    .blocoinfofooter a:hover {
        font-size: 0.8rem;
        line-height: 1.3rem;
    }

    .slideslide-about h1 {
        font-size: 1.9rem;
        line-height: 2.2rem;
    }
    .ficaSeta {
        transform: translateX(-50%) rotate(90deg);
    }
    .block-about-porto .blocoTexto {
        padding: 70px 45px 90px;
    }
    .block-about-our-commitment .tituloProjectos, 
    .ourservices h2, 
    .blocoteamhome .tituloTeam {
        font-size: 2.2rem;
        line-height: 3rem;
        padding-left: 0px;
    }   
    .block-about-our-commitment .bolasElemento {
        right: -10px;
    }
    .ourservices h2 {
        margin-bottom: 60px;
        padding-left: 15px;
    }
    .ourservices {
        padding-bottom: 0px;
        padding-top: 90px;
    }
    .ourservices {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ourservices li a {
        font-size: 1.5rem;
        line-height: 2.4rem;
        margin-left: 15px;
        display: block;
        margin-bottom: 15px;
    }
    .block-about-social .redesFooter ul {
        padding-top: 70px;
        padding-bottom: 0px;
    }
    .block-about-social .redesFooter ul li {
        padding-right: 2%;
        font-size: 1.1rem;
        line-height: 1rem;
    }
    footer .footercinza {
        padding: 140px 10% 90px 10%;
    }
    footer .footerbranco {
        padding: 90px 10% 0px 10%;
    }
    footer .menu-footer {
        padding: 0px 7% 0px 7%;
    }
    .block-about-want-to-join-our-team h4 {
        font-size: 2.6rem;
        line-height: 3rem;
    }
    .block-about-want-to-join-our-team p {
        margin-bottom: 20px;
        font-size: 1.4rem;
        line-height: 2rem;
    }
    .conteudo-paginas-projects .tituloProjectos {
        margin-left: 0px;
        font-size: 2.2rem;
        line-height: 3rem;
        margin-bottom: 90px;
        margin-top: 50px;
    }
    .conteudo-paginas-projects .col-md-6:nth-child(even) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .pagina-projectos .centra-destaque h1 {
        font-size: 2.1rem;
        line-height: 4rem;
        margin-bottom: 20px;
    }
    .pagina-projectos .centra-destaque h3 {
        font-size: 1.3rem;
        line-height: 2rem;
        width: 90%;
        text-align: center;
        margin-left: 5%;
    }
    .blocoPretoProjecto {
        padding-top: 90px;
        padding-bottom: 90px;
        margin-left: -15px;
        width: calc(100% + 30px);
        margin-top: -20px !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .blocoPretoProjecto ,
    .blocoPretoProjecto p a, 
    .blocoPretoProjecto p a:hover {
        margin-bottom: 30px;
        font-size: 1.3rem;
        line-height: 1.4rem;
    }
    .blocoBrancoProjecto {
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .blocoBrancoProjecto p {
        font-size: 1.2rem;
        line-height: 1.9rem;
    }
    .blockNextPrev {
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .prevnext, .prevnext:hover {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .blockAllProjects h4 a, .footer h4 {
        font-size: 1.9rem;
        line-height: 2.5rem;
    }
    .fundoPretoBack-inner .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .tituloContactos {
        font-size: 2.5rem;
        line-height: 4rem;
    }
    .marquee {
        height: 120px;
    margin-bottom: 50px;
    }
    .block-home-especialidades .blocowhite {
        min-height: 200px;
        padding-bottom: 0px;
    }

    .fixaLine {
        font-size: 1.2rem;
        line-height: 1.9rem;
        top: 15vh;
        left: 30px;
        max-width: 75%;
    }
    .div-navbar {
        width: 49%;
    }
    .div-navbar .icon-topbar, .div-navbar .texto-topbar {
        font-size: 10px;
    }
    .bloco-automoveis-slide {
        padding-bottom: 40px;
    }
    .blocopesquisahome h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .blocopesquisahome input, .blocopesquisahome select {
        font-size: 14px;
    }
    .h1, h1 {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }
    .bloco-acores-footer{ 
        background: white;
        text-align: center;
        padding-top: 5px;
    }
    .footer .bloco-acores{
        float: none;
    }
    .conteudo-automoveis-inner h1{
        text-align: left;
    }
    .header-bloco .hamburguer-bt {
        top: 80px;
    }
    .conteudo-cms-20200413121756a26900 h1 {
        font-size: 33px;
        line-height:38px;
    }
    .minAlturaBanner {
        min-height: 70vh;
    }
    .bloco-overlay .form-control {
        width: 100%;
    }
    .bloco-overlay .button {
        width: 100%;
        margin-left: 0%;
        margin-top: 10px;
    }
      .fixaHeader  .header-bloco .hamburguer-bt {
        top: 40px;
    }
    .blocoSocialHeader i {
        display: block;
        color: white;
        padding-left: 0px;
        margin-left: 6px;
        text-align: center;
        width: 0px;
    }
    .header-social-botoes a {
    margin-top: -20px;
    background: #FECC00;
    width: 22px;
    height: 18px;
    color: transparent;
    }
    .blocoSocialHeader {
        display: inline-block;
        width: auto;
        background: transparent;
        border-radius: 25px;
        padding: 0px;
        position: relative;
    }
}

@media screen and (max-width: 376px) {
    .block-home-especialidades .blocowhite {
        min-height: 200px;
        padding-bottom: 0px;
    }
    .block-home-marquee .marquee span {
        font-size: 3rem;
        line-height: 7rem;
    }
    a.linkSlide, a.linkSlide:hover {
        top: 26vh;
    }
    .slide-auto {
        padding: 0px 5%;
    }
    .blocopesquisahome h2 {
        font-size: 21px;
        line-height: 29px;
    }
    .blocopesquisahome input, .blocopesquisahome select {
        font-size: 12px;
    }

}

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

}

@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: #fecc00; /* WebKit/Blink Browsers */
  color: #ffffff;
}
::-moz-selection {
  background: #fecc00; /* Gecko Browsers */
  color: #ffffff;
}

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


