/* ==========================================================================
    DEFINIÇÃO DE CONSTANTES
========================================================================== */
:root {
    --input-form-border: #d4d4d4;
}

body {
    font-size: 15px;
}

b {
    font-family: 'Roboto-Bold', sans-serif;
}


.tab-content a:link,
.tab-content a:visited {
    color: var(--cor-5);
    text-decoration: none;
}

.tab-content a:hover {
    color: var(--cor-4);
    text-decoration: none;
}

/* ==========================================================================
  HEADER MODULO - ESPECÍFICO
========================================================================== */
header#header-modulo {
    background: url(../../../imagens/empresa/header-empresa1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*
ul.navbar-nav-complement li a, 
.btn-group.area-cliente .btn.btn-secondary .fa,
.navbar .btn-secondary, 
.navbar .show>.btn-secondary.dropdown-toggle {
    color: #FFF;
}

.hamburger,
.hamburger:before,
.hamburger:after {
    background-color: #FFF;
}*/

/* .navbar.navbar-dark {
    box-shadow: none;
} */

/*header#header-modulo h1 {
    margin-top: 190px;
}

header#header-modulo .header-box span {
    top: 235px;
}*/

/* .hamburger,
.hamburger:before,
.hamburger:after {
    background-color: var(--cor-textos);
} */

a.nav-link {
    color: var(--cor-textos);
}

a.nav-link:hover {
    color: var(--cor-3);
}

/* ===================  FIM HEADER MODULO - ESPECÍFICO =================== */

/* ==========================================================================
    SECTION - EMPRESAS
========================================================================== */
/*
COMENTADO PARA NOVA VERSÃO DO TAB

.nav-tabs {
    border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--cor-3);
    background-color: transparent;
    border: none;
}

.nav-tabs .nav-link {
    border: none;
    border-radius: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}

.nav-tabs a:link,
.nav-tabs a:visited {
    color: var(--cor-textos);
    text-decoration: none;
}

.nav-tabs a:hover {
    color: var(--cor-3);
    text-decoration: none;
}

#sub-menu {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(242, 242, 242, 0.7);
    text-align: center;
}*/


/*
ANTES COMENTADO
-------------------------------------------------
#sub-menu ul {
    margin-left: -50px;
    list-style: none;
}

#sub-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

#sub-menu ul li.nav-item {
    font-family: 'Roboto-Bold', sans-serif;
}

#sub-menu ul li.nav-item img {
    width: 50px;
    height: auto;
}

#sub-menu ul li.nav-item a.nav-link:hover {
    color: var(--cor-3);
}
-----------------------------------------------
*/


/*
COMENTADO PARA NOVA VERSÃO DO TAB
#sub-menu ul#myTab {
    display: inline-block;
    margin-left: -50px;
    list-style: none;
    margin-top: -20px;
    margin-bottom: -20px;
}

#sub-menu ul#myTab li {
    padding-top: 10px;
    padding-bottom: 10px;

    margin-right: 20px;
    margin-left: 20px;
}

#sub-menu ul#myTab li {
    font-family: 'Roboto-Bold', sans-serif;
}

#sub-menu ul#myTab li img {
    width: 50px;
    height: auto;
}

#sub-menu ul#myTab li a.nav-link:hover {
    color: var(--cor-3);
    color: var(--cor-texto);
}
*/

/*--------------------------------------------------------
NAV TAB SUB-MENU V2
--------------------------------------------------------*/
#sub-menu-v2 {
    width: 100%;
    /* padding-top: 20px; */
    padding-top: 39px;
    padding-bottom: 20px;
    background-color: #fff;
}

#sub-menu-v2 ul#nav-company-tab li img {
    width: 50px;
    height: auto;
}

#sub-menu-v2 ul#nav-company-tab li {
    text-align: center;

    /* width: 205px;
    height: 125px; */

    /* padding-top: 10px;
    padding-bottom: 10px; */

    /* margin-right: 20px; */
}

#sub-menu-v2 ul#nav-company-tab li ul.dropdown-menu li {
    width: auto;
    height: auto;

    margin-right: 0px;
}


