.title-section-menu{
    color:#003A69;
    text-align: center;
    margin-bottom: 4%;
}

.section-menu-border{
    border-bottom:3px solid lightgray;
}

.titleh2tab{
    color:#003A69;
    margin-top: 3%;
}

.titlesection{
    text-transform: uppercase;
    color: black;
}

.textsection{
    color: black;
}

.marginrowsection{
    margin-bottom:45px;
}


.w3-bottombar {
    border-bottom: 3px solid #ccc !important;
}

/*custom w3.css*/
.w3-border-red,.w3-hover-border-red:hover{
    border-color:#003A69!important
}

.w3-col.m4, .w3-third{
    width: 50%;
}


html,body{
    font-family:"Montserrat",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat",sans-serif;
}

.w3-light-grey, .w3-hover-light-grey:hover, 
.w3-light-gray, .w3-hover-light-gray:hover{
    background-color: transparent !important;
}

.imgsection{
    width: 100%;
    /* height: 300px; */
}

.imgnews{
    width: 100%;
    /* height: 180px !important; */
}

.imgoptionalsection{
width: 100%;
height: 50%;
margin-top: 16%;
}


@media screen and (min-width:800px)  and (max-width : 1250px) {
    .imgsection {
        width: 100%;
        /* height: 450px; */
    }
}

@media screen and (min-width:200px)  and (max-width : 500px) {
    .imgsection {
        width: 100%;
        /* height: 100%; */
    }
}

/*Miglioria per la gestione delle immagini opzionali nei dispositivi mobile, se l'immagine opzionale non è presente noon crea spazio
+ margine fra section ridotto*/
@media screen and (min-width:200px)  and (max-width : 1249px) {
    .imgoptionalsection{
        width: auto;
        height: auto;
        margin-top: 0%;
    }
    .marginrowsection {
        margin-bottom: 10px;
    }

    .imgoptional{
        display:none;
    }
}

.box-hidden,
.box-hid{
    display:none;
}

.btn-load,
.btn-load:hover,
.btn-load:focus,
.btn-load:active{
    background: #003A69;
    color: white;
    border: 1px solid #003A69;
    border-radius: 10px;
}

/*Modifiche per section_news*/
w3-bottombar-custom{
    border-bottom: 0px solid #ccc !important;
}

.moreBox{
    display:none;
}

.titleh2subtab{
    color: #003A69;
    margin-top: 3%;
    background: rgba(211, 211, 211, 0.2);
    padding: 1%;
}


