@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

html,
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font-family: "Lato", sans-serif;
}

a,
a:hover,
a:focus {
	color: #000;
	outline: none !important;
}

button {
	outline: none !important;
}

textarea {
	resize: none;
}

b,
strong {
	font-weight: 700;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #2c2c2c;
}

.filtro-verde {
	filter: invert(20%) sepia(100%) saturate(3492%) hue-rotate(146deg) brightness(94%) contrast(101%);
}

.filtro-fb {
	filter: invert(35%) sepia(15%) saturate(2195%) hue-rotate(183deg) brightness(89%) contrast(88%);
}

.filtro-ig {
	filter: invert(30%) sepia(41%) saturate(6613%) hue-rotate(324deg) brightness(94%) contrast(87%);
}

.mb-70 {
	margin-bottom: 70px;
}

/* -------------------------------------------------------------------------------- */
/* ! Pagina */
/* -------------------------------------------------------------------------------- */

#top {
	padding: 20px 0px;
	background-color: #ededed;
	font-size: 16px;
	font-weight: 700;
}

#top a {
	text-decoration: none;
}

#top a:hover,
#top a:focus {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.testo-associati {
	color: #8d8d8d;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.orari {
	border: 5px solid #b0dac0;
	padding: 30px 25px 20px;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	margin-bottom: 37px;
}

.orari .titolo {
	padding: 0px 18px;
	background-color: #fff;
	font-size: 25px;
	color: #008633;
	font-weight: 700;
	position: absolute;
	margin-top: -52px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.turno {
	border: 1px solid #969696;
	font-size: 27px;
	font-weight: 300;
	line-height: 30px;
	text-align: center;
	padding: 40px 30px 35px;
	position: relative;
}

.croce-verde {
	margin-top: -60px;
	width: 37px;
	height: 45px;
	position: absolute;
	left: 50%;
	margin-left: -18.5px;
}

.turno a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	width: 160px;
	text-align: center;
	border-radius: 45px;
	background-color: #008633;
	color: #fff;
	font-size: 18px;
	margin-top: 13px;
	font-weight: 400;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-decoration: none;
}

.turno a:hover,
.turno a:focus {
	background-color: #007733;
	text-decoration: none;
}

ul {
	padding-left: 25px;
}

ul li {
	font-size: 26px;
	line-height: 35px;
	color: #008633;
	font-weight: 300;
}

ul li span {
	font-size: 17px;
	line-height: 23px;
	color: #000;
	display: block;
	margin-bottom: 10px;
}

.m-bottom10 {
	margin-bottom: 10px;
}

.contenuto .titolo {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}

.hr {
	margin: 40px 0px;
	border-top: 1px solid #c0c0c0;
}

.hr2 {
	border-top: 1px solid #c0c0c0;
	margin-bottom: 20px;
}

ul.servizi li {
	color: #000;
}

.fascia-grigia {
	margin: 60px 0px 80px;
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	color: #008633;
	background-color: #ededed;
}

.fascia-grigia .container {
	padding-top: 65px;
	padding-bottom: 65px;
	background-image: url(../img/mano-carta.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.fascia-grigia strong {
	font-style: italic;
}

.fascia-grigia a {
	display: inline-block;
	padding: 15px 45px;
	border-radius: 45px;
	background-color: #008633;
	color: #fff;
	font-size: 19px;
	margin-top: 15px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
}

.fascia-grigia a:hover,
.fascia-grigia a:focus {
	background-color: #007733;
	text-decoration: none;
}

.loghi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 70px;
	margin-bottom: 50px;
}

.embed-container {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 50px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.link-social p {
	font-size: 25px;
    font-weight: 300;
    margin-bottom: 30px;
}

.link-social .bottoni {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}

a.facebook, a.instagram {
    padding: 10px 60px;
    border-radius: 60px;
    background-color: #3a589b;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
	text-transform: uppercase;
	text-decoration: none;
}

a.facebook:hover, a.facebook:focus {
	background-color: #2a447e;
	text-decoration: none;
}

a.instagram {
    background-color: #E1306C;
}

a.facebook:hover, a.facebook:focus {
	background-color: #C13584;
	text-decoration: none;
}

footer {
    background-color: #ededed;
    padding: 35px 0px;
    font-size: 16px;
}

footer .indirizzo a,
footer .telefono a,
footer .whatsapp a,
footer a.privacy:hover,
footer a.privacy:focus {
	text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.loghi {
		gap: 39px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .fascia-grigia .container {
        background-position: bottom right -230px;
		margin-right: 0;
    }

	.fascia-grigia .container .col-md-9 {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
    .contenuto {
        margin-top: 80px;
    }

	.fascia-grigia .container {
        background-image: none;
    }

	.fascia-grigia a {
		margin-top: 25px;
	}
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 2.2rem;
    }
}