/*
reset
*/
.nav-link {
    padding: 0px;
}


.boot-tab-slider__wrapper .nav-tabs {
    border-bottom: none !important;
}

.boot-tab-slider__wrapper {
    /* padding-left: 40px; */
    height: 250px;
    margin-top: -11px;
    margin-top: -20px;
}

.boot-tab-slider__wrapper .nav-tabs .nav-link {
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    border: 1px solid var(--cor-botao-branco-border);
    box-shadow: 0 3px 6px var(--cor-botao-branco-sombra);
    background-color: #FFF;

    width: 205px;
    height: 125px;
}

.boot-tab-slider__wrapper .nav-tabs .nav-link.mg-rght {
    margin-right: 20px;
}


.nav-tabs .nav-item svg {
    height: 50px;
    width: auto;

    /* margin-top: 16px; */
}

.nav-tabs .nav-item svg path {
    fill: var(--cor-titulos);
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* background-color: #f5f5f5; */
    background-color: var(--cor-titulos);
    color: #FFF !important;
}

.nav-tabs .nav-item.show .nav-link svg path,
.nav-tabs .nav-link.active svg path {
    fill: #FFF;
}

/*
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none;
}*/

.boot-tab-slider__scroll-right:link,
.boot-tab-slider__scroll-right:visited,
.boot-tab-slider__scroll-left:link,
.boot-tab-slider__scroll-left:visited {
    color: var(--cor-textos);
    text-decoration: none;
}

.boot-tab-slider__scroll-right:hover,
.boot-tab-slider__scroll-left:hover {
    color: var(--cor-3);
    text-decoration: none;
}

.boot-tab-slider__scroll-right,
.boot-tab-slider__scroll-left {
    top: -10px;
}

.boot-tab-slider__scroll-right {
    top: 5px;
    font-size: 50px;
    border-left: 1px solid #ececec;
    height: 115px;
    padding-top: 28px;
    padding-left: 10px;
}

.boot-tab-slider__scroll-right {
    right: -4%;
}

.boot-tab-slider__scroll-left {
    left: -4%;
}

.boot-tab-slider__scroll-left {
    top: 5px;
    font-size: 50px;
    border-right: 1px solid #ececec;
    /* height: 90px; */
    height: 115px;
    padding-top: 28px;
    padding-right: 10px;
}

/* .boot-tab-slider__wrapper {
    border-bottom: 1px solid #999;
} */

ul#nav-company-tab {
    padding-bottom: 5px;
    padding-bottom: 1px;
}

ul#nav-company-tab li a.nav-tab-sep {
    padding: 16px 10px;
    color: var(--cor-textos);
    text-decoration: none;
}

/* a.nav-tab-sep {
    padding: 16px 10px;
    color: var(--cor-textos);
    text-decoration: none;
} */

.link-box {
    padding: 16px 10px;
}

ul.dropdown-menu a {
    padding: 10px 20px;
    color: var(--cor-textos);
    text-decoration: none;
}

ul#nav-company-tab li a:hover svg path {
    fill: #FFF;
}

ul#nav-company-tab li a:hover {
    /* color: var(--cor-3);
    text-decoration: none;

    color: var(--cor-textos);
    text-decoration: none;
    background-color: #ececec; */
    color: #FFF;
    text-decoration: none;
    background-color: var(--cor-titulos);
}

ul#nav-company-tab li ul.dropdown-menu a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: var(--cor-titulos);
}

#nav-company-tab .dropdown-toggle::after {
    display: none;
}


span.tab-desc-link {
    display: block;
    /* margin-top: 5px; */
    font-family: 'Roboto-Bold', sans-serif;

    /* margin-bottom: 16px; */

    line-height: 20px;
}




#nav-company-tab .dropdown-menu {
    /* background-color: #FFF;
    background-color: #f5f5f5; */
    background-color: #fdfdfd;
    border: none;
    width: 100%;


    /* border-bottom: 2px solid #f5f5f5; */
    /* border-bottom: 2px solid #e4e4e4; */
    border-bottom: 1px solid var(--cor-titulos);


    font-size: 14px;
}

