/* 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: #ec2e38;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.header-bloco {
    background: #ffffff;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #8d8d8d;*/
}

.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% 30px;
    position: relative;
}

.borderBottom {
    width: 100%;
    position: absolute;
    background: white;
    z-index: 99;
    border-bottom: 1px solid #8d8d8d;
}
.homepage .borderBottom {
    border-bottom: 0px solid #8d8d8d;
}
.logo img {
    max-width: 150px;
}

.header-social-botoes-tec, .sub-idiomas-tec {
    display: flex;
    gap: 20px;
}
.menuPrincipal ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.menuPrincipal ul li {
    display: inline-block;
}
.especial-mobile{
    height: 100px;
}
.menuPrincipal ul li a {
    font-family: "MuseoSans-500";
    font-size: 14px;
    color: #132445;
    text-transform: uppercase;
    padding: 10px 20px 10px 0px;
}
.destaque-prod-sub-title-2{
    font-size: 13px;
    line-height: 15px;
    font-family: "MuseoSans-500";
    text-align: center;
    text-transform: uppercase;
}
.menuPrincipal ul li a:hover {
    color: #eb2d37;
}
/* Estilo para a top bar vermelha */
.top-bar-red {
    background-color: #E82726; /* Vermelho */
    padding: 10px 0;
    z-index: 600;
}



.li-menu.with-sub a{
    pointer-events: none;
}












.homepage.menuAberto{
    height: 100vh;
    overflow: hidden;
}
.header-social-botoes a {
    color: #FFFFFF;
    margin-right: 15px;
    font-size: 18px;
}

.blocoLanguage {
    text-align: right;
}

.sub-idiomas .li-menu-idioma a {
    color: #FFFFFF;
    margin: 0 5px;
}

.borderBottom {
    border-bottom: 1px solid #ccc;
}

.logo img {
    max-height: 50px;
}

/* Menu Principal */
.menuPrincipal ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-end;
}

.menuPrincipal ul li a {
    color: #333;
    font-weight: 600;
    text-decoration: none;
}

.li-menu.item-ativo a {
    font-weight: bold;
}
.content-between {
    justify-content: space-between;
    display: flex;
    /* align-content: center; */
    align-items: center;
    /* flex-wrap: wrap; */
}

.container-fluid-video video {
    width: 100%;
    margin-bottom: 100px;
}


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

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

.header-social-botoes a:hover {
    background-color: #142a51;
    color: white;
}

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

.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: #ec2e38;
    font-size: 1.5rem;
    display: inline-block;
    width: auto;
    padding-left: 0px;
}

h3.categoria span {
    color: #142a51;
}
.slide-home-tec .slick-slider {
    position: relative;
    width: 100%;
}
.conteudo-frase-tec p {
    font-family: "MuseoSans-700";
    font-size: clamp(25px, 3vw + 1rem, 64px);
    font-weight: 700;
    text-transform: uppercase;
    line-height: clamp(30px, 3.6vw, 72px);
    text-align: center;
}

.desc-frase-tec {
    font-family: "MuseoSans-500";
    font-size: clamp(13px, 1.3vw + 0.5rem, 20px);
    font-weight: 500;
    line-height: clamp(18px, 1.5vw, 28px);
    text-align: center;
    padding: clamp(10px, 3vw, 50px);
    text-transform: uppercase;
}


.slide-item {
    height: 90vh; /* Adapta-se a tela */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
button#toggle-sound {
    z-index: 2;
    position: absolute;
    top: 37px;
    background-color: #ffffff;
    border: none;
    font-size: 30px;
    width: auto;
    left: 0;
}
/* Estilo principal da área do slide */
.slide-item {
    position: relative;
}
.row.justify-content-center.align-items-center {
    align-content: center;
}
/* Imagens no canto inferior direito */
.img-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 0px 0px 15px;
    display: flex;
    flex-direction: column;
    background-color: white;
    z-index: 2;
    align-items: flex-end;
}

/* Estilo para cada bloco de imagem */
.img-bottom-right .blocoGrupo2-tec {
    margin-bottom: 10px; /* Espaçamento entre as duas imagens */
}

.img-bottom-right img {
    max-width: 100px; /* Ajuste conforme necessário */
    height: auto;
}


