@charset "utf-8";
/* Aggiungi di seguito il tuo stile personalizzato */

body{
	font-size: 18px;
}

.h1, h1 {
    font-size: 3.5em;
}
.h2, h2 {
    font-size: 3em;
}
.h3, h3 {
    font-size: 2.5em;
}
.h4, h4 {
    font-size: 2em;
}
.h4, h4 {
    font-size: 1.5em;
}

.btn {
    font-weight: 500;
    padding: 0.5rem 1.85rem;
    font-size: 1.05rem;
}

.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.owl-theme .owl-nav {
    top: calc(50% - 20px);
    font-size: 60px;
    line-height: 0;
	height: 0;
}

.footer-superiore .text-dark h4 {
    color: var(--primary) !important;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 1em;
}

.footer-superiore .profili-social {
	font-size: 30px;
}

.footer-inferiore a{
	color: #FFF;
} 

.GrigliaContenuti.small-img h4{
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.GrigliaContenuti.small-img img.img-fluid.w-100{
	width: 120px;
	max-width: 120px;
}

@media (min-width:768px){
	section,
	.doppia-colonna .contenutoTestuale {
		padding-top: 6em;
		padding-bottom: 6em;
	}
}
