/* ---------- PAGE TITLE ------*/
.custom-ambita-pagetitle {
    background-color: #003051;
    margin-bottom: -2px;
}

.custom-ambita-pagetitle h1{
    text-align: center;
    padding-top: 3rem;
}

.custom-ambita-pagetitle h1 span {
    display: block;
}

.custom-ambita-pagetitle h1 span:nth-child(1){
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 7px;
    font-weight: 600;
}

.custom-ambita-pagetitle h1 span:nth-child(2){
    text-transform: uppercase;
    color: #fff;    font-weight: 600;
}

.custom-ambita-pagetitle h1 span:nth-child(3){
    font-weight: 400;
    color: #fff;
    font-size: 1.375rem;
    line-height: 1.75rem;
    margin-top: 15px;
}

/* ---------- fine PAGE TITLE ------*/
#block-ambita-guidaamiantopt2-2,
#block-ambita-guidaamianto-2 {
    margin-bottom: 4rem;
}

.guida-amianto-page {
    background-color: #003051;
    position: relative;
}

.guida-amianto-page main {
    padding: 0 15px;
}

.guida-amianto-page main > .row > .col-12{
    display: none;
}

/*container layout*/
@media (min-width: 992px) {
    .guida-amianto-page article{
        max-width: 992px;
        margin: 0px auto;
    }
}

@media (min-width: 1400px) {
    .guida-amianto-page article{
        max-width: 1400px;
        margin: 0px auto;
    }
}




/* SINGLE ITEM */
.guida-amianto-page article {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 2rem 15px 5rem 15px;
}

#block-ambita-guidaamiantopt2-2 >div > div:first-child   {
    padding-top: 2rem;
}

#block-ambita-guidaamiantopt2-2 >div > div:last-child  article {
    padding: 2rem 15px 10rem 15px;
}

.guida-amianto-page  h2,
.guida-amianto-page article span {
    color: #fff;
}

.guida-amianto-page article img {
    width: 100%;
    display: block !important;
    position: relative;
    max-width: none;
}

.guida-amianto-page article .number {
    background-color: #53911F;
    position: relative;
    font-size: 2.625rem;
    padding: 12px 22px;
    display: inline-block;
    font-weight: 800;
    margin: -30px 0 -8px 0px;
    top: -37px;
    left: 12px;
}

.guida-amianto-page article h2 {
    font-size: 1.875rem;
}

.guida-amianto-page article a {
    text-decoration: none;
    font-size: 1.75rem;
    transition: 0.2s ease;
}

.guida-amianto-page article .link {
    display: flex;
}

.guida-amianto-page article svg {
    fill: #53911F;
    margin-left: 19px;
}

@media (min-width: 992px) {
    .custom-ambita-pagetitle {
        padding-bottom: 6rem;
        padding-top: 2rem;
    }

    .guida-amianto-page:after {
        display:block;
    }

    .guida-amianto-page article {
        position: relative;
        display: flex;
        /* grid-template-columns: 1fr; */
        gap: 0px 50px;
        flex-direction: row;
    }

    .guida-amianto-page article .image {
        width: 50%;
        height: 440px;
        position: relative;
    }
    .guida-amianto-page article .image > div {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .guida-amianto-page article .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .guida-amianto-page article .inner-container {
        grid-column: 2 / span 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    .guida-amianto-page article .number  {
        top: 0px;
        height: 82px;
        margin-left: auto;
        display: flex;
        justify-content: center;
        right: 56%;
        width: 120px;
        position: absolute;
    }
    
    .guida-amianto-page article img {
        width: 100% !important;
        margin: 0px !important;
    }
}


@media (min-width: 1024px) {

    #block-ambita-guidaamiantopt2-2 > div {
        position: relative;
    }

    
    #block-ambita-guidaamiantopt2-2 > div::before,
    #block-ambita-guidaamianto-2 > div > div:nth-child(even)::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transform: translateX(-50%);
        width: 1340px;
        background-image: url(./../../images/filigrana-twist.svg);
        height: 1150px;
        z-index: 0;
        pointer-events: none;
    }

    #block-ambita-guidaamiantopt2-2 >div > div:first-child   {
        padding-top: 5rem;
    }
    
    .custom-ambita-pagetitle:after {
        content: "";
        position: absolute;
        width: 530px;
        height: 380px;
        top: -110px;
        right: 0;
        background-image: url(./../../images/filigrana-wave-2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .custom-ambita-pagetitle h1 span:nth-child(1){
        font-size: 2.625rem;
    }
    
    .custom-ambita-pagetitle h1 span:nth-child(2){
        font-size: 4.375rem;
        margin: 15px 0px;
    }
    
    .custom-ambita-pagetitle h1 span:nth-child(3){
        font-size: 1.75rem;
    }
    
    .guida-amianto-page article {
        padding: 1rem 0rem 10rem 0rem;
    }

    .guida-amianto-page article p{
        padding: 0rem 0rem 1rem 0rem;
    }

    .guida-amianto-page article h2 {
        font-size: 2.5rem;
    }

    #block-ambita-guidaamiantopt2-2 > div > div:nth-child(even) article,
    #block-ambita-guidaamianto-2 > div > div:nth-child(even) article {
        flex-direction: row-reverse;
    }

    #block-ambita-guidaamianto-2 > div > div:nth-child(even) article .number,
    #block-ambita-guidaamiantopt2-2 > div > div:nth-child(even) article .number {
        left: 55%;
        right: auto;
    }

}


@media (min-width: 1200px) {
    .guida-amianto-page article h2 {
        font-size: 3rem;
        line-height: 3.25rem;
    }
}

 
@media (min-width: 1400px) {

    #block-ambita-guidaamianto-2pt >div >div:first-child article:before,
    #block-ambita-guidaamianto-2 >div >div:first-child article:before{
        content: url(./../../images/filigrana-flag.svg);
        position: absolute;
        top: -330px;
        left:  0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    
    .custom-ambita-pagetitle {
        padding-bottom: 8rem;
        padding-top: 4rem;
    }

    .custom-ambita-pagetitle:after {
        height: 430px;
    }

    .guida-amianto-page {
        padding-bottom: 5rem;
    }

    .guida-amianto-page article {
        padding: 1rem 0rem 7rem 0rem;
        min-height: 530px;
    }
}




 
/*link torna alla guida*/
.back-to-guida-custom-page a{
    text-transform: none;
    font-weight: 600;
    display: block;
    margin-bottom: 2rem;
    letter-spacing: normal;
    text-decoration: underline;
}   

.back-to-guida-custom-page a:hover {
    opacity: 0.8;
}

.back-to-guida-custom-page svg {
    margin-right: 10px;
}



/*casa widget*/
#block-ambita-guidaamianto-2 + .casa-widget-section .highlight p{
    background-color: transparent;
}