/* FONTS
   ----------------------------- */
/* OPEN SANS */
/* Montserrat */
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Galano */
 x
/* Miller */
 


/* BAHNSCHRIFT.TTF */
 

/* 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:'Montserrat';}
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:500;
    font-family: 'Montserrat';}
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:'Montserrat';    
    font-size: 18px;
    line-height: 22px;
}
/* -------------------- BASE -------------------------- */

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

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


a {
    color: #003239;
}
a:hover, a:focus, a:active{
    text-decoration: none;
    color: #00acc3;
}

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

.grandeHeader{
    background-image: url(../);
    background-size: cover;
    position: relative;
    z-index: 2;
    background-color: white;
    box-shadow: 0px 0px 16px 0px #00000078;
}


.h1 h1{
    font-size: 42px;
    line-height: 44px;
    font-family: 'Montserrat';
    color: #1a3b44;
    font-style: normal;
    font-weight: 900;
}
.h2, h2 {    
	font-size: 36px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 0.20em;
    color: #1a3b44;
    font-style: normal;
    font-weight: 900;
    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: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.6em;
    margin: 0 0 20px;
    line-height: 31px;
    font-weight: 200;
}


.button{
	font-family: 'Montserrat';
    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;
    z-index: 1;
}

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

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

.logo img {
    max-width: 190px;
    margin-left: 0px;
    height: auto;
}


.barra-superior .menu{
    text-align: left;
    padding-top: 15px;
    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: #fff;
    z-index: 2;
    box-shadow: 0px 1px 14px rgba(51, 51, 51, 0.5);
    height: 70px;
}

.fixaHeader .logo img {
    max-width: 130px;
    transition: .5s;
    margin-top: -4px;
}
.fixaHeader .blocoRegisto .menu-registo .li-menu{
    padding-top: 10px;
}
.fixaHeader .blocoRegisto .menu-registo .li-menu a{
    font: 12px/16px 'Montserrat';
}

.fixaHeader .container-fluid{
    background: #fff;
}

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

.fixaHeader .headerExtra{
    display:none;
}

.barra-superior .menu ul{
    position: relative;
}
/*.fraseDestaqueHome{
	width: 100% !important;
}*/

.barra-superior .menu ul li{
    display: inline-block;
    margin-right: 0px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.barra-superior .menu ul li a{    
    text-align: left;
    font-size: 15px;
    line-height: 23px;
    opacity: 1;
    height: 30px;
    display: block;
    color: #000000;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 20px;
   }
.barra-superior .menu ul li:last-child{
    /*position: absolute;
    right: 0px;*/
}
.barra-superior .menu ul li a.ativo{
    /*border-bottom: 1px solid;
    height: 25px;  */
}
.fixaHeader .barra-superior .menu ul li a{
    font-size: 13px;
}
/*.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{
    background: transparent;
}

.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: white;
    padding: 10px 10px 20px;
    display: none;

}

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 3px;
    background: #000;
    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: #000 !important;
}

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

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {transform: rotate(-45deg) translate(6px,-4px);background: #000 !important;/* width: 100% !important; */}

.pointer{
    cursor: pointer;
}
.abreFechaFiltros{
    display: none;
}
.itens-cat-catetoria-produto{
    display: block;
}

.with-sub .sub-menu {
    display: none;
    position: absolute !important;
    background: #1a3b44;
    padding: 0;
    /*max-width: 102px;
    width: 100%;*/
    margin-top: 10px;
    padding: 10px 5px;
}
.with-sub .sub-menu li{
    position: relative !important;
    background: #1a3b44;
    padding: 0px 15px !important;
    margin-left: -5px;
    width: 150px;
    display: block !important;
}
.with-sub .sub-menu a{
    color: #909090;
}

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

}
.relative{
    position: relative;
}
.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: uppercase;
    letter-spacing: 2px;
    line-height: 0px;
    margin-bottom: -20px;
    color: white;
}
.mouse-icon {
    width: 18px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 9px;
    cursor: default;
    position: absolute;
    left: calc(50% - 37px);
    bottom: 25px;
    z-index: 1;
    transform: translateX(-50%);
}
.mouse-icon .wheel {
    width: 2px;
    height: 8px;
    border-radius: 1px;
    background-color: transparent;
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
}
.mouse-icon .wheel:before {
    content: '';
    width: 2px;
    height: 8px;
    border-radius: 1px;
    background-color: #fff;
    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}
}

.chevronDown:after{content:"\f077";transition:all .3s}

.header-social-botoes a {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    border: 0px solid #ffffff;
    display: block;
    padding: 0px;
    text-align: center;
    font-size: 24px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #1a3b44;
    margin-top: 0px;
}
.header-social-botoes a:hover , .header-social-botoes a.marcarconsulta:hover{
    /*    background-color: #fff;
    color: #7a689f;*/
}

.footer .header-social-botoes a{
    display: inline-block;
    color: #ffffff;
}

.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}


.slidePrincipal .slick-prev{

    right: 90px;
    left: inherit;
    bottom: 10px;
    top: inherit;
    border: 2px solid #fff;
}
.slidePrincipal .slick-next {
    right: 25px;
    right: 25px;
    left: inherit;
    bottom: 10px;
    top: inherit;
    border: 2px solid #fff;
}

.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: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.minAlturaBanner {
    min-height: calc(100vh - 43px);
}
.slideslide-homepage{
    background: rgb(50 57 65 / 0.15);
    width: calc(100% + 30px);
    margin-left: -15px;
}

.slick-dotted.slick-slider{
    margin-bottom: 0px;
}

.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 img{
    margin-bottom: 20px;
}
.footer .blocoTemos{
    padding-top: 50px;
    padding-bottom: 60px;
}
.footer .blocoTemos p{
    font-family: 'Montserrat';
    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 'Montserrat';
    font-weight: 300;
    border-radius: 0px;
    margin-bottom: 20px;
}


.footer .form-tag-newsletter input::placeholder { 
 color: #000000;
opacity: 0.18;
}
.footer .form-tag-newsletter input:-ms-input-placeholder { 
color: #000000;
opacity: 0.18;
}
.footer .form-tag-newsletter input::-ms-input-placeholder { 
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 'Montserrat';
    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; 
    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 'Montserrat';
    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: 'Montserrat';
}
.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: 'Montserrat';
    font-weight: 300;
    font-size: 16px;
    color: white;
    padding: 4px 0px;
    line-height: 19px;
}*/

.header-transparente{    
    position: absolute;
    top: 0px;
    left: 0px;
    min-height: 50px;
    z-index: 1;
    width: 100%;
    padding: 0px 20px;
    background: white;
    box-shadow: 0px 0px 16px 0px #00000078;
}


