.divMobile {
    display: none;
}

.divDesktop {
    display: block;
}


/**** Fonts */

@font-face {
    font-family: HPionnerFont;
    src: url(/fonts/OpenSans-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: HPionnerFontExtraBold;
    src: url(/fonts/OpenSans-ExtraBold.ttf);
    font-display: block;
}

@font-face {
    font-family: HPionnerFontBold;
    src: url(/fonts/OpenSans-Bold.ttf);
    font-display: block;
}

@font-face {
    font-family: HPionnerFontSemiBold;
    src: url(/fonts/OpenSans-Semibold.ttf);
    font-display: block;
}


/**** END Fonts */


/* html footer + header responsive NÃO MEXER NISTO! */

html,
body {
    overflow-y: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    background: #ededed;
    padding: 10px;
}

#content {
    padding-bottom: 250px;
}

footer {
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 3vmin;
}


/* html footer + header responsive NÃO MEXER NISTO! */


/* HEADER */

nav {
    padding: 1.5vw 0vw 1.5vw 0vw;
}

nav a {
    padding: 0.7vw;
    color: #B3B3B3;
}

nav ul {
    position: absolute;
    z-index: 1;
    display: contents;
}

nav ul li {
    display: inline-block;
}

nav ul li:hover {
    color: white;
}

nav ul ul {
    display: none;
    position: absolute;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul li {
    width: 230px;
    display: list-item;
    position: relative;
    text-align: left;
}

nav ul ul ul li {
    position: relative;
    top: -3.55vh;
    left: 190px;
}

nav ul ul li {
    border-bottom: 1px solid white;
}

#mobileMenu{
  display: none
}

.linkMenu {
    font-size: 1.5vmin;
    color: black;
}

.logoMenuBar {
    max-height: 8vmin;
    width: auto;
}

.top {
    padding-top: 1vmin;
    /*width: 100%;
    z-index: 999;*/
    height: 10vmin;
}

.footerBlueBar {
    background-color: rgb(0, 72, 156);
    min-height: 3vmin;
}

.noMarginTopHr {
    margin-top: 5px !important;
    height: 4px !important;
    border-color: #979797
}