.blocoSlide-tec {
    color: white;
    width: 45%;
    margin: auto;
}
.blocoSlide-tec p{
    color: white;
}
.desc-frase-tec, .conteudo-frase-tec {
    margin-bottom: 15px;
}

.button-container-tec .button {
    color: #fff;
    background-color: #eb2d37;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 2px;
    display: inline-block;
    font-family: "MuseoSans-500";
}
.button-container-tec {
    margin-top: 50px;
}
.container {
    width: 90%;
    margin: auto;
}
.blocoLanguage ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline-block;
}
li.li-menu-idioma {
    position: relative;
}
ul.sub-idiomas-tec {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0 !important;
    flex-direction: row-reverse;
}
ul.sub-idiomas-tec li a{

    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
.header-social-botoes-tec a:hover{
    opacity: 0.5;
}

ul.sub-idiomas-tec li:not(:last-child):not(:nth-last-child(2)):after {
    content: ''; /* Cria um conteúdo vazio */
    width: 1px; /* Largura da barra vertical */
    background-color: white; /* Cor da barra vertical */
    height: 20px; /* Altura da barra vertical */
    position: absolute; /* Para posicionar em relação ao item */
    LEFT: -10px; /* Distância da barra em relação ao item */
    top: 50%; /* Centraliza verticalmente */
    transform: translateY(-50%); /* Ajusta para o centro */
}
ul.sub-idiomas-tec li:last-child {
    margin-right: 25px ;
}
i.fa.fa-search {
    margin-right: 15px;
}
ul.sub-idiomas-tec li a {
    font-family: "MuseoSans-300";
    font-size: 14px;
    color: white;
    text-transform: uppercase;
    text-decoration: none; /* Remove o sublinhado do link */
}
.blocoLanguage ul li a {
    font-family: "MuseoSans-300";
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}

.blocoLanguage ul li:last-child a {
    border: none;
    padding-right: 0px;
}


.blocoLanguage-tec ul li a:hover {
    opacity: 0.6;
}


.pintaCinza .col-md-4 {
    text-align: center;
}

.fraseDestaqueHome {
    padding: 0;
}

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

.imageContainer {
    background-size: auto 85%;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

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

.minAlturaBanner {
    min-height: 50vh;
}

.blocoSlide {
    margin-top: 50px;
}

.titulo-frase {
    font-family: "MuseoSans-700";
    color: #eb2d37;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.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: 1px solid #8d8d8d;
}

.bloco-outros-links a,
.ver-produtos .animaSlide {
    color: #9a9a9a;
    font-size: 18px;
    display: inline-block;
    border-right: 1px solid #8d8d8d;
}

.bloco-outros-links a:hover,
.ver-produtos .animaSlide:hover {
    color: #eb2d37;
    background: #ffffff;
}

.bloco-outros-links a h2,
.ver-produtos .animaSlide h2 {
    font-size: 18px;
    color: #9a9a9a;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    padding: 5px 20px 14px;
    line-height: 0;
}

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

.bloco-outros-links a.ativaHover,
.ver-produtos .ativaHover {
    color: #eb2d37;
    background: #ffffff;
}

.bloco-outros-links a.ativaHover h2,
.ver-produtos .ativaHover h2 {
    color: #eb2d37;
}
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover; /* Garante que o vídeo preencha o slide sem distorções */
}

.slide-item {
    position: relative;
    overflow: hidden;
}

.slick-slider {
    position: relative;
}

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

.slick-prev:before, .slick-next:before {
    background-color: #e82726;
    padding: 5px;
    border-radius: 50px;
}

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

a.linkBlocoProd {
    border: 1px solid #ccc;
    display: block;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    min-height: 475px;
}
.homepage a.linkBlocoProd {
    min-height: 320px;
}
a.linkBlocoProd:hover {
    border: 1px solid #eb2d37;
}

a.linkBlocoProd:hover:before {
    color: white;
    font-size: 24px;
    content: "+";
    background: #eb2d37;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 15px;
    line-height: 0;
}

.produtos-destaque,
.bloco-img-prod {
    text-align: center;
}

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

.conteudo-produto-destaque {
    padding: 25px 0% 10px;
    min-height: 170px;
}

.destaque-prod-title {
    font-family: "MuseoSans-700";
    font-size: 18px;
    color: #eb2d37;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
}

.destaque-prod-sub-title {
    font-family: "MuseoSans-500";
    font-size: 2rem;
    color: #8d8d8d;
    margin-top: 7px;
    margin-bottom: 3px;
    text-align: center;
}

.destaque-prod-sub-title-pag {
    font-size: 40px;
    color: #8d8d8d;
    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.9) 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: 16px;
    color: white;
    border-radius: 0px;
    border: 2px solid #eb2d37;
    background-color: #eb2d37;
    padding: 10px 25px;
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

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

.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: 5px;
}