.top-bar-pre{
    z-index: 2;
    position: relative;

}
a.linkSlide,  a.linkSlide:hover{

    color: white;
    font-size: 22px;
    border-bottom: none;
    text-align: right;
    font: 22px/63px 'Montserrat';
    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:'Montserrat';

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

.posicaoSlide h1 b, .posicaoSlide h1 strong{
    text-align: left;
    font: 45px/66px 'Montserrat';
    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%;
}

.block-homepage-bloco-roxo .conteudo-frase{
    padding: 30px;
}

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

.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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    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: #b0b42c;
    color: #ffffff;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.titulotestemunhohome{
    text-align: center;
    font: 37px/46px 'Montserrat';
    color: #fff !important;
    text-transform: uppercase;
    opacity: 1;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center !important;
}

.blocotestemunhohome .autortestemunho{
    text-align: center;
    font: 20px/25px 'Montserrat';
    color: #fff !important;
    opacity: 1;
    font-weight: bold;
}

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

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

.blocotestemunhohome .slick-prev:before, 
.blocotestemunhohome .slick-next:before {
    color: #fff !important;
}
.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: 'Montserrat';
    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: 'Montserrat';
    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: 'Montserrat';
    letter-spacing: 0.75px;
    color: #000000;
    opacity: 1;
}



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

.fixaLine{

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

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

.block-home-como-funciona li {
    list-style: disc;
    margin-left: 20px;
    color: #424242;
    font: normal 15px 'Montserrat';
    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 #1a3b44;
    outline: none;
    padding: 20px 20px;
    width: 100%;
    height: 35px;
    background: #fff;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #949494;
    font-family: 'Montserrat';
    -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; 
        font: 15px/20px 'Montserrat';
}

.cx-submit .form-control{    
    margin-top: 30px;
    border: none;
    display: block;
    outline: none;
    cursor: pointer;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    -webkit-appearance: none;
    font-size: 1.1em;
    height: auto;
    font-family: 'Montserrat';
    font-weight: 400;
    text-transform: uppercase;
    color: #fff!important;
    background: #4eb7ad;
    padding: 12px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    width: auto;
}
.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 {
    background: #e3e3e3;
    padding-bottom: 50px;
    padding-top: 50px;
}

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

}

.footer h6{
    text-align: left;
    font: 15px/20px 'Montserrat';
    letter-spacing: 0.5px;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer p,
.footer a,
.footer a:hover{
	text-align: left;
    font: 14px/20px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 0px;
}
.footer li{
    display: block;
}
.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: block;
    padding-right: 10px;
    text-transform: uppercase;
    text-align: center;
    font: 15px/19px 'Montserrat';
    color: #FFFFFF;
    opacity: 1;
    padding-left: 20px;
}
.footer ul li a{
    text-align: center !important;
}


.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: #1a3b44;
    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;
    background: transparent linear-gradient(180deg, #4EB7AD 0%, #3C8D86 96%, #275C57 100%) 0% 0% no-repeat padding-box;
}


