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

body {
	font-size: 18px;
}

.menu-principale {
    border-bottom: 3px solid var(--primary);
	font-weight: 600;
}

.footer {
    border-top: 3px solid var(--primary);
}

.owl-theme .owl-dots {
    position: absolute;
    z-index: 1000;
    bottom: 15px;
    width: 100%;
}
/*
.Contatore h3 span {color: var(--primary); font-size: 3em;}
.Contatore h6 {color: var(--info); font-size: 1.2em;}*/

.up-tri:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	height: 38px;
	width: 100%;
	background: url('../immagini/altro/tri1.svg') bottom right no-repeat;
	transform: rotate(180deg);
}

.down-tri:after{
	content:'';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	width: 100%;
	background: url('../immagini/altro/tri1.svg') bottom right no-repeat;
}

.small-grid img {
	max-width: 128px;
	margin-left: calc(50% - 64px);
	margin-bottom: 46px;
}

h1{
	font-size: 70px;
	line-height: 80px;
}

h2{
	font-size: 50px;
	line-height: 60px;
}

@media (min-width: 768px){
	footer .col-md-5.col-lg-4.text-md-right > ul {
		text-align: right !important;
	}
}