body {
    margin-top: 60px;
    width: 100%;
    overflow-x: hidden;
}



/*TITOLO e SOTTOTITOLO PAGINA*/

.bg-muted {
    position: relative;
    overflow: hidden;
    background: #F5F5F5;
}

.lines-deco-basic-page {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 71px;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 1270px;
}

.ambita-pagetitle {
    width: 100%;
    padding: 5rem 0 0rem 0;
    overflow: visible;
}

.ambita-pagetitle .container-filigrana {
    position: relative;
    width: 100vw;
    overflow-x: hidden  ;
        height: 71px;
}

h1 {
    color: #53911F;
    font-family: "Jost";
}

h3.h4 {
    font-size: 1.25rem;
    color: #003051;
    font-family: "Jost";
}

p strong {
    color: #53911F;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin-top: 1rem;
}

article p strong {
    font-size: inherit;
}

@media (min-width:1024px){
    .highlight::after {
        content: "";
        background-image: url(./../../images/header-filigrana.wave.svg);
        position: absolute;
        right: 0;
        width: 100%;
        height: 40px;
        z-index: -1;
        position: absolute;
        display: block;
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        margin: 0;
        padding: 0;
        background-position: 0 bottom;
        background-repeat: no-repeat;
        overflow: visible;
        bottom: -40px;
        background-size: cover;
    }
}

/*IMMAGINI DENTRO PAGINA*/
article img {
    width: 100%;
    height: auto;
}


/*CONTENUTI TYPOGRAFIA*/
article p {
    font-family: "Poppins";
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #404040;
}



/*LAYOUT MARGINI*/

body > .container-lg {
    position: relative;
}

.ui-page-block {
    margin: 2rem 0 6rem 0;
} 

.image-container-basic-page {
    position: relative;
    margin-bottom: 2rem;
    margin-top: 8rem;
    z-index: -1;
}

@media (min-width:1024px){
    .image-container-basic-page {
        margin-bottom: 2rem;
    }
    
}

.image-container-basic-page:after {
    content: "";
    background-image: url(./../../images/wave-white.svg);
    position: absolute;
    width: 106%;
    height: 100%;
    display: block;
    background-size: contain;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 1rem;
    z-index: 0;
    bottom: 0;
    left: -3px;
}

/*ACCORDION*/
.accordion-item {
    margin-top: 2rem;
    margin-bottom: 0rem;
}

body .accordion-header .accordion-button {
    border-top: 2px solid #094800;
    border-top-color: #094800;
}


/* abstract-wave */



@media (min-width:1024px){

    .wave-custom-filigrana {
        content: "";
        background-image: url(./../../images/abstract-wave.png);
        position: absolute;
        right: 0;
        width: 426px;
        height: 1920px;
        z-index: -999;
        opacity: .5;
        bottom: 50%;
        transform: translateY(30%);
        z-index: -10;
    }

    .accordion-header {
        position: relative;
        width: 100%;
    }

    .accordion-item {
        border-top: 2px solid #094800;
    }
}



/*scritta dopo che carico foto dentro form a bg che non fa leggere*/
.placeholder {
    background: transparent;
    color: #333;
    opacity: 1;
}




/*icons sopra titoli blocchi in basic page solo se non c'è immagine*/

.ui-page-block > div:nth-child(1):not(.image-container-basic-page):before {
    content: "";
    position: relative;
    display: block;
    content: url(./../../images/no-image-icon.svg);
    margin-bottom: -25px;
    margin-bottom: 1rem;
}