@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i,600,600i');

/* WebKit/Blink Browsers */
::selection {
	background: #62b57e;
	color: #fff;
}
/* Gecko Browsers */
::-moz-selection {
 background: #62b57e;
 color:#fff;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.4rem;
    font-family: 'Source Sans Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 2;
	color: #2a2a2a;
	position:relative;
}
img {
	-ms-interpolation-mode: bicubic;
}
.w-33 {
    width: 33% !important;
}
.w-66 {
    width: 66% !important;
}
.dueColonne {    
	column-count: 1; 
	/*Amplifica il supporto alle vecchie versioni di Firefox e Chrome/Safari */
	-moz-column-count: 1;
	-webkit-column-count: 1;
}

@media screen and (min-width: 992px) {
	.container-wide {
		max-width: 1340px;
		padding-left: 20px;
		padding-right: 20px;
	}
	body {
		font-size: 1.6rem;
	}
	.dueColonne {
		/*Numero di colonne*/
		column-count: 2;
		/* Distanza tra le colonne*/
		column-gap: 30px;
		/*Stile per il bordo delle colonne
		column-rule: 1px solid #666;*/
	 
		/*Amplifica il supporto alle vecchie versioni di Firefox e Chrome/Safari */
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		/*-moz-column-rule: 1px solid #666;*/
	 
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		/*-webkit-column-rule: 1px solid #666;*/
	 
	}
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
	color: inherit;
}
h1, .h1 {
	font-size: 2.8rem;
	line-height: 3.2rem;
	margin: 2rem 0;
	font-weight: 500;
}
h2, .h2 {
	font-size: 2.6rem;
	line-height: 3rem;
	margin: 0;
	font-weight: 500;
}
h3, .h3 {
	font-size: 2.4rem;
	line-height: 3.2rem;
	margin: 0;
	font-weight: 500;
}
h4, .h4 {
	font-size: 2.2rem;
	line-height: 2.8rem;
	margin: 0;
	font-weight: 500;
}
h5, .h5 {
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin: 0;
	font-weight: 500;
}
h6, .h6 {
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
	font-weight: 500;
}
p {
    font-family: 'Source Sans Pro', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 2.6rem;
	margin-bottom: 2.4rem
}
ul {
	margin-bottom: 2.4rem
}

