:root {
  --black: #333;
  --white: #ffffff;
  --blush: #ed8d73;
  --blush-dark: #c17560;
  --cyan: #00ffff;
  --very-light-pink: #ffede8;
  --mint: #dffcfc;
  --dark-mint: #216464;
  --violet: #4239ac;
  --light-blue: #dffcfc;
  --cyan-transparent: #00ffff75;
}

em {
	color: inherit;
}

.home h1 {
	color: var(--cyan);
}

h2, .h2 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.28;
	color: var(--white);
	margin: 0 0 10px;
	max-width: 75%;
	text-transform: uppercase;
}

h2 .dot {
	color: var(--black);
}

h2 .num {
	color: var(--cyan);
}

h3, .h3 {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 10px;
	max-width: 85%;
}

h3 .dot {
	font-size: 0.6em;
}

h4 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 0.5em;
}

h4.h4-special {
	color: var(--blush);
	margin-top: 0;
	text-transform: uppercase;
}
.uk-accordion > li {
	border-bottom: 1px dashed #333;
	position: relative;
}

.uk-accordion-title::before {
	display: none;
}

.uk-accordion-title .plus_icon,
.uk-accordion-title .less_icon {
	position: absolute;
	bottom: 10px;
	right: 0;
}

li:not(.uk-open) .uk-accordion-title .less_icon {
	opacity: 0;
}

li.uk-open .uk-accordion-title .plus_icon {
	opacity: 0;
}

.article nav.uk-navbar svg rect, .blog nav.uk-navbar svg rect {
	fill: var(--black);
}

nav.uk-navbar:hover svg rect {
	fill: var(--cyan);
}

#main_acc .uk-accordion-title .plus_icon svg,
#main_acc .uk-accordion-title .less_icon svg {
	fill: var(--cyan);
}

#main_acc .uk-accordion>:nth-child(n+2) {
    margin-top: 70px;
}
.uk-accordion>.stessa_sezione:nth-child(n+2) {
    margin-top: 30px;
}

.uk-accordion-content {
	padding-bottom: 50px;
}

#main_acc .uk-accordion-content p, .elenco-skills li, header p {
	font-size: 21px;
}

.slider-p {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--black);
  font-style: italic;
}

#case_studies {
	padding-top: 140px;
}

#case_studies .uk-panel {
	padding-right: 40px;
}

#case_studies .uk-panel:hover {
	background: var(--cyan);
}

#titolo_blog {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.21;
  color: var(--cyan);
}

.casi-news {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.21;
  color: var(--cyan-transparent);
}

.casi-news-sepa {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.21;
  color: var(--cyan);
}

.casi-news:hover, .uk-active .casi-news {
  color: var(--cyan);
}

.uk-offcanvas-bar {
	left: 100%;
	width: 100%;
}

@media(min-width: 960px) {
	.uk-offcanvas-bar {
		width: 450px;
	}

	.uk-open>.uk-offcanvas-bar {
		left: calc(100% - 450px);
	}
}

.p-size-2 {
	font-size: 1.8rem;
}

.sepa {
	width: 100%;
    margin: 20px 0;
    border-top: 1px dashed #fff;
}

.sepa.sepa-cyan {
	border-color: var(--cyan);
}

.uk-container-large {
	max-width: 1550px;
}

[class*=uk-list]>::before {
	color: var(--cyan);
}

.article [class*=uk-list]>::before {
	color: var(--blush);
}

h5.tit_elenco_skills {
	font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    background: var(--cyan);
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0px;
}



/*BLOG*/
body {
	background: var(--very-light-pink);
	min-height: 100vh;
}

.blog__title {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.28;
    color: var(--white);
    background: var(--blush);
    padding: 8px 13px;
    display: inline-block;
    margin: 15px 0 3rem;
    text-transform: uppercase;
}

.blog__subtitle {
	margin: 0.5rem 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.28;
    color: var(--blush);
}

@media(min-width: 768px) {
	.blog__subtitle {
		margin-top: 2.5rem;
	}
}

.blog__item {
    border-top: 1px dashed #333;
    padding-bottom: 1rem;
}

.blog__item__index {
	margin: 12px 26.5px 0 1px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: var(--blush);
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

.blog__item__title {
    margin-top: 5px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
    color: var(--black);
    max-width: 90%;
}
.blog__item__leggi {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.22;
    color: var(--blush);
    text-align: right;
    margin-top: 10px;
}

.dot.blog__item__index__dot {
	color: var(--black);
}

.blog__sepa {
	border-color: var(--black);
}

@media (min-width: 960px) {
	header {
	    padding: 70px;
	}

	#main_acc {
		padding-top: 70px;
	}
}

@media (min-width: 768px) {
	.uk-padding-large {
	    padding: 30px;
	}
}

.article__item__stat__title {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 18px;
	color: var(--black);
}

.article__thumb {
	filter: brightness(0.8);
}

.blog__h3 {
	font-size: 28px;
	color: var(--blush);
}

.blog__p {
	color: var(--black);
	font-size: 18px;
	line-height: 25px;
	margin-top: 0;
}

.link-cta {
	font-size: 1.5rem;
    color: var(--black);
    border-bottom: 2px solid;
    padding-bottom: 2px;
    transition: letter-spacing .4s ease-out;
}

.link-cta:after {
	content: "→";
	font-size: 1.3rem;
}

.link-cta:hover, .link-cta:focus {
	color: var(--cyan);
    text-decoration: none;
    letter-spacing: 1px;
}

.article__item__index {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 41px;
  font-weight: bold;
  line-height: 1.22;
  color: var(--blush);
}

.article__item__title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  color: var(--white);
}

.foto__caption {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.article__thumb__wrap {
	max-width: 420px;
}



.text-white {
	color: #fff;
}

.text-black {
	color: #333;
}

.text-blush {
	color: var(--blush);
}

.text-violet {
	color: var(--violet);
}

.text-dark-mint {
	color: var(--dark-mint);
}

.text-cyan, a.text-cyan {
	color: var(--cyan);
}

.text-very-light-pink {
	color: var(--very-light-pink);
}

.background-blush {
	background: var(--blush);
}

.background-blush-dark {
	background: var(--blush-dark);
}

.background-cyan {
	background: var(--cyan);
}

.background-very-light-pink {
	background: var(--very-light-pink);
}

#guida_acc ol {
	list-style-type: upper-roman;
	padding-left: 50px;
}

#guida_acc ol li {
	color: var(--dark-mint);
    font-size: 2rem;
}
#guida_acc p {
	color: var(--black);
    font-size: 1rem;
}
#guida_acc ol li strong {
	border-bottom: 2px solid var(--dark-mint);
}

.border-blush {
	border: 2px solid var(--blush);
}

.border-dark-mint {
	border: 2px solid var(--dark-mint);
}

.breadcrumbs  {
    color: #000;
    font-size: 0.7rem;
}

.breadcrumbs a {
    color: #000;
    font-size: 0.7rem;
}

.breadcrumbs a.current {
	font-weight: 700;
}

.dotted_underline {
	max-width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px dashed var(--black);
}

body.chi-siamo .dotted_underline {
	border-color: var(--cyan);
}

body.guida {
	background: var(--mint);
}

body.guida .blog__title {
	background: var(--dark-mint);
}

body.guida .blog__subtitle {
	color: var(--dark-mint);
}

body.guida .plus_icon rect,
body.guida .less_icon rect {
	stroke: var(--dark-mint);
	stroke-width: 0.5px;
}

body.guida .breadcrumbs a.current {
	color: var(--dark-mint);
}

body.guida h5 {
    font-size: 1.3rem;
}

body.chi-siamo {
	background: var(--violet);
}

body.chi-siamo a.link-cta {
	color: var(--light-blue);
}

body.chi-siamo .uk-accordion > li {
	border-color: var(--cyan);
}

body.chi-siamo a.link-cta:hover {
	color: var(--cyan);
}

body.article a.link-cta:hover {
	color: var(--blush);
}

body.chi-siamo .h4-special {
	color: var(--violet);
}

body.chi-siamo h3 {
	color: var(--light-blue);
}

body.chi-siamo .breadcrumbs, body.chi-siamo .breadcrumbs a {
	color: var(--light-blue);
}

body.chi-siamo .breadcrumbs a.current {
	color: var(--cyan);
}

#menu_button {
  z-index: 99;
}

.sr-only {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.list-none {
  padding: 0;
  list-style: none;
}

.list-none li:before, .list-none li:marker {
  display: none;
}
