@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */
main {
	font-size: 1.375em;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1.5em 0;
	color: var(--secondary);
}

.text-white .h1,.text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .h6, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
	color: #FFFFFF;
}

.img-circle img {
	border-radius: 100%;
}

.menu-principale {
	font-weight: 700;
	font-size: 20px;
}

.griglia-immagini .h5, .griglia-immagini h5 {
    font-size: 1.55rem;
}

.griglia-immagini > .mb-3 {
	margin-bottom: 3em !important; 
}

.griglia-immagini p{
	font-size: 22px;
}

.griglia-immagini img{
	margin-bottom: 1em; 
}

.testimonials blockquote {
    border: 0;
    background: none;
}

.testimonials blockquote ul{
	text-align: left;
}

blockquote::before {
    font-size: 70px;
    width: 100px;
    position: absolute;
    line-height: 0;
    top: 17px;
    left: calc(50% - 50px);
}

.testimonials p.lead{
	display: none;
}
section ul li{
	margin-top: 0.75em;
}

form {
    font-size: 20px;
}

.gradient-1{
	background: rgb(56,113,193);
	background: linear-gradient(249deg, rgba(56,113,193,1) 0%, rgba(21,148,211,1) 100%);
}

@media screen and (min-width:992px){
	section {
		padding-top: 6em;
		padding-bottom: 6em;
	}
}