.mobileVersion {
    display: none;
}

.desktopVersion {
    display: block;
}

@media (min-width: 790px) and (max-width: 970px) {
    .servico-box-servicos {
        min-height: 700px;
    }
}

.corLojaOnline {
    background-color: rgb(242, 54, 69);
}

.cursorPointer {
    cursor: pointer;
}

.imagemPrincipal {
    max-width: 65vmin;
    height: auto;
    width: 100%;
    max-height: 60vmin;
}

.imagemPrincipalProduto {
    height: auto;
    width: 100%;
    /* max-height: 60vmin; */
}

.noLateralPaddings {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* 
@media (min-width: 1200px) {
     .container {
        width: 1170px;
    }
} */


/**** Fonts */

@font-face {
    font-family: FP;
    src: url(/fonts/OpenSans-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: FPExtraBold;
    src: url(/fonts/OpenSans-Regular.ttf);
    font-display: block;
    font-weight: bolder;
}

@font-face {
    font-family: FPBold;
    src: url(/fonts/OpenSans-Regular.ttf);
    font-weight: bold;
    font-display: block;
}

@font-face {
    font-family: FPLato;
    src: url(/fonts/Lato-Regular.ttf);
    font-display: block;
}

@font-face {
    font-family: FPLatoExtraBold;
    src: url(/fonts/Lato-Black.ttf);
    font-display: block;
    font-weight: bolder;
}

@font-face {
    font-family: FPLatoBold;
    src: url(/fonts/Lato-Bold.ttf);
    font-weight: 700;
    /* font-display: block; */
}


/**** END Fonts */

.tituloFP {
    color: #000F9F;
    text-align: center;
    font-size: 25pt;
    font-weight: 800;
    padding: 10vh 0px;
}


/* html footer + header responsive NÃO MEXER NISTO! */

.tituloFPLato {
    font-family: FPLatoExtraBold !important;
}

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.4vw;
    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.7vmin;
    color: black;
}

.logoMenuBar {
    max-height: 8vmin;
    width: auto;
}

.top {
    padding-top: 1vmin;
    /*width: 100%;
    z-index: 999;*/
    height: 10vmin;
}


/*
    .modalBodyMensagem {
        height: 6vmin !important;
    } */

.modal-backdrop {
    background-color: transparent !important;
}


/* .modal-content {
    border: unset;
    background-color: unset;
} */

.btnPedirCotacaoCinza {
    border: none;
    height: 56px;
    background-color: rgb(112, 112, 112);
    color: white;
    text-transform: uppercase;
    padding: 16px;
    font-weight: bold;
}

.btnLojaOnlineAzul {
    border: none;
    height: 56px;
    padding: 16px;
    background-color: #000F9F;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.textBanner {
    color: white;
    font-size: 6vmin;
    font-weight: bold;
    text-shadow: 0px 3px rgb(56, 64, 74);
}

.Lato {
    color: #000F9F;
    text-align: center;
    font-size: 25pt;
    font-weight: 800;
    padding: 10vh 0px;
}

.textoBold {
    font-size: 2vh;
    font-weight: 800;
    text-transform: uppercase;
}

.especificoAreaIntervencao {
    color: grey;
    font-size: 13pt;
}

.noLateralMargins {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.servico-box,
.servico-box-servicos {
    padding: 15px;
    /* margin: 0px 15px; */
    background-color: white;
    /* min-height: 60vmin; */
    /* box-shadow: 5px rgb(56, 64, 74); */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
    box-shadow: 0px 2px 7px -1px rgb(56, 64, 74, 0.8);
}

.destaque-box {
    /* padding: 25px; */
    /* margin: 0px 15px; */
    background-color: white;
    /* min-height: 60vmin; */
    /* box-shadow: 5px rgb(56, 64, 74); */
    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.8); */
    box-shadow: 0px 2px 7px -1px rgb(56, 64, 74, 0.8);
}

.titulo-servico {
    font-size: 16pt;
    font-weight: 900;
    font-family: FPExtraBold;
}

.titulo-destaque {
    font-size: 16pt;
    font-weight: 900;
}

.responsive-img {
    display: block;
    height: auto;
    width: 100%;
}

.textoValorClientes {
    font-size: 6vmin;
    font-weight: bold;
    color: white;
    text-align: center;
}

.btnVerMaisDestaque {
    color: #000F9F;
    font-size: 2vh;
    font-weight: normal;
}

.data-destaque {
    color: rgb(112, 112, 112);
    font-size: 16pt;
}

nav ul.menuSite {
    margin-top: 2vh !important;
    display: block;
    position: inherit;
}

.textoBrancoPedirOrcamento {
    color: white;
    font-size: 26pt;
    font-weight: 900;
}

.upperC {
    text-transform: uppercase !important;
}

.btnPedirOrcamento {
    color: black;
    background-color: white;
    padding: 2vmin 4vmin;
    font-size: 2vmin;
    float: right;
    border: none;
}

.textoRodape {
    text-align: center;
    padding-top: 3vh;
    color: white;
    font-size: 2vmin !important;
}

.textoContatos {
    font-size: 2.5vmin;
    font-weight: bold;
}

.noLinkStyle {
    text-transform: none !important;
    color: white;
}

.noLinkStyle:hover {
    color: white;
}

.rodapeLink {
    color: white;
    cursor: pointer;
    font-size: 13pt;
    /* font-weight: 600; */
    text-transform: none !important;
}

.rodapeLink:hover {
    color: white;
}

.mobileVersion {
    display: none;
}

.desktopVersion {
    display: block;
}

.servico-box {
    min-height: 570px;
}

.servico-box-servicos {
    min-height: 380px;
}

.destaque-box {
    min-height: 660px;
}

.menuSelected {
    /* color: #000F9F  !important; */
    font-weight: bolder !important;
}

.menuLink {
    color: #000F9F !important;
}

.menuLinkLojaOnline {
    color: white !important;
}

.titulo-aspetos-empresa {
    font-size: 15pt;
    font-weight: 700;
}

.texxtoValorCliente {
    font-size: 6vmin;
    color: white;
    font-weight: bold;
}

.paddingBoxesServicos {
    padding: 15px !important;
}

#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;
}