.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: #eb2d37 !important;
}

.home-noticias {
    padding: 80px 0px;
}

.title-normal {
    font-family: "MuseoSans-700";
    font-size: 30px;
    color: #22272f;
    margin-bottom: 40px;
    text-align: center;
}

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

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

.red {
    color: #eb2d37;
}

.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: #eb2d37;
    text-transform: uppercase;
    font-family: "MuseoSans-700";
    font-size: 15px;
    padding-left: 10px;
}

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

.data-noticia {
    position: absolute;
    background: #eb2d37;
    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, 0.16);
    padding: 5px 7%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fraseDestaqueHome2 {
    background: #ffffff;
}

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

.pintaCinza {
    background: #ebebeb;
    padding: 40px 40px;
}

.fraseDestaqueHomeRed {
    background: #eb2d37 !important;
    color: white;
    text-align: center;
    padding: 80px 0px;
}

.fraseDestaqueHomeRed h3 {
    font-size: 35px;
    font-family: "MuseoSans-500";
    padding: 0px 56px;
    line-height: 45px;
}

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

.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: #eb2d37;
    color: white;
    z-index: 9;
}

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

.footer {
    position: relative;
    background-color: #132445;
    padding: 80px 0px;
    color: white;
}

.footer a {
    color: white;
}

.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: white;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: "MuseoSans-500";
    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: white;
    font-size: 15px;
}

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

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

.blocoQren .pt2020-logo img {
}

.item-ativo a {
    color: #eb2d37 !important;
}

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

.cinzenta {
    background-color: #ccc;
}

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

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

.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: white;
    padding: 10px 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.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: 65px;
    margin-bottom: 0px;
    color: white;
    font-size: 45px;
    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 #eb2d37;
    padding: 6% 7%;
    text-align: center;
}

.imagem-equipa {
    margin-top: 20px;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 19%;
    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 #eb2d37;
    display: inline-block;
    padding: 7px;
    text-align: center;
    font-size: 22px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #eb2d37;
}

.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, 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(34, 39, 47, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
}

.bloco-produto-prod {
}

#produtos .bloco-img-prod img {
    max-height: 270px;
    width: auto;
    object-fit: contain;
    height: 270px;
}

.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: #eb2d37 !important;
}

.menu-cat ul .subs-cat li a:hover,
.menu-cat .subs-cat .item-ativo-cat {
    background-color: transparent;
    color: #eb2d37 !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: #eb2d37;
    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: 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: #eb2d37;
}

.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: block !important;
}

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

.hamburguer-bt .hamburguer-bt__stripe {
    width: 100%;
    height: 5px;
    background: #3d4148;
    border-radius: 10px;
    margin: 4px auto;
    transition: all 0.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);
}

.sub-menu {
    display: none;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    list-style: none;
    width: 100%;
}

.active-menu {
    display: grid;
}

.active-menu li a:hover{
    color: #eb2d37;
}

.sub-menu .li-menu {
    padding: 5px 0px;
}

.sub-menu a {
    text-transform: capitalize;
    color: #909090;
    font-family: "MuseoSans-700";
    font-size: 13px;
    padding: 10px 20px 10px 0px;

}

.chevronDown:after {
    content: "\f077";
    transition: all 0.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: rgba(255, 255, 255, 0.95);
    z-index: 10;
}

.fecha-pesquisar, .fecha-videoProd {
    cursor: pointer;
    height: 25px;
    position: absolute;
    right: 75px;
    top: 20%;
    width: 25px;
    margin-top: 0;
    transition: all 0.2s ease-out;
    z-index: 100000000000000000000000;
    color: #ed3e47 !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 #eb2d37;
    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: #eb2d37;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #eb2d37;
    border-color: #eb2d37;
    color: white;
}

.listaPT {
    list-style: none;
    padding-left: 0px;
    padding-top: 10px;
}