@media screen and (min-width: 992px) {
	h1, .h1 {
		font-size: 3.8rem;
		line-height: 4.4rem;
		letter-spacing: 0.1rem;
	}
	h2, .h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
	h3, .h3 {
		font-size: 2.6rem;
		line-height: 3.4rem;
	}
	h4, .h4 {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	h5, .h5 {
		font-size: 1.8rem;
		line-height: 3rem;
	}
	h6, .h6 {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
	p {
		font-size: 1.5rem;
		line-height: 2.6rem;
		margin-bottom: 2.4rem
	}
}

@media screen and (min-width: 1200px) {
	h1, .h1 {
		font-size: 4rem;
		line-height: 4.8rem;
		letter-spacing: 0.2rem;
	}
	h2, .h2 {
		font-size: 3rem;
		line-height: 4rem;
		letter-spacing: 0.1rem;
	}
	h3, .h3 {
		font-size: 2.8rem;
		line-height: 3.6rem;
		letter-spacing: 0.1rem;
	}
	h4, .h4 {
		font-size: 2.4rem;
		line-height: 3.4rem;
		letter-spacing: 0.1rem;
	}
	h5, .h5 {
		font-size: 2rem;
		line-height: 3.2rem;
		letter-spacing: 0.05rem;
	}
	h6, .h6 {
		font-size: 1.8rem;
		line-height: 2.4rem;
		letter-spacing: 0.05rem;
	}
	p {
		font-size: 1.6rem;
	}
}

a, a:focus {
	color: #215ba1;
	text-decoration: none;
	-ms-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-ms-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	font-style:italic;

}
a:hover {
	color: #62b57e;
	text-decoration: none;
}
strong, b {
	font-weight: 600;
}
em, i {
	font-style: italic
}

small, .small{}
.big {}
/********** COLORS **********/
/* texts */
.txt-verde {
	color: #62b57e!important;
}
.txt-blu {
	color: #215ba1!important;
}
.txt-bianco {
	color: #ffffff!important;
}
/* backgrounds */
.bg-verde {
	background-color: #62b57e;
}
.bg-blu {
	background-color: #215ba1;
}
.bg-nero {
	background-color: #000;
}
.bg-bianco {
	background-color: #fff;
}
.bg-grigiochiaro {
	background-color: #e1e0e0;
}

/* borders */
.border-verde {
	border-color: #62b57e !important;
}
.border-blu {
	border-color: #215ba1 !important;
}
.border-nero {
	border-color: #000 !important;
}
.border-grigiochiaro {
	border-color: #e1e0e0!important;
}
.border-bianco {
	border-color: #fff !important;
}

.separator-dipartimenti {
	border-top: 2px solid #62b57e;
	margin-top: 7rem;
	margin-bottom: 7rem;
}
/********** FONT WEIGHTS **********/

.font-weight-semibold {
	font-weight: 600;
}

.font-weight-semilight {
	font-weight: 400;
}

.font-weight-light {
	font-weight: 300;
}

/********** VERTICAL DIVIDER **********/
.vertical-divider {
	width:0.1rem;
	display: inline-block;
}
/********** BUTTONS **********/
.btn {
	font-size: 1.6rem;
	padding: 0.75rem 2.5rem;
	border-radius: 0;
	-ms-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-ms-transition-property: all;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	font-weight: 400;
	white-space: normal;
	font-style:normal;
	letter-spacing:0.1rem
}
.btn.btn-sm{
	padding: .25rem .5rem;
	font-size: 1.2rem;
	line-height: 1.5;
}
.btn.btn-lg{
	padding: 1rem 3rem;
	font-size: 1.8rem;
	line-height: 1.5;
	border-radius: .3rem;
}
.btn.btn-ico{
	padding: 1rem 0.5rem;
	/*font-size: 1.8rem;*/
	line-height: 1.5;
	border-radius: .3rem;
}
.btn.btn-ico .big{
	font-size:2.2rem;
}
.btn-verde, .btn-verde:visited, .btn-verde:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #62b57e;
	border: 3px solid #62b57e;
}
.btn-verde:hover, .btn-verde:focus, .btn-verde:active {
	color: #FFF;
	background-color: #4b4b4b;
	border: 3px solid #4b4b4b;
}

.btn-blu, .btn-blu:visited, .btn-blu:not(:disabled):not(.disabled):active {
	color: #FFF;
	background-color: #215ba1;
	border: 3px solid #215ba1;
}
.btn-blu:hover, .btn-blu:focus, .btn-blu:active {
	color: #FFF;
	background-color: #8e8e8e;
	border: 3px solid #8e8e8e;
}

.btn-bianco, .btn-bianco:visited, .btn-bianco:not(:disabled):not(.disabled):active {
	color: #215ba1;
	background-color: #fff;
	border: 3px solid #fff;
}
.btn-bianco:hover, .btn-bianco:focus, .btn-bianco:active {
	color: #FFF;
	background-color: #8e8e8e;
	border: 3px solid #8e8e8e;
}

.btn.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display:none;
	padding:0.8rem 1.2rem;
	z-index:1000;
	border:1px solid #ffffff;
}


@media screen and (min-width: 992px) {
	.btn.back-to-top {
		padding:1.2rem 2rem;
		bottom: 4rem;
		right: 4rem;
	
	}
	
	.btn.btn-ico{
		padding: 1rem 3rem 1rem 2rem;
	}
}
/********** TOOLTIP **********/