.noRowMargins {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.footerHpionnerText {
    color: white;
}

.footerHpionnerPrivacyColor {
    color: #979797;
}

.paddingTextFooter {
    padding-top: .5vmin;
}

.paddingTextFooter p {
    margin-bottom: 0px !important;
}

.footerList {
    font-weight: bold;
}

.footerFontSize {
    font-size: 1.5vmin;
}

.colorGrey {
    color: #979797;
}

.colorLinkFooter {
    color: rgb(74, 126, 247);
}

.tituloPagina {
    font-size: 4vmin;
    color: rgb(74, 126, 247);
}

.blueSite {
    color: rgb(74, 126, 247) !important;
}

.tituloSeccaoPagina {
    font-size: 4vmin;
    color: rgb(74, 126, 247);
    font-family: HPionnerFontSemiBold;
}

.menuSelected {
    color: rgb(74, 126, 247) !important;
    font-family: HPionnerFontBold;
}

.noLinkStyle {
    text-transform: none !important;
    color: white;
}

.noLinkStyle:hover {
    color: white;
}

.imgHeaderDimensions {
    width: 100%;
    height: 25vmin;
    object-fit: cover;
}

.listaMenuIdiomas {
    text-align: left;
    width: 90% !important;
    margin-right: 20%;
    /*padding-left: 10px !important; */
}

.dropdownIdiomas {
    /*position: absolute;*/
    background-color: white;
}


/** Contactos */

.buttonPedidoCotacao {
    height: 10vmin;
    padding: 2vmin 4vmin;
    width: 100%;
    color: white;
}

.inputReadonly {
    background-color: white !important;
    cursor: default !important;
}

.btnColorEmail {
    background-color: rgb(0, 72, 157) !important;
    border: none;
}

.btnColorTelefone {
    background-color: rgb(234, 152, 2) !important;
    border: none;
}

.lateralPaddings {
    padding-left: 10vmin;
    padding-right: 10vmin;
}

.normalFontSize {
    font-size: 3vmin;
}

.tituloFontSize {
    font-size: 15pt;
    font-family: HPionnerFontSemiBold;
}

.imgBtnContactos {
    height: 3vmin;
    width: auto;
    margin-right: 2vmin;
}

.inputFormContactos {
    padding: 1vw;
    border-radius: 6px;
}

.noLateralPaddings {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.noRightPadding {
    padding-right: 0px !important;
}

.noLeftPadding {
    padding-left: 0px !important;
}


/** DISTRIBUIDORES */

.imgSizeDistribuidores {
    /*height: 10vmin;
    max-width: 25vmin;
    width: auto;*/
    max-height: 14vmin;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}


/** HOME */

.indexFirstDiv {
    min-height: 76vmin;
}

.indexSecondDiv {
    /*padding-top: 5vmin!important;*/
    min-height: 20vmin;
}

.indexThirdDiv {
    min-height: 25vmin;
}

.indexForthDiv {
    min-height: 50vmin;
}

.indexSecondDiv div p {
    text-align: center;
}

.indexSecondDiv div p:first-child {
    font-size: 6vmin;
    color: rgb(1, 72, 157);
    font-family: HPionnerFontExtraBold;
}

.indexSecondDiv div p:nth-child(2),
.indexSecondDiv div p:nth-child(3) {
    font-size: 2.5vmin;
    color: rgb(74, 126, 247);
}

.indexForthDiv div p:nth-child(2),
.indexForthDiv div p:nth-child(3) {
    font-size: 1.8vmin;
}

.indexThirdDiv div p {
    font-size: 2.5vmin;
    padding-top: 1vmin;
    color: rgb(74, 126, 247);
}

.tituloPrincipalHome {
    font-size: 6vmin;
    padding-top: 15vmin!important;
    font-weight: bold;
}

.descricaoPrincipalHome {
    font-size: 2vmin;
}

.btnVideoHPioneer {
    border-radius: 10px;
    background-color: rgb(255, 242, 225);
    height: 4vmin;
    color: rgb(255, 149, 0);
    font-weight: bold;
    border: none;
    font-size: 1.8vmin;
    padding: .8vmin 2vmin;
    margin-top: 2vmin;
}

.superImg {
    height: auto;
    width: 100vmin;
    background-size: contain;
}

.imgForthDivSize {
    width: 35vmin;
    height: auto;
}

.btnAzulsite {
    background-color: rgb(74, 126, 247);
    padding: 1vmin 2vmin;
    border-radius: 10px;
    border: none;
    color: white;
    font-size: 1.5vmin;
}

.noLateralMargins {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.imgIconsSize {
    max-height: 8vmin;
}

body {
    font-family: "HPionnerFont";
}


/** PRODUTOS */

.codigoProduto {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    font-size: 2vh;
}

.nomeProduto {
    font-size: 1.4vh;
}

.descricaoProduto {
    font-size: 1.4vh!important;
}

.descricaoCurtaProduto {
    font-size: 2.5vh !important;
}

.nomeFamilia,
.nomeFamiliaSeparador {
    color: rgb(128, 128, 128);
    font-size: 1.5vmin;
}

.nomeFamilia:hover {
    color: rgb(74, 126, 247);
    cursor: pointer;
}

.containerFamilia {
    border: solid 1px rgb(128, 128, 128);
    text-align: right;
    width: fit-content;
    padding: 1.5vmin 2vmin;
    border-radius: 1vmin;
    height: 5vmin;
}

.btnFiltroPorSelected {
    background-color: rgb(74, 126, 247);
    color: white;
    font-family: HPionnerFontSemiBold;
}

.btnFiltroPorNotSelected {
    background-color: white;
    font-family: HPionnerFont;
    color: grey !important;
}

.btnFiltroPor {
    border: solid 1px grey;
    height: 4vh;
    line-height: 2vmin;
    padding: 1vmin 2vmin;
    /*width : 100%;*/
    color: white;
    display: inline-block;
    margin: 0 auto;
    float: left;
}

.leftbtnFiltroPor {
    border-top-left-radius: 1vmin;
    border-bottom-left-radius: 1vmin;
}

.rightbtnFiltroPor {
    border-top-right-radius: 1vmin;
    border-bottom-right-radius: 1vmin;
}


/** CSS PAGINACAO PRODUTOS */

.paginationDivider {
    /* 	width: .2vmin;
		line-height: 2.5vmin;
		border-left: .2vmin solid !important;
		z-index: 20; */
    font-size: 2.5vmin;
}

.pagination>li {
    display: inline-flex;
}

#paginacaoProdutos .pagination .prev span {
    border: none !important;
    font-size: 2.5vmin;
}

#paginacaoProdutos .pagination .next span {
    /* display: none; */
    border: none !important;
    font-size: 2.5vmin;
}

#paginacaoProdutos .pagination li a {
    border: none !important;
    font-family: HPionnerFontSemiBold;
    font-size: 2.5vmin;
    color: rgb(128, 128, 128) !important;
    margin-right: 3px !important;
}