.listaPT li {
    display: inline-block;
}

.listaPT a {
    font-size: 7px;
    padding-right: 5px;
}

.blocoGrupo2 {
    position: absolute;
    right: 100px;
    top: 0px;
    background: #212429;
    width: 90px;
    min-height: 60px;
    padding: 16px 5px;
}

.descCat p {
    width: 100%;
    text-align: justify;
}

/* 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;
    }
    .desalinhaNAO .container, .desalinhaNAO  .col-xs-12{
        width: 100%;
    
    }
    .desalinhaNAO  .col-xs-12{

        padding: 0;
    }
    .conteudo-frase2 h4,
    .conteudo-frase2 p {
        font-size: 3rem;
        line-height: 3.8rem;
    }
    .container-fluid-video video {
        width: 100%;
        margin-bottom: 20px;
    }
    .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) {
button#toggle-sound {
    top: 0;
    background-color: #1324459c;
}
    a.linkBlocoProd {
        min-height: auto;
    }
.conteudo-produto-destaque {
    padding: 25px 0% 10px;
    min-height: auto;
}
.fraseDestaqueHomeRed h3 {
    font-size: 20px;
    font-family: "MuseoSans-500";
    padding: 0px 30px;
    line-height: 30px;
}
.fraseDestaqueHomeRed {
    padding: 50px 0px;
}
    .sub-menu a {
        text-transform: capitalize;
        color: #909090;
        font-family: "MuseoSans-700";
        font-size: 12px;
        padding: 5px 10px 5px 0px;
    }
    
    .menu-direita .li-menu.with-sub a{
        pointer-events: none;
        
    }
ul.sub-menu.active-menu {
    z-index: 23;
    position: relative;
    background-color: white;
    padding-bottom: 35vh;
}

.sub-menu .li-menu {
    padding: 10px 0px;
}
.sub-menu {
    grid-template-columns: repeat(2, 1fr);
}
h3.tituloCategorias {
    padding: 0px 0px;
    margin: 0;
    margin-top: 0px;
}


.itens-cat::after {
    content: "↓";
    font-size: 16px;
    display: block;
    color: #e82726;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

/* Quando .itens-cat tiver a classe .forceView, troca para seta para cima */
.itens-cat.forceView::after {
    transform: translateY(-50%) rotate(180deg); /* Seta virada para cima */
}





    .blocoGrupo2 {
        left: 30%;
    }
.especial-mobile{
    height: 150px;
}
.slide-item {
    height: 70vh; /* Adapta-se a tela */
}
    .blocoGrupo {
        display: none;
    }
    .button-container-tec .button {
        padding: 5px 10px;
    }
    .img-bottom-right {
        padding: 10px 0px 0px 10px;
    }
        .blocoLanguage {
        display: none;
        bottom: 30px;
        top: initial;
        left: 50%;
        transform: translateX(-50%);
        position: fixed;
    }
    .blocoSlide-tec {
        color: white;
        width: 85%;
        margin: auto;
    }
    .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: rgba(255, 255, 255, 0.95);
        z-index: 9;
        text-align: center;
        margin-top: 0;
    }

.menuPrincipal ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 90%;
    margin: auto;
}
.menuPrincipal ul li {
    display: block;
    margin-bottom: 15px;
    background-color: transparent !important;
}

    .menuPrincipal ul li a {
        font-size: 2rem;
        line-height: 3.5rem;
    }

    .fundoAzulTransp {
        background: linear-gradient(
                90deg,
                #ffffff00 0%,
                rgba(34, 39, 47, 0.9) 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: #ec2e38;
    }

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



    .blocoSlide {
        margin-top: 50px;
        padding: 0px 25px 0 40px;
        background: rgba(255, 255, 255, 0.5215686274509804);
    }

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

    .itens-cat:hover li {
        display: inherit;
    }
}

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

@media screen and (max-width: 414px) {
    .blocoGrupo2 {
        left: 57%;
    }

    .bloco-img-noticia {
        min-height: 350px;
    }

    .blocoLanguage {
        right: 15%;
    }

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

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


    .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 {
        display: none;
    }

    .blocoSlide {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

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

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

@media screen and (max-width: 320px) {
    .blocoGrupo2 {
        left: 62%;
    }
}

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

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

li.forceRemove {
    display: none !important;
}

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