/* FONTS
   ----------------------------- */

    @font-face {
        font-family: 'SohoGothicProBoldItalic';
        src: url('../fonts/SohoGothicPro-BoldItalic.otf') format('opentype');
    }

    @font-face {
        font-family: 'SohoGothicProLight';
        src: url('../fonts/SohoGothicPro-Light.otf') format('opentype');
    }

    @font-face {
        font-family: 'SohoGothicProMediumIt';
        src: url('../fonts/SohoGothicPro-MediumIt.otf') format('opentype');
    }

    @font-face {
        font-family: 'SohoGothicProMedium';
        src: url('../fonts/SohoGothicPro-Medium.otf') format('opentype');
    }

    @font-face {
        font-family: 'SohoGothicProThin';
        src: url('../fonts/SohoGothicPro-Thin.otf') format('opentype');
    }

    @font-face {
        font-family: 'SohoGothicProRegular';
        src: url('../fonts/SohoGothicPro-Regular.otf') format('opentype');
    }

    @font-face {
        font-family: 'SohoGothicProThinItalic';
        src: url('../fonts/SohoGothicPro-ThinItalic.otf') format('opentype');
    }

    @font-face {
        font-family: 'ProximaNovaSemibold';
        src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
        font-weight: normal;
        font-style: normal;
    }

/* COLORS
   ----------------------------- */

    :root {
        --white: #ffffff;
        --black: #000000;
        --orange: #f79028;
        --margemSideBar: 330px;
        --margemSideBarMedia: 25%;
        --margemSideBarMetade: 165px;
        --paddingTopPages: 220px;
        --max-height-scroll:80vh;
    }

img{
    max-width: 100%;
}

.wrapper-home{
    max-height: 100vh;
    overflow: hidden;
}

.sidebar{
    position: fixed;
    left: 0px;
    background: #1A1917;
    height: 100vh;
    z-index: 100;
    max-width: 330px;
    width: 330px;
    overflow: auto;
}

.slide-image{
    min-height: 100vh;
    /*background-position: top center;*/
    background-position: center;
    background-repeat: no-repeat; 
}

.slick-dots li button:before {
    font-family: 'FontAwesome';
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
    font-size: 10px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '\f10c';
    /* content: '\f1db'; */
    text-align: center;
    opacity: .25;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-dots li.slick-active button:before {
    /* content: '\f111'; */
    opacity: 0.95;
    color: white;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 100%;
}

.logotipoImpo {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 10%;
    padding-top: 60px;
    padding-bottom: 60px;
    float: right;
}

.slick-dots{
    right: 0px;
    width: auto;
    top: 50%;
}

.slick-dots li{
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

.slick-dots li button {
    border: 2px solid #fff;
    border-radius: 100%;
}



.pesquisar-hover, .pesquisar{
    max-width: 27px;
    margin-top: -4px;
    margin-right: -23px;
}

.pesquisar-hover{
    display: none;
}

.procura:hover .pesquisar-hover{
        display: inline-block;
}

.procura:hover .pesquisar{
    display: none;
}


.procura input {
    background: #333;
    border: 0;
    height: 26px;
    padding-left: 10px;
    margin-left: 30px;
    border-radius: 5px;
    max-width: calc(100% - 60px);
    color: white;
    width: calc(100% - 60px);
}

#menu{
    min-height: calc(100vh - 140px);
}

#menu li{
    list-style: none;
    text-decoration: none;
    margin: 15px 0px;
}

.item-menu{
    font-family: 'SohoGothicProRegular';
    font-size: 17px;
    color: var(--white);
}

.item-menu a{
    color: var(--white);
}

.item-menu a:hover{
    color: var(--orange);
    text-decoration: none;
}


.item-ativo{
    color: var(--orange);
    /* padding-left: 25px; */
    text-decoration: none;
}

.item-ativo a{
    color: var(--orange);
}

.item-ativo a:hover{
    color: var(--white);
}

#menu > li:nth-child(2){
    margin-top: 50px;
}

.footer-sidebar {
    margin: 40px;
}

.footer-sidebar .social {
    width: 330px;
    padding-bottom: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    background: #333;
}

