/*BANNER BLOCCO*/
#block-ambita-bannerguidaamianto {
    background-image: url(./../../images/banner-bg.jpg);
    background-size: cover;
    width: 100vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 3rem 0rem;
    margin: 0rem;
}


#block-ambita-bannerguidaamianto p  {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-family: "Jost";
}

#block-ambita-bannerguidaamianto p:first-child {
    color: #53911F;
    font-size: 1.5rem;
}

#block-ambita-bannerguidaamianto p:nth-child(2) {
    color: #fff;
    font-size: 1.875rem;
    margin: 1.5rem 0rem;
}


@media (min-width:1024px){
    #block-ambita-bannerguidaamianto::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: 11% -10%;
        background-size: 220px;
        width: 100%;
        background-image: url(./../../images/filigrana-flag.svg);
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    #block-ambita-bannerguidaamianto::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        background-repeat: no-repeat;
        background-position: 120% center;
        background-size: contain;
        width: 100%;
        background-image: url(./../../images/banner-filigrana.png);
        height: 100%;
        z-index: 0;
        pointer-events: none;
    }

    #block-ambita-bannerguidaamianto p:first-child {
        font-size: 30px;
    }
    
    #block-ambita-bannerguidaamianto p:nth-child(2) {
        font-size: 38px;
    }
    

}


@media (min-width:1400px){
    #block-ambita-bannerguidaamianto::before {
        background-position: 115% center;
    }
    #block-ambita-bannerguidaamianto p:first-child {
        font-size: 2.5rem;
    }
    #block-ambita-bannerguidaamianto p:nth-child(2) {
        font-size: 3.5rem;
    }
    #block-ambita-bannerguidaamianto p:nth-child(2) {
        margin: 2.5rem 0rem;
    }
    #block-ambita-bannerguidaamianto {
        padding: 5rem 0rem;
    }
}