@charset "UTF-8";


@font-face {
    font-family: 'Poppins-Bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff'),
        url('fonts/Poppins-Light.ttf') format('truetype'),
        url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Poppins-LightItalic';
    src: url('fonts/Poppins-LightItalic.eot');
    src: url('fonts/Poppins-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-LightItalic.woff2') format('woff2'),
        url('fonts/Poppins-LightItalic.woff') format('woff'),
        url('fonts/Poppins-LightItalic.ttf') format('truetype'),
        url('fonts/Poppins-LightItalic.svg#Poppins-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
	margin: 0;
	padding: 0;	
}

:root {
	--main-color: #557481;
	--light-color: #558f9a;
	--dark-color: #46464f;
	--extralight-color: #56baa0;
	--lightgrey-color: #f2f4f6;
	
	/* colori scuole */
	--infanzia-color: #009f92;
	--primaria-color: #fdc300;
	--secondaria-color: #72a82d;
	
}

.maincolor-bg {
	background-color:var(--main-color) !important;
}

.lightgrey-bg {
	background-color:var(--lightgrey-color) !important;
}

.lightcolor-bg {
	background-color:var(--light-color) !important;
}

.infanzia-bg {
	background-color:var(--infanzia-color) !important;
}
.infanzia-bg-home {
	background-color:var(--infanzia-color) !important;
	background-image: url(images/blocco-infanzia.jpg);
	background-size: cover;
}
.primaria-bg {
	background-color:var(--primaria-color) !important;
}
.primaria-bg-home {
	background-color:var(--primaria-color) !important;
	background-image: url(images/blocco-primaria.jpg);
	background-size: cover;
}
.secondaria-bg {
	background-color:var(--secondaria-color) !important;
}
.secondaria-bg-home {
	background-color:var(--secondaria-color) !important;
	background-image: url(images/blocco-secondaria.jpg);
	background-size: cover;
}
.white-color {
	color:white !important;
}

.infanzia-color {
	color:var(--infanzia-color) !important;
}

.primaria-color {
	color:var(--primaria-color) !important;
}

.secondaria-color {
	color:var(--secondaria-color) !important;
}

a {
  	all: unset;
  	cursor: pointer;
  	color: inherit;
	text-decoration:none;
}
li {
	margin-left: 25px;
}

body {
	font-family: 'Poppins-Regular', Arial, sans-serif;
	color:#46464f;
	font-size:19px;
	overflow-x: hidden;
}

.separatore {
	height:30px;
	width:100%;
}

.centered {
	text-align:center;
}
#mappa img {
	width: 100%;
}
#overlay_nav {
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0 / 47%) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 2;
}

#sezione_titolo_home {
    color: white;
    position: absolute;
    left: 5%;
    top: 38%;
	z-index: 9;
}

.title_main {
    font-family: 'Poppins-Bold', Arial, sans-serif;
    font-size: calc(30px + 1.9vw);
    line-height: 1.2em;
	text-shadow: 0px 0px 15px #0000007a;
}
.subtitle_main {
	font-family: 'Poppins-Medium', Arial, sans-serif;
    font-size: 23px;
	text-shadow: 0px 0px 15px #0000007a;
	text-transform: uppercase;
}

.slide {
	background-position: center center;
}

#slideshow {
	z-index: 0;
}

#navigation {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	z-index:10;
}

#nav_dx {
    float: right;
    width: 64%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

#primopiano {
	position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--light-color);
    padding: 40px 40px 50px 40px;
    width: 400px;
	z-index: 9;
}
#primopiano .title {
	margin-bottom: 1px;
	line-height: 30px;
}
#primopiano:hover {
	filter: brightness(120%);
}

#logo {
    float: left;
    margin-top: 50px;
    margin-left: 5%;
    width: 30%;
}

#logo img {
    max-width: 390px;
    width: 100%;
}

#logo_menu {
    float: left;
    margin-top: 50px;
    margin-left: 5%;
    width: 30%;
}

#logo_menu img {
    max-width: 390px;
    width: 100%;
}