.tooltip-inner {
	font-size:1.4rem;
}
/********** FORMS **********/
.form-control {
	font-size: 1.6rem;
	height:auto;
}
.custom-control {
	min-height: 2rem;
	padding-left: 3rem;
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-control-label::before {
	top: .5rem;
	left: -3rem;
	width: 2rem;
	height: 2rem;
}
.custom-control-label::after {
	top: .5rem;
	left: -3rem;
	width: 2rem;
	height: 2rem;
}
.custom-radio {
	padding-left: 2.5rem;
}
.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after {
	left: -2.5rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #215ba1;
}
.custom-select {
	height: calc(3.21rem + 2px);
	vertical-align: top;
}

.custom-file-label{
	font-size: 1.6rem;
	height: auto;
}
.custom-file-label::after {   
    height: auto;
    color: #495057;
    content: "Seleziona";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
/********** COLLEGAMENTI IN EVIDENZA **********/
.link-evidenza {
	text-align:center;
	text-transform:uppercase;
	color:#131313;
	font-style:normal;
	display:block;
	line-height:1.2;
}
.link-evidenza .icona,
.bg-blu .icona{
	background-color:#215ba1;
	width:70%
}
.link-evidenza:hover {
	color:#62b57e;
}
.link-evidenza:hover .icona,
.bg-verde .icona{
	background-color:#62b57e;
	width:70%	
}
/********** FIX PER IE **********/
/* Font Awesome */
.svg-inline--fa.fa-pull-left {
	width:20%;
}
/* Foto dentro card */
.card-img-top {
     max-width: 100%;
     flex-shrink: 0;
}

/********** ACCORDION **********/
.accordion .card {
	margin: 0;
}
.accordion .card .btn-link {
	margin: 0;
	padding: 0.5rem 0;
	color: #2a2a2a;
	width: 100%;
	text-align: left;
	font-weight: 400;
}
.accordion .card .btn-link:hover, .accordion .card .btn-link:focus {
	text-decoration: none;
}
.accordion .card button.collapsed .fa-plus-circle,
.accordion .card button .fa-minus-circle{
	display:block;
}
.accordion .card button.collapsed .fa-minus-circle,
.accordion .card button .fa-plus-circle{
	display:none;
}
/********** TABS **********/
.nav-tabs {}
.nav-tabs .nav-link {
	text-align:left;
	font-style:normal;
	font-size:2rem;
	padding: 1rem 3rem;
}
/********** MARK **********/
.mark, mark {
    padding: .2em;
    background-color: #c9ebda;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}
/********** BADGE **********/
.badge {
    font-weight: 400;
}
.badge.badge-blu {
    background-color: #215ba1;
	color:#fff;
}
.badge.badge-verde {
    background-color: #62b57e;
	color:#fff;	
}

/********** PAGINATION  **********/
.pagination .page-link {
	padding: 1rem 0;
	font-size: 1.6rem;
	line-height: 2.3rem;
	color: #2a2a2a;
	border-radius: 50%;
	margin: 0 0.3rem;
	font-weight: 500;
	border-color: #d9dcdf;
	width: 4.6rem;
	height: 4.6rem;
	text-align: center;
}
.pagination .page-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #215ba1;
	border-color: #215ba1;
}
.pagination .page-item.active .page-link {
	color: #fff;
	background-color: #62b57e;
	border-color: #62b57e;
}
.pagination .page-item.disabled .page-link {
	color: #fff;
	background-color: #d9dcdf;
	border-color: #d9dcdf;
}
.pagination .page-item.freccia .page-link {
	border-color: #215ba1;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
	border-radius: 50%;
	border-color: #62b57e;
}
/********** TABLE **********/
.table .thead-dark.bg-blu th {
	color: #fff;
	background-color: #215ba1;
	border-color: #296cbd;
}
/********** HEADER **********/
#header {
/*padding: 1rem 0;*/

}
.navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-expand-lg > .container {
	padding: inherit;
}
.navbar .navbar-brand {
	padding: 0;
	/*padding: 2rem 0;*/
}
.navbar .navbar-brand img {
	width: 18rem;
}
.navbar .nav-item .nav-link {
	color: #000;
	padding: 0.5rem 0;
	font-weight: 400;
	text-transform:uppercase;
	font-size: 1.4rem;
	border-bottom:1px solid #d9dcdf;
	font-weight:600;
	font-style:normal;

}
.navbar .dropdown-menu {
	padding: 0.5 0 0 0;
	border:none;
	z-index: 1500;
}
.navbar .dropdown-menu .container  {
	padding:0 0.5rem;

}
.navbar .dropdown-menu .container h4 {
	margin: 0.5rem 0;
	text-transform:uppercase;
}
.navbar .dropdown-menu .container h4 a {
	color: #2a2a2a;
	font-weight: 400;
	padding-bottom: 0.5rem;
	font-style:normal;
}
.navbar .dropdown-menu .container .nav-item {
	margin: 0;
	color: #00b2A9;
	font-size: 1.6rem;
	/*border-bottom: 1px solid #f2f2f2;*/
}
.navbar .dropdown-menu .container .nav-item .nav-link {
	margin: 0;
	padding: 0.2rem 1rem;
	font-weight:400;
}
.navbar .dropdown-menu .container .nav-item .nav{
	padding-left:1.5rem
	
}
.navbar .dropdown-menu .container .nav-item .nav .nav-link{
	padding-left:1rem;
	border-bottom:1px solid transparent
}
.navbar .dropdown-menu .container .nav-item .nav .nav-link::after{
	content: "/";
	color:#fff;
	font-size: 1.6rem;
	top: 0;
	left: 0;
}
.navbar .dropdown-menu .container .nav-item .nav .nav-link:hover{
	border-bottom:1px solid #fff;
}
.navbar .navbar-toggler {
	color: #215ba1;
	border-color: transparent;
	padding: 0;
	font-size:3rem;
}
.navbar .navbar-toggler:hover {
	color: #215ba1;
}


/* Navbar - main menu  */
/* https://bootstrapcreative.com/pattern/bootstrap-4-mega-dropdown-menu-navbar/ */


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
	#mainmenu {
		position: relative;
	}
	/* remove the padding from the navbar so the dropdown hover state is not broken */
	.navbar {
		/*padding-top: 0px;
		padding-bottom: 0px;*/
		margin:1rem 0
	}
	.navbar .navbar-nav{
		margin-left:2rem;
	}
	.navbar .navbar-brand {
		/*padding: 0;*/
		margin-right:6rem;
	}
	.navbar .navbar-brand img {
		width: 20rem;
	}
	/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
	.navbar .nav-item {
		padding: 0.5rem 0.8rem;
		/*padding:0;*/
		margin: 0;	
	}
	.navbar .nav-item .nav-link {
		position: relative;
		/*padding: 0.5rem 1.1rem;*/
		padding:0;
		border:none;
		border-bottom: 1px solid #fff;
		font-weight:400;
		text-transform:uppercase;
		/*font-size: 1.6rem;*/
		line-height: 2;
	}
	.navbar ul li .nav-link:hover,  .navbar ul li.show .nav-link {
		border-bottom: 1px solid #215ba1;
		color:#215ba1;
	}
	.navbar ul .nav-item.active .nav-link {
		border-bottom: 1px solid #62b57e;
	}

	
	.dropdown-toggle::after {
		display: none;
	}
	
	/* makes the dropdown full width  */
	.navbar .dropdown {
		position: static;
	}
	.navbar .dropdown-menu {
		width: 100%;
		left: 0;
		right: 0;
		/*  height of nav-item  */
		/*top: 8.5rem;*/
		background: transparent;
		padding: 0;
		border: none;
	}
	/* shows the dropdown menu on hover 
	.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
		display: block!important;
	}*/
	.navbar .dropdown-menu .container {
		/*border: 10px solid #97ddd8;
		background-color: #fff;*/
		background-color:rgba(33, 91, 161, 0.95);
		/*padding: 0 0 3rem 0;*/
	}
	.navbar .dropdown-menu .container h3 {
		margin: 0 0 1.5rem 0;
	}
	.navbar .dropdown-menu .container h4 {
		margin: 0 0 1.5rem 0;
		color:#fff;
		font-size:2rem;
	}
	.navbar .dropdown-menu .container h4 a {
		color:#fff;	
	}
	.navbar .dropdown-menu .container h4 a:hover {
		border-bottom:1px solid #fff;
	}
	.navbar .dropdown-menu .container nav {
	}
	.navbar .dropdown-menu .container .nav-item {
		padding: 0;
		margin: 0;
		border: none;
	}
	.navbar .dropdown-menu .container .nav-item .nav-link {
		padding: 0.25rem 0;
		margin: 0;
		border: 0;
		position: relative;
		color:#fff;
	}
	.navbar .dropdown-menu .container .nav-item .nav-link::after {
		content: "•";
		position: absolute;
		left: -2rem;
		top: -1.6rem;
		font-size: 3rem;
		color: transparent;
		font-weight: 500;
	}
	.navbar .dropdown-menu .container .nav-item .nav-link:hover,  .navbar .dropdown-menu .container .nav-item .nav-link:hover::after {
		color: #fff;
	}
	.navbar .dropdown-menu .container .settori .nav-item {
		padding-left: 5rem;
		font-size: 1.8rem;
		line-height: 4rem;
		padding-bottom: 1rem;
	}
	.navbar .dropdown-menu .container .settori .nav-item .nav-link::after {
		position: absolute;
		left: -5rem;
		top: 0;
		width: 4rem;
		height: 4rem;
		border-radius: 3rem;
		content: "";
	}
	
}