.bloco-overlay .form-pesquisa{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    text-align: center;
    max-height: 80vh;
    overflow-y: scroll;
    max-width: 100%;
    overflow-x: hidden;
}
.bloco-overlay .fecha{

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

.bloco-overlay .form-control{
    border-radius: 0px;
    border-color: #fff !important;
    background: transparent;
    /* border-width: 1px; */
    color: #ffffff;
    text-align: center;
    font: 19px/19px 'Montserrat';
    padding: 19px;
    margin-top: 0px;
    width: 100%;
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: left;
    display: none;

}
.bloco-overlay .fecha a{
    color: #1a3b44;
    font-size: 40px;text-align: right;
    width: 100%;
    display: block;
    padding: 20px 40px;
    color: white;
    font-size: 50px;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.bloco-overlay .fecha a:hover{
    opacity: .9;
}
.bloco-overlay h2{    
    font-family: serif;
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    font-weight: 100;
    letter-spacing: 2px;
}
.bloco-overlay .grp-btns{
    max-height: 60vh;
    overflow-y: scroll;
}

.bloco-overlay .btnPesq{

    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 12px;
    line-height: 20px;
    padding: 13px 20px;
    border-radius: 22px;
    border: 1px solid #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    white-space: nowrap;
    /* float: left; */
    display: inline-block;
}
.btnPesqSpan{

    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 12px;
    line-height: 30px;
    padding: 13px 20px;
    border-radius: 22px;
    border: 1px solid #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px 0px #00000078
}
.bloco-overlay .btnPesq.ativo{
    background: white;
    color: #B0B42C;
}
.btnPesqSpan.ativo{
    background: white;
    color: #B0B42C;
}

.tituloBlocoCursosH1{
    display: none;
}


.bloco-overlay .button{
    -webkit-transition: .5s;
    transition: .5s;
    color: #fff;
    border-color: transparent;
    text-align: center;
    padding: 12px 55px;
    font: 15px/19px 'Montserrat';
    margin-top: 0px;
    text-transform: uppercase;
    width: auto;
    border-radius: 10px;
    height: 50px;
    background: #B0B42C 0% 0% no-repeat padding-box;
    border-radius: 22px;
    letter-spacing: 0;
    margin-top: 40px;
}

.caixaPesquisar{
    margin-bottom: 90px;
}

.caixaPesquisar h1{    
    color: #223d44;
    text-align: left;
    font-size: 4rem;
    font-weight: 100;
    letter-spacing: 2px;
    margin-top: 90px;
    font-family: 'Montserrat', sans-serif;
}


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

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

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

/******** TEMA  *****/
.blocoRegisto .menu-registo .li-menu a{
    text-align: left;
    font: 14px/23px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    height: auto;
    display: block;
    margin-left: 5px;
    margin-right: 5px;
    background: #4eb7ad;
    padding: 8px 33px;
    border-radius: 100px;
    color: white;
}
.menu-registo{
   text-align: right !important;
}

.blocoRegisto .menu-registo .li-menu{
    display: inline-block;
    position: relative;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 30px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}
.blocoRegisto .menu-registo .menu-entrar a{    
    background: #b0b42c !important;
}
.blocoRegisto .menu-registo .menu-voltar a{    
    background: #db9503 !important;
}
.blocoRegisto .menu-registo .menu-inicio a{
    background: #777777 !important;
}
.page-homapage .blocoRegisto .menu-registo .menu-voltar,
.page-homapage .blocoRegisto .menu-registo .menu-inicio{    
   display: none;
}

.blocoRegisto .menu-registo .li-menu a:after{
    /*position: absolute;
    top: 15px;
    right: 8px;*/
}
/*.blocoRegisto .menu-registo .menu-entrar a:after{
    content: "\f2c0";
   font: normal normal normal 14px/1 FontAwesome;
}
.blocoRegisto .menu-registo .menu-whislist a:after{
   content: "\f08a";
   font: normal normal normal 14px/1 FontAwesome;
}
.blocoRegisto .menu-registo .menu-carrinho a:after{
    content: "\f07a";
   font: normal normal normal 14px/1 FontAwesome;
}*/



.blocoRegisto .menu-registo .sub-menu{
    display: none;
    position: absolute;
    z-index: 1;
    background: white;
    min-width: 150px;
    text-align: left;
    padding-left: 5px;
    margin-top: 4px;
    padding-right: 10px;
}

.blocoRegisto .menu-registo .sub-menu a{
    background: transparent !important;
    color: black;
    font-size: 10px;
    padding: 14px;
}
.blocoRegisto .menu-registo .menu-entrar .sub-menu a:after{
    display: none;
}
.blocoRegisto .menu-registo .menu-entrar:hover .sub-menu,
.blocoRegisto .menu-registo .menu-entrar .sub-menu:hover{
    display: block;
}
.headerExtra{
    position: absolute;
    right: 0%;
    top: 0px;
}

.blocoLanguage{
    /*background: #E9ECF4 0% 0% no-repeat padding-box;*/
    opacity: 1;
    text-align: left;
    font: 15px/19px 'Montserrat';
    letter-spacing: 0.3px;
    color: #1a3b44;
    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: 14px/16px 'Montserrat';
    letter-spacing: 0.3px;
    color: #1a3b44;
    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 #1a3b44;*/
    color: #ffffff;
}


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

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



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

    text-align: left;
    font: 131px/134px 'Montserrat';
    letter-spacing: 1.52px;
    opacity: 1;
    font-weight: 900;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage h1 span{

    text-align: left;
    font: 131px/134px 'Montserrat';
    letter-spacing: 1.52px;
    opacity: 1;
    font-weight: 900;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
    padding-left: 0px;
    display: block;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage p{
    text-align: left;
    font: 25px/42px 'Montserrat';
    color: #FFFFFF;
    opacity: 1;
}
.conteudo-cms-20200115103152a58225 .slideslide-homepage a,
.conteudo-cms-20200115103152a58225 .slideslide-homepage a:hover{
    opacity: 1;
    background: #00acc3;
    border: 1px solid #00acc3;
    text-align: center;
    font: 15px/20px 'Montserrat';
    letter-spacing: 0px;
    color: #fff;
    font-weight: 100;
    border-radius: 0px;
    padding: 10px 25px;
    margin-left: -60px;
}




.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 'Montserrat';
    letter-spacing: 1.1px;
    color: #FFFFFF;
    opacity: 1;
}
.block-home-quem-somos .desalinha p{
    text-align: left;
    font: 15px/31px 'Montserrat';
    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 'Montserrat';
    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;
}
.fundoVideo iframe{
    background: #1a3b44;
}

.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 'Montserrat';
    letter-spacing: 0.86px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 30px;
}

.block-20200330220326a62645{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #00ACC3;
}

.block-20200330220326a62645 h2{
    text-align: center;
    font: 65px/65px 'Montserrat';
    letter-spacing: 1.1px;
    color: #fff;
    opacity: 1;
    margin-bottom: 75px;
    font-weight: 900;

}

.block-20200330220326a62645 h4{
    text-align: center;
    font: 25px/30px 'Montserrat';
    letter-spacing: 0.5px;
    color: #fff;
    opacity: 1;
    font-weight: 400;
    margin-bottom: 40px;
}

.block-20200330220326a62645 p{
    text-align: center;
    font: 16px/28px 'Montserrat';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.block-20200330220326a62645 .col-md-4 {
    padding-left: 45px;
    padding-right: 45px;
}

.siganos{
    padding-top: 100px;
    padding-bottom: 100px;
}

.siganos h3{
    font: 65px/87px 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    opacity: 1;
    text-transform: uppercase;
    font-weight: 900;
}
.redesescrita{
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}
.redesescrita a,
.redesescrita a:hover{
    text-align: center;
    font: 20px/30px 'Montserrat';
    letter-spacing: 0.5px;
    color: #1a3b44;
    opacity: 1;
    font-weight: bold;
    }

.titulo-form-newsletter{
    display: none;
}

.form-tag-newsletter input.form-control{
    margin-top: 0px;
    border: 1px solid #fff;
    background: none;
    text-align: left;
    font: 14px/43px 'Montserrat';
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    height: 43px;
}
.form-tag-newsletter .cx-email,
.form-tag-newsletter .captcha-google,
.form-tag-newsletter .cx-submit{
    /*padding-left: 20%;*/
}
.form-tag-newsletter .captcha-google{
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-tag-newsletter .cx-submit input.form-control{
    border: 1px solid #ffffff;
    background: transparent;
    color: #FFF;
    width: 210px;
    max-width: 100%;
    text-align: center;
    padding: 0px;
    line-height: 0px;
    border-radius: 10px;
}
.form-tag-newsletter .cx-submit input.form-control:hover{
    border: 1px solid #ffffff;
    background: transparent;
    color: #fff;
}

.form-tag-newsletter .cx-submit {
    /*margin-left: -30px;*/

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

.produtos-inner .conteudo-loja-geral{
    background: #fff;
}
/****** 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: 14px/34px 'Montserrat';
    letter-spacing: 0.3px;
    color: #1a3b44;
    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: 37px/37px 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    opacity: 1;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 100;
}

.blococonfiprodutos{
    text-align: right;
}
.blococonfiprodutos .caixaPesquisaProdutos{
    text-align: left;
    font: 15px/34px 'Montserrat';
    letter-spacing: 0.3px;
    color: #000000;
    border-color: #f4f4f4;
    opacity: 1;
    background: transparent;
    border-radius: 0px !important;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    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;
}
.page-homapage .blococentralprodutos{
    padding-top: 60px;
}
 
.bloco-filtros{
    background:  #ffffff;
    
    opacity: 1;
    /*padding: 40px;*/
}
.bloco-filtros .tituloFiltrosProdutos{
    text-align: left;
    font: 15px/30px 'Montserrat';
    letter-spacing: 0.5px;
    color: #1a3b44;
    opacity: 1;
    padding-left: 0px;
    margin-left: 0px;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
    position: relative;
}
ul.itens-cat-catetoria-produto li a {
    padding-left: 10px;
    text-align: left;
    font: 14px/27px 'Montserrat';
    letter-spacing: 0.28px;
    color: #1a3b44;
    margin-bottom: 10px;
    font-weight: 300;
    /*display: none;*/
}
ul.itens-cat-catetoria-produto>li>a{
    font: 18px/27px 'Montserrat';
    margin-top: 15px;
    display: block;
    margin-bottom: 0px;
}
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 #1a3b44;*/
}
.tem-sub-anima{
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
ul.itens-cat-catetoria-produto li.tem-sub>.tem-sub-anima:after,
ul.itens-cat-catetoria-produto li.ativa-sub>.tem-sub-anima:after
 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 0%;
    margin-right: 5px;
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    right: 30px;
    font-size: 10px;
}

ul.itens-cat-catetoria-produto li.ativa-sub>.tem-sub-anima:after{
    content: "\f077";
}

.tem-sub{
    position: relative;
}

.subs-cat .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 {
    font-weight: 800 !important;
}
ul.itens-cat-catetoria-produto li a.item-ativo-cat:before {
    /*background-color:  #1a3b44;*/
}

.item-ativo-cat-defeito>a:before {
    /*background-color:  #1a3b44;*/

}
.item-ativo-cat-defeito>a {
    /*background-color:  #1a3b44;*/
    font-weight: 800 !important;
}
.subs-cat{
    display: none;
}
.item-ativo-cat-defeito .subs-cat{
    display: block;
}

.imagemProdutoCategoria{
    margin-bottom: 10px;
    /*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: 10px;
}
.blProduto{
    /*margin-bottom: 50px;
    padding: 20px 50px;
    box-shadow: 0px 3px 6px #00000029;
    background: white;*/


    background: white;
    box-shadow: 0px 0px 17px 7px #00000026;
    border-radius: 35px;
    text-align: center;
    position: relative;
    width: 90%;
    margin: auto;
    margin-bottom: 70px;
    padding: 10px 20px;
}
.ProdutoPrecoLista{
    text-align: center;
    font: 21px/24px 'Montserrat';
    letter-spacing: 0.42px;
    color: #1a3b44;
    opacity: 1;
    font-weight: 300;
    margin-top: 0px;
    margin-bottom: 10px;
    height: 21px;
    margin-top: 10px;
}

.nomeProdutoLista{
    text-align: center;
    font: 22px/23px 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 25px;
    font-weight: 300;
}

.prod-whishlist{
    position: absolute;
    right: 40px;
    z-index: 1;
    cursor: pointer;
}

.descProdutoLista{
    display: none;
}

.blococentralprodutos .btnComprar,
.whislist .btnComprar{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font: 21px/34px 'Montserrat';
    letter-spacing: 0.42px;
    color: #1a3b44;
    opacity: 1;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.blococentralprodutos .btnComprar span,
.whislist .btnComprar span{
    background: #1a3b44;
    color: #ffffff;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 4px;
}
.prod-whishlist{
    display: none;
}
.blococentralprodutos .btnComprar span img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
    }
.blococentralprodutos .btnComprar a,
.whislist .btnComprar a{    
    display: block;
    width: 100%;
    line-height: 40px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    background: #ff9d00;
    border-radius: 35px;
    padding: 7px;
}
.blococentralprodutos .btnComprar a:hover,
.whislist .btnComprar a:hover{
    background: #1a3b44;
}

.produtos-inner .conteudo-loja-geral{
    padding-bottom: 0px;
}

.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: #1a3b44;
    border-color: #1a3b44;
}

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

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

/*
.conteudo-cms-20200413113814a20659 h1{
    text-align: left;
    font: 55px/60px 'Montserrat';
    letter-spacing: 1.1px;
    color: #1a3b44;
    opacity: 1;
}
.conteudo-cms-20200413113814a20659 p{
    text-align: left;
    font: 17px/34px 'Montserrat';
    letter-spacing: 0.34px;
    opacity: 1;
}
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos h2,
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos p,
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos a{
    color: #fff; 
}

.conteudo-cms-20200413113814a20659 .bloco-esq-contactos .blocoazul-contactos{
    background: #ffffff; 
    padding: 112px 80px;
}
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos{
    padding: 112px 10%;
    }
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos h2,
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos p,
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos a{
    color: #1a3b44; 
}
.conteudo-cms-20200413113814a20659 .bloco-dir-contactos h2,
.conteudo-cms-20200413113814a20659 .bloco-esq-contactos h2{
    line-height: 63px;
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: 0px;
}


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

.conteudo-cms-20200413113814a20659 .siganos {
    

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

.mapaContactos{
    position: relative;
}
.mapaContactos h2{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
    font-size: 76px;
    line-height: 87px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    text-transform: uppercase;
    opacity: 1;
    z-index: 1;
}
.mapaContactos h2 span{

    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #1a3b44;
    }

.mapaContactos iframe{
    filter: grayscale(100%);
}

.block-contactos-conteudo{
    padding-top: 100px;
    padding-bottom: 100px;
}

.conteudo-cms-20200413113814a20659 .form-control,
.form-parceiros .form-control{
    border: 2px solid #1a3b44;
    background: transparent;
}

.conteudo-cms-20200413113814a20659 .cx-submit .form-control,
.form-parceiros .cx-submit .form-control{
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #fff;
    height: 50px;
    width: auto;
    padding: 0px 30px;
}
.conteudo-cms-20200413113814a20659 .cx-submit .form-control:hover,
.form-parceiros .cx-submit .form-control:hover{
    background-color: #1a3b44;
    border: 2px solid #1a3b44;
    color: #fff !important;
}
*/
/****** pagina-contactos *****/


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

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

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


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


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

.moreInfoProd{
    margin-top: 50px;
}
.moreInfoProd .btn-more-conteudo-inner{
    border-bottom: 2px solid #1a3b44;
    margin-bottom: 20px;
    margin-top: -92px;
    background: #1a3b44;
}
.moreInfoProd .btn-more-conteudo-inner .btn-secundario,
.moreInfoProd .btn-more-conteudo-inner .btn-secundario:hover{
    width: auto;
    color: white;
    margin-bottom: 0px;
    background: #1a3b44;

}
.moreInfoProd .conteudo{
    /*display: none;*/
}
.moreInfoProd .conteudo p{

    font: 14px/20px 'Montserrat';
}

.blocoTextProdHome{
    
}

.conteudo-relacionados-produtos{
    padding-top: 75px;
    padding-bottom: 60px;
    background: #F4F4F4;
    margin-top: 0px;
}
.conteudo-relacionados-produtos h2{
    text-align: center;
    font: 45px/63px 'Montserrat';
    letter-spacing: 1.1px;
    color:  #1a3b44;
    opacity: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 900;
}
.tituloBlocoCursosH1{
    font-weight: 900;
}

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

.interiorProdutos h1{
    text-align: left;
    font: 55px/63px  'Montserrat';
    letter-spacing: 0px;
    color:  #1a3b44;
    opacity: 1;
    font-weight: 100;
    margin-bottom: 20px;
}

.interiorProdutos h3.preco-produto{
    text-align: left;
    font: 30px/46px  'Montserrat';
    letter-spacing: 0px;
    color:  #ff9d00;
    opacity: 1;
    margin-bottom: 20px;
    font-weight: 400;
}
.fundoBranco{
    background: white;
}

.simpleLink{
    font: 15px/20px 'Montserrat';
}

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

.galeriaImagensProdutos{
    margin-bottom: 30px;
}

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

.galeriaImagensProdutos .slick-prev:before, 
.galeriaImagensProdutos .slick-next:before{
    color: #e9ecf4;
}
.galeriaImagensProdutos-nav .thumb-produ{
    max-height: 100px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.galeriaImagensProdutos-nav img{
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: auto;
    max-width: inherit;
    /*margin-top: 50%;
    transform: translateY(-50%);*/
}
.lista-encomendas{
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
}
.lista-encomendas td,
.lista-encomendas th{
    border: 2px solid #f2f3f5;
    color: #00acc3;
    text-align: center;
    padding: 15px;
}
.lista-encomendas th{
    border: 2px solid #ffffff;
    background:  #ffffff;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 16px;
}
.lista-encomendas .control-img{
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.lista-encomendas .control-img img{
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: auto;
}

.remover-carrinho{
    cursor: pointer;
}

.galeriaImagensProdutos-nav .slick-track{
    /*max-height: 100px;
    overflow: hidden;*/
}
.blocoProdutos .imagemProfessor{
    text-align: center;
}
.blocoProdutos .imagemProfessor img{

    max-height: 370px;
}

.sharethis-inline-share-buttons{
    position: fixed !important;
    right: 0px !important;
    top: 20% !important;
}
#st-1 .st-btn{
    display: block !important;
    background-color:  #1a3b44 !important;
    height: 35px !important;
    padding: 0 10px !important;
}
#st-1 .st-btn > img {
    height: 20px !important;
    width: 20px !important;
    top: 7px !important;
}

.descProdInner{
    margin-bottom: 50px;
}

.descProdInner p:first-child{
    border-top: 1px solid #e2e2e2;
    font-weight: 300;
}
.descProdInner p{
    border-bottom: 1px solid #e2e2e2;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font: 16px/28px 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 300;
}

.selecionaCor{
    float: left;
    margin-right: 25px;
    text-align: left;
    font: 17px/34px 'Montserrat';
    letter-spacing: 0.34px;
    color: #1a3b44;
    font-weight: bold;
    opacity: 1;
    text-transform: uppercase;
}
.selecionaTitulo{
    text-align: left;
    font: 13px/13px 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    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 #1a3b44;
    background: transparent;
    color: #1a3b44;
    font: 15px/34px 'Montserrat';
    letter-spacing: 0.3px;
    position: relative;
    margin-top: 0px;
    line-height: 40px;
    height: 45px;
    background: #fff;
}

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

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

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

.btn{
    opacity: 1;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0px;
    opacity: 1;
    padding: 10px 25px;
}

.btn-principal{
    background: #1a3b44;
    border: 1px solid #1a3b44;
    text-align: center;
    font: 15px/25px 'Montserrat';
    letter-spacing: 0px;
    color: #fff;
    font-weight: 100;
    border-radius: 10px;
    height: 50px;
    text-transform: uppercase;
}
.btn-principal:hover{
    background: #1a3b44;
    border: 1px solid #1a3b44;
    text-align: center;
    font: 15px/25px 'Montserrat';
    letter-spacing: 0px;
    color: #fff;
    font-weight: 100;
    border-radius: 10px;
    height: 50px;
}

.btn-secundario{
    background: #1a3b44;
    border: 1px solid #1a3b44;
    text-align: center;
    font: 15px/20px 'Montserrat';
    letter-spacing: 0px;
    color: #1a3b44;
    font-weight: 100;
}
.btn-secundario:hover{
    background: #ffffff;
    border: 1px solid #ffffff;
}
/******* PAGINA PRODUTOS INNER *********/
/******* TEMA *******/

.block-home-customizar{
    padding: 153px 0px;
    /*background-image: url('../GestorSistema/teste.png');
    background-position: -30%;
    background-size: 61%;
    background-repeat: no-repeat;
    width: calc(100% + 30px);
    margin-left: -15px;*/
}

.fundoKayak h2{
    text-align: left;
    font-size: 55px;
    letter-spacing: 0px;
    color: #323941;
    text-transform: uppercase;
    opacity: 1;
    line-height: 63px;
    font-weight: 900;
}

.block-20200330012451a28406 .componentes{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: left;
    width: 70%;
}

.block-20200330012451a28406 .componentes .tocavideohome {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.block-20200330012451a28406 .componentes .conteudo_bloco_video h6 {
    font-size: 20px;
    line-height: 43px;
}

.block-20200330012451a28406 .componentes .conteudo_bloco_video h2 {
    text-align: left;
    font-size: 76px;
    line-height: 87px;
    letter-spacing: 1.52px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-fill-color: #ffffff00;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
}
.block-20200330012451a28406 .componentes .conteudo_bloco_video h2 span{
    text-align: left;
    font-size: 76px;
    line-height: 87px;
    letter-spacing: 1.52px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: white;
}

.PrecoProdutoHome span{
    color: #ffffff;
    text-align: left;
    font-size: 20px;
    line-height: 43px;
    letter-spacing: 0px;
    opacity: 1;
    margin-bottom: 5px;
}

.nomeProdutoHome h3{
    text-align: left;
    font-family: 'Montserrat';
    font-size: 45px;
    line-height: 63px;
    letter-spacing: 0px;
    color: #323941;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 30px;
    font-weight: 900;
}
.descProdutoHome p{
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #1a3b44;
    opacity: 1;
    margin-bottom: 30px;
}
.buyProdutoHome a{
    text-align: left;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    opacity: 1;
    margin-bottom: 30px;
    position: relative;
    padding-right: 20px;
    transition: .5s;
}
.buyProdutoHome a:after{
   content: "\f054";
   font: normal normal normal 14px/1 FontAwesome;
   position: absolute;
   right: 0px;
    top: 5px;
}
.buyProdutoHome a:hover{
    padding-right: 30px;
    transition: .5s;
}
.blocoProdutosHome{
    padding-bottom: 50px;
    padding-top: 50px;
}
.blocoProdutos{
    padding-bottom: 30px;
    padding-top: 30px;
}

.page-static-inner{
    padding-bottom: 100px;
    padding-top: 100px;
    min-height: 67vh;
}
.page-static-inner h1{
    text-align: left;
    font-size:65px;
    line-height:73px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: 900;
}

.page-static-inner h2{
    text-align: left;
    font-size:55px;
    line-height:63px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: 100;
}
.page-static-inner h3{
    text-align: left;
    font-size: 29px;
    line-height: 63px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: 900;
    }
.page-static-inner h4{
    text-align: left;
    font-size: 29px;
    line-height: 63px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: 100;
    }

.page-static-inner h5{
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: 900;
    }
 .page-static-inner h5{
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #000;
    opacity: 1;
    font-weight: 100;
    }

.blocofaqs{
    padding-top: 50px;
    padding-bottom: 50px;
}
.portugal2020 p{
    text-align: right;
}
.portugal2020 img{
    width: 450px;
    margin-top: 50px;
}
.blocofaqs .col-md-12 .blfaq{
    background: #b0b42c !important;
    margin-bottom: 20px;
    padding: 20px 40px;
    position: relative;
    cursor: pointer;
}
.blocofaqs .col-md-12:nth-child(even) .blfaq{
    background: #4eb7ad !important;
}
.blocofaqs .setafaqs{
    position: absolute;
    top: 20px;
    right: 20px;
    clip-path: polygon(100% 0, 0 0, 50% 50%);
    width: 10px;
    height: 10px;
    transition: .5;
    background-color: #fff;
    cursor: pointer;
}

.blocofaqs .abresetafaqs{
    transition: .5;
    clip-path: polygon(100% 50%, 0 50%, 50% 0);
}
.blocofaqs .titulofaq{
    text-align: left;
    font-size:20px;
    line-height:43px;
    font-family: 'Montserrat';
    letter-spacing: 0px;
    color: #fff;
    opacity: 1;
    margin-bottom: 20px;
    font-weight: 500;
}
.blocofaqs .descfaq{
    display: none;
    text-align: left;
    font-size:15px;
    line-height:23px;
    font-family: 'Montserrat';
    letter-spacing: 0.3px;
    color: #fff;
    opacity: 1;
}
.blocofaqs .descfaq h1,
.blocofaqs .descfaq h2,
.blocofaqs .descfaq h3,
.blocofaqs .descfaq h4,
.blocofaqs .descfaq h5,
.blocofaqs .descfaq h6,
.blocofaqs .descfaq p{
    color: white;
}
.sale-box {
    position: absolute;
    top: -1px;
    left: 0px;
    overflow: hidden;
    height: 135px;
    width: 145px;
    text-align: center;
    z-index: 1;
}
.sale-label {
    font: 700 16px/12px 'Montserrat';
    color: white;
    text-transform: capitalize;
    font-weight: 100;
    padding: 15px 0 15px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 180px;
    text-align: center;
    display: block;
    position: absolute;
    left: -40px;
    top: 29px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.label-stock {
    background: #1a3b44; 
}




.label-special{
    background: #ff0000;
 }
 .valor-promo{
    font-size: 11px;
    background: #ff0000;
    display: inline-block;
    position: absolute;
    top: 50%;
    border: 2px solid #ff0000;
    padding: 2px 10px;
    border-radius: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
 }
 .em-promo{
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 700;
 }
 .valor-real{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
 }

 .precoProdInner{
    margin-bottom: 30px;
    position: relative;
 }
  .precoProdInner .valor-real {
    font-size: 30px;
}

.precoProdInner .valor-promo{
    
    right: 0px;
    left: inherit;
    top: -10px;
    transform: none;
    font-size: 10px;
    padding: 5px;
    border-radius: 0px;
}

.PrecoProdutoHome .valor-promo{
    display:none;
}
.PrecoProdutoHome .valor-real {
   
    color: #ff0000;
}
.PrecoProdutoHome .valor-real span{
 font-size: 30px;
    color: #ff0000;
}
.login .btn-principal{

    font-weight: 400;
    margin-top: 30px;
}

.login .form-control{
    height: 50px;
}

.catalogos h4.destaque-noticia-title{
    font-weight: bolder;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;

}

.catalogos .bloco-img-noticia{
    min-height: 400px;
    width: 100%;
    background-size: cover;

}
/*.galeriaImagensProdutos{
    overflow-x: hidden;
}
*/
.galeriaImagensProdutos .bl-img-gal:hover {
   background-image: none !important;
}
.galeriaImagensProdutos .bl-img-gal img{
    display: none;
}

.blockmenucarrinho{
    background: linear-gradient(90deg, rgba(2,0,36,0) 0%, rgba(2,0,36,0) 62%, #def5d5 62%, #def5d5 100%);
}


.formularios label{

    font-size: 13px;
}

/*a.ativa-sub:after{
    content: "" !important;
}*/
.blococonfiprodutos .form-pesquisa {
    width: 50%;
}
.blococonfiprodutos .form-pesquisa .form-control{

    width: 74%;
    float: left;
    margin: 0px;
    margin-left: 15px;
}
.blococonfiprodutos .form-pesquisa input[type="submit"]{

    width: 40px;
    float: left;
    margin: 0px;
    margin-left: 10px;
    padding: 10px;
    height: 41px;
    background: #1a3b44;
    border-color: #1a3b44;
    color: white;
    border-radius: 10px;
    font-size: 15px;
    letter-spacing: 0;
}

.bloco-cat-grupo{
    padding-top: 150px;
    padding-bottom: 50px;
}

.bloco-cat-grupo .imgGrupo{
    max-width: 140px;
    display: inline-block;
}
.bloco-cat-grupo .imgGrupo img{
       margin-top: -60px;
}
.bloco-cat-grupo .grupoConteudo{
    max-width: calc(100% - 190px);
    display: inline-block;    vertical-align: top;
}

.bloco-grupo--bloco{
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px #00000078;
    margin-top: 30px;
    margin-bottom: 30px;
}
.tituloGrupoCat{
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 50px;
    overflow-y: hidden;
}

.descGrupoCat p{
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 15px;
    line-height: 20px;
    font-weight: 200;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 61px;
    overflow-y: hidden;
}

.linkGrupoCat a{
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 15px;
    line-height: 36px;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: initial;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 50px;
}
.linkGrupoCat a:hover{

    background: #FFFFFF;
    color: #000;
}

.linkGrupoCat{

    margin-top: 30px;
    display: block;
}


.eventos .destaque-cms{
    min-height: 450px;
    background-size: cover;
    background-position: center;
}

.eventos .data-noticiaMostra{
    position: absolute;
    top: -102px;
    background: #b0b42c;
    color: white;
    padding: 20px 30px;
    text-align: center;
}
.eventos .title-normal{
    padding-top: 60px;
    font-size: 38px;
    margin-bottom: 30px;
}
.bleventos{
    margin-bottom: 30px;
}



.imagem-equipa{
    background-size: cover;
    background-position: center;
    height: 170px;
    width: 170px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0px 0px 16px 0px #00000078;
    position: relative;
}
.tituloequipa{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: black;
    text-align: center;
}

.descequipa p{
    color: black;
    line-height: 22px;
    font-size: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 65px;
    overflow-y: hidden;
    text-align: center;
}

.equipa .destaque-cms{
    min-height: 450px;
    background-size: cover;
    background-position: center;
}

.equipa .data-noticiaMostra{
    position: absolute;
    top: -102px;
    background: #b0b42c;
    color: white;
    padding: 20px 30px;
    text-align: center;
}
.equipa .title-normal{
    padding-top: 60px;
    font-size: 38px;
    margin-bottom: 30px;
}
.blequipa{
    margin-bottom: 30px;
}




.grupo-cat-geral .controlaSombra{
    padding: 20px;
}
.grupo-cat-geral .bloco-img-noticia{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 190px;
}

.grupo-cat-geral  h2.destaque-noticia-title{
    font-size: 25px;
    font-family: 'Montserrat';
    text-transform: inherit;
    font-weight: 500;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 60px;
    overflow-y: hidden;
}

.grupo-cat-geral .destaque-noticia-sub-title{
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 61px;
    overflow-y: hidden;
}

.grupo-cat-geral a.ler-mais,
.grupo-cat-geral a.ler-mais:hover{
    text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 15px;
    line-height: 36px;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: initial;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 50px;
}


.grupo-cat-geral .controlaSombra{
    border-radius: 20px;
    box-shadow: 0px 0px 16px 0px #00000078;
    margin-bottom: 30px;
    margin-top: 20px;
}
.grupo-cat-geral .title-normal{
    margin-top: 50px;
    text-align: left;
    font-size: 30px;
}

.conteudo-grupos{
    min-height: 67vh;
}
.conteudo-grupos em{
    font-style: italic;
}
.paginacaoNavega a span {
    font-size: 15px;
    color: black;
}
.nav-back-arrow{
    width: 80px;
    position: relative;
    display: inline-block;
}
.nav-back-arrow-line{
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
    background-color: #000;
    height: 1px;
}
.nav-back-arrow-head:before, 
.nav-back-arrow-head:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #000;
    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-right {
    transform: rotate(
180deg
);
    padding-left: 0px;
}

.grupo-single .conteudo-grupos h1,
.grupo-single .conteudo-grupos h2,
.grupo-single .conteudo-grupos h3,
.grupo-single .conteudo-grupos h4,
.grupo-single .conteudo-grupos h5,
.grupo-single .conteudo-grupos h6,
.grupo-single .conteudo-grupos p{
    color: white;
}

.grupo-single .conteudo-grupos h1.title-normal{
        font-size: 36px;
    line-height: 50px;
}
.grupo-single .conteudo-grupos{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.paginacaoNavega{
    text-align: center;
    padding-top: 50px;
}
.paginacaoNavega{
    padding: 30px 10px 40px 30px;
    margin-top: 50px;
}
.paginacaoNavega a{
    padding: 20px 30px 20px 30px;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0px 0px 5px 0px #00000078;
    margin-right: 20px;
}

.blocoJogo{
    background: #ffffff30;
    padding: 30px;
    border-radius: 0px;
    color: white;
}

.blocoJogo .descjogo-escolhe-o-correto p{
    color: #fff;
}
.blocoJogo .sms-resposta{
    display: none;
}
.blocoJogo .sms-resposta .positiva{
    color: green;
    background: #c4f7d0;
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.blocoJogo .sms-resposta .negativa{
    color: red;
    background: #ffd3d3;
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.blocoJogo .opcao{
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #00000078;
    margin-bottom: 20px;
    border-radius: 22px;
    cursor: pointer;
    background: #fff;
    color: black;
}
.blocoJogo .opcao:hover,
.blocoJogo .opcao.ativo{
    background: #b0b42c;
    color: white;
}
.orderFlex{
    display: grid;
    width: 100%;
}
.grp-opcoes{
    width: 100%;
}

.opc-ordena{
    padding: 20px;
    box-shadow: 0px 0px 5px 0px #00000078;
    margin-bottom: 20px;
    border-radius: 22px;
    cursor: pointer;
    background: #fff;
    color: black;
}

.opc-palavra{

    padding: 20px;
    box-shadow: 0px 0px 5px 0px #00000078;
    margin-bottom: 20px;
    border-radius: 22px;
    cursor: pointer;
    background: #fff;
    color: black;
    width: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-grid;
    white-space: nowrap;
}

.opc-palavra.ativo,
.opc-palavra:hover{

    background: #4eb7ad;
    color: white;
}

.orderFlexPalavras{
    display: block;
    width: 100%;
}

.resp-ordena,
.frase-ordena{
    display: inline-block;
    vertical-align: top;
}
.resp-ordena input{
    width: 40px;
    font-size: 18px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    background: #b0b42c;
    color: white;
}
.frase-ordena{
    width: calc(100% - 60px);
    display: inline-block;
    font-family: 'Montserrat';
    font-size: 20px;
    color: #000;
    line-height: 20px;
    padding-left: 10px;
    font-weight: 200;
    font-size: 17px;
}

.btn-verifica-ordena,
.btn-verifica-palavras{
    text-align: center;
    font: 14px/23px 'Montserrat';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    text-transform: uppercase;
    height: auto;
    display: block;
    background: #4eb7ad;
    padding: 8px 33px;
    border-radius: 100px;
    color: white;
    position: relative;
    width: 200px;
    margin: auto;
    box-shadow: 0px 0px 5px 0px #00000078;
}
.btn-verifica-ordena:hover,
.btn-verifica-palavras:hover{
    background: #FFF;
    color: #4eb7ad;
}

.accountPage .formularios b{
        margin-bottom: -20px;
    display: block;
    margin-top: 20px;
}

.horizontal-scroll-wrapper {
  width:100%; 
  overflow-x:scroll; 
  white-space: nowrap;
  padding-bottom:10px;
    margin-bottom: 80px;
}

.horizontal-scroll-wrapper > .conteudoRolante {
  width: 25%;
    margin-right: 60px;
  display: inline-block;
}
.horizontal-scroll-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
}
.horizontal-scroll-wrapper::-webkit-scrollbar:horizontal {
    height: 11px;
}
.horizontal-scroll-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.horizontal-scroll-wrapper::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

.page-static-inner ol{
    list-style: initial !important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.page-static-inner ul{
    list-style: initial !important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.page-static-inner li{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.6em;
    margin: 0 0 0px;
    line-height: 31px;
    font-weight: 200;
}
.conteudo-grupos table{
    width: 100%;
}
.conteudo-grupos table,
.conteudo-grupos table tr,
.conteudo-grupos table th,
.conteudo-grupos table td{
    padding: 10px;
    border: 2px solid #fff;
}
.conteudo-grupos b,
.conteudo-grupos strong{
    font-weight: 600;
}

.conteudo-grupos ol{
    list-style: initial !important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.conteudo-grupos ul{
    list-style: initial !important;
    margin-left: 20px;
    margin-bottom: 20px;
}
.conteudo-grupos li{
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.6em;
    margin: 0 0 0px;
    line-height: 31px;
    font-weight: 200;
    color: white;
}

.linhaMito{
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 20px;
    background: white;
    padding: 30px;
    box-shadow: 0px 0px 16px 0px #00000017;
}

.clicamito{
        text-align: left;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    opacity: 1;
    font-size: 15px;
    line-height: 36px;
    padding: 10px 20px;
    border: 1px solid #fff;
    display: initial;
    margin-top: 10px;
    font-weight: 500;
    border-radius: 50px;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.mitomito{
    background: #db9503;
    border: 1px solid #db9503;
}
.mitomito:hover{
    background: white;
    border: 1px solid #db9503;
    color: #db9503; 
}
.mitoverdade{
    background: #b0b42c;
    border: 1px solid #b0b42c;
}
.mitoverdade:hover{
    background: white;
    color: #b0b42c;
    border: 1px solid #b0b42c;
}
.bloco-overlay .conteudo-mito{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50%);
    text-align: center;
}
.bloco-overlay .frase-mito{    
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: inherit;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
    padding: 50px 10%;
}

.imagem-eventos{
    background-size: cover;
    background-position: center;
    min-height: 250px; 
    position: relative;
}
.eventos .imagem-eventos .data-noticiaMostra{

    top: inherit;
    bottom: 0px;
}
.eventos .imagem-eventos .data-noticiaMostra{

    padding: 10px 10px;
    font-size: 14px;
    line-height: 14px;
}
.tituloeventos{
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
    color: black;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 40px;
    overflow-y: hidden;
    white-space: inherit;
    max-width: 100%;
    overflow-x: hidden;
}

.desceventos p{
    color: black;
    line-height: 22px;
    font-size: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 60px;
    overflow-y: hidden;
    white-space: break-spaces;
}

/* 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) {
   
}

@media screen and (max-width: 768px) {
    .conteudoDesk{
        display: none;
    }
    .conteudoMobile{
        display: block;
    }
    .barra-superior .menu {
        text-align: right;
    }
    .bloco-cat-grupo .imgGrupo {
        max-width: 100px;
    }
    .bloco-cat-grupo .grupoConteudo {
        max-width: calc(100% - 110px);
    }
    .linkGrupoCat a {
        font-size: 13px;
    }
    .bloco-cat-grupo {
        padding-top: 180px;
    }
    .footer p, .footer a, .footer a:hover {
        font: 12px/17px 'Montserrat';
    }
    .bloco-overlay h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .page-static-inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .grupo-cat-geral h2.destaque-noticia-title {
        font-size: 18px;
        letter-spacing: 1px;
        height: 45px;
    }
    .horizontal-scroll-wrapper {
        margin-bottom: 180px;
        padding: 50px 40px 50px;
    }
    .horizontal-scroll-wrapper > .conteudoRolante {
        width: 55%;
        margin-right: 60px;
        display: inline-block;
    }
}   

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

}

@media screen and (max-width: 414px) {
    .hamburguer-bt{
        display: block;
        height: 50px;
        position: absolute;
        right: 0px;
    }
    .menuprincipal{
        display: none;
        padding-bottom: 20px;
    }
    .menu-registo{
        position: fixed;
        bottom: 0px;
        background: #fff;
        width: 100%;
        left: 0px;
        box-shadow: 0px 0px 16px 0px #00000078;
    }
    .fixaHeader{
        position: relative;
    }
    .menuprincipal ul li{
        width: 100%;
        text-align: right;
        margin-bottom: 0px;
        padding-bottom: 0px !important;
    }
    .barra-superior .menuprincipal ul li a{
        margin-right: 0px;
        text-align: right;
    }
    .bloco-cat-grupo {
        padding-top: 120px;
    }
    .footer{
        padding-bottom: 100px;
    }
    .bloco-overlay h2 {
        font-size: 17px;
        line-height: 25px;
    }
    .bloco-overlay .btnPesq {
        font-size: 11px;
        line-height: 18px;
        padding: 5px 10px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .bloco-overlay .button{
        padding: 10px 35px;
        display: block;
        font: 13px/15px 'Montserrat';
        position: relative;
        margin: 20px auto;
    }
    .blocoRegisto .menu-registo .li-menu{
        width: 25%;    
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .blocoRegisto .menu-registo .li-menu a,
    .fixaHeader .blocoRegisto .menu-registo .li-menu a{
        padding: 12px 0px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: center;
        font: 12px/12px 'Montserrat';
        border-radius: 0px;
        height: 44px;
        vertical-align: top;
        display: inline-block;
        width: 100%;
    }
    .fixaHeader .blocoRegisto .menu-registo .li-menu{
        padding: 0px;
    }
    .backTopo{
        display: none !important;
    }
    .blocoRegisto .menu-registo .sub-menu{
       top: -70px;
        right: 0px;
    }
    .page-static-inner h2 {
        font-size: 31px;
        line-height: 42px;
    }
    .grupo-single .conteudo-grupos p,
    .conteudo-grupos li {
        color: white;
        font-size: 15px;
        line-height: 21px;
    }
    .frase-ordena{

        font-size: 12px;
    }
    .page-homapage .blocoRegisto .menu-registo .li-menu{
        width: 50%;   
    }
    .nav-back-arrow {
        width: 40px;
    }
    .paginacaoNavega a span {
        font-size: 10px;
    }
    .paginacaoNavega a {
        padding: 12px 15px 12px 15px;
    }
    .horizontal-scroll-wrapper > .conteudoRolante {
        width: 90%;
        margin-right: 40px;
    }
    .blocofaqs .titulofaq {
        font-size: 20px;
        line-height: 26px;
        font-weight: 200;
    }
    .blocofaqs .descfaq p{
        font-size: 15px;
        line-height: 20px;
    }
}

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

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

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





