<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Cocogoose;
  src: url(../fonts/Cocogoose.ttf);
}
@font-face {
  font-family: CocogooseItalic;
  src: url(../fonts/CocogooseItalic.ttf);
}
@font-face {
  font-family: CocogooseLight;
  src: url(../fonts/CocogooseLight.ttf);
}
@font-face {
  font-family: CocogooseLightItalic;
  src: url(../fonts/CocogooseLightItalic.ttf);
}
@font-face {
  font-family: CocogooseSemilight;
  src: url(../fonts/CocogooseSemilight.ttf);
}
@font-face {
  font-family: CocogooseSemilightItalic;
  src: url(../fonts/CocogooseSemilightItalic.ttf);
}
@font-face {
  font-family: CocogooseThin;
  src: url(../fonts/CocogooseThin.ttf);
}
@font-face {
  font-family: CocogooseThinItalic;
  src: url(../fonts/CocogooseThinItalic.ttf);
}
@font-face {
  font-family: CocogooseUltralight;
  src: url(../fonts/CocogooseUltralight.ttf);
}
@font-face {
  font-family: CocogooseUltraLightItalic;
  src: url(../fonts/CocogooseUltraLightItalic.ttf);
}
@font-face {
  font-family: ComfortaaBold;
  src: url(../fonts/ComfortaaBold.ttf);
}
@font-face {
  font-family: ComfortaaLight;
  src: url(../fonts/ComfortaaLight.ttf);
}
@font-face {
  font-family: ComfortaaRegular;
  src: url(../fonts/ComfortaaRegular.ttf);
}


/* menu multilevel */
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

	.dropdown-menu li{
		position: relative;
	}
	.dropdown-menu .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.dropdown-menu .submenu-left{ 
		right:100%; left:auto;
	}

	.dropdown-menu &gt; li:hover{ background-color: #f1f1f1 }
	.dropdown-menu &gt; li:hover &gt; .submenu{
		display: block;
	}
}	
.dropdown-menu, .dropdown-menu li:hover, .dropdown-menu li a:hover {
    background-color: #FFFFFF;
}
.dropdown-menu li:hover, .dropdown-menu li a:hover {
    font-weight: bold;
}
.dropdown-item
{
	border-bottom: 1px solid #FFFFFF;
    width: calc(100% - 20px);
    margin-left: 10px;
}
.dropdown-item, .dropdown-item a, .dropdown-item:hover, .dropdown-item a:hover {
	background-color: #FFFFFF;
    color: #FFFFFF;
}
.dropdown-item a, .dropdown-item a:hover {
	font-weight: bold;
}
.nav-link
{
	color: rgba(255, 255, 255, 1) !important;
    font-family: 'CocogooseLight' !important;
    text-transform: uppercase !important;
}
.nav-link:hover
{
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
.current-menu-item, .current-menu-item a
{
	font-weight: bold !important;
	background-color: #95CC08;
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
		margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	
/* ============ small devices .end// ============ */ 
/* fine menu multilevel */

/*---------- slider -----*/

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
	display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    text-shadow: none;
    color: #fff;
    background: rgba(31,82,96, .5);
    right: 50px;
    bottom: 50px;
    padding: 10px 20px;
    margin: 0;
    max-width: calc(100% - 100px);
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

/*---------- fine slider -----*/
body
{
	color: #1F5260;
	font-family: Cocogoose;	
}
a, a:hover
{
	text-decoration: none;
	color: #1F5260;
}
header
{
	background-color: #1D5DCB;
}
nav
{
	background-color: #1D5DCB;
	padding: 0px !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 3px solid #1F5260;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.cerca_sito
{
	background-color: #B10946;
}
.searchform
{
}
#ico_cercasito
{
	border: 0px;
	margin-left: 20px;
    font-size: 32px;
	color: rgba(0,0,0,.55);
}
#txt_cercasito
{
	width: 100%;
    border-radius: 5px;
    border: 0px;
    padding: 5px 10px;
    font-size: 15px;
}
hr
{
	height: 2px !important;
    width: 200px;
    margin: 30px auto 0 auto;
    background-color: #ADD741;
    border: none; 
    opacity: 1;
}
img
{
	max-width: 100%;
}
footer
{
	background: url('/wp-content/themes/ecodigital/img/bk_footer.png');
	background-size: cover;
	background-position: top;
}
.h1, h1 {
	font-family: "Cocogoose";
    margin-bottom: 30px;
    color: #FFFFFF;
	font-size: 50px;
}
.h2, h2 {
    font-size: 23px;
    font-family: 'CocogooseLight';
    color: #FFFFFF;
    font-weight: bold;
}
.h3, h3 {
	font-family: 'CocogooseLight';
    color: #FFFFFF;
    font-size: 20px;
}
.h4, h4 {
	font-family: AbrilFatface;
}
.wpcf7-text
{
	background-color: transparent;
    border: 1px solid #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #FFFFFF;
	font-family: 'CocogooseLight';
}
.wpcf7-spinner
{
	margin: 0px;
	width: 0px;
}
.wpcf7-submit
{
	background-color: #95CC08;
	border: 0px solid;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: bold;
	margin-top: 20px;
}
.wpcf7-form, .wpcf7-form a
{
	color: #FFFFFF;
}
.wpcf7-form a
{
	text-decoration: underline !important;
	font-weight: bold !important;
}

.wp-block-image, .wp-block-image img
{
	width: 100%;
	height: auto;
}
p
{
	font-family: 'ComfortaaLight';
	font-size: 18px;
}
#homecontactsection
{
	background-image: url("/wp-content/themes/ecodigital/img/homecontactsection.png");
	background-size: cover;
	background-position: center;
}
.homemailbar
{
	background-color: #95CC08C4;
}
.homemailbar span
{
	font-family: 'CocogooseLight';
    color: #FFFFFF;
	font-size: 16px;
}
.homemailbar a
{
	font-family: 'ComfortaaLight';
    color: #FFFFFF;
	font-size: 16px;
}
#homesezioni h3
{
	color: #5B5B5B;
	font-weight: bold;
	font-size: 19px;
}
#homesezioni h2
{
	color: #1D5DCB;
	font-size: 50px;
	font-weight: bold;
}
#homesezioni a
{
	background-color: #95CC08;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}
#homesezioni .odd h2
{
	color: #95CC08;
}
#homesezioni .odd a
{
	background-color: #1D5DCB;
}
#homesezioni p
{
	font-family: 'CocogooseLight'; 
	color: #5B5B5B;
	font-size: 16px;
}
.container_esterno_servizi
{
	background-color: #8FA8AF;	
}
.container_esterno_servizi hr
{
	background-color: #FFFFFF;
}
.titolo_servizi
{
	background-color: #1F5260;
	color: #ffffff;
	font-family: AbrilFatface;	
}
.container_servizi
{
	padding-top: 130px;
}
.servizio, .spazio_servizio
{
	width: 12.5%;
	margin-top: -130px;
}
.servizio .numero
{
	color: #A5B9BF;
	font-size: 72px;
    font-weight: bold;
	font-family: AbrilFatface;
}
.servizio .icona
{
	max-width: 100%;
	max-height: 70px;	
	margin-top: -65px;
}
.servizio .nome
{
	color: #A32648;
	font-size: 24px;
	font-family: 'Cocogoose';
	font-weight: bold;
}
.descrizione_mission h3
{
	color: #47A1EB;
	font-size:	20px;
}
.descrizione_mission h2
{
	color: #FFFFFF;
	font-size: 40px;
	margin-bottom: 40px;
}
.descrizione_mission p
{
	color: #BABABB;
	font-size: 20px;
	font-family: 'ComfortaaLight';
}
.obiettivi h3
{
	color: #5D5E5E;
	font-size:	20px;
}
.obiettivi h2
{
	color: #1D5DCB;
	font-size: 40px;
	margin-bottom: 40px;
}
.obiettivi p
{
	color: #000000;
	font-size: 20px;
	font-family: 'ComfortaaLight';
}
.obiettivi .numero
{
	font-family: 'ComfortaaRegular';
	font-size: 30px;
	color: #47A1EB;
	font-weight: bold;
}
.obiettivi h4
{
	color: #2E303B;
	font-size: 17px;
	font-family: 'CocogooseLight';
}
#menu-footer-menu-top a
{
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 10px 40px;
	margin: 10px;
	color: #1F5260;
}

#menu-footer-menu-top a:hover
{
	color: #1F5260;
}
#menu-footer-menu-bottom a, #menu-footer-menu-bottom a:hover, #menu-footer-menu-bottom span
{
	color: #1F5260 !important;
	font-weight: bold !important;
}

footer span
{
	font-weight: bold;
}
footer p
{
	font-family: 'ComfortaaLight';
    color: #FFFFFF;
	font-size: 20px;
}
footer h3
{
	text-transform: uppercase;
	font-weight: bold;
}
.wp-block-quote {
    border-left: 3px solid;
	padding-left: 20px;
}
.wp-block-pullquote {
    background: none;
    border-top: 3px solid;
    border-bottom: 3px solid;
    margin-top: 20px;
    margin-bottom: 40px;
}
.single ul
{
	column-count: 1;
	padding: 15px;
	font-family: "Cocogoose";
	/*list-style-image: url('../img/25.png');*/
	list-style-type: none;
}
.single ul li
{
	column-count: 1;
}
.single ul li:before 
{
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	background-size: 10px;
	background-image: url("../img/25.png");
	background-repeat: no-repeat;
	margin-right: 20px;
}
.single h2
{
	font-family: Cocogoose;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar ul
{
	column-count: 1;	
	padding-left: 0px;
	font-family: Cocogoose;
	/*list-style-image: url('../img/25.png');*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}
.sidebar ul li
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}
.sidebar ul li:hover
{
	font-weight: bold;
}
.sidebar ul li:before 
{
	content: '';
	display: inline-block;
	height: 0px;
	width: 0px;
	background-size: 10px;
	background-image: none;
	background-repeat: no-repeat;
	margin-right: 0px;
}
.accordion
{
	border-left: 5px solid #B20C48;
}
.accordion-item {
    border: 0px;
    border-bottom: 1px solid #B20C48;
}
.accordion-button, .accordion-button:focus, .accordion-button:hover {
    background-color: transparent;
	border: 0px;
}
.accordion-button:focus
{
	box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);	
}
.accordion-button:not(.collapsed)
{
	background-color: #B20C48;
	color: #FFFFFF;
	border-bottom: 0px;
} 
.accordion-body
{
	background-color: #B20C48;
	color: #FFFFFF;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "+";
	background-image: none;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
	content: "+";
    transform: rotate(-45deg);
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
}
.box-category
{
	background-color: #DFDEDE;	
	border-radius: 10px;
}
.box-category-item
{
	background-color: #FFFFFF;	
	border: 2px solid #DFDEDE;
	border-radius: 10px;
}
.box-category-item img
{
	max-width: 100%;
	height: 60px;
}
.box-category-item h3
{
	font-family: "Cocogoose";
	font-size: 22px;
}
.box-category-item-selected 
{
	background-color: #8C0335;   
}
.box-category-item-selected img
{
	max-width: 100%;
    height: 60px;
    background-color: #FFF;
    padding: 5px;
    border-radius: 10px;
}
.box-category-item-selected h3
{
	color: #FFFFFF;
}
.contatti h2 {
    font-family: 'ABRILFATFACE';
    font-size: 24px;
    font-weight: bold;
    text-transform: initial;
}
.dettagli p
{
	float: left;
	width: calc(100% - 35px);
	margin-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.breadcrumb a
{
	font-weight: bold;
	font-size: 14px;
}
.breadcrumb span
{
	font-size: 14px;
	font-family: 'ComfortaaLight';
	padding: 0px 5px;
}
.breadcrumb span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: 2px;
    vertical-align: middle;
    max-width: 175px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.current
{
	background-color: #95CC08 !important;
	padding: 10px 20px !important;
	color: #FFFFFF !important;
	border-radius: 5px;
}
.page-numbers
{
	background-color: #FFFFFF;
	border: 1px solid #95CC08;
	padding: 10px 20px;
	color: #95CC08;
	margin-left: 10px;
	border-radius: 5px;
	font-family: 'ComfortaaLight';
	box-shadow: 0px 3px 6px #00000029;
}
.icona_social
{
	margin-left: 20px;
	font-size: 32px;
}
.page
{
	box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
}
.page h2
{
	color: #1D5DCB;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page h3
{
	color: #1D5DCB;
    margin-top: 20px;
    margin-bottom: 20px;
}
.page cite
{
	font-family: 'ComfortaaLight';
}
#headerinternasection
{
	background-size: cover; 
	background-position: center;
}
.box_commento
{
	background-color: #95CC08C4;
}
.box_commento h2
{
	font-size: 20px;
	margin-bottom: 20px;
}
.box_commento h3
{
	font-size: 15px;
}
.box_commento p
{
	color: #FFFFFF;
	font-size: 19px;
}
.single h4
{
	color: #1D5DCB;
	font-size: 22px;
	font-family: CocogooseLight;
	font-weight: bold;
}
.spacer_chisiamo img
{
	position: relative;
    top: -14px;
    background-color: #FFF;
    padding: 0px 10px;
}
.spacer_chisiamo hr
{
	background-color: #D5D5D5;
}
.box_contatto
{
	background-color: #1D5DCB;
	border-radius: 5px;	
}
.box_contatto h2
{
	font-size: 24px;
	font-family: 'CocogooseLight';
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 20px;
    margin-bottom: 30px;	
}
.box_contatto .wpcf7-text
{
	width: 100%;
}
.box_banner 
{
	box-shadow: 0px 3px 6px #00000029;	
}
.box_banner a
{
	background-color: #E7494B;
	border-radius: 5px;
	padding: 10px 20px;
	color: #FFFFFF;
}
.box_widgetnews h3
{
	color: #5B5B5B;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.searchform
{
    background-color: #EAECEF;
    padding: 5px 10px;
	border-radius: 5px;
}
#searchform input
{
	border: 0px;
	background-color: transparent;
	font-family: 'CocogooseLight';
	width: calc(100% - 22px);
	font-size: 14px;
}
#searchsubmit
{
	background-color: transparent !important;
    border: 0px !important;
    color: #5B5B5B !important;
	padding: 0px;
}
.box_widgetnews ul
{
	list-style-type: none;
    padding-left: 0px;
}
.box_widgetnews li
{
	padding-bottom: 20px;
}
.box_widgetnews a
{
	font-family: 'ComfortaaBold';
}
.post-slide
{
	box-shadow: 0px 3px 6px #00000029;
	opacity: 1;
}
.post-slide .thumb
{
	height: 500px;
}
.post-slide h2
{
	color: #1D5DCB;
	font-family: 'ComfortaaBold';
	text-transform: uppercase;
}
.post-slide .link
{
	color: #1D5DCB;
}
.wpcf7-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

.wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

.wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}
.box_scopridipiu h2
{
	color: #5B5B5B;
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'CocogooseLight';
	font-weight: bold;
}
.box_mission img, .box_news img
{
	border-radius: 5px;
}
.box_mission h3
{
	color: #1D5DCB;
	font-weight: bold;
}
.box_news h3
{
	color: #95CC08;
	font-weight: bold;
}
.pum-theme-938, .pum-theme-tema-predefinito {
    background-color: rgba( 0, 0, 0, .50 ) !important;
}
@media only screen and (min-width: 992px) 
{
	.pum-container.pum-responsive.pum-responsive-medium
	{
		padding: 50px;
	}
	.navbar-expand-lg .navbar-nav {
		margin-right: 50px;
		line-height: 79px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 2rem;
		padding-left: 2rem;
	}
}
@media only screen and (max-width: 992px) {
	.container_servizi
	{
		padding-top: 0px;
	}
	.servizio
	{
		width: 25%;
		margin-top: 0px;
	}
	.spazio_servizio
	{
		display: none;
	}
	.icona_social
	{
		margin-left: 0px;
	}
	.post-slide .thumb
	{
		height: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.servizio
	{
		width: 50%;
	}
}
</pre></body></html>