/* Solo CSS specifico per la pagina servizi */
.membri-parallax-section {
    background-size: cover;
    padding: 8rem 0;
    color: #fff;
    margin-top:8rem;
}

.membri-section-title h2 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    color: #fff;
}

.membri-section-title .title-line {
    color: #fff;
    font-size: 2rem;
}

@media (max-width: 767px) {
    .membri-parallax-section {
        padding: 4rem 0;
    }

    .membri-section-title h2 {
        font-size: 2rem;
    }
}

.section-1 {
    background-color: #f7f7f7;
    padding: 3rem 0;
}

.list-member>div {
    margin-bottom: 3rem;
}

.item-member {
    background-color: #fff;
    padding: 1rem 1rem;
    border-radius: 0.5rem;
}

.list-member .logo-member {
    height: 187px;
    overflow: hidden;
    text-align: center;
    -ms-flex-pack: center!important;
    justify-content: center !important;
    display: -ms-flexbox!important;
    display: flex !important;
    -ms-flex-align: center!important;
    align-items: center !important;
}

.list-member figcaption h6 {
    color: #f03210;
}

.list-member figcaption {
    height: auto !important;
}

.ragsoc {
    color: transparent;
    font-size: 1px;
}
.list-member .logo-member img {
    margin: 0 auto;
    width: auto;
    max-height: 100%;
    transform: scale(.8);
}


#map 
{ 
  position: relative;
  top: 0; 
  bottom: 0;
  height: 440px;
  margin: 15px;
}
.mapboxgl-ctrl-geocoder {
	font-size:15px!important;
	width: 10px!important;
}