/*
 * Custom CSS
 */

:root {
  --bs-body-bg: var(--bs-gray-100);
}

body {
	 font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h2 {
	font-weight:700;
	color: #39acaf;
}

h4 {
	font-weight:600;
}

a {
	text-decoration: none;
	color: #39acaf;
}

.bg-insieme {
	background-color: #39acaf !important;
}

.logo {
	max-width:240px;
	height:auto;
}

.img-cover {
	width:100%;
	height:300px;
	object-fit: cover;
	object-position:50% 40%;
}
.testata {
	background-color: #fff;
}

@media (min-width: 768px) {
	.img-cover {
		height:350px;
	}
}

@media (min-width: 992px) {
.testata {
	position: absolute;
	bottom:0;
	background: none;
}
	.img-cover {
		height:400px;
	}
}