#sub-menu-v2 ul#nav-company-tab li .dropdown-menu li {
    text-align: left;
}

#sub-menu-v2 ul#nav-company-tab li .dropdown-menu li a {
    font-family: 'Roboto-Bold', sans-serif;
    text-decoration: none;
    background-color: transparent;
    width: 100%;
    display: block;
}

#sub-menu-v2 ul#nav-company-tab li .dropdown-menu li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
    background-color: var(--cor-titulos);

}


ul#nav-company-tab li ul.dropdown-menu li a {
    /* padding: 5px 20px; */
    padding: 2px 5px;
}

#sub-menu-v2 ul.nav-tabs {
    /* font-size: 16px; */
    font-size: 15px;
}

#sub-menu-v2 ul#nav-company-tab li .dropdown-menu li {
    font-size: 15px;
}

/* ul#nav-company-tab li a.nav-tab-sep {
    padding-left: 46px;
    padding-right: 46px;
} */

#sub-menu-v2 .nav-tabs .dropdown-menu {
    margin-top: 5px;
}

.tab-content {
    margin-top: -160px;
}


.tab-content p {
    text-align: justify;
}

.tab-content .caixa-empresas p {
    text-align: center;
}

.tab-content ul.items-politica li {
    text-align: justify;
}

span.anchor {
    margin-top: 30px;
    display: block;
}





/* ########################################################################
    FORMATAÇÕES CONTEÚDO
######################################################################## */
.caixa-section {
    padding-top: 90px;
    padding-bottom: 110px;
}

.caixa-section img.fundador {
    display: inline-block;
    margin-right: 60px;
    float: left;
}

.caixa-section div.legenda {
    padding-top: 60px;
}

.caixa-section div.legenda span.assinatura {
    color: var(--cor-subtitulos);

    margin-top: -5px;
    display: block;

    line-height: 20px;
}


.caixa-section span.legenda-video {
    color: var(--cor-subtitulos);
    font-size: 12px;
    line-height: 20px;

    margin-top: 10px;
    display: block;
}

/* ---------------------------------------------------
GRUPO HELIOTEXTIL 
-----------------------------------------------------*/
.caixa-section h2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Roboto-Bold', sans-serif;
}

.caixa-section h2.margem-superior-h2 {
    margin-top: 90px;

}

/* .caixa-section p {
    margin-bottom: 30px;
} */

.caixa-section .col-md-9 {
    padding-right: 30px;
}

img.logo-heliotextil {
    width: 150px;
    height: auto;
    margin-top: -20px;
}


.caixa-empresas {
    border: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    border: 1px solid var(--cor-botao-branco-border);
    box-shadow: 0 3px 6px var(--cor-botao-branco-sombra);
    background-color: #FFF;

    padding: 30px;
    margin-top: 30px;

}

span.nota-rodape {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
    color: var(--cor-subtitulos);
    display: block;
}

.caixa-empresas .caixa-topo {
    min-height: 200px;
    text-align: center;
}

.caixa-empresas .caixa-topo p {
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
    color: var(--cor-textos);
}

.caixa-empresas .caixa-contactos ul {
    list-style: none;
    margin-left: -40px;
    font-size: 12px;

    text-align: center;
    color: var(--cor-subtitulos);

    line-height: 25px;
}

.caixa-empresas .caixa-contactos ul li a {
    text-decoration: none;
    color: var(--cor-subtitulos);
}

.caixa-empresas .caixa-contactos ul li a:hover {
    text-decoration: none;
    color: var(--cor-3);
}

.caixa-empresas .caixa-logotipo {
    min-height: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
}





img.logo-ajbiais,
img.logo-sijoal,
img.logo-mania4 {
    width: auto;
    height: auto;
}

img.logo-ajbiais {
    width: auto;
    height: 100px;
}

img.logo-sijoal {
    width: auto;
    height: 65px;
}


img.logo-mania4 {
    width: auto;
    height: 55px;
}