.footer-sidebar .social span {
    font-size: 8px;
    line-height: 8px;
    padding: 10px;
}

.footer-sidebar .social span a {
    color: white;
}

.footer-sidebar .social span a:hover {
    color: var(--orange);
}

.blocoLinguas{
    position: absolute;
    top: 3px;
    right: 30px;
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.blocoLinguas:hover .dropUp {
    display: block;
}

.blocoLinguas li a{
    font-family: "ProximaNovaSemibold";
    font-size: 16px;
    color: var(--white);
    text-decoration: none;
}

.blocoLinguas li a:hover {
    color: var(--orange);
}

.blocoLinguas li {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    list-style: none;
}

.dropUp {
    position: absolute;
    bottom: 34px;
    display: none;
    background: #333;
}

.blocoLinguas li:hover.dropUp {
    display: block;
}

a.linguaAtiva{
    color: var(--orange) !important;
    text-decoration: none;
}

a.linguaAtiva:hover{
    color: var(--white) !important;
}

.semSobrePosicao{
    margin-left: 330px; 
}

.container-cms {
    padding: 5px 30px;
}

.container-cms .blocoTexto h1 {
    text-transform: uppercase;
}

.blocoTexto p strong {
    color: var(--orange);
}

.blocoTexto p a {
    font-weight: bold;
    font-weight: 300;
    text-decoration: underline;
    color: var(--orange);
}

/******** BACK ***********************/

    .menu-sub-menu .child{
        display: none;
        position: absolute;
        background: var(--background-alfa);
        padding: 0px;
        max-width: 160px;
        margin-top: 10px;
    }

    .menu-sub-menu:hover .child{
        display: block;
    }
    .menu-sub-menu .child li {
        /* display: none; */
        width: 100%;
        color: #fff;
        padding: 13px;
    }
     .menu-sub-menu .child li a{
        color: #fff;
    }

.hamburguer-bt {
        cursor: pointer;
        height: 30px;
        position: absolute;
        left: 20px;
        top: 20px;
        width: 30px;
        margin-top:0px;
        transition: all .2s ease-out;
        display: none;
        z-index: 10;
}

.hamburguer-bt .hamburguer-bt__stripe {
            width: 100%;
            height: 5px;
            background: #539027;
            margin: 3px auto;
            transition: all 0.3s;
            backface-visibility: hidden;
            border-radius: 25px;
}

.hamburguer-bt.on .hamburguer-bt__stripe__top {
  transform: rotate(45deg) translate(2px, 6px);
}

.hamburguer-bt.on .hamburguer-bt__stripe__middle {
  opacity: 0;
}

.hamburguer-bt.on .hamburguer-bt__stripe__bottom {
  transform: rotate(-45deg) translate(6px, -10px);
}

.cat-produtos, .subcat-area-segura{
    padding: 0px !important;
    height: 33.333333333vh !important
}

.cat-area-segura {
    padding: 0px !important;
    height: 100vh !important
}

.cat-produtos-thumb,
.cat-area-segura-thumb {
    display: block;
    height: 100%;
    background-position: top center;
    background-size: cover;
}


.cat-produtos-thumb {
    text-align: center;
}

.blocoNormal a,
.blocoOverflow a {
    color: #fff;
        text-transform: capitalize;
}

.blocoNormal{
    height: 100%;
    width: 100%;
    display: block;
}

.area-blocoNormal {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-color: rgba(0,0,0,.7);
    padding: 15px;
}

.subarea-blocoNormal {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45%;
    background-color: rgba(0,0,0,.7);
    padding: 15px;
}

.blocoNormal .titulo-noticia,
.area-blocoNormal .titulo-noticia,
.subarea-blocoNormal .titulo-noticia {
    font-family: 'SohoGothicProRegular';
    font-weight: bold;
    font-size: 15px;
    color: white;
    margin: 0;

}

.area-blocoNormal .titulo-noticia,
.subarea-blocoNormal .titulo-noticia {
    text-transform: uppercase;
}

.area-blocoNormal .saber-mais,
.subarea-blocoNormal .saber-mais {
    font-family: 'SohoGothicProRegular';
    font-weight: bold;
    font-size: 13px;
    color: var(--orange);
    text-transform: uppercase;
    text-decoration: underline;
    position: absolute;
    bottom: 0;
}

.subarea-blocoNormal .download-ficheiro {
    position: absolute;
    right: 0;
    bottom: 0;
}

.subarea-blocoNormal .download-ficheiro img {
    height: 20px;
    border-bottom: 1px solid var(--orange);
}

.area-blocoNormal .area-subBloco,
.subarea-blocoNormal .area-subBloco {
    position: relative;
    height: 100%;
}

.blocoNormal .subBloco{
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blocoOverflow{
    display: none;
    background: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
}

.imagemNormalCat{
    margin-bottom: 15px;
    width: 50px;
}

.blocoOverflow .subMenu{
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); 
    padding: 0;
}
.blocoOverflow .subMenu li{
    font-family: 'SohoGothicProMedium';
    font-size: 14px;
    color: white;
    list-style: none;
    margin: 5px auto;
}

.imagemNormalCatGover{
    width: 25px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.marcas{
    cursor: pointer;
}

.blocoOverflowMarcas{
    display: none;
}

.setaCat{
    position: absolute;
    width: 20px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
}

.cat-posts-thumb{
    min-height: 33.333333vh;
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0px -15px;
}

.subcat-area-segura-thumb {
    min-height: 33.333333vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    margin: 0px -15px;
}

.blocoNormalposts{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
        padding-bottom: 15px;
}

.blocoNormalposts h2{
    font-family: 'SohoGothicProMedium';
    font-size: 13px;
    color: var(--white);
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 18px;
    height: 40px;
    text-transform: none;
}

.blocoNormalposts h2.portefolioText{
        font-family: 'SohoGothicProMedium';
    font-size: 13px;
    color: var(--white);
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 16px;
    height: 20px;
    text-transform: uppercase;
}
.blocoNormalposts p.portefolioText{
        font-family: 'SohoGothicProMedium';
    font-size: 11px;
    color: var(--white);
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 14px;
    height: 16px;
}

.blocoNormalposts a{
    font-family: 'SohoGothicProMedium';
    font-size: 12px;
    color: var(--orange);
        padding: 15px;
        text-transform: lowercase;
}

.cat-marcas-thumb{
    text-align: center;
}

.cat-marcas-thumb img{
    max-width: 100%;
}

.blocoNormalMarcas,
.blocoOverflowMarcas {
    position: relative;
}

.blocoNormalMarcas .marcas-exclusivas,
.blocoOverflowMarcas .marcas-exclusivas {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    font-family: 'SohoGothicProRegular';
    font-size: 17px;
    line-height: 35px;
    text-transform: uppercase;
}

.blocoNormalMarcas .marcas-exclusivas {
    color: black;
}

.blocoOverflowMarcas .marcas-exclusivas {
    color: white;
}


.blocoNormalMarcas .marcas-exclusivas img,
.blocoOverflowMarcas .marcas-exclusivas img {
    width: 35px;
    height: 35px;
    vertical-align: bottom;
}

.clicaMarca.marcas:hover {
    background: var(--orange);
}

.parallax{
    background-attachment: fixed;
}

.background-white-alpha {
    background: rgba(255,255,255,.95);
}

.image-cms{
    padding-top: 25px;
    background: rgba(255,255,255,.95);
        min-height: 75vh;
    /*overflow-y: scroll;
    position: relative;
    z-index: 2;*/
}

.imgFeatureCms{
    min-height: 80vh;
    background-position: center bottom !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    z-index: 5;
    width: 100%;
    right: 0px;
    background: transparent;
}

.parallax {
    background-position: center bottom !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    right: 0px;
}

h1{
    color: var(--orange);
    font-size: 25px;
    line-height: 30px;
    font-family: 'SohoGothicProMedium';

}

h2{
    color: var(--orange);
    font-size: 22px;
    line-height: 25px;
    font-family: 'SohoGothicProMedium';

}

.voltar-anterior a{
    color: #333;
    font-family: 'SohoGothicProMedium';
    font-size: 13px;
    text-transform: uppercase;
}

.voltar-anterior-titulo {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.voltar-anterior-area {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10;
}

.voltar-anterior a i{
    margin-right: 10px;
}


.cookie-msg-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    z-index: 9999999;
    color: white;
    padding: 20px;
}

.cookie-msg-container a,
.cookie-msg-container a:hover {
    color: var(--orange);
}

/*.voltar-baixo{
    bottom: 25px;
    position: fixed;
    right: 0px;
    transform: rotate(180deg);
    max-width: 25px;
    margin-top: -15px;
    margin-right: 10px;
}*/

.voltar-topo{
    bottom: 25px;
    position: fixed;
    right: 0px;
    transform: rotate(180deg);
    max-width: 25px;
    margin-top: -15px;
    margin-right: 10px;
    display: none;
}

.voltar-topo button{
    background: transparent;
    border: 0;
    padding: 0;
}

body::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
body::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
body::-webkit-scrollbar-thumb {
    background: #dad7d7;
}

.superPaddingProdutos{
    padding-top: 10%;
}

.breadcrumb{
        background-color: transparent;
    margin-top: 45px;
    clear: both;
    display: block;
    padding-bottom: 60px;

}


.grelha-produto{
    height: 150px;
    width: 100%;
    margin-left: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.container-cms p{
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: 'SohoGothicProRegular';
    margin-bottom: 25px;
}
.container-cms li{
    font-size: 15px;
    line-height: 25px;
    color: #000;
    font-family: 'SohoGothicProRegular';
}
.container-cms img{
     padding: 25px;
}

.container-grelha-produto.hover{
       background: rgba(247, 144, 40, 1);
}

.container-grelha-produto{
    width: 100%;
    height: 100%;
    display: block;
        cursor: pointer;
}

.container-grelha-produto p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'SohoGothicProRegular';
    width: calc(100% - 10% - 30px);
    text-align: center;
}

.slide-image-produto .title-slide-produtos{
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SohoGothicProRegular';
}
.produtos-slide{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
}

.close-slide-galeria {
    color: #fff;
    padding: 2% 3%;
    right: 0px;
    position: absolute;
    font-size: 30px;
    z-index: 1;
}

.produtos-slide .slick-slide img{
    width: 100%;
        max-width: 550px;
    display: initial;
    text-align: center;
    padding: 0px;
}

.produtos-slide-galeria {
    top: 50%;
    transform: translateY(-50%);
}

.slide-image-produto{
    text-align: center;
}

.verFichaTecnica{
    position: absolute;
    bottom: 20px;
    margin-left: -180px;
    border: 1px solid #333;
       background: rgba(255, 255, 255, 0.5);
    padding: 10px;
    color: #333;
    text-transform: uppercase;
    text-decoration: none !important; 
    font-family: 'ProximaNovaSemibold';
}

.verFichaTecnica:hover{
    background: #333;
    color: #fff;
}


.login {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    background: rgba(255,255,255,.9);
    height: 430px;
    padding: 20px;
    overflow: auto;
    min-width: 40%;
}

.login input[type=radio] {
    margin-left: -30px !important;
}

.modal-login,
.modal-user-info {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 100;
}

.modal-login .info-titulo,
.login .info-titulo {
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #555;
}

.content-modal-login,
.content-modal-user-info {
    margin-top: 50vh;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 90px 120px 40px;
    text-align: center;
}

.content-modal-login .fechar,
.content-modal-user-info .fechar-user-info {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
}

.content-modal-login .titulo-modal,
.content-modal-login .desc-modal,
.content-modal-user-info .titulo-modal,
.content-modal-user-info .desc-modal,
.login .titulo-modal,
.login .desc-modal {
    font-size: 17px;
    padding: 10px;
    font-family: 'SohoGothicProRegular';
}

.content-modal-login .titulo-modal,
.content-modal-user-info .titulo-modal,
.login .titulo-modal {
    text-transform: uppercase;
    color: var(--orange);
}

.content-modal-login form,
.content-modal-user-info form,
.login form {
    padding: 20px 0;
}

.content-modal-login input:not([type=submit]),
.content-modal-user-info input:not([type=submit]),
.login input:not([type=submit]),
.content-modal-login input:not([type=checkbox]),
.content-modal-user-info input:not([type=checkbox]),
.login input:not([type=checkbox]) {
    width: 100%;
    padding: 7px 10px;
    margin-bottom: 10px;
    border: 1px solid var(--black);
    background: transparent;
}

.contacto-formulario input[type=checkbox],
.login input[type=checkbox] {
    width: 15px;
    float: left;
    margin-left: 10px!important;
    margin-right: 30px!important;
    margin-top: 41px;
}

.contacto-formulario .checkbox,
.login .checkbox {
    width: 100%;
    text-indent: 0;
}

.msucesso {
    padding: 15px 15px 50px;
}

.contacto-formulario .info-titulo,
.login .info-titulo {
    width: calc(100% - 70px);
    padding-top: 20px;
    text-align: left;
    font-size: 12px;
    color: #555;
    float: left;
}

.content-modal-login input[type=submit],
.content-modal-user-info input[type=submit],
.login input[type=submit] {
    background-color: var(--orange);
    border: none;
    color: var(--white);
    text-transform: uppercase;
    padding: 5px 15px;
    margin: 10px 0;
}

.content-modal-login input[type=submit]:hover,
.content-modal-user-info input[type=submit]:hover,
.login input[type=submit]:hover {
    background-color: var(--white);
    color: var(--orange);
}

.modal-links {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.modal-links li {
    float: left;
    padding: 0 10px;
}

.modal-links li a {
    text-decoration: none;
    color: var(--black);
}


.paddingTopPages{
    padding-top: 220px;
}

.marginTopPages{
    margin-top: 220px;
    min-height: 80vh;
}

.contactos-page .marginTopPages{
    min-height: 100vh;
}

.titulo-contactos{
        font-size: 15px;
    line-height: 17px;
    font-family: SohoGothicProMedium;
    color: #000;
    font-weight: bolder;
}

.bloco-contactos {
    padding: 15px;
}

.bloco-contactos span{
    color: #000;
    font-family: 'SohoGothicProRegular';
    font-size: 14px;
    line-height: 16px;
}

.bloco-contactos p{
    color: #000;
    font-family: 'SohoGothicProRegular';
    font-size: 14px;
    line-height: 20px;
}

.bloco-contactos span a, .bloco-contactos span a:hover{
    color: var(--orange);
    text-decoration: underline;
    font-family: 'SohoGothicProRegular';
    font-size: 14px;
    line-height: 16px;
    }

.contacto-formulario{
       padding: 10px 0px;
}

.contacto-formulario2{
     padding: 15px;
}

.contacto-formulario input, .contacto-formulario textarea{
    width: 100%;
    border: 1px solid #000;
    padding: 8px 15px;
    font-family: 'ProximaNovaSemibold';
    text-transform: lowercase;
    font-size: 14px;
    line-height: 16px;
}

.button{
    background-color: var(--orange);
    border: none;
    color: var(--white);
    text-transform: uppercase;
        padding: 5px 35px;
    font-size: 12px;
        display: inline-block;
   margin: 15px;
    font-family: 'SohoGothicProMedium';
}

.button:hover{
    background-color: var(--white);
    color: var(--orange);
}

input[type=checkbox],
input[type=radio] 
    {
    position: relative !important;    
    margin: 0px 0px 0px 0px;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid #000;
    /* position: absolute; */
    left: 0px;
    margin-left: -40px !important;
}

.checkbox,
.radio {
    margin-right: 20px;
    text-indent: 40px;
    width: 100px;
    display: inline-block;
}

.label-titulo{
    font-style: italic;
    font-family: 'ProximaNovaSemibold';
    font-size: 12px;
}
.info-titulo{
    font-size: 14px;
}

.floatright{
    float: right;
}

.btn-black{
    background: #000;
    color: #fff;
}

.btn-black:hover{
    background: #fff;
    color: #000;
}

.clicaBlocoProdutos{
   margin: 25px 0px;
   cursor: pointer;
}

.bloco-anima{
    position: relative;
}

.img-produto-bloco img{
    max-width: 100%;
    margin: 0px;
}

.sub-title-produto, .sub-title-produto-inner{
        color: #999;
    text-indent: 5px;
    font-size: 15px;
    line-height: 20px;
    font-family: 'SohoGothicProRegular';
    margin: 0px;
    padding: 0px;
    text-align: center;
}

 .sub-title-produto-inner{
    margin: 15px 0px;
    color: var(--orange);
    text-indent: 0px;
 }

.texto-produtos-inner{
    font-size: 15px;
    line-height: 17px;
    color: #000;
    font-family: 'SohoGothicProRegular';
}

.fecha-bloco{
        float: right;
    color: var(--orange);
    font-family: 'SohoGothicProMedium';
    width: 40px;
    height: 40px;
    font-size: 17px;
    text-align: right;
    cursor: pointer;
}

.abreBlocoProdutos{
     position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; 
   /* position: fixed;
    top: 50%;
    transform: translateY(-50%);*/
    /*width: calc(100% - 380px);*/
    padding: 2% 4%;
    background: rgba(255, 255, 255, 1);
    min-height: 270px;
    box-shadow: 0px 0px 6px 0px rgba(51, 51, 51, 0.14);
}

.asHistorias, .cat-historias-thumb{
    width: 100%;
    height: 100vh;
    position: fixed;
}

.blocoDestaqueHistoria{
    display: none;
    position: absolute;
    width: 350px;
    text-align: center;
    color: #fff;
       transform: translate(-50%,-50%);
    position: fixed;
    top: 50%;
    left: calc(50% + 165px);
}

.historias{
    position: relative;
}
.cat-historias-thumb{
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.35);
}

.graficosHistoria{
   /* position: absolute;
    width: 100%;
    top: 0px;
    height: 100vh;
    text-align: center;
    left: 0px;*/
    position: relative;
}

.oGrafico{
   width: 500px;
    height: 500px;
    text-align: center;
    counter-reset: linhas;
  transform: translate(-50%,-50%);
    position: fixed;
    top: 50%;
    left: calc(50% + 165px);

}

.oGrafico .intermedio{
    position: relative;
}
.destaqueHistoria{
        margin-top: 94vh;
    width: 100%;
    text-align: center; 
}

.linhas{
    /*counter-increment: linhas;*/
    width: 600px;
    height: 600px;
    border: 1px solid #fff;
    border-radius: 100%;
    margin: auto;
    position: absolute;
   
   
}

.bolinha{
    width: 20px;
    height: 20px;
    background-image: url(../images/icon-historia.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    
    top: 0px;
}

.bolinha:hover, .bolinha.active, .bolinha-ativa{
background-image: url(../images/icon-historia-hover.png);
}

.blocoDestaqueHistoria h2{
    color: #fff;
    font-family: 'SohoGothicProMedium';
    font-size: 25px;
    line-height: 32px;
    text-align: center;
}
.blocoDestaqueHistoria p{
   color: #fff; 
   font-family: 'SohoGothicProRegular';
   font-size: 15px;
    text-align: center;
    line-height: 17px;
}

.destaqueHistoria a{
    color: #fff;
    font-family: 'SohoGothicProMedium';
    font-size: 15px;
}

.produtosGlobo {
    position: relative;
    width: 17%;
    margin: 25px;
    float: left;
}

.produtosGlobo img {
    margin: 0;
}

.produtosGlobo p {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    text-align: center;
    color: var(--orange);
}

.produtosGlobo:hover img {
    opacity: .5;
}

.produtosGlobo:hover p {
    opacity: 1;
}

.cat-produtos-internacinal{
    height: 50vh !important;
}

.conteudo-contactos{
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
    position: relative;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.conteudo-contactos:hover{
   -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    }


.cont-email{
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    color: #fff;
}

.cont-email span{
    font-family: 'SohoGothicProMedium';
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    width:100%;
        display: block;
} 

.cont-email a{
    font-family: 'SohoGothicProMedium';
    font-size: 12px;
    text-transform: lowercase;
    color: var(--orange);
} 

.blocoTexto li{

}

.top-anterior{
    float: right;
}

.pesquisa-results{
    margin-bottom: 20px;
}

.morada-contactos{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.4em;
    height: 3.3em;
}

#myVideo {
    /*  top: 50%;*/
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: -1;
    width: calc(100% - var(--margemSideBar));
    background: black;
   /* transform: translateY(-50%);*/
    height: 100vh;
}

/* MEDIA QUERIES
   ----------------------------- */
    
    @media screen and (min-height: 432px)  and (max-height: 650px) and (width: 962px) {
         #menu > li:nth-child(2) {
                margin-top: 10px !important;
            }

            #menu li {
                margin: 5px 0px !important;
            }

            .item-menu {
                font-size: 13px !important;
            }

            .logotipoImpo {
                padding-top: 20px !important;
                padding-bottom: 30px !important;
            }
    }


    @media screen and (min-width: 769px) and (max-width: 1199px) {



    }

    @media only screen and (orientation: landscape) and (max-device-width: 1380px) {
        .blocoOverflow .subMenu li {
            font-size: 12px;
            line-height: 12px;
        }

         .blocoNormal .titulo-noticia, .area-blocoNormal .titulo-noticia, .subarea-blocoNormal .titulo-noticia {
                 font-weight: normal;
                font-size: 12px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                position: relative;
                line-height: 1.4em;
                height: 4em;
            }
    }

    @media only screen and (orientation: landscape) and (max-device-width: 1024px) {

        .subarea-blocoNormal .saber-mais {
            font-size: 11px;
        }

        .subarea-blocoNormal .titulo-noticia {
            font-size: 12px;
        }

        .subarea-blocoNormal {
            padding: 13px;
        }

    }

    @media screen and (max-width: 1199px) {

        .blocoOverflow .subMenu li {
            margin: 0px auto;
        }

        .content-modal-login {
            padding: 60px 80px;
        }

        .blocoNormalMarcas .marcas-exclusivas,
        .blocoOverflowMarcas .marcas-exclusivas {
            bottom: 30px;
            font-size: 12px;
            line-height: 25px;
        }

        .blocoNormalMarcas .marcas-exclusivas img,
        .blocoOverflowMarcas .marcas-exclusivas img {
            width: 25px;
            height: 25px;
        }

    }

    @media only screen and (orientation: landscape) and (max-device-width: 1024px) {
            .sidebar {
                max-width: 25%;
                width: 25%;
            }

            .semSobrePosicao {
                margin-left: 25%;
            }

            .logotipoImpo {
                padding-top: 20px;
                padding-bottom: 30px;
            }

            .procura input {
                height: 20px;
            }

            .pesquisar-hover, .pesquisar {
                    max-width: 23px;
    margin-right: -23px;
    position: relative;
    margin-top: -3px;
            }

            #menu {
                padding-left: 25px;
            }

            #menu > li:nth-child(2) {
                margin-top: 50px;
            }

            #menu li {
                margin: 15px 0px;
            }

            .item-menu {
                font-size: 17px;
            }

            .footer-sidebar .social {
                width: 25%;
            }

            .imgFeatureCms{
               min-height: 60vh;
            }

            .blocoNormal .titulo-noticia, .area-blocoNormal .titulo-noticia, .subarea-blocoNormal .titulo-noticia {
                 font-weight: normal;
                font-size: 9px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                position: relative;
                line-height: 1.4em;
                height: 4em;
            }

            .blocoOverflow .subMenu li {
                margin: 0px auto;
                font-size: 10px;
            }

            .imgFeatureCms{
                background-attachment: unset !important;
                opacity: 0;
            }

            .parallax {
                background-attachment: unset !important;
                
            }

            div.container-fluid.semSobrePosicao > div > div:nth-child(5) > div > div.blocoNormal > div > .titulo-noticia{
                margin-bottom: -20px;
            }

            .produtosGlobo p {
                position: absolute;
                top: 130px;
                left: 50%;
                transform: translate(-50%, 0%);
                opacity: 1;
                text-align: center;
                color: var(--orange);
                font-size: 13px;
                line-height: 16px;
                width: 100%;
            }

            .abreBlocoProdutos {
                width: calc(100% - 260px);
            }

        }

    

    @media screen and (max-width: 768px) {
        #myVideo {
            width: 100%;
        }
        #myVideo {
            z-index: 999;
            /*height: 88.1vh !important;*/
            height: calc(100vh - 80px) !important;
            top: 0px;
            transform: none;
        }

        .cat-produtos, .subcat-area-segura {
            height: calc(33.333333333vh - 26.66666666666px) !important;
        }


        .hamburguer-bt{
            display: block;
        }

        .sidebar{
                max-width: 100%;
                width: 100%;
                text-align: center;
                overflow-y: hidden;
                min-height: 80px;
                height: auto;
                    top: 0px;
                        position: relative;
    z-index: 9999;

        }

        .sidebar nav {
            min-height: auto;
        }

        .sidebar nav #menu{
            display: none;
            width: 100%;
            -webkit-padding-start: 0px;
            padding-top: 40px;
        }

        .imgFeatureCms{
            background-attachment: unset !important;
            background-position: center top !important;
                opacity: 0 !important;
        }

        .parallax {
            background-attachment: unset !important;
        }

        .hamburguer-bt .hamburguer-bt__stripe{
            background: #fff;
        }

        .logotipoImpo {
            padding-top: 10px;
            padding-bottom: 10px;
            max-width: 300px;
            float: right;
            padding-right: 20px;
            margin: 0;
            margin-right: 0px;
        }

        .blocoLinguas {
            display: block !important;
            position: absolute;
            right: 10px;
            top: 6px;
        }

        .semSobrePosicao {
            margin-left: 0px;
            margin-top: 0px;
        }

        .wrapper-home{
            max-height: max-content;
        }
       
        .container-cms{
                padding: 5px 5px;
        }

        .oGrafico{
            left: 50%; 
            }


        #menu > li:nth-child(2) {
            margin-top: 45px;
        }

        #menu li {
            margin: 15px 0px;
        }

        .item-menu {
            font-size: 17px;
        }

        .blocoDestaqueHistoria{
            left: 50%;
        }

        .blocoDestaqueHistoria h2{
            font-size: 15px;
            line-height: 17px;
        }
        .blocoDestaqueHistoria p{
           font-size: 15px;
            line-height: 17px;
        }

        .footer-sidebar {
            position: relative;
            height: auto;
            margin: 0;
        }

        .footer-sidebar .social {
            width: 50%;
            position: absolute;
            top: unset;
            left: unset;
            right: 0;
            bottom: 0;
            padding: 16px 30px;
            background: #333;
            text-align: left;
        }

        .footer-sidebar img {
            width: 50%;
            padding: 10px 15px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .dropUp {
            bottom: 33px;
            top: unset;
        }

        .produtosGlobo {
            width: 150px;
            margin: 5px;
        }

        .abreBlocoProdutos {
            width: calc(100% - 10px);
        }

    }

    @media screen and (max-height: 670px) {
        #menu > li:nth-child(2) {
            margin-top: 20px;
        }

        #menu li {
            margin: 5px 0px;
        }

        .item-menu {
            font-size: 15px;
        }

        .container-grelha-produto p{
                font-size: 14px;
            }
    }

    @media screen and (max-width: 414px) {


        .conteudo-contactos{
           -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
    }

        .logotipoImpo {
            max-width: 230px;
        }

        .content-modal-login {
           padding: 50px 40px;
        }



        .oGrafico{
            width: 400px;
            height: 400px;
            left: 50%; 
            }

        .linhas{
            /*counter-increment: linhas;*/
            width: 400px;
            height: 400px;   
        }

        .bolinha{
            width: 14px;
            height: 14px;
        }


       .blocoDestaqueHistoria {
            width: 280px;
            left: 50%;
        }


    }



@media print and (max-width: 5000px) {
    .sidebar{
        display: none;;
    }

    .semSobrePosicao {
        margin-left: 0px;
    }
}