#ham {
    background-color: var(--light-color);
    height: 90px;
    width: 100px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	cursor:pointer;
}

#ham:hover {
	filter: brightness(1.4);
}

#ham img {
	height:30px;
}

#close, #close_ricerca {
    height: 90px;
    width: 70px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
	cursor:pointer;
}

#close img, #close_ricerca img {
	height:30px;
}

#close img:hover, #close_ricerca img {
	opacity:.8;
}



#ricerca {
    background-color: #46464ff0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
	display:none;
}


#menu {
    background-color: #46464ff0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	display:none;
}

#colonne_menu {
    color: white;
    display: flex;
    clear: both;
    width: 90%;
    margin-left: 5%;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: space-between;
}

.title_menu {
	text-transform:uppercase;
	font-family: 'Poppins-Medium', Arial, sans-serif;
}

.title_menu span {
    width: 34px;
    height: 4px;
    background-color: white;
    display: block;
    margin: 15px 0px;
}

.col_menu {
    /*width: 22%;*/
}

.menubutt {
    display: block;
    font-family: 'Poppins-Medium', Arial, sans-serif;
    padding: 5px 0px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.menubutt:hover, .butt_menu_contatti:hover, .menubutt_re:hover {
	opacity:.8;
}


.menubutt .square {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    margin-left: 10px;
}

.menubutt.active {
    font-family: 'Poppins-Bold', Arial, sans-serif;
    color: var(--extralight-color);
}

#bottom_nav {
	color: white;
    width: 90%;
    margin-left: 5%;
    border-top: 1px solid white;
    padding-top: 15px;
	display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}


.socials {
	float:left;
	display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.socials img {
	width:30px;
	margin-left:10px;
}

.socials a:hover {
	opacity:.8;
}

.socials_dark {
	text-align: center;
}

.socials_dark img {
	width:30px;
	margin-left:10px;
	filter: invert(42%) sepia(10%) saturate(600%) hue-rotate(160deg) brightness(90%) contrast(85%);
}

.highlight {
    text-align: center;
    color: white;
    font-family: 'Poppins-LightItalic', Arial, sans-serif;
    font-size: 30px;
    width: 60%;
    padding: 60px 20% 70px;
}

.highlight b, .highlight strong {
	font-family: 'Poppins-LightItalic', Arial, sans-serif;
	color:var(--extralight-color);
}

.wrapper {
    width: 70%;
    margin: 0 auto;
    max-width: 1600px;
}
.wrappercol {
	width: 48%;
    display: inline-block;
    vertical-align: top;
}

.seztitle {
	font-family: 'Poppins-Semibold', Arial, sans-serif;
	color:var(--main-color);
	text-align:center;
	font-size: 30px;
	margin-bottom: 20px;
}

.underline {
	background-color:var(--main-color);
	display:block;
	margin:0 auto;
	margin-top:20px;
	width:30px;
	height:4px;
}

.proposta-didattica {
    display: flex;
    align-items: center;
    column-gap: 21px;
	justify-content: center;
}

.box {
    font-family: 'Poppins-Semibold', Arial, sans-serif;
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 250px;
    padding: 30px;
    text-align: center;
    font-size: calc(13px + 0.5vw);
	aspect-ratio: 1 / 1;
}

.box:hover {
	filter: brightness(1.05);
}

.sep {
	width:30px;
	height:4px;
	background-color:var(--main-color);
}


.title {
	font-family: 'Poppins-Semibold', Arial, sans-serif;
	font-size: 30px;
	margin-bottom: 20px;
}

.fascia_immagine {
	background-size:cover;
	background-position:center center;
	color:white;
	text-align:center;
	width: 60%;
    padding: 60px 20% 70px;
}

.fascia_immagine .title {
	color:white;
	text-align:center;
	
}

.fascia_immagine .title .underline {
	background-color:white;
}

.sezione {
    display: flex;
    flex-direction: row;
}

.col_testo {
    width: 36%;
    padding: 80px 7% 90px 7%;
}

.col_immagine {
    background-image: url(images/_img-fascia.png);
    width: 50%;
    background-size: cover;
    background-position: center center;
}

.evidenza {
	text-transform: uppercase;
    font-size: 20px;
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
	color:var(--main-color);
}


#fascia_cta {
	width: 86%;
    padding: 40px 7%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

.cta {
    font-family: 'Poppins-Medium';
    font-size: 23px;
    width: 50%;
}

#footer {
	background-color:#46464f;
	width: 86%;
    padding: 40px 7%;
	font-size:16px;
}


#foo_cols {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

#foo_cols .col {
	width: 33%;
}

#logo_footer img {
	width: 300px;
}

#bottom_footer {
	background-color:#3a3941;
	width: 86%;
    padding: 15px 7%;
	font-size:16px;
	display:flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}


/* butt bottoni */


.butt_re {
    background-color: var(--main-color);
    color: white;
    font-family: 'Poppins-Medium', Arial, sans-serif;
    font-size: 19px;
    float: left;
    height: 90px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.butt_re:hover {
	filter: brightness(1.4);
}

.butt_cerca {
    background-color: var(--dark-color);
    float: left;
    color: white;
    font-family: 'Poppins-Medium', Arial, sans-serif;
    font-size: 19px;
    display: flex;
    padding: 0 30px;
    align-items: center;
    justify-content: center;
    height: 90px;
	cursor:pointer;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.butt_cerca:hover {
	filter: brightness(1.4);
}

.butt_cerca img {
    width: 19px;
    margin-left: 12px;
}

.butt {
    border-width: 2px;
    border: solid;
    display: inline-block;
    padding: 6px 18px;
    text-transform: uppercase;
    font-family: 'Poppins-Medium', Arial, sans-serif;
    font-size: 17px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.butt_dark {
	border-color:var(--main-color);
	color:var(--main-color);
}

#invia {
	border-color:var(--main-color);
	color:var(--main-color);
	background-color:transparent;
}

#invia:hover {
	border-color:var(--main-color);
	background-color:var(--main-color);
	color:white;
}


.butt:hover {
	color:black;
	background-color:white;
	border-color:white;
}

.butt_dark:hover {
	background-color: var(--main-color);
    color: white;
	border-color:var(--main-color);
}

.butt_infanzia {
	border-color:var(--infanzia-color);
	color:var(--infanzia-color);
}

.butt_infanzia:hover {
	background-color: var(--infanzia-color);
    color: white;
	border-color:var(--infanzia-color);
}

.butt_primaria {
	border-color:var(--primaria-color);
	color:var(--primaria-color);
}

.butt_primaria:hover {
	background-color: var(--primaria-color);
    color: white;
	border-color:var(--primaria-color);
}

.butt_secondaria {
	border-color:var(--secondaria-color);
	color:var(--secondaria-color);
}

.butt_secondaria:hover {
	background-color: var(--secondaria-color);
    color: white;
	border-color:var(--secondaria-color);
}


.butt_cta span{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.butt_cta:hover > span {
	margin-left:10px;
}

.butt_news {
	color:var(--main-color);
	text-transform: uppercase;
	font-family: 'Poppins-SemiBold', Arial, sans-serif;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.butt_news span {
	margin-right:5px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.butt_news:hover > span {
	margin-right:10px;
}

#footer .butt {
	font-size:16px;
}

#searchbutt {
	border-color:white;
	cursor: pointer;
}

/* --- */

#sezione_titolo_pagina {
    width: 100%;
    padding: 240px 0 100px 0;
    background-size: cover;
    background-position: center center;
}

.subtitle_page {
	font-family: 'Poppins-Medium', Arial, sans-serif;
    font-size: 23px;
	color:var(--main-color);
	text-transform:uppercase;
}

.title_sez_page {
	font-family: 'Poppins-SemiBold', Arial, sans-serif;
	color:var(--dark-color);
	font-size:35px;
	margin-bottom:20px;
}

.box_organigramma {
    background-color: #f2f4f6;
    display: inline-block;
    padding: 20px 35px;
    margin: 0px 20px 25px 0px;
}

.tab_butt {
    font-family: 'Poppins-SemiBold', Arial, sans-serif;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 25px;
    text-align: center;
	cursor:pointer;
    width: 200px;
    height: 200px;
    padding: 40px;
    border: 1px solid #f2f4f6;
    display: flex;
    float: left;
    margin: 0 auto;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
	margin-left: -1px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.tab_butt:hover {
	background-color: #f2f4f6;
	color:#009ad1;
}

.tab_butt:hover > img{
	filter: brightness(0) saturate(100%) invert(37%) sepia(81%) saturate(2537%) hue-rotate(171deg) brightness(100%) contrast(101%);
}

.tab_butt.tab_active {
	background-color: #f2f4f6;
	color:#009ad1;
}

.tab_butt.tab_active img {
	filter: brightness(0) saturate(100%) invert(37%) sepia(81%) saturate(2537%) hue-rotate(171deg) brightness(100%) contrast(101%);
}


.tab_butt img {
	width:90px;
	margin-bottom:20px;
}

.tabs_container {
    background-color: #f2f4f6;
    padding: 80px 0px 100px 0px;
    display: inline-block;
	width: 100%;
}

.tab b, .tab strong {
	color:var(--main-color);
}

.info .wrapper {
	display: flex;
}

.info_col_sx {
    border-right: 2px solid white;
    padding-right: 10%;
    margin-right: 10%;
	align-content: center;
}

.info_col {
	width: 50%;
}

/* FORM CONTATTI */

.formcol_half {
    width: 44%;
    float: left;
    margin-right: 3%;
    margin-bottom: 10px;
}

.formcol_full {
    clear: both;
    width: 91%;
    margin-bottom: 10px;
}

.area {
    background-color: var(--lightgrey-color);
    border: none !important;
    padding: 17px;
    font-size: 19px;
    font-family: 'Poppins-Regular', Arial, sans-serif;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-image: url(images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 97%;
    background-size: 31px;
}

.news {
	display: flex;
    flex-direction: row;
    column-gap: 30px;
}

.img_news {
	width: 30%;
}

.news img {
	width: 100%;
}

.text_news {
	width: 70%;
}

.linea_news {
	width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 60px 0px;
}

.approfondimento {
    padding-bottom: 60px;
}

.pic {
    width: 18.5%;
    margin: 0.7%;
}

/* --- */

.immagine_dettaglio_blog {
	width:50%;
	max-width: 800px;
}


.mobile {
	display:none;
}

b, strong {
	font-family: 'Poppins-SemiBold', Arial, sans-serif;
}

@media screen and (max-width: 1199px) {
	
	.nomobile {
		display:none;
	}
	
	.mobile {
		display:inline-block;
	}
	
	body {
		font-size: 17px;
		overflow: auto !important;
		overflow-x: hidden !important;
	}
	
	#menu {
	 	align-content: flex-start;
	}
	
	.socials {
		float: none;
		padding: 0;
		margin-left:5%;
	}
	
	.socials img {
		width: 30px;
		margin-left: 0;
		margin-right: 10px;
	}
	
	.title {	
		font-family: 'Poppins-Semibold';
		font-size: 22px;
		margin-bottom:10px;
	}
	
	.subtitle_main {
    	font-size: 15px !important;
		margin-bottom: 10px;
	}
	
	.title_main {
    	font-size: calc(20px + 1.9vw);
	}
	
	.subtitle_page {
    	font-size: 15px;
	}
	
	.title_sez_page {
		font-size: 25px;
	}
	
	.seztitle {
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	.underline {
		margin-top: 15px;
	}
	
	#logo {
		margin-top: 20px;
		width: 50%;
	}
	
	#logo_menu {
		margin-top: 20px;
		width: 50%;
	}
	
	#primopiano {
		padding: 20px 5% 20px 5%;
		width: 90%;
		right:0 !important;
	}
	
	#primopiano .title {
    	margin-bottom: 6px;
	}
	
	.wrapper {
    	width: 90%;
	}
	
	#nav_dx {
    	width: 40%;
	}
	
	#sezione_titolo_home {
		top: 30%;
		width: 90%;
	}
	
	.highlight {
		font-size: 22px;
		width: 90%;
		padding: 40px 5% 45px;
	}
	
	.separatore {
    	height: 20px;
	}
	
	.butt {
		padding: 5px 13px;
		font-size: 15px;
	}
	
	.sep {
		display:none;
	}
	
	.proposta-didattica {
		flex-direction: column;
		row-gap: 20px;
	}
	
	.box {
		font-size: calc(22px + 0.5vw);
	}
	
	.fascia_immagine {
		width: 90%;
		padding: 40px 5% 45px;
	}
	
	.sezione {
		flex-direction: column;
	}
	
	.sezione.reverse {
		flex-direction: column-reverse;
	}
	
	.col_immagine {
		height: 200px;
		width: 100%;
	}
	
	.col_testo {
		width: 90%;
		padding: 40px 5% 45px 5%;
	}
	
	#fascia_cta {
		width: 90%;
    	padding: 40px 5%;
		align-items: flex-start;
		flex-direction: column;
	}
	
	.cta {
		width: 100%;
		margin-bottom: 20px;
	}
	
	#ham, #close, .butt_cerca, #close_ricerca {
        height: 67px;
        width: 56px;
        align-items: center;
        justify-content: center;
		padding:0;
    }
	
	.butt_cerca img {
		margin-left:0;
	}
	
	#ham img, #close img, #close_ricerca img {
		height: 18px;
	}
	
	#logo_footer img {
		width: 200px;
	}
	
	#footer {
		width: 90%;
		padding: 40px 5% 20px;
	}
	
	#foo_cols {
		flex-direction: column;
	}
	
	#foo_cols .col {
		width: 100%;
		margin-bottom: 30px;
	}
	
	#bottom_footer {
    	flex-direction: column;
	}
	
	#colonne_menu {
		flex-direction: column;
		margin-top: 40px;
	}
	
	.menubutt {
		font-size: 16px;
		padding: 2px 0px;
	}
	
	.col_menu {
		margin-bottom: 30px;
	}
	
	#sezione_titolo_pagina {
		padding: 110px 0 50px 0;
	}
	
	#overlay_nav {
		background: linear-gradient(180deg, rgb(0 0 0 / 69%) 0%, rgba(0, 0, 0, 0) 100%);
		height: 100px;
	}
	
	.box_organigramma {
        padding: 20px 5%;
        width: 90%;
        margin: 10px 0 10px 0px;
    }
	
	.tab_butt {
		font-size: 16px;
		width: 29%;
		height: auto;
		padding: 20px 2%;
		flex-wrap: wrap;
	}
	
	.tab_butts {
		width:90%;
	}
	
	.tab_butt img {
		width: 34px;
		margin-bottom: 9px;
		display: block;
	}
	
	.tabs_container {
		padding: 40px 0px 50px 0px;
	}
	
	.info .wrapper {
		flex-direction: column;
	}
	
	.info_col_sx {
		border-right: 0;
		padding-right: 0;
		margin-right: 0;
		padding-bottom: 20px;
		align-content: center;
		border-bottom: 2px solid white;
		margin-bottom: 20px;
	}
	
	.info_col {
		width: 100%;
	}
	
	.wrappercol {
    	width: 100%;
		margin-bottom:40px;
	}
	
	.formcol_half {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.formcol_full {
    	width: 100%;
	}
	
	#mappa {
		height: 250px;
	}
	
	#search_form table {
		width:100% !important;
	}
	
	#search_form {
		width:100%;
	}
	
	#ricerca {
		width: 90%;
    	padding: 0px 5%;
	}
	
	.immagine_dettaglio_blog {
		width:100%;
	}
	
	.news {
		flex-direction: column;
	}
	
	.img_news {
		width: 50%;
	}
	
	.text_news {
		width: 100%;
	}
	
	.linea_news {
		margin: 40px 0px;
	}
	
	.approfondimento {
    	padding-bottom: 30px;
	}
	.pic {
		width: 100%;
		margin: 0 0 10px 0;
	}
	
}