@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.hp-main-title,
.hp-avvisi-title {
   font-size: 32px !important;
}

.hp-subtitle {
   font-size: 20px !important;
   font-weight: 600;
   margin: 30px 0 20px;
}

.prova1 #home-main-section {
    color: #003A60;
    font-weight: 400;
}

div.box-hp {
    text-align: center;
    font-size: 15px;
}

.numeri-interventi {
    padding: 20px 0 30px;
}

.table-info {
    background: #EBF4EC;
    border: 1px solid #B4D5BA;
    text-align: center;
    font-weight: 600;
}

.table-info thead {
    color: #348D45;
}

.table-info td {
    border: 1px solid #B4D5BA;
}

.table-info thead td,
.table-info tbody td {
    padding: 7px;
}

hr.hp-serparator {
    border-top: 1px solid #348D45;
    margin: 3rem 0;
}

.link-hp-main {
    font-weight: bold; 
    color: #003A60; 
    text-decoration: underline;
}

h2.table-title {
    color: #348D45;
    font-size: 20px;
    margin-top: 3rem;
    font-weight: 400;
}

.prova1 .main section {
    margin-bottom: 60px;
}

.prova1 b {
    font-weight: bold;
}

.hp-avvisi-title {
    color:#fff;
    margin-top: 0;
    margin-bottom: 30px;
}

ul.hp-avvisi {
    list-style-type: none;
    padding-left: 0;
    font-size: bold;
    
}

.hp-avvisi a {
    font-weight:400;
    color:#fff;
    text-decoration: underline;
}

.hp-avvisi a:hover {
    color: #EBF4EC;
    text-decoration: none;
}