.caixa-section img.img-missao {
    width: auto;
    display: block;
    margin: auto;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;

    width: 200px;
    height: auto;
}

/* ---------------------------------------------------
PRINCÍPIOS CORPORATIVOS
-----------------------------------------------------*/
.bg-ghostwhite {
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-white {
    background-color: #FFF;
    padding-top: 50px;
    padding-bottom: 50px;
}


.bg-ghostwhite.mrg-top{
    margin-top: 110px;
}

.bg-white.pdd-btm {
    padding-bottom: 0px;
}

.caixa-section h3.subtitulo {
    text-align: center;
    font-family: 'Roboto-Bold', sans-serif;
    color: var(--cor-titulos);
    margin-bottom: 0px;
    font-size: 24px;
}

.caixa-section h3.subtitulo + p {
    text-align: center;
    color: var(--cor-textos);
}

.caixa-section h3.subtitulo+ul {
    list-style: none;
    text-align: center;
    font-size: 20px;
    line-height: 30px;

    margin-left: -40px;
}


/* ---------------------------------------------------
POLÍTICA DE QUALIDADE
-----------------------------------------------------*/
.caixa-section ul.items-politica {
    list-style: none;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-left: -40px;
}

/* ---------------------------------------------------
CERTIFICADOS
-----------------------------------------------------*/
img.certificados-iso {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 0 0 auto; /* alinha imagem à direita */
    /* margin-top: 80px; */
    
}

img.certificados {
    width: 180px;
    height: auto;
    display: block;
    margin: 0 0 0 auto; /* alinha imagem à direita */
}

.row.others {
    margin-top: 60px;
}

.row.others:last-child {
    margin-top: 30px;
}


/* ---------------------------------------------------
COMUNICAÇÕES LEGAIS
-----------------------------------------------------*/
h3 {
    font-size: 26px;
}

.caixa-section img.pt2020 {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    width: 180px;
}

.caixa-section img.acionistas {
    width: 90%;
    height: auto;
    display: block;
    margin: auto;
}


.caixa-section img.pt2020-header {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    /* width: 180px; */
}

.caixa-section div.pt2020-header {
    border-top: 2px solid var(--cor-textos);
    border-bottom: 2px solid var(--cor-textos);
    padding-top: 25px;
    padding-bottom: 15px;
}

.caixa-section div.pt2020-resumo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.caixa-section div.pt2020-header span, 
.caixa-section div.pt2020-resumo span {
    display: block;
    text-align: justify;

    color: var(--cor-textos);
    font-size: 20px;
    line-height: 30px;

    margin-bottom: 10px;
}

.caixa-section div.pt2020-resumo span {
    margin-bottom: 20px;
}

.caixa-section img.pt2020-resumo-img {
    display: block;
    margin: auto;

    width: 200px;
    height: auto;

    margin-top: -20px;
}

.caixa-section div.img-sintese-bloco {
    padding: 30px;
}

.caixa-section div.img-sintese-bloco img.img-exemplo {
    display: block;
    margin: auto;
    /* padding: 30px; */

    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* ---------------------------------------------------
BARRA LIGAÇÃO LOJA ONLINE
-----------------------------------------------------*/
footer.shadow-top {
    margin-top: 0px !important;
}

/* código passou para o ficheiro da responsividade geral */
/* 
.bg-darkgrey {
    background-color: var(--cor-fundo-cinza);
}


.bg-darkgrey.oferta-produtos h2 {
    color: #FFF;

    margin-top: 60px;
    margin-bottom: 60px;
}

a.loja-online {
    text-decoration: none;

    font-family: 'Roboto-Medium', sans-serif;
    font-size: 18px;
    padding: 16px 22px;
    border: 1px solid var(--cor-botao-branco-border);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0 3px 6px var(--cor-botao-branco-sombra);
    background-color: #FFF;
    color: var(--cor-botao-branco-textos);

    margin-right: 20px;

    display: inline-block;
}


a.loja-online:hover {
    color: var(--cor-3);
    background-color: #FFF;
    border: 1px solid var(--cor-botao-branco-border);
}

a.loja-online .fa {
    margin-left: 26px;
}


.oferta-produtos a.loja-online {
    margin-top: 55px;
    margin-bottom: 45px;

    display: inline-block;
} */













/*
.caixa-section.pd-btm-0 {
    padding-bottom: 0px;
}

.caixa-section.padding-bottom-historia {
    padding-bottom: 110px;
}

.caixa-section.padding-topo-zero {
    padding-top: 0px;
}

.caixa-section.extra-pd-btm {
    padding-bottom: 80px;
}

span.bold {
    font-family: 'Roboto-Medium', sans-serif;
}

.caixa-section h3.certificados {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 40px;
    color: var(--cor-textos);
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.caixa-section .bloco-e {
    padding-right: 30px;
}

.caixa-section .bloco-d {
    padding-left: 30px;
}

.caixa-section img.equipa {
    width: 90%;
    height: auto;
}

.caixa-section figure.fundador figcaption {
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 25px;
}

.caixa-section figure.fundador img {
    width: auto;
    margin-top: -20px;
}


.caixa-section figcaption.certificados {
    font-family: 'Roboto-Bold', sans-serif;
    font-size: 18px;
    margin-top: 15px;
}

.caixa-section .bloco-d figure:nth-child(n+3) {
    margin-top: 100px;
}


ul.lista-produtos {
    list-style: circle;
    margin-left: 0px;
}

.box-item {
    position: relative;
    overflow: hidden;

    background-color: rgba(245, 245, 245, .8);
    border-radius: 4px;

    min-height: 167px;
}

.box-item h4 {
    text-align: left;
    margin-bottom: 20px;
    color: var(--cor-textos);
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
}

.box-item p {
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: -10px;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 14px;
}

.overlay-owl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(36, 194, 169, 1);
}

.item:hover .overlay-owl {
    opacity: 1;
}


.box-item .overlay-owl i {
    color: #FFF;
    font-size: 30px;

    text-align: center;
    position: absolute;
    top: 32%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.box-item .overlay-owl span.tel {
    color: #FFF;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.box-item .overlay-owl a {
    color: #FFF;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 68%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



.box-item .overlay-owl a:hover {
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--cor-3);
}


.caixa-section figcaption.equipa {
    text-align: center;
    margin-top: 20px;
}



.caixa-section h4 {
    margin-bottom: 20px;
    font-family: 'Roboto-Medium', sans-serif;
    font-size: 16px;
}

.caixa-section.politicas figure {
    width: 200px;
    margin: auto;
}

.caixa-section.politicas figure img {
    width: 200px;
    height: auto;
}

.caixa-section.politicas .col-md-4,
.caixa-section.politicas .col-md-8 {
    margin-bottom: 50px;
}

.mrg-top-30 {
    margin-top: 30px;
}
*/


/* ---------------------------------------------------
NOVO OWL CAROUSEL LISTA CONTACTOS - DIRETORES/COMERCIAL
-----------------------------------------------------*/
.box-item {
    background-color: #FFF;
    border-radius: 0px;
    min-height: 167px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}


.box-item h4 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Roboto-Medium', sans-serif;
}

.box-item p {
    font-family: 'Roboto-Medium', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    margin-top: -10px;
    color: var(--cor-3);
    font-size: 13px;
}

.overlay-owl {
    background-color: rgba(36, 194, 169, 0.8);
    background-color: rgba(70, 70, 70, 0.8);
}


/* ---------------------------------------------------
SUSTENTABILIDADE - QUALIDADE
-----------------------------------------------------*/
h3.subtitulo-qualidade {
    margin-bottom: 10px;
    line-height: 40px;
}

img.certificados.cert-curso {
    width: 130px;
    height: auto;
}

.row.others h2 {
    margin-bottom: 0px;
}

.bloco-cert-curso {
    /* margin-top: -30px;
    padding-top: 30px; */

    margin-top: 40px;
    padding-top: 20px;
    margin-bottom: -110px;
}