#paginacaoProdutos .pagination .active a {
    color: rgb(74, 126, 247) !important;
    background-color: white !important;
    cursor: pointer;
}

.fontDescricaoListaProduto {
    font-size: 1.4vh!important;
}

.cursorPointer {
    cursor: pointer;
}

.btnPedirCotacaoProduto {
    border-radius: 1vmin;
    background-color: rgb(74, 126, 247);
    color: white;
    /*font-size: 1.5vmin;*/
    padding: 1vmin 2vmin;
    border: none;
    margin-bottom: 2vmin;
    margin-top: 2vmin;
}

.btnDownloadDocProduto {
    border-radius: 1vmin;
    background-color: rgb(250, 225, 186);
    color: rgb(255, 149, 31);
    /*font-size: 1.5vmin;*/
    padding: 1vmin 2vmin;
    border: none;
    margin-bottom: 2vmin;
    text-decoration: none !important;
    font-family: HPionnerFontSemiBold;
}

.btnDownloadDocProduto:hover {
    color: rgb(255, 149, 31) !important;
    text-decoration: none !important;
}

.btnDownloadDocProduto:focus {
    color: rgb(255, 149, 31) !important;
    text-decoration: none !important;
}

.semiBold {
    font-family: HPionnerFontSemiBold;
}

.acessoriosContainer {
    min-height: 48vmin;
}

.linksProduto {
    font-size: 1.8vmin;
}

.imagemPrincipal {
    max-width: 65vmin;
    height: auto;
    width: 100%;
    max-height: 60vmin;
}

.imgIcone {
    height: auto;
    width: 3vmin;
    padding-right: 1vmin;
}


/** Pedido Cotação */

.pedidoCotacaoContainerDesktop {
    min-height: 83vmin;
    margin-bottom: 3vmin;
}

.paddingTopPedidoCotacao {
    padding-top: 3vmin;
}

.codigoAcessorio {
    font-size: 1.5vmin;
    margin-bottom: 0px !important;
    font-family: HPionnerFontBold;
}

.produtoCarrosselContainer {
    min-height: 20vmin;
}

.nomeAcessorio {
    font-family: HPionnerFontBold;
    margin-top: 0px !important;
    font-size: 1.5vmin;
}

.produtoContainer {
    min-height: 65vmin;
}

.tituloDescricaoFamiliaDownloads {
    font-family: HPionnerFontSemiBold;
    border-bottom: solid 2px rgb(74, 126, 247);
    font-size: 2vmin;
}

.codigoProdutoDownloads {
    color: orange;
    font-size: 2vmin;
}

.comboboxFiltros {
    border-radius: .5vmin !important;
    border: solid 1px grey !important;
    height: 4vmin !important;
}

.btnPedidosCotacao {
    background-color: rgb(234, 152, 2);
    /*width: 130px!important;*/
    padding: 1vmin 2vmin;
    /*0.5vmin 3.5vmin 0.5vmin 3.5vmin;*/
    border-radius: 2vmin;
    border: none;
    color: white;
}

.btnEsclarecimentos {
    background-color: rgb(74, 126, 247);
    /*width: 130px!important;*/
    padding: 1vmin 2vmin;
    /*0.5vmin 3.5vmin 0.5vmin 3.5vmin;*/
    border-radius: 2vmin;
    border: none;
    color: white;
}

.tituloBannerHelp {
    font-size: 3.5vmin;
    font-family: HPionnerFontSemiBold;
}

#myModal_EnvioDocumentoPorEmail .modalBody {
    /* height: 48vmin !important; */
    background-color: rgb(92, 139, 247);
    border-color: rgb(92, 139, 247);
    border-radius: 0.5vmin;
    min-height: 268px;
}

#myModal_MensagemSucesso .modalBodyMensagem {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    border-radius: 0.5vmin;
}

#myModal_MensagemErro .modalBodyMensagem {
    background-color: #f2dede;
    border-color: #ebccd1;
    border-radius: 0.5vmin;
    color: #a94442;
}

.btnPedidoDocumento {
    height: 4vmin;
    line-height: 2vmin;
    padding: 1vmin 2vmin;
    color: white;
    display: inline-block;
    margin: 0 auto;
    float: left;
    font-size: 2vmin;
}


/*
    .modalBodyMensagem {
        height: 6vmin !important;
    } */

.modal-backdrop {
    background-color: transparent !important;
}

.modal-content {
    border: unset;
    background-color: unset;
}

.produtosContainerDesktop,
.produtosContainerMobile {
    min-height: 1vmin !important;
    ;
}