/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 23, 2023, 11:46:23 AM
    Author     : p.prohorov
*/


div.glossario {
    background-image: url('../images/news_background.svg');
    background-position: 0 18%;
    background-repeat: no-repeat;
}

.glossario .ambit-container {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.glossario .ambit-row {
    max-width: 1077px;
    margin: 0 auto;
}

.glossario .ambit {
    color: #fff;
    border-radius: 30px;
    padding: 2px 16px;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin-right: 15px;
    vertical-align: middle;
    font-family: 'Poppins';
    margin-top: 68px;
    margin-bottom: 32px;
}

.glossario article {
    max-width: 1077px;
    margin: 0 auto;
    color: #333333;
    margin-bottom: 68px;
}

.glossario .title, .page-with-anchors .title {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    margin-top: 26px;
}

.page-with-anchors .title {
    margin-top: 0;
}

.glossario .description {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    margin-top: 16px;
}

.glossario .anchor_menu ul {
    margin: 58px 0 48px;
}

.glossario .anchor_menu ul, .page-with-anchors .anchor_menu ul {
    margin: 31px 0 64px;
}

.glossario .anchor_menu ul li {
    line-height: 32px;
    margin: 0 63px 0 0;
    display: inline;
}

.page-with-anchors .anchor_menu ul li {
    margin: 0 0 32px;
    line-height: 32px;
    list-style: none;
}

.glossario .anchor_menu ul li a, .page-with-anchors .anchor_menu ul li a {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #248700;
    text-decoration: none;
}

.glossario .anchor_content > div, .page-with-anchors .anchor_content > div {
    margin-bottom: 30px;
}

.glossario .anchor_content .sub2 {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 16px;
    display: block;
}

.glossario .anchor_content p, .page-with-anchors .anchor_content p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.glossario .anchor_content a, .page-with-anchors .anchor_content a {
    color: var(--green);
}

.glossario .anchor_content h3 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 8px;
}

.glossario .anchor-images-single img {
    width: -webkit-fill-available;
}
.glossario .anchor-image {
    margin-bottom: 36px;
}

.glossario .anchor-image img {
    border-radius: 16px 16px 0px 0px;
    width: -webkit-fill-available;
}
.glossario .anchor-image p {
    font-family: 'Space Grotesk', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    padding: 16px 24px 46px;
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    border-bottom: 8px solid #E0E0E0;
    backdrop-filter: blur(2px);
}

.glossario .keywords_block {
    padding: 72px 0 0;
}

.glossario .keywords_block .title {
    margin-top: 16px;
}

.glossario .breadcrumb_back {
    display: none;
}

.page-with-anchors .breadcrumbs {
    margin: 48px 0 96px;
}

@media (max-width: 992px) {
    div.glossario {
        background-image: none;
    }
    .glossario article {
        margin-bottom: 20px;
    }
    .glossario .ambit {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .glossario .title {
        font-size: 28px;
        line-height: 40px;
        margin-top: 24px;
        margin-bottom: 0;
    }
    .single-glossario .glossario .title {
        margin-bottom: 20px;
    }
    .glossario .description {
        font-size: 18px;
        line-height: 32px;
        margin-top: 0;
    }
    .glossario .anchor_menu ul {
        margin: 40px 0 16px;
    }
    .glossario .anchor_menu ul li {
        line-height: 32px;
        margin: 0 0 24px;
        display: block;
    }
    .glossario .anchor_menu ul li a {
        font-size: 16px;
        line-height: 28px;
    }
    .glossario .anchor_content .sub2 {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .glossario .anchor-image {
        margin-bottom: 24px;
    }
    .glossario .anchor_content > div {
        margin-bottom: 40px;
    }
    .glossario .breadcrumb_back {
        display: block;
        color: var(--green);
        font-family: 'Poppins', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        text-decoration: none;
    }
}
