/* FONTS
   ----------------------------- */

@font-face {
    font-family: 'PT-Bold';
    src: url('../fonts/PT_Serif-Web-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'PT-BoldItalic';
    src: url('../fonts/PT_Serif-Web-BoldItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'PT-Italic';
    src: url('../fonts/PT_Serif-Web-Italic.ttf') format('truetype');
}

@font-face {
    font-family: 'PT-Regular';
    src: url('../fonts/PT_Serif-Web-Regular.ttf') format('truetype');
}


@font-face {
    font-family: 'MuseoSans-100';
    src: url('../fonts/MuseoSans-100.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans-300';
    src: url('../fonts/MuseoSans-300.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans-500';
    src: url('../fonts/MuseoSans_500.otf') format('opentype');
}

@font-face {
    font-family: 'MuseoSans-700';
    src: url('../fonts/MuseoSans_700.otf') format('opentype');
}



/* COLORS
   ----------------------------- */

body{
    padding: 0;
    margin: 0px;
}

img{
    max-width: 100%;
}


h1, h2, h3, h4, h5,h6{
    font-family: 'MuseoSans-700';
}

.h2, h2 {
    font-size: 30px;
    color: #22272F;
}

p{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    font-size: 15px;
    line-height: 25px;
    color: black;
}
a {
    color: #2eb050;
}
a:hover {
    color: #232724;
}
a, a:hover, a:focus, a:active{
    text-decoration: none;
}

.header-bloco{
    
    background: transparent;
    padding-bottom: 30px;
    /* border-bottom: 1px solid #8d8d8d; */
    position: absolute;
    z-index: 1;
    width: 100% !important;
}

.header-transparente{
 min-height: 50vh;
}

.blocoFundo{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;    
    pointer-events: none;
    background: #070507;

}
.videoFundo{
        height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    /*background: url(../img/index-image.jpg) no-repeat center center;*/
    background-size: cover;
    overflow: hidden;
}

.barra-superior{
    padding: 30px 0% 0px;
    position: relative;
}
.borderBottom{
    border-bottom: 0px solid #8d8d8d;

}

.logo img{
    max-width:200px;
}
.container {
    width: 1670px;
    max-width: calc(100% - 30px);
}
.blocoLanguage{
    position: relative;
    right: 0px;
    top: 5px;
}

.menuPrincipal ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.menuPrincipal ul li{
    display: inline-block;
}

.menuPrincipal ul li a{
   
    font-family: 'MuseoSans-700';
    font-size: 13px;
    padding: 10px 30px 10px 10px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
}


.menuPrincipal ul li a:hover{
    color: rgb(255 255 255 / 70%);
}
.menuPrincipal>ul>li.with-sub>a:hover{
    color: black;
    background: white;
    border: 1px solid #000;
    border-bottom: 0px;
    padding-left: 19px;
    margin-left: -19px;
    margin-bottom: 0px;
    position: relative;
    z-index: 3;

}

.menuPrincipal{
    text-align: right;
    padding-top: 0px;
    margin-top: 20px;
    margin-bottom: -10px;
}


.blocoLanguage{
    background: #212429;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.blocoLanguage .header-social-botoes{
    display: inline-block;
    margin-left: 30px;
    display: none;
}

.header-social-botoes a {
    border-radius: 100%;
    height: 30px;
    width: 30px;
    border: 1px solid #22272F;
    display: inline-block;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
    color: #22272F;
}
.header-social-botoes a:hover {
    background-color: #22272F;
    color: white;
}

.blocoGrupo{
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}

.blocoGrupo img{
    width: 90px;
    margin-top: -30px;
}

h3.categoria{
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 40px;
    padding-bottom: 10px;
    color: #ec2e38;
    font-size: 1.5rem;
}
 h3.categoria a {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: left;
    line-height: 40px;
    padding-bottom: 10px;
    color: #2eb050;
    font-size: 1.5rem;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}

h3.categoria span{
    color: #142a51;
}

.blocoLanguage ul{    
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}

.blocoLanguage ul li{
    display: block;
    /*border-right: 1px solid #22272F;*/
}

.blocoLanguage ul li a{
    font-family: 'MuseoSans-700';
    font-size: 13px;
    color: rgb(255 255 255 / 37%);
    padding: 10px 10px;
    text-transform: uppercase;
    display: block;
   }

.blocoLanguage ul li:last-child a{
    border: none;
}
.blocoLanguage ul li a:hover{
    color: #000;
}
.blocoLanguage ul li a.menu-item-ativo-lang{
    color: #fff;
}
.blocoLanguage{
    text-align: center;
    padding-top: 0px
}
.fraseDestaqueHome{
    padding: 0;
    /*margin-top: -40vh;*/
    padding: 0px 0px;
}
.imageCover{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;   
}
.imageContainer{
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

.bloco-outros-links{
    padding-left: 15px;
}

.minAlturaBanner{ 
    min-height: 100vh;

}

.blocoSlide{
    top: 50%;
    background: #212429;
    height: 100%;
    color: white;
    position: absolute;
    transform: translateY(-50%);
    padding: 70px;
    right: 0;
}
.blocoSlide  .titulo-frase{
    color: white;
}
.blocoSlide p {

    color: white;
}

.bloco-inner-slide{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 430px;
    max-width: 80%;
}

.grp-bloco-btn{
    height: 100%;
}

.titulo-frase{
    font-family: 'PT-Regular';
      color: #22272F;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;  
}

.titulo-frase .button {
    font-family: 'MuseoSans-700';
    font-size: 14px;
    color: white;
    border-radius: 0px;
    border: 0px solid #ffffff;
    background-color: #20232a;
    padding: 8px 54px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    margin-top: calc(50% + 50px) !important;
    margin-left: -20px;
}

.titulo-frase .button:hover{

    color: #20232a;
}

.desc-frase{
    font-family: 'MuseoSans-500';
    color: #8D8D8D;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

.conteudo-frase{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    line-height: 27px;
    color: black;
    font-size: 15px;
    width: 100%;
   /* overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 250px;*/
}

.blocoCinzento{
    /*background: #EAEAEA;*/
}

.blocoCinzento2{
        background: #142a51;
    margin-top: -30px;

}

.bloco-outros-links a:first-child, .ver-produtos .animaSlide:first-child{
    border-left: 0px solid #8D8D8D;
}

.bloco-outros-links a, .ver-produtos .animaSlide{
    display: inline-block;  
    background: #8d8d8d2b;
    padding: 0px 10px 5px 17px;
}
.bloco-outros-links a:hover, .ver-produtos .animaSlide:hover{
    color: #22272F;
    background: #FFFFFF;
    }

.bloco-outros-links a h2, .ver-produtos .animaSlide h2{
    text-align: left;
    font: normal normal bold 16px/20px 'MuseoSans-700';
    letter-spacing: 0.64px;
    color: #1C1C1C;
    opacity: 1;
    padding-right: 10px;
}

.bloco-outros-links a:hover h2 , .ver-produtos .animaSlide:hover h2{
    color: #22272F;
}

.bloco-outros-links a.ativaHover, .ver-produtos .ativaHover{
    color: #FFFFFF !important;
    background: #22272F;
}

.bloco-outros-links a.ativaHover h2, .ver-produtos .ativaHover h2 {
    
    color: #22272F;   
   }

.bloco-outros-links a.ativaHover h3,
.bloco-outros-links a.ativaHover h2, .ver-produtos .ativaHover h2{
    color: #FFFFFF !important;
}

/*.conteudo-frase h4, .conteudo-frase p{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 65px;
    margin-bottom: 0px;
    color: white;
    font-size: 45px;
}*/

section{
    position: relative;
}

.produtos-destaque{
    background: white;
}

.desalinha{
      margin-top: -130px;
}

.bloco-img-prod img {
   
}

#home .bloco-img-prod img {
        height: 100px;
    width: auto;
     max-height: 120px;
}

a.linkBlocoProd,
div.linkBlocoProd{
    border: 0px solid #ccc;
    display: block;
    padding: 30px;
        margin-bottom: 30px;
        position: relative;
}


a.linkBlocoProd:hover{
    border: 1px solid #22272F;
}

.homepage a.linkBlocoProd:hover{
    border: 0px solid #22272F;
}

a.linkBlocoProd:hover:before {
       color: white;
    font-size: 24px;
    content: "+";
    background: #22272F;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 15px;
    line-height: 0;
    z-index: 1;
   
}
.homepage a.linkBlocoProd:hover:before{
     display: none;
}

/*.overlay-block{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.27);
}.*/

.produtos-destaque, .bloco-img-prod{
        text-align: center;
    min-height: 210px;
    background-size: 90%;
    background-repeat: no-repeat;
    position: relative;
    background-position: right;
}

.homepage .bloco-img-prod{
    min-height: 400px;

    width: 750px;
    max-width: 100%;
}

.produtos-destaque .col-md-4:after {
      content: '';
    height: calc(100% - 130px);
    width: 1px;
    position: absolute;
    right: 0;
    top: 130px;
    background-color: #c1c1c1;
}

.linkBlocoProd .conteudo-produto-destaque{
    
    text-align: center;
    font: normal normal bold 43px/84px 'MuseoSans-700';
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.destaque-prod-title{
    font: normal normal bold 20px/30px 'MuseoSans-700';
    color: #2eb050;
    text-transform: uppercase;
    opacity: 1;
    text-align: center;
    padding: 0px;
}


.homepage .linkBlocoProd .conteudo-produto-destaque{
    text-align: left;
    font: normal normal bold 43px/84px 'MuseoSans-700';
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    position: absolute;
    bottom: -60px;
    left: 0%;
    transform: translate(0%, 0%);
    background: #212429;
    width: 50%;
    padding: 40px;
}
.homepage .destaque-prod-title{
    color: white;
    font: normal normal bold 29px/40px 'MuseoSans-700';
    text-align: left;
}

.homepage .linkBlocoProd .conteudo-produto-destaque p{

    font: normal normal normal 13px/17px 'MuseoSans-100';
    color: white;
}

.destaque-prod-sub-title{
    font-family: 'MuseoSans-500';
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: #22272e;
    margin-top: 7px;
    margin-bottom: 3px;
    text-align: center;
}

.slideCats .slick-dots{
    bottom: 0px;
}
.slideCats .slick-dots li button:before{
    background: #B7B7B7;
}

.destaque-prod-sub-title-pag{
    font-size: 30px;
    color: #000000;
    margin-top: 0;
    margin-bottom: 50px;
}

.destaque-prod-conteudo{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 27px;
    color: black;
    font-size: 15px;
}

.nossos-produtos{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0px;
}

.fundoAzulTransp{
        padding: 120px 0px;
    background: linear-gradient(90deg, #ffffff00 50%, rgba(34, 39, 47, 0.90) 50%);
}

.bloco-prod-container{
    padding-left: 10%;
}

.titulo-home-produtos{

 font-family: 'MuseoSans-700';
    font-size: 40px;
    color: white;
    margin-bottom: 20px;
}

.conteudo-home-produtos{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 32px;
    color: white;
    font-size: 17px;
}

.conteudo-home-produtos p{
    color: white;
}

.button{
    font-family: 'MuseoSans-700';
    font-size: 14px;
    color: white;
    border-radius: 0px;
    border: 0px solid #ffffff;
    background-color: #212429;
    padding: 8px 34px;
    margin-top: 0px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button:hover, .button-ativo{
    color:#22272F;
    background-color: white;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 47px;
    height: 16px;
    /* margin: 0 5px; */
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before{
    opacity: 1;
    background: #23272e6e;
    color: transparent !important;
    width: 40px;
    height: 6px;
}
.slick-dots li.slick-active button:before{
    opacity: 1;
    background:  #22272F;
}

.button-transparent{
    color:white;
    border: 2px solid white;
    background-color: transparent;
}

.button-transparent:hover{
    color:black;
    background-color: white;
}

.button-azul{
     color: white;
     background-color: #22272F;
     border: 2px solid #22272F;
}

.button-azul:hover{
     color: #22272F;
     background-color: white;
}

.margenVideoLeft{
    margin-left: 25px;
}

.button-branco{
     color: #22272F;
     background-color: white;
     border: 2px solid white;
}

.button-branco:hover{
     color: white;
     background-color: #22272F;
     border: 2px solid #22272F;
}

.fundoBranco{
    background-color: white;
}

.fundoRed{
    background-color: #22272F !important;

}

.home-noticias{
    padding: 60px 0px 28px;
}

.title-normal{
    font-family: 'MuseoSans-700';
    font-size: 30px;
    color: #22272F;
    margin-bottom: 40px;
    text-align: left;
}

.conteudo-contactos .title-normal{
    text-align: left;
}

.blocoVerdeContactos{
    background: #22272F;
    padding: 95px 110px;
    margin-top: -200px;
    box-shadow: 5px 5px 40px #0000005f;
    max-width: 80%;
    margin-left: 10%;
}

#produtos .title-normal {
    margin-bottom: 0px;
    margin-top: 0px;
}

.title-normal-contactos{
    font-size: 20px;

    margin-bottom: 40px;
    color: white;
}

.bloco-contacto-conteudo a,
.bloco-contacto-conteudo p,
.bloco-contacto-conteudo,
.bloco-contacto-conteudo a:hover{
    color: white;
}

.titulo-pequeno-contactos{
    color: white;
}

.red{
    color: #22272F;
}

.white{
    color: white;
}

.bloco-img-noticia{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0px 0px;
       min-height: 270px;
}

.conteudo-noticia-destaque{
padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 30px;
}

.destaque-noticia-title{
    font-family: 'MuseoSans-700';
    font-size: 20px;
    line-height: 24px;
    color: #22272F;
    margin-bottom: 10px;
    margin-top: 29px;
    width: 100%;
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 2; */
    /* -webkit-box-orient: vertical; */
    /* text-overflow: ellipsis; */
    /* height: 25px; */

}

.destaque-noticia-sub-title{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 27px;
    color: black;
    font-size: 15px;


    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 50px;
}

.ler-mais{
    color: #22272F;
    text-transform: uppercase;
     font-family: 'MuseoSans-700';
    font-size: 15px;
    padding-left: 0px;

}

.ler-mais:hover{
    text-decoration: underline;
    color: #22272F;
}

.home-noticias .button{
    margin-top: 0px;
}

.button-verde{
   color: #22272F;
   border-color:#22272F; 
}
.button-verde:hover{
    color: #fff;
   background-color:#22272F; 
}

.button-verde-full{
 color: #fff;
   background-color:#22272F; 
}

.button-verde-full:hover{
color: #22272F;
   border-color:#22272F; 
}

.fundoCinzento{
    background: #E5E5E5;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 50px;
    padding-right: 50px;
}

.data-noticia{
    position: absolute;
    background: #22272F;
    top: 28px;
    left: 5px;
    color: white;
    text-transform: uppercase;
    font-family: 'MuseoSans-700';
    font-size: 15px;
    text-align: center;
    padding: 10px 20px;
    /*border: 1px solid #fff;*/
}

.controlaSombra{
    /*box-shadow: 0px 0px 5px rgba(0, 0, 0, .16);*/
    padding: 5px 7%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fraseDestaqueHome2{
      background: #ffffff;
    padding: 40px 10px;
    
}

.fraseDestaqueHome2 .imageCover{
    padding: 80px 0px;
}

.pintaCinza{
       background: #E8ECEF;
    padding: 40px 40px;
}
.fraseDestaqueHomeRed .blocoGrupo{
    position: absolute;
    right: 150px !important;
    top: 30px !important;
    display: block;
    z-index: 2;
    left: inherit;
}

.fraseDestaqueHomeRed .overlay-block{

    background: rgba(0,0,0,.64);
}

.fraseDestaqueHomeRed{
   background-color: #fff;
    color: #20232a;
    text-align: center;
    padding: 40px 0px 100px;
}
.fraseDestaqueHomeRed h3{ 
    
    font-family: 'MuseoSans-700';
    font-size: 30px;
    color: #22272F;
    margin-bottom: 40px;
    text-align: left;
    margin-top: 0px;
}

.fraseDestaqueHomeRed h4, .fraseDestaqueHomeRed p{ 
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: white !important;
    padding: 0 11%;
    margin-bottom: 20px;
}
.lista-esp li{
    color: #212429;
    list-style: none;
    text-align: left;
    padding-left: 40px;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 50px;
    position: relative;
}

.lista-esp li:before{
    content: "";
    background-image: url(../img/elipse.png);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    background-size: contain;
    top: 5px;
}

.conteudo-frase2 h4, .conteudo-frase2 p{
    font-family: 'MuseoSans-700';
    line-height: 65px;
    margin-bottom: 0px;
    color: white;
    font-size: 45px;
}

.conteudo-home-distribuidores .col-md-4{
        padding: 10px 4%;
}

.voltar-topo{
        position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #22272F;
    color: white;
    z-index: 9;
}

#backTopo{
    background-color: #22272F;
    border: 0;
    padding: 5px 8px;
}

.footer{
    position: relative;
    padding: 80px 0px;
    color: white;
    background: rgba(32,35,42,1);
    background: linear-gradient(
90deg
, rgba(32,35,42,1) 0%, rgba(32,35,42,1) 50%, rgba(32,35,42,0) 50%);
}

.footer a{
    color: #20232a;
}

.footer-social-botoes{
    margin-bottom: 20px;
}

.footer .col-md-4{
        padding: 20px 3%;
}

.footer-social-botoes a{
    border-radius: 100%;
    height: 30px;
    width: 30px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 7px;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.footer-social-botoes a:hover{
    background-color: #9A9A9A;
}
.copyright{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 20px;
    margin-bottom: 0px;
    color: #20232a;
    font-size: 15px;
        margin-bottom: 0px;
    font-family: 'MuseoSans-100';
    letter-spacing: 0.5px;
    font-size: 13px;
}

.blocoInfo{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 27px;
    margin-bottom: 0px;
    color: #20232a;
    font-size: 15px;
    padding-left: 50px;
}


.blocoInfo dt {
    font-weight: 700;
    font-family: 'MuseoSans-700';
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blocoInfo dd{
       margin-bottom: 0px;
    font-family: 'MuseoSans-500';
    letter-spacing: 0.5px;
    font-size: 13px;
}

.blocoInfo span{
    color: #20232a;
}

.blocoQren .pt2020-logo{
    padding-top: 40px;
}

.blocoQren .pt2020-logo img{
    
}
.item-ativo a {

}

.linhaHorizontal{
    width: 100%;
    height: 1px;
    background-color: white;
}

.cinzenta{
    background-color: #ccc;
}

.footer .linhaHorizontal{
    margin-top: 40px;
}

.logo-tecmacal{
    margin-bottom: 220px;
}
.blocoLogoBranco-logo-cp img {
    width: 400px !important;
}

.menuFooter{
    margin-bottom: 40px;
    margin-top: 30px;
    padding-left: 0px;
}

.menuFooter ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}
.menuFooter ul li{
    display: inline-block;
}

.menuFooter ul li a{
    font-family: 'MuseoSans-700';
    font-size: 11px;
    color: #20232a;
    padding: 10px 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
   }

.menuFooter ul li a:hover{
    color: #22272F;
}

.menuFooter{
    text-align: left;
    padding-top: 10px
}

.destaque-cms{
       min-height: 60vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.conteudo-cms-geral{
    padding: 50px 10px;

    background: white
}

.conteudo-cms-geral-prod{
    padding: 50px 0px;
    background: white

}

.desalinhaNAO{
    margin-bottom: 30px;
}

.desalinhaNAO a {
    color: #142a51;
    font-size: 18px;
    display: block;
    /*border-right: 1px solid #8D8D8D;*/
    width: 100%;
    text-align: left;
    padding-left: 30px;
}

.itens-cat li{
    display: block !important;
}
.itens-cat li a{
        color: #6d6e71 !important;
        font-size: 13px !important;
        display: block !important;
        /* border-right: 1px solid #8D8D8D; */
        width: 100% !important;
        text-align: left !important;
        padding-left: 5px !important;
        padding-bottom: 0px !important;
}

.itens-cat li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #142a51 !important;
  display: none;
}
.desalinhaNAO li:first-child {
    /* border-left: 1px solid #8D8D8D;*/
}

.pagination>li{
    display: inline-block;
}

.centra-destaque{
    font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
    line-height: 50px;
    margin-bottom: 0px;
    color: white;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
        text-align: center;
}

#cms .conteudo-frase2 p, #cms .conteudo-frase2 h4{
    color: black;
}

.conteudo-normal-cms{
    padding: 20px;
}

.conteudo-normal-cms p{
    font-style: 17px;
}

.section-imagem-fundo{
}

.imagem-fundo-container{
   background-size: auto 120%;
    background-position: top left;
    background-repeat: no-repeat;
}

.fundoBlueColado{
    background: #1D2D47;
    padding: 8% 7%;
    position: relative;
}

.fundoBlueColado h1, .fundoBlueColado h2, .fundoBlueColado h3, .fundoBlueColado h4, .fundoBlueColado h5{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    line-height: 35px;
    color: white;
    font-size: 29px;
    margin-bottom: 20px;
}

.fundoBlueColado p{
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    line-height: 23px;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.fundoBlueColado li {
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    line-height: 23px;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
}

.sobreNosUl strong{
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}

.sobreNosUl ul{
    /*padding: 0px;
    margin: 0px;*/
    }

.sobreNosUl ul li{
        margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}

.fundoCinza{
    background-color: #e6e6e6;
}

.fundoLinhaRed{
   border: 2px solid #22272F;
       padding: 6% 7%;
    text-align: center;
}

.imagem-equipa{
    margin-top: 20px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    display: inline-block;
}


.center{
    text-align: center;
}

.mapa{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.icone i{
        border-radius: 100%;
    height: 40px;
    width: 40px;
    border: 2px solid #22272F;
    display: inline-block;
    padding: 7px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #22272F;
}

.icone{
        float: left;
    margin-right: 10px;
}

.bloco-contacto-conteudo{
        margin-bottom: 25px;
            line-height: 24px;
}

.bloco-contacto{
    display: inline-block;
    width: 100%;
    clear: both;
    margin-top: 10px;
}



.form-control{
        border: 0;
    box-shadow: none;
    border: 0px solid black;
    border-radius: 0;
    margin-bottom: 20px;
    color: black;
    background: #f1f1f1;
}

.fundoCinza .form-control{
    background: #ffffff;

}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

textarea.form-control{
    height: 150px;
}


.slide-galeria {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.8);
    opacity: 0;
}

.close-slide-galeria {
    color: #fff;
    padding: 2% 3%;
    right: 0;
    position: absolute;
    font-size: 30px;
}

.descricaoSlide {
    color: #fff;
    padding: 10px;
    margin-top: 0;
    font-size: 16px;
        margin-top: -40px;
}

.mansores-slide-galeria .slick-slide, .mansores-slide-galeria .slick-slide img {
    display: initial;
    text-align: center;
    padding: 0;
    margin: auto;
        max-height: 70vh;
}

.mansores-slide-galeria .slick-next, .mansores-slide-galeria .slick-prev {
    position: fixed;
}

.mansores-slide-galeria {
    top: 50%;
    transform: translateY(-50%);
}
.galeria .thumb img {
    width: 100%;
    padding: 5px;
}

.list-thumb{
    cursor: pointer;
    margin-bottom: 20px;
}

.imagemSlide{
        min-height: 200px;
    background-size: cover;
    background-position: center;
}

.descricaoSlideIMG{
   font-family: 'PT-Bold';
    line-height: 23px;
    margin-bottom: 0px;
    color: black;
    margin-top: 12px;
    font-size: 14px;
    text-align: left;
}

.thumb-galeria-click{
    margin-bottom: 25px;
}



.filter-overlay{
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}


.bloco-produto-prod{

}

#produtos .bloco-img-prod img{
        height: 210px;
    width: auto;
}

.row-eq-height{
    margin-bottom: 20px;
}


.menu-cat ul{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    box-shadow: 0px 8px 10px 1px #33333330;
    padding: 30px 10px;
}
.menu-cat ul li{
    display: inline-block;
}

.menu-cat ul li a{
    font-family: 'MuseoSans-700';
    font-size: 13px;
    color: #8D8D8D;
    padding: 10px 20px;
    text-transform: uppercase;
   }

h3.tituloCategorias{font-family: 'MuseoSans-500';font-size: 13px;color: #142a51;padding: 10px 5px;text-transform: uppercase;margin-top: -10px;text-align: left;}

.blocoCinzento2 .menu-cat ul li a {
    color: #ffffff;
}

.menu-cat ul .subs-cat{
        background: #ffffff;
        color: #8d8d8d;
        box-shadow: none;
        margin-left: 0px;
        margin-right: 0px;
        padding: 0px 0px 0px 8px;
        margin-bottom: 0px;
        display: none;
}

.menu-cat ul .subs-cat li a{
 color: #8d8d8d !important;
 padding: 4px 0px !important;
 font-size: 11px !important;
}

.menu-cat ul .subs-cat li a:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 5px;
    background: #8d8d8d !important;
}

.blocoCinzento2 a{
    border-right: 1px solid #ffffff;
}

.blocoCinzento2 li:first-child {
    border-left: 1px solid #ffffff;
}

.menu-cat ul li:hover>ul.subs-cat,
.menu-cat ul li:hover ul.subs-cat{
    display: block;
} 

.menu-cat ul li a:hover, .menu-cat .item-ativo-cat{
         background-color: white;
        color: #22272F !important;
}

.menu-cat ul .subs-cat li a:hover, .menu-cat .subs-cat .item-ativo-cat {
    background-color: transparent;
    color: #22272F !important;
}

.menu-cat{
    text-align: center;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0;margin-bottom: 30px;
}

#produtos .produtos-destaque .col-md-4:after{
    display: none;
}

#produtos .linhaHorizontal{
    margin-bottom: 40px;
    margin-top: 40px;
}

table{
    width: 100%;
    margin-top: 20px;
}

th, td{
    text-align: left;
    padding: 12px;
}

thead, tfoot, th{
    color: white;
   background-color: #22272F;
     font-family: 'MuseoSans-700';
}

 tfoot {
    color: white;
    background-color: #132445;
    font-family: 'MuseoSans-700';
}

td{
     font-family: 'PT-Regular';
    font-family: Tahoma,Verdana,Segoe,sans-serif; 
     font-size: 11px;
}

tbody tr:nth-child(even){
    background-color: #fff;
}

tbody tr:nth-child(odd){
    background-color: #eaeaea;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.slider{
    padding: 20px 10%;
}

.slider .slick-prev:before, .slider .slick-next:before{
    color: #e0e0e0
}
.slider .slick-dots li button:before{
    display: none;
}
.slider .slick-dots li{
padding: 20px;
}
.slider .slick-dots li button {
    font-size: 15px;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color:#e0e0e0;
    border: 0;
    outline: none;
    background: transparent;
}
.slider .slick-dots .slick-active button {    
    color:#22272F;
}
.slider .slick-dots {
        bottom: -10px;
    left: 10px;
}


.margin-rb{
    margin-right: 10px;
}


.st-sticky-share-buttons{
    display: none !important;
}

.ver-produtos .st-sticky-share-buttons{
    display: none !important;
}

.hamburguer-bt {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 20px;
        top: 40px;
    width: 25px;
    margin-top: 0;
    transition: all .2s ease-out;
    display: none;
    z-index: 10;
}

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    margin: 4px auto;
    transition: all .3s;
    backface-visibility: hidden;
}

.hamburguer-bt.on .hamburguer-bt__stripe__top {
    transform: rotate(45deg) translate(8px,8px);
}

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


.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
    transform: rotate(-45deg) translate(5px,-5px);
}

.with-sub .sub-menu {
    display: none;
    background: rgb(255, 255, 255);
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 7px;
    z-index: 2;
    position: absolute;
    left: -5px;
    padding: 10px;
    /* box-shadow: 0px 8px 10px 1px #3333330a; */
    border: 1px solid #000;
}

.with-sub .sub-menu .li-menu{
   padding: 12px 10px;
   width: calc(20% - 40px);
}

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

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

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


.ver-produtos .conteudo-produto-destaque{
    text-align: center;
}

.img-cat{
     width: 150px;   
}

.overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(46 176 80 / 91%);
    z-index: 10;
}

.fecha-pesquisar, .fecha-videoProd{
      cursor: pointer;
    height: 25px;
    position: absolute;
    right: 25px;
    top: 37px;
    width: 25px;
    margin-top: 0;
    transition: all .2s ease-out;
    z-index: 10;
    color: #fff !important;
    font-size: 30px;  
}

.form-pesquisa{
    position: absolute;
    padding: 10px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 70%;
}

.url-video{
  position: absolute;
    padding: 10px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    max-width: 70%;  
}

.container-video{
    position: relative;
        height: 100vh;
}

.form-pesquisa .form-control{
    background: transparent;
    border-bottom: 1px solid #fff;
        color: #22272F;
}


.form-pesquisa .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-pesquisa .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.form-pesquisa .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.blocoLogoBranco-logo img{
    width: 210px;
}

.microSlide{
    display: none;
}

.microSlide:first-child{
    display: block;
}
.semRight{
    margin-right: -4px;
}

.marginTop{
    margin-top: 50px;
}

.forcepadding{
    padding: 25px;
}

.left{
    text-align: left;
}

.floatRight{
    float: right;
}

.backRed{
    background: #ec2e38;
}
.pagination>li>a, .pagination>li>span {
    color: #22272F;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #22272F;
    border-color: #22272F;
    color: white;
}

.title-segunda-linha{
        text-align: left;
    font: normal normal bold 33px/40px 'MuseoSans-700';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    display: inline-block;
    margin-right: 30px;
}

.slideBlock{
    
}

.slideCats .slick-prev:before, 
.slideCats .slick-next:before{
    color: #22272F;
    opacity: 1;
    content: '\f178';
}
.slideCats .slick-next{
    right: 30%;
    opacity: 1;
}
.slideCats .slick-prev{
    display: none !important;
}
.slideCats .slick-arrow{
    top: inherit;
    bottom: 0px;
}

.quem-somos-santos{    
    padding-top: 100px;
    padding-bottom: 130px;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 100px;
    margin-bottom: 0px;
}
.bloco-cinza-home-texto p{

    max-width: 80%;
}

.quem-somos-santos h2{
    text-align: center;
}

.bloco-cinza-home{
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgb(232,236,239);
    background: linear-gradient(90deg, rgba(232,236,239,1) 0%, rgba(232,236,239,1) 95%, rgba(232,236,239,0) 95%);

}

.quem-somos-santos .button{
    color: #000;
    border: 2px solid #000;
}

.quem-somos-santos .button:hover{
    color: #22272F;
    border: 2px solid #22272F;
}
.slideMarcas{
    padding-bottom: 120px;
    text-align: center;
}

.slideMarcas img{

    width: 90%;
    margin-left: 5%;
   
}

span.titulo-desc-footer{
    color: #20232a;
}
.footer-social-botoes a{
    color: #20232a;
    border: 0px solid #2eb050;
}

.headerNoticias{
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 68px 0px;
    position: relative;
}

.headerNoticias .blocoDir{
   top: 50%;
    background: rgb(25 25 25 / 64%);
    /* opacity: 0.64; */
    color: white;
    position: absolute;
    transform: translateY(-50%);
    padding: 70px;
    left: 0;
}

.headerNoticias .blocoDir p,
.headerNoticias .blocoDir h1{

    color: white;
}

.st-sticky-share-buttons{
    display: none !important;
}

.bloco-empresa-1 h1{
    text-align: left;
    font: normal normal bold 21px/32px 'MuseoSans-700';
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 30px;
}

.bloco-empresa-2{

    background-color: #22272F;
    color: white;
    text-align: left;
    padding: 110px 0px;
    margin-top: 40px;
}

.bloco-empresa-2 h2{
    text-align: left;
    font: normal normal bold 28px/40px 'MuseoSans-700';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.bloco-empresa-2 p{
    text-align: left;
    font: normal normal normal 19px/30px 'MuseoSans-100';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 24px;
}
.cms-empresa .home-noticias .container{
    width: 1170px;
}
.fundoBlueColado{
    background:#232724;
    position: relative;
}
.fundoBlueColado h4{
    text-align: center;
    font: normal normal bold 28px/59px 'MuseoSans-100';
    letter-spacing: 0px;
    color: #22272F;
    opacity: 1;
}
.fundoBlueColado h2{
    text-align: center;
    font: normal normal bold 45px/60px 'MuseoSans-100';
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}
.fundoBlueColado .blocoGrupo {
    position: absolute;
    right: 150px !important;
    top: 30px !important;
    display: block;
    z-index: 2;
    left: inherit;
}
/* MEDIA QUERIES    
   ----------------------------- */
    
@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: 1199px) {

   
}

    @media only screen and (max-device-width: 1024px) {
           .conteudo-frase h4, .conteudo-frase p{
        font-size: 3rem;
        line-height: 3.8rem;
   }

   .conteudo-frase2 h4, .conteudo-frase2 p{
        font-size: 3rem;
        line-height: 3.8rem;
   }

   .centra-destaque{
        font-size: 3rem;
        line-height: 3.8rem;
   }

    .barra-superior{
        padding: 35px 0%;
    }

    .blocoLanguage{
        z-index: 10;
    }

    .conteudo-cms-geral {
        padding: 80px 10px;
    }

    .destaque-prod-title {
        font-size: 1.9rem;
    }

    .destaque-prod-sub-title {
        font-size: 1.7rem;
    }

    .destaque-cms{
            min-height: 50vh;
    }

        }

    

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

       

        .blocoLanguage{
            display: none;
             bottom: 30px;
            top: initial;
            left: 50%;
            transform: translateX(-50%);
            position: fixed; 
        }

        .logo{
            position: relative;
            z-index: 10;
        }

        .ativaLinguagens{
            display: block;

        }

       .hamburguer-bt {
            display: block;
        }

        .menuPrincipal{
            display: none;
            width: 100%;
            height: 100vh;
            position: fixed;
            top: 0;
            left: 0;
            background: rgb(32 35 42);
            z-index: 9;
            text-align: center;    
            margin-top: 0;
        }

        .menuPrincipal ul{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .menuPrincipal ul li{
            display: block;
        }

        .menuPrincipal ul li a {
            font-size: 4rem;
            line-height: 5.5rem;
        }

       .fundoAzulTransp {
            background: linear-gradient(90deg, #ffffff00 0%, rgba(34, 39, 47, 0.90) 0%);
        }

       .destaque-prod-conteudo{
        display: none;
       }
       .menu-cat ul li a{
        display: block;
       }

       .menu-cat ul{
            padding: 10px 40px;
       }

       .with-sub .sub-menu {
            /* display: none; */
            position: relative;
            background: rgba(255, 255, 255, 0);
            padding: 0;
            max-width: 100%;
            width: 100%;
            margin-top: 10px;
            top: 31px;
            display: none !important;
        }

        .with-sub .sub-menu a{
          font-size: 3rem;
        }

        .menuPrincipal ul li a {
            color: #fff;
        }

        .conteudo-frase h4, .conteudo-frase p {
            font-size: 1.8rem;
            line-height: 2.4rem;
        }

        .bloco-img-prod img {
            max-height: 150px;
        }

        .blocoSlide {
            /*margin-top: 50px;
            padding: 0px 25px 0 40px;
            background: rgba(255, 255, 255, 0.5215686274509804);*/
            width: 50%;
        }
        .bloco-inner-slide {

            max-width: 65%;
        }

        .itens-cat li{
            display: none !important;
        }

        .itens-cat:hover li{
            display: inherit;
        }
        .bloco-outros-links a, 
        .ver-produtos .animaSlide{
            margin-bottom: 5px;
        }
        .homepage a.linkBlocoProd{
            padding: 10px;
        }
        .homepage .bloco-img-prod {
            min-height: 290px;
        }
        .homepage .destaque-prod-title{
            font: normal normal bold 26px/40px 'MuseoSans-700';
        }
        .quem-somos-santos{
            padding-top: 30px;
        }
        .fraseDestaqueHomeRed h3 {
            padding: 170px 10%;
        }
        .produtos .conteudo-cms-geral{
            padding: 0px 10px;
        }
        #produtos .blocoCinzento{
            margin-top: 40px;
        }
        .slider{
            padding: 20px 0%;
        }
        .data-inner-noticia{
            top: -100px;
        }
        .blocoVerdeContactos{
            margin-bottom: 80px;
        }
    }

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

    @media screen and (max-width: 414px) {
        .blocoGrupo {
            left: 57%;
        }
         .bloco-img-noticia {
            min-height: 350px;
        }
        
        .blocoLanguage {
            right: 15%;
        }

        

       .conteudo-frase h4{
            font-size: 2rem;
            line-height: 2.8rem;
       }
       .conteudo-frase p{
        margin-top: 20px;
            font-size: 1.4rem;
            line-height: 1.8rem;
       }

       .menuPrincipal ul li a {
            font-size: 3rem;
            line-height: 4rem;
        }

        .menu-cat ul {
            padding: 10px 10px;
        }
        .button {
            font-size: 1.3rem;
        }
        .margin-rb {
            margin-right: 5px;
        }

        .hamburguer-bt {
            right: 10px;
        }

        .ver-produtos .button{
               padding: 9px 12px;
        }
        .voltar-topo {
            bottom: 70px;
        }

        .bloco-outros-links{
            text-align: center;
        }
        .bloco-outros-links a, .ver-produtos .animaSlide {
            border-left: 1px solid #8D8D8D;
        }
        .imagem-equipa {
            width: 40%;
        }
        body {
            padding-bottom: 0px !important;
                width: 100%;
    overflow-x: hidden;
        }
        .conteudo-frase {

        }
        .blocoSlide {
            position: absolute;
            bottom: 0;
            width: 100%;
        height: 190px;
        }
        .titulo-frase {            font-size: 20px;
            line-height: 20px;
            margin-bottom: 0px;
            margin-top: 20px;
        }
        .desc-frase {
            font-size: 20px;
            line-height: 30px;
            margin-bottom: 0px;
            margin-top: 5px;
        }
        .blocoSlide .button {
            font-size: 15px;
            padding: 5px 15px;
            margin-top: 0px;
            margin-bottom: 0px;
        }
        .titulo-frase .button{

            position: absolute;
            margin-top: calc(50% + 235px) !important;
        }
        .quem-somos-santos h2{
            text-align: left;
        }
        .quem-somos-santos {
            padding-top: 250px;
            background-size: 100%;
    padding-bottom: 60px;
        }
        .fraseDestaqueHomeRed h3 {
            padding: 30px 10%;
        }
        .lista-esp li{

    margin-bottom: 20px;
        }
        .bloco-cinza-home{

    background: linear-gradient(
90deg
, rgba(232,236,239,1) 0%, rgba(232,236,239,1) 100%, rgba(232,236,239,0) 100%);
        }
        .bloco-outros-links a h2, .ver-produtos .animaSlide h2 {
            font-size: 11px;
            color: #9A9A9A;
            font-family: Tahoma,Verdana,Segoe,sans-serif;
            padding: 0px 5px 10px 5px;
            line-height: 0;
        }
        .microSlide {
            width: 100%;
            max-width: 100%;
            overflow-x: scroll;
        }
        .blocoVerdeContactos {
            padding: 25px 20px;
            max-width: 100%;
            margin-left: 0px;
            margin-bottom: 80px;
        }
        .menuFooter {
            padding-left: 0px;
        }
        .blocoLanguage .header-social-botoes {
            display: inline-block;
            margin-left: 0px;
        }
        .blocoLanguage ul li a:first-child{
            padding-left: 0px;
        }
        .centra-destaque {
            font-size: 2.3rem;
            line-height: 3.3rem;
            width: 90%;
        }
        .bloco-empresa-2 p{
            padding: 0px;
        }
        .fundoBlueColado h2 {
            font: normal normal bold 24px/34px 'MuseoSans-100';
        }
        .bloco-outros-links{
            display: none;
        }
        .fraseDestaqueHomeRed h3 {
            font-size: 28px;
            line-height: 44px;
        }
        .header-bloco{
            padding-bottom: 0px;
        }
        .logo img {
            max-width: 200px;
        }
        .footer{

    background: linear-gradient( 
90deg
 , rgba(32,35,42,1) 0%, rgba(32,35,42,1) 100%, rgba(32,35,42,0) 100%);

        }
        .logo-tecmacal {
            margin-bottom: 60px;
        }
        .blocoInfo,
        span.titulo-desc-footer,
        .blocoInfo span,
        .menuFooter ul li a,
        .footer a{
            color: white;
        }
        .blocoSocial{
            margin-bottom: 60px;
        }
        .blocoInfo{
            padding-left: 15px;
        }
        .bloco-cinza-home-texto p {
            max-width: 100%;
        }
        .homepage .linkBlocoProd .conteudo-produto-destaque{

            bottom: -150px;
            left: 24%;
            width: 50%;
        }
        .slideBlock {
            padding-bottom: 150px;
        }
        .fraseDestaqueHomeRed h3 {
            padding: 30px 0%;
        }
        .lista-esp{

            padding-left: 0px;
        }
        .menuPrincipal ul {
            top: 45%;
        }
    }

@media screen and (max-width: 375px) {
  .titulo-frase .button {
        margin-top: calc(100% + 100px) !important;
    }
    .quem-somos-santos {
        padding-top: 190px;
    }
    .lista-esp li {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 25px;
    }
    .lista-esp li:before{

    width: 15px;
    height: 15px;
    }
    #tecmacal .button{

    margin-top: 40px;
    }
}
@media screen and (max-width: 320px) {
    
}

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


ul.forceView li{
    display: block !important;
}
li.forceRemove{
    display: none !important;
}

li.forceViewInner,
ul.forceViewInner{
    display: block !important;

}