#tituloPagina {
    text-align: center;
    font-size: 8vmin;
    font-weight: 800;
    color: #000F9F;
    padding-top: 10vmin;
    padding-bottom: 15vmin;
}

.nomeObra {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    font-size: 15pt;
    font-weight: 800;
}

.tipoMaquina {
    font-size: 11pt;
    font-weight: normal;
}

.descricaoDestaque {
    font-size: 11pt;
    font-weight: normal;
}

.paginationDivider {
    font-size: 2.5vmin;
}

.pagination>li {
    display: inline-flex;
}

#linkBtnVerMaisDetalhes {
    padding-bottom: 10px;
    /* display: flex; */
    position: absolute;
    bottom: 0;
}

.paginationDivider {
    font-size: 2.5vmin;
}

.divImagemDestaque {
    min-height: 510px;
}

.divImagemProdutoLojaOnline {
    min-height: 350px;
}

.textoContactos {
    font-weight: bold;
    font-size: 15pt;
    padding: 15px 0px;
}

.textEntreEmContacto {
    font-weight: bold;
    font-size: 25pt;
    padding-top: 5vh;
}

.btnFamiliaLojaOnline {
    height: 40px;
    background-color: white;
    font-weight: bold;
    border: solid 1px rgb(242, 54, 69);
    font-size: 2vmin;
    color: black;
}

.tituloProduto {
    font-size: 25pt;
    font-weight: bold;
    color: rgb(167, 19, 29);
}

.doubleLateralPadding {
    padding-left: 30px;
    padding-right: 30px;
}

.referenciaProduto {
    font-weight: bold;
    font-size: 15pt;
}

.imgIcone {
    /* height: auto;
    width: 15px; */
    /* padding-right: 1vmin; */
    padding-left: 10px;
}

.btnPedirCotacaoProduto {
    border-radius: 1vmin;
    background-color: rgb(167, 19, 29);
    color: white;
    /*font-size: 1.5vmin;*/
    padding: 1vmin 2vmin;
    border: none;
    margin-bottom: 2vmin;
    margin-top: 2vmin;
}

@media (max-width: 1280px) {
    #mobileMenu {
        display: block;
    }
    #myTopnav {
        display: none;
    }
}