@media screen and (min-width: 1200px) {
	.navbar .navbar-brand {
		
	}
	.navbar .navbar-brand img {
		width: 26rem;
	}

}
/* Topbar */
.topbar {
	
}
.topbar .container {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #818181;
}
.topbar .container .nav-link {
	font-size: 1.3rem;
	padding: 0 0.5rem;
	color: #2a2a2a;
}
/* Topmenu */
.nav.topmenu > li > .nav-link {
	border-left: 1px solid #215ba1;
	position: relative;
	color:#215ba1;
	text-transform:uppercase;
	font-size:1.1rem;
	font-style:normal;
	padding: 0 0.2rem;
}
/*.nav.topmenu > li > .nav-link:after {
	content: "•";
	position: absolute;
	bottom: -2.6rem;
	left: calc(50% - 0.5rem);
	font-size: 3rem;
	color: #fff;
}*/
.nav.topmenu > li > .nav-link:hover, .nav.topmenu > li > .nav-link:hover:after, .nav.topmenu > li > .nav-link.active, .nav.topmenu > li > .nav-link.active:after {
	color: #62b57e;
}
.nav.topmenu > li:first-child > .nav-link {
	padding-left: 0;
	border: none;
}


@media screen and (min-width: 992px) {
	.topbar .container {
		padding-top: 2rem;
		padding-bottom: 1rem
	}
	.topbar .container .nav-link {
		font-size: 1.5rem;
		padding: 0 1rem;
	}
	.nav.topmenu > li > .nav-link {
		font-size:1.2rem;
		padding: 0 0.5rem;
	}
	.nav.topmenu > li > .nav-link:after {
		bottom: -3rem;
	}
}
/********** SIDEBAR **********/
.sidebar {
	margin-top: 2rem;
	
	
}
.sidebar .titolo-menu {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 0;
	border: none;
	color:#215ba1;
	text-transform:uppercase;
	font-style:normal;border-bottom:2px solid #e1e0e0;
}

.sidebar .nav {
	border-bottom: 1px dotted #e1e0e0;
}
.sidebar .nav-item .nav-link {
	margin: 0;
	border: 0;
	position: relative;
	color: #2a2a2a;
	line-height: 1.2;
	font-size: 1.6rem;
	font-weight: 500;
	text-transform:uppercase;
	font-style:normal;
	border-top: 1px dotted #e1e0e0;
}

.sidebar .nav-item .nav-link::after {
	content: "•";
	position: absolute;
	left: 0;
	top: calc(50% - 2.1rem);
	bottom: auto;
	font-size: 3rem;
	color: #fff;
	font-weight: 500;
}
.sidebar .nav-item .nav-link:hover, 
.sidebar .nav-item .nav-link:hover::after {
	color: #62b57e;
}
.sidebar .nav-item.active .nav-link, 
.sidebar .nav-item.active .nav-link::after {
	color: #62b57e;
	font-weight: 500;
}
.sidebar .nav-item .sub-nav {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	border:none
}
.sidebar .nav-item .sub-nav .nav-item .nav-link {
	color: #2a2a2a;
	padding-left: 1rem;
	font-weight: 400;
	font-size: 1.3rem;
	border: none;
}
.sidebar .nav-item .sub-nav .nav-item .nav-link.active {
	font-weight:700;
	color:#215ba1;
}
.sidebar .nav-item .sub-nav .nav-item .nav-link::after {
	content: ">";
	font-size: 1.5rem;
	top: calc(50% - 1rem);
}
.sidebar .nav-item.active .sub-nav .nav-item .nav-link::after {
	color: #fff;
}
.sidebar .nav-item .sub-nav .nav-item.active .nav-link,
.sidebar .nav-item .sub-nav .nav-item.active .nav-link::after,
.sidebar .nav-item .sub-nav .nav-item .nav-link:hover, 
.sidebar .nav-item .sub-nav .nav-item .nav-link:hover::after {
	color: #215ba1;
}

.sidebar .nav-item .sub-nav .nav-item.active .sub-nav .nav-link,
.sidebar .nav-item .sub-nav .nav-item .sub-nav .nav-link:hover {
	color: #2a2a2a;
}

.sidebar .nav-item .sub-nav .nav-item.active .sub-nav .nav-link::after,
.sidebar .nav-item .sub-nav .nav-item .sub-nav .nav-link:hover::after {
	color: #fff;
}

.sidebar .menu-dipartimento {
	display:none;
}
.sidebar .menu-dipartimento.visible {
	display:block;
}

.sidebar .nav-item .menu-interno {
	display:none;
	border-bottom:1px dotted #62b57e;
}
.sidebar .nav-item .menu-interno.visible {
	display:block;
}

.sidebar .nav-item .sub-nav .nav-item.active .menu-interno .nav-item .nav-link,
.sidebar .nav-item .sub-nav .nav-item .menu-interno .nav-item .nav-link {
	font-size: 1.1rem;
	color: #215ba1;
}
.sidebar .nav-item .sub-nav .nav-item.active .menu-interno .nav-item .nav-link::after,
.sidebar .nav-item .sub-nav .nav-item .menu-interno .nav-item .nav-link::after {
	content: "»";
	font-size: 1.5rem;
	top: calc(50% - 1rem);
	color: #215ba1;
}
/********** BREADCRUMBS **********/

.breadcrumbs  {
	border-top: 1px solid #62b57e;
	border-bottom: 1px solid #d5d5d5;
}
.breadcrumbs .breadcrumb {
	padding: .5rem 0;
	background-color: #fff;
	margin-bottom: 0;
	font-size: 1.2rem;
	border-radius: 0;
	float:right
}

.breadcrumbs  .breadcrumb-image img{
	width: 18rem;
}

@media screen and (min-width: 992px) {
	.breadcrumbs .breadcrumb {
		font-size: 1.35rem;
		padding: 1rem
	}
	
	.breadcrumbs  .breadcrumb-image img{
		width: 20rem;
	}
}

@media screen and (min-width: 1200px) {	
	.breadcrumbs  .breadcrumb-image img{
		width: 25rem;
	}
}
/********** HOME **********/

/********** SLIDER **********/
#sliderHome .carousel-caption {
	position:relative;
	text-align:left;
	right:0;
	left:0;
	margin-top: 1rem;
	width:95%
}
#sliderHome .carousel-caption h3{
	background-color:rgba(33, 91, 161, 0.80);
	display: inline;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	padding:0.5rem 1.5rem 0.5rem 3rem;
	line-height:3.8rem;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.6rem;

}

#sliderHome .btn{
	position:absolute;
	bottom:0;
	right:0;
	padding:0.5rem 3rem;
}
.home-text {
	padding:2rem 1.5rem;
}

.home-text p{
	font-size:1.7rem;
	line-height:1.4;
}
.home-text .logo-lombardia {
		width:15rem;
	}
.home-text .btn {
	padding:0.5rem 3rem;
}
.home-notizia {
	border-bottom:1px dotted #fff;
}
@media screen and (min-width: 768px) { 
	#sliderHome .carousel-caption {
		position:absolute;
	}
	#sliderHome .carousel-caption h3{
		font-size: 2.2rem;
		line-height:4.2rem;
	}
	.home-text .btn {
		position:absolute;
		bottom:0;
		right:0;
	}

}
@media screen and (min-width: 992px) {
	#sliderHome .carousel-caption h3{
		padding:0.5rem 2rem 0.5rem 3rem;
		line-height:5rem;
		font-size: 2.6rem;
	}
	.home-text {
		padding:6% 10%;
	}


	.home-text p{
		font-size:1.6rem;
		line-height:1.4;
		
	}
	
	#sliderHome .btn,
	.home-text .btn {
		padding:1rem 3rem;
	}
}

@media screen and (min-width: 1200px) {
	#sliderHome .carousel-caption h3{
		padding:0.5rem 2rem 0.5rem 5rem;
		font-size: 3rem;
	}


	.home-text p{
		font-size:1.9rem;
		line-height:1.5;	
	}
	.home-text .logo-lombardia {
		width:17rem;
	}
	#sliderHome .btn,
	.home-text .btn {
		padding:1rem 5rem;
	}
}

/********** FOOTER E COPYRIGHT **********/
.footer {
	background-color:#e1e0e0;
	padding:3rem 0;
}
.footer p {
	text-transform:uppercase;
}
.footer p a{
	color:#131313;
	font-style:normal;
}
.copyright {
	background-color:#e1e0e0;
	padding-bottom:3rem;
}
.copyright p {	
	font-size:1.4rem;
}


.red {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.nascosto {
    display: none;
}

.cursor-default {
	cursor: default !important;
}
.v-aling{ 
	vertical-align: middle !important;
}

.card-giornalino{
	border: 1px solid #fff !important;
}