div.page-title-wrapper #page-title-heading.page-title {
    font-family: serif;
}

.lugar-distr {
    color: #006ba7;
    font-size: 17px;
    padding-bottom: 20px;
}

.dir-distr a {
    color: #006bb4;
    text-decoration: none;
}

.tienda-distr {
    font-weight: 700;
    padding: 5px 0;
}

.cursiveDistribucion{
    font-style: italic;
}

@media (max-width: 768px) {
    
    .container-cust {
        margin: 10px;
    }
}

/** CATALOGOS PDF **/
.category-downloads .buttonVerPdf{
    color: #fff;
    background-color: #0069a7;
    width: 150px;
    border-color: #0069a7;
    height: 25px;
}
.category-downloads .descargarPdf{
    position: relative;
    text-align: center;
    margin: auto;
}
.category-downloads .descargarPdf .buttonVerPdf{
    position: absolute;
    display: none;
    top: 200px;
    left: 15%;
}
.category-downloads .ImgCatalogDiv:hover .descargarPdf .buttonVerPdf{
    display: block;
    z-index: 999;
}
.category-downloads .ImgCatalogDiv:hover .ImgCatalog{
    opacity: 0.5;
}

.category-downloads .nameLanguagesDownloads{
    font-weight: 700;
}

/** DISTRIBUZIONE IT **/
.category-distribuidores .page-main{
    flex-grow: 0;
}

/** CONOCENOS **/
.catalog-category-view .category-view{
    padding-left: 15px;
    padding-right: 15px;
}

/** 404 **/
body.cms-noroute-index div.noroute-banner .pagebuilder-poster-content {
    display: none;
}

@media (min-width: 768px) {
    body.cms-noroute-index #maincontent [data-content-type='row'] div.noroute-mobile-text {
        display: none;
    }
    body.cms-noroute-index div.noroute-banner .pagebuilder-poster-content {
        display: block;
    }
}