
@import "acquista/style.css";
@import "offermad/style.css";
@import "schede/style.css";

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Assistant&family=Oswald:wght@200;500&display=swap');

 
:root{
	--background-color: #fff;
	--color-base: #555;
	--font-base: 17px "Assistant", sans-serif;
	--line-height-base: 1.6em;
	--color-link: #4d6984;
	--color-link-hover: black;
}

body,html {
	height: auto;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font: var(--font-base);
	background-color: var(--background-color, #fff);
	color: var(--color-base, #555);
	text-align: left;
	line-height: var(--line-height-base);
	overflow-x: hidden;
}

a:link, a:visited {
	text-decoration: none;
	color: var(--color-link);
}

a:hover, a:active, a:focus {
	color: var(--color-link-hover);
}

table {
    margin-bottom: 0;
}

thead, tbody, tfoot {
    border: none;
    background-color: transparent;
}

.hidden {
	display: none;
}

/* GLOBAL */

img {
	vertical-align: middle;
	border: 0px;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
h1{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	color: #bab6ae;
	font-size: 70px;
}
:focus {
	outline:none;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.clear {
	clear: both;
}

.pul_slide  {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;
    line-height: 1;
    background-color: transparent;
    background-image: linear-gradient(90deg, #38406e 0%, #3fa2a2 100%);
    border-radius: 0px 0px 0px 0px;
    padding: 18px 30px 18px 30px;
}

/* HEADER */

#header {
	position: absolute;
	height: 100px;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	text-align: center;
}
div.headernoimg {
	background-color: #4E6583 !important;
    margin-bottom: 80px;
}
div#headerShape {
    position: relative;
    min-height: 150px;
}
div#bodyShape {
    position: relative;
}
.hero_slogan {
	z-index: 2;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

div.logo {
    position: absolute;
	top: 15px;
	left: 50px;
}

div.logo img {

}

div.informazioni {
	position: absolute;
	right: 50px;
	top: 35px;
}

div.informazioni ul {
	list-style-type: none;
}

div.informazioni ul li {
	display: inline-block;
}

div.informazioni a {
    color: #ffffff;
    transition: .3s;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px;
    border: 1px solid white;
    background-color: transparent;
}

div.informazioni a:hover {
    color: #4e6983;
    background-color: white;
}
div.informazioni.fixed{
	position: fixed;
    right: 50px;
    top: 35px;
}
div.informazioni.fixed a {
    background-color: #4e6983;
}
div.informazioni.fixed a:hover {
    color: white;
}

div.informazioni ul li a:link,div.informazioni ul li  a:visited {

}

div.informazioni ul li a:hover, div.informazioni ul li a:active, div.informazioni ul li a:focus {
}

div.flag {
	position: relative;
}

div.flag ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.flag li {
	padding: 10px;
	display: inline-block;
}

div.flag img {
	border: none;
}

div.flag a:link,div.flag  a:visited {

}

div.flag a:hover, div.flag a:active, div.flag a:focus {

}
body .form_title {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #4d6984;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
}
/* MENU PAGINE GEA */

.nereo_menu {
	position: relative;
	font-size: 15px;
}

.nereo_menu ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.hamburger {
	position: absolute;
	right: 6px;
	top: 10px;
	display: none;
}

.nereo_menu_global {
	position: relative;
	font-size: 15px;
}

.nereo_menu_global ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nereo_menu li img {
	position: relative;
	width: 50px;
	display: block;
	margin-bottom: 14px;
	left: 45%;
}

/* MENU ONE-PAGE */

.nereo_menu_onpage {
    position: relative;
}

.hamburgershow .nereo_menu_onpage {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translate(-50%);
	width: 90%;
	background: rgba(0, 0, 0, 0.64);
	font-size: 15px;
	text-align: center;
}


.nereo_menu_onpage.collapsed {
	display: block !important;
}

.nereo_menu_onpage ul {
	position: relative;
	margin: 0;
	padding: 10px 0;
	list-style-type: none;
}

.nereo_menu_onpage ul li {
	display: inline-block;
	padding: 10px 8px;
}

.nereo_menu_onpage ul li a:link,.nereo_menu_onpage ul li a:visited {
	color: #c5c5c5;
}
.nereo_menu_onpage ul li a:hover,.nereo_menu_onpage ul li a:active,.nereo_menu_onpage ul li a:focus {
	color: #ffffff;
}

.hamburgershow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
}

.hamburgershow .hamburger {
	display: block;
}

.hamburgershow .nereo_menu_onpage {
	display: none;
}

.logoovermenut img{
	position: relative;
	height: 80px;
    left: 50%;
    transform: translateX(-50%);
}

/* MENU SHAPE */

nav.nereo_menu_shape {
	position: absolute;
	top: 21px;
	right: 10px;
	box-sizing: border-box;
	font-weight: 600;
	text-transform: uppercase;
}

nav.nereo_menu_shape a {
	color: #ffffff;
	transition: .3s;
}

nav.nereo_menu_shape a:hover {
	color: #6A8CB1;
}

nav.nereo_menu_shape ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
}


nav.nereo_menu_shape ul li {
	display: inline-block;
	cursor: pointer;
	padding: 15px;
	color: #ffffff;
	transition: .3s;
}

nav.nereo_menu_shape ul li:hover {
	color: #6A8CB1;
}

.menu_nereo_hamburger {
	position: absolute;
    top: 40px;
    right: 20px;
}

.menu_nereo_hamburger .hamburger-svg {
	position: relative;
	font-size: 50px;
	cursor: pointer;
}

.menu_nereo_hamburger .hamburger-icon img {
	width: 60px;
	cursor: pointer;
}

.menu_nereo_hamburger span.hamburger-box {
    cursor: pointer;
}
body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after{
	background-color: white;
}


.menuShapeFin {
	position: absolute;
	top: 118px;
	left: 50%;
	background-color: #fff;
	width: 80%;
	min-height: 250px;
	padding-bottom: 30px;
	transform: translate(-50%);
	opacity: 0;
	animation: menuDropShapeReverse 1s ease forwards;
	display: none;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.82); 
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.82);
}

.menuShapeFin.transition {
	display: block;
}

.menuShapeFinOpen {
	animation: menuDropShape 1s ease forwards;
	animation-delay: 0.1s;
	display: block;
}

@keyframes menuDropShape {
	0% {
		top: 118px;
		opacity: 0;
	}
	100% {
		top: 128px;
		opacity: 1;
	}
}
@keyframes menuDropShapeReverse {
	0% {
		top: 100px;
		opacity: 1;
	}
	100% {
		top: 110px;
		opacity: 0;
	}
}

/* MENU ALBERO  */

nav.nereo_menu_albero {
    margin-top: 50px;
    position: relative;
    padding: 20px;
	text-align: left;
	font-size: 20px;
}

nav.nereo_menu_albero ul {
    margin: 0;
	padding: 0;
	list-style-type: none;
}

nav.nereo_menu_albero ul.menu-child {
	display: none;
    margin-left: 10%;
	font-size: 17px;
}
/* IMMAGINE HEADER */

.imgpag {
	position:relative;
}

.img-wrapper {
	position: relative;
}

.img-wrapper.vspace {
	height: 400px;
}

.img-wrapper.vfull {
	height: 100vh;
}

/* IMMAGINI */

.imgshape.welcome-page-1 .img-wrapper .ls-is-cached{
	width: 540px;
	height: 500px;
	object-fit: cover;
}


.imgshape.lo-studio .img-wrapper .ls-is-cached{
	width: 480px;
	height: 450px;
	object-fit: cover;
}

.imgshape.temporary-management.lazyloaded {
	object-fit: cover;
}

/* GALLERY SLIDER */

.right-single-arrow {
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 70px;
	width: 25px;
	height: 25px;
	opacity: .7;
	font-size: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
	color: #fff;
}

.left-single-arrow {
	display: inline;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 70px;
	width: 25px;
	height: 25px;
	opacity: .7;
	font-size: 24px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
	z-index: 1;
	color: #fff;
}

.imgpag_frase {
	position: absolute;
    bottom: 30%;
    left: 10%;
    color: #fff;
    font-size: 63px;
    line-height: 80px;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}

.imgpag_frase h2 {
	padding-bottom: 30px;
}

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

.imgpag .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.imgpag .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.imgpag .rslides img, .imgpag img {
	display: block;
	height: auto;
	width: 100%;
	border: 0;
}

.imgpag .rslides img {
	float: left;
}

.imgpag .rslides_nav {
	display: none;
}

.imgpag a.rslides_nav {
	z-index: 9999;
	font-size: 78px;
	color: #FFF;
	position: absolute;
	top: 50%;
	margin: -40px 0 0 0;
}

.imgpag a.rslides_nav.prev {
	left: 20px;
}

.imgpag a.rslides_nav.next {
	right: 20px;
}

.imgpag div.text_overlay {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	line-height: 15px;
	text-align: center;
	color: #FFF;
	background: #000;
	z-index: 9999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 92%, rgba(0,0,0,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(92%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0.8)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 92%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.imgpag div.text_overlay div.inner {
	margin-top: 80px;
}

.imgpag div.text_overlay div.inner p {
	color: #CCC;
}

video.video_header {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 0;
    right: 0;
    width: 100%;
    min-height: 300px;
	max-height: 100vh;
    object-fit: cover;
}

.poster_bg {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}
#poster_bg {
	animation: fade-in 3s ease-in forwards;
}

@keyframes fade-in {
	from {
		opacity:0;
	}
	to {
		opacity:1;
	}
}
.volume-slider-container input[type="range"] {
	-webkit-appearance: none;
	width: 100%;
	height: 3px;
	outline: none !important;
	appearance: none;
	border: none;
	border-radius: 20px;
}
.volume-slider-container input[type="range"]::-moz-focus-outer {
	border: 0;
}
.volume-slider-container input[type="range"]:hover {
	outline:none;
}
/* Chrome */
.volume-slider-container input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 9px;
	height: 9px;
	background: #f1f9f4;
	cursor: pointer;
	border-radius:30px;
	outline:none;
}
/* Moz */
.volume-slider-container input[type="range"]::-moz-range-thumb {
	width: 9px;
	height: 9px;
	background: #f1f9f4;
	cursor: pointer;
	border-radius:50%;
	border:none;
	outline:none;
}
.volume-slider-container input[type="range"]::-moz-range-progress {
	background-color: #fff;
	height: 100%;
	border-radius:30px;
	border:none;
}
.volume-slider-container input[type="range"]::-moz-range-track {
	background-color: #ccc;
	border-radius:30px;
	border:none;
	height: 100%;
}
/* IE*/
.volume-slider-container input[type="range"]::-ms-fill-lower {
	background-color: #fff;
	height: 100%;
	border-radius:30px;
	border:none;
}
.volume-slider-container input[type="range"]::-ms-fill-upper {
	background-color: #ccc;
	border-radius:30px;
	border:none;
	height: 100%;
}
.volume-slider-container .volume-tooltip {
	position: relative;
	padding: 0px 0 6px;
	float: left;
	width: 90px;
}
.volume-slider-container .volume-tooltip .tooltiptext {
	visibility: hidden;
	width: 50px;
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(176, 176, 176, 0.85);
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	position: absolute;
	z-index: 1;
	top: -30px;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.volume-slider-container .volume-tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease;
}
.volume-slider-container .volume-tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
}
.volume-slider-container {
	width: 130px;
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 5;
	right: 0;
	padding-top: 30px;
	overflow: hidden;
}
.volume-slider-container .volume-bar {
	background-color: rgba(68, 64, 66, 0.5);
	width: 130px;
	padding: 0 7px;
	position: relative;
	height: 26px;
}
.volume-slider-container .volume-icon {
	display: inline-block;
	float: left;
	margin-top: 3px;
	color: #fff;
	margin-right: 5px;
	width: 20px;
}

/* BODY */
/*
section.sectionShape {
    padding: 40px 0;
}
*/

.modshape.stageShape {
    position: relative;
    height: 350px;
	overflow: hidden;
}

.modshape.headerShape.welcome-page-header {
	position: relative;
}

.modshape.headerShape.welcome-page-header:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	background-color: transparent;
	background-image: linear-gradient(90deg, #38406e 0%, #3fa2a2 100%);
	opacity: 0.9;
}


.modshape.headerShape.insights-header {
	position: relative;
	background-image: url("/immagini/header.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.modshape.headerShape.insights-header:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	background-color: transparent;
	background-image: linear-gradient(90deg, #38406e 0%, #3fa2a2 100%);
	opacity: 0.9;
}



.modshape.pagesShape.section-lo-studio .grid-x.align-top .imgshape.welcome-page-2{
	width: 540px;
	height: 500px;
	object-fit: cover;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1); 
}

.modshape.section-lo-studio h5 {
	color: #3fa2a2;
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	text-transform: uppercase;
	line-height: 1;
}

.modshape.section-lo-studio h4 {
	color: #38406e;
	font-size: 20px;
	font-weight: 600;
	line-height: 10px;
	margin-bottom: 15px;
}

.modshape.section-lo-studio h2 {
	color: #38406e;
	font-size: 40px;
	font-weight: 700;
	font-family: inherit;
	line-height: 1;
	margin-bottom: 20px;
}

.modshape.section-lo-studio p {
	margin-top: 0;
	margin-bottom: .9rem;
}

.modshape.section-lo-studio a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1;
	background-color: transparent;
	background-image: linear-gradient(90deg, #38406e 0%, #3fa2a2 100%);
	border-radius: 0px 0px 0px 0px;
	padding: 18px 30px 18px 30px;
}


.modshape.pagesShape.section-consulenze {
	position: relative;
	background-image: url("/immagini/header.jpg");
	box-sizing: unset;
	color: #ffffff;
}

.modshape.pagesShape.section-consulenze:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
    width: 100%;
    height: 100%;
	background-color: transparent;
	background-image: linear-gradient(90deg, #38406e 0%, #3fa2a2 100%);
	opacity: 0.9;
}

.modshape.section-consulenze h5 {
	color: #3fa2a2;
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}

.modshape.section-consulenze h2 {
    font-size: 80px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    text-align: center;
    margin-bottom: 20px;
}

.modshape.section-consulenze p {
	line-height: 1.6;
	margin-bottom: .9rem;
}

.modshape.section-consulenze a {
	color: #ffffff;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 20px;
}

.modshape.section-consulenze img {
	height: 40px;
	width: 40px;
}

.modshape.matrioscaShape.servizi-consulenze .textshape{
	padding: 15px;
	margin: 0;
}
.modshape.matrioscaShape.servizi-consulenze p {
	text-align: center;
}

.studio_title .textdescr{
	text-align: center;
    padding: 0px 15%;
}
.studio_title h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #bab6ae;
    font-size: 50px;
    text-transform: uppercase;
}
.studio_title h2 {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #4d6984;
	font-size: 30px;
}
.textshape.single_letter p {
    font-size: 40vh;
    line-height: 40vh;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #cad2da;
}
.studio_body h2.texttit {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #4d6984;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.studio_body h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #4d6984;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.modshape.pagesShape.lo-studio-body h3 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2em;
	font-family: inherit;
	color: #38406e;
}

.modshape.pagesShape.lo-studio-body h4 {
	font-size: 20px;
	font-weight: 600;
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: inherit;
	line-height: 1.2;
	color: #38406e;
}

.modshape.pagesShape.lo-studio-body p {
	text-align: justify;
}

.modshape.pagesShape.lo-studio-workflow {
	background-color: #142640;
	padding: 100px 0px 100px 0px;
}

.modshape.pagesShape.lo-studio-workflow h5 {
	color: #3fa2a2;
	font-size: 18px;
	line-height: 1px;
	font-family: inherit;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
}

.modshape.pagesShape.lo-studio-workflow h3 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
}

.modshape.pagesShape.lo-studio-workflow p {
	color: #ffffff;
	text-align: left;
}

.modshape.pagesShape.lo-studio-workflow p {
	margin-right: 20px;
}

.modshape.pagesShape.lo-studio-workflow img{
	height: 50px;
	width: 50px;
}

.modshape.section-potential-plus h1{
	text-align: center;
	text-transform: uppercase;
}
.modshape.section-potential-plus h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #4d6984;
    margin-bottom: 10px;
    text-align: center;
    font-size: 25px;
}

.modshape.section-potential-plus h2 {
	color: #38406e;
	font-size: 40px;
	font-weight: 700;
	font-family: inherit;
	text-align: center;
}

.modshape.section-potential-plus p {
	margin-bottom: 0;
	text-align: center;
}



.modshape.section-insights h5 {
	color: #3fa2a2;
	font-size: 18px;
	font-weight: 600;
	font-family: inherit;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
}

.modshape.section-insights h2 {
	color: #38406e;
	font-size: 40px;
	font-weight: 700;
	font-family: inherit;
	text-align: center;
}

.modshape.section-insights p {
	font-family: inherit;
	margin-bottom: 0;
	text-align: center;
}

/* TIMELINE */
.historyindex.timeline .content {
    padding-bottom: 50px;
}
.shapehistory {
    margin-top: 50px;
    margin-bottom: 40px;
}
.shapehistory h2.texttit {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 70px;
    color: #4E6682;
    text-align: center;
}
.historyindex.timeline h3.titoloindice {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #4E6682;
    font-size: 30px;
}
.historyindex.timeline span.testoindice {
    color: white;
}
.historyindex.timeline ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.historyindex.timeline ul li:not(:last-child):after {
	content: "";
    border-left: 5px solid #CCC;
    left: -64px;
    top: 2em;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 24px;
    transform-origin: 0 0;
	z-index: 1;
}
.historyindex.timeline ul li {
	position: relative;
}
.historyindex.timeline ul li:before {
	position: absolute;
    top: 17px;
    left: -76px;
    content: '';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #4e6783;
	z-index: 2;
}

.shapenest.matrioska-temporary-management {
	align-content: flex-start;
	width: 100%;
	padding: 100px 100px 100px 100px;
}

.shapenest.matrioska-temporary-management h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #4d6984;
    margin-bottom: 10px;
    font-size: 30px;
}

.shapenest.matrioska-temporary-management h4 {
	color: #4d6984;
	font-family: inherit;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	text-align: justify;
	margin-bottom: 10px;
}

.shapenest.matrioska-temporary-management h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #4d6984;
    font-size: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.shapenest.matrioska-temporary-management p {
	color: #4d6984;
	font-family: inherit;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 10px;
}

.pullink.temporary-management-button a {
	color: #38406e;
	background-color: #ffffff;
	font-weight: 600;
	line-height: 1;
	padding: 18px 30px 18px 30px;
	text-transform: uppercase;
}

.modshape.pagesShape.scopri-servizi {
	margin-top: 70px;
}

.modshape.matrioscaShape.servizi h5 {
	color: #3fa2a2;
	font-family: inherit;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.modshape.matrioscaShape.servizi h2 {
	color: #38406e;
	font-family: inherit;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}

.modshape.matrioscaShape.servizi h4 {
	color: #38406e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 1rem;
	font-family: inherit;
	line-height: 1.2;
	text-transform: uppercase;
}

.modshape {
    position: relative;
    background-size: cover;
    background-position: center;
}
.modshape.spacer {
    margin: 3% 0px;
}
.modshape .row.hide-overflow {
	overflow: hidden;
}
.notaparallax {
	position: absolute !important;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.dzsparallaxer:not(.mode-oneelement) {
	background-color: transparent;
}

/* MATRIOSKA SHAPE */

.modshape.matrioscaShape.servizi-consulenze {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px;
}



/* menu shape */

.argoshape {
    position: relative;
    padding: 30px 30px 15px 30px;
}

.argoshape .nereo_menu {
	display: inline-block;
}


.argoshape .nereo_menu ul li {
	position: relative;
	display: inline-block;
	width: 300px;
	text-transform: uppercase;
}


/* HASH TAGS SHAPE */

.hashtagshape span.filerhashtag {
    font-size: 20px;
}

.hashtagshape .item-tags {
    position: relative;
    margin: 5px;
    background-color: #f0f0f0;
}

.hashtagshape .hashimage img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

.hashtagshape .body-tag {
    position: relative;
    padding: 10px;
}

.hashtagshape h3.title-tag {
    font-size: 24px;
	margin-bottom: 10px;
}

.hashtagshape h2.title-tags {
    font-size: 30px;
    margin: 17px 5px 5px 5px;
}

.hashtagshape .body-tag-elenco {
    margin-bottom: 20px;
}

.hashtagshape h3.title-tag-elenco {
    font-size: 25px;
}

.hashimage-list {
    padding: 0px 10px 10px 0px;
}

/* Review Shape */

.mediareviews {
    position: relative;
    padding: 20px 0;
}

a.bbuttonreview {
    display: inline-block;
    border: 1px solid grey;
    padding: 10px;
}

.namereview {
    position: relative;
    font-size: 20px;
    padding-bottom: 20px;
}

.starsreview {
    position: relative;
    padding-bottom: 20px;
}

.testoreview {
    position: relative;
}

.morereview {
    position: relative;
    padding: 10px 0;
	cursor: pointer;
}

/* Social Shape */

.shapesocial {
	position: relative;
}

.shapesocial .socialtit {
	padding: 8px 0;
}

.shapesocial .socialdescr {
	padding-bottom: 30px;
}

.shapesocial .socialPost {
	position: relative;
	margin: 10px;
}

.shapesocial .socialMedia {
	position: relative;
	height: 350px;
	width: 100%;
	background-color: #f3f3f3;
	text-align: center;
}

.shapesocial .socialMedia img {
	height: 350px;
	width: 100%;
	object-fit: cover;
}


.shapesocial .socialVideo {
	position: relative;
}

.shapesocial .socialplay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.shapesocial .socialplay {
	color: white;
}

.shapesocial .socialLike {
	padding: 5px;
}

.shapesocial .socialCapion {
	padding: 5px;
}

/* Text Shape */

.textshape {
	position: relative;
	padding: 20px;
	text-align: left;
}

h2.texttit {
	font-size: 27px;
    margin-bottom: 30px;
    font-weight: 500;
}
.first_bk .textshape {
    padding: 0px;
}
.first_bk h2.texttit {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #4d6984;
	margin-bottom: 10px;
}
.first_bk_img img {
    padding: 20%;
	opacity: 30%;
}
.first_bk a {
    color: #4d6984;
    padding: 5px 20px;
    border: 1px #4d6984 solid;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
	transition: 0.2s;
}
.first_bk a:hover {
    background-color: #4d6984;
    color: white;
    transition: 0.2s;
}
.textshape.servizio-punti h3 {
	color: #ffffff;
	font-family: inherit;
	font-size: 25px;
	font-weight: 700;
}

.textshape.consulenze {
    color: white;
}

/* Img Shape */

.modshape .imgshape {
	position: relative;
}

.modshape .imgshape .textdes {
	margin-bottom: 20px;
}

.modshape .imgshape h2.texttit {
	font-size: 25px;
	margin-bottom: 20px;
}

.modshape .imgshape .imgshapenota {
    position: absolute;
    bottom: 12px;
    left: 0;
    color: #fff;
    margin: 20px;
}

.modshape .imgshape .imgsfondo {
	background-size: cover;
	background-position: center;
	height: 350px;
	width: 100%;
	min-height: 500px; /*TODO: temporaneo, prima era 600px */
	height: 100%;
}

/* Gallery Shape */

.modshape .galleryshape {
	position: relative;
	padding: 8px;
}

.modshape .galleryshape h2.texttit {
	font-size: 25px;
	margin-bottom: 20px;
}

.modshape .galleryshape .textdes {
	margin-bottom: 20px;
}

.modshape .galleryshape .thumb-inner_default {
    margin: 3px;
}

.modshape .galleryshape .moreimage {
	position: absolute;
    bottom: 12px;
    right: 16px;
    color: #fff;
    pointer-events: none;
}

.galleryshape .img-responsive {
	width: 100%;
	height: 180px;
	background-size: cover;
	background-position: center;
}
.galleryshape .lightgallery .thumb,.galleryshape .lightgallery .thumb .thumb-inner{
	position: relative;
}
.galleryshape .lightgallery .thumb .gallery-poster{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.galleryshape .lightgallery .thumb:hover .gallery-poster{
	background-color: rgba(0,0,0,0.4);
}
.galleryshape .lightgallery .thumb .zoom {
	background: url('images/zoom.svg') no-repeat center center;
	position: absolute;
	height: 50px;
	width: 100%;
	top: 50%;
	transform: translatey(-50%);
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.galleryshape .lightgallery .thumb:hover .zoom {
	opacity: 0.5;
}
.galleryshape .owl-carousel.gallery .img-block {
	height: 320px;
	background-size: contain !important;
}
.galleryshape .owl-carousel.gallery .owl-item {
	transition: all 0.6s ease;
}
.galleryshape .owl-carousel.gallery .owl-item.active.center {
	transform: scale(1.5);
	z-index: 4;
}
.galleryshape .owl-carousel.gallery .owl-item.active.center .owlitem .cell {
	width: 77.77778%;
}
.galleryshape .lightgallery {
	position: relative;
}

.galleryshape .galleryshape .lightgallery img {
	width: 100%;
}

.galleryshape .thumb-inner.galtpl4.lazyloaded {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}

.galleryshape .thumb-inner.lazy {
	height: 610px;
	background-size: cover;
	background-position: center;
}

.galleryshape .galleryCount {
    position: absolute;
    bottom: 27px;
    right: 16px;
    color: #fff;
    font-size: 25px;
    pointer-events: none;
}

/* Shape Gallery Template 1*/

.square1_1, .square1_2, .square1_3{
	position: relative;
	height: 350px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square1_4, .square1_5, .square1_6, .square1_7, .square1_8, .square1_9 {
	position: relative;
	height: 140px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* Shape Gallery Template 2*/

.square2_1, .square2_4, .square2_7{
	position: relative;
	height: 350px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square2_2, .square2_3, .square2_5,  .square2_6, .square2_8, .square2_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* Shape Gallery Template 3*/

.square3_1{
	position: relative;
	height: 700px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square3_2, .square3_3, .square3_4, .square3_5, .square3_6, .square3_7, .square3_8, .square3_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
/* Shape Gallery Template 4*/

.square4_1, .square4_2, .square4_4, .square4_5, .square4_6, .square4_7, .square4_8, .square4_9{
	position: relative;
	height: 350px;
	width: 16.666%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.square4_3{
	position: relative;
	height: 700px;
	width: 33.333%;
	float: left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}

/* Shape Gallery Template 7*/

 .galleryshape .tpl7 .lightgallery {
    position: relative;
    height: 450px;
    overflow: hidden;
}


.galleryshape a.galtpl7 {
    position: absolute !important;
    top: 0px;
    right: 0px;
    width: 100% !important;
	left: 100%;
	z-index: 0;
}
.galleryshape a.galtpl7.actives{
	left: 0 !important;
}
.galleryshape a.galtpl7.active{
	left: 0;
	z-index: 1;
	animation: tpl7 1s ease forwards;
}

a.galtpl7 .img-responsive,  .galleryshape .thumb-inner_default .img-responsive {
    height: 430px !important;
}

@keyframes tpl7 {
	0% {
		left: 100%;
	}
	100% {
		left: 0;
	}
}


/* Shape Shop */

.shapeshop h2, .shapeshop span {
	text-align: center;
}

.shop_item {
	position: relative;
	max-width: 350px;
	margin: 8px auto;
	border: 1px solid #bfbfbf;
	padding: 10px 0;
	padding-bottom: 80px;
	overflow: hidden;
}

.shop_image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

h3.shop_title {
	text-align: center;
	margin: 8px 0;
	font-size: 18px;
	font-weight: 500;
}

.shop_description {
	position: relative;
	text-align: center;
}

a.button.shop_pul {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	color: #fff;
}

.shapeshop .imageshop.carousel {
	display: none;
}

/* INDICE modello 1*/

.shapeindice {
	width: 100%;
	position: relative;
}

.modshape .shapeindice h2.texttit {
	font-size: 25px;
	margin-bottom: 20px;
}

.modshape .shapeindice .textdes {
	margin-bottom: 20px;
}

.shapeindice .item {
	position: relative;
	margin: 7px 7px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: #f3f3f3;
	height: 100%;
    min-height: 350px;
}

.shapeindice .imgindice {
	position: relative;
	height: 228px;
	background-size: cover;
	background-position: center;
}

.shapeindice .item .titoloindice {
	margin: 10px 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.shapeindice .item .testoindice {
	padding: 10px 10px 40px 10px;
	text-align: justify;
}
.shapeindice .item .indicedettagli {
    position: absolute;
    bottom: 9px;
    right: 9px;
    padding: 8px;
    color: #3b3b3b;
    background-color: #dcdcdc;

}

.shapeindice .item .indicedettagli:hover {
	transition: background-color 1s;
    background-color: #bdbdbd;
}

.shapeindice .img-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.shapeindice .img-block .imgshame {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center;
}

.shapeindice .owlitem .text-block {
	padding: 10px;
}

.shapeindice .owlitem .titoloindice {
    margin-bottom: 10px;
    font-weight: bold;
}

.shapeindice .owlitem .indice_dettagli {
    text-align: right;
}

.shapeindice .owlitem a.button.contboxtesto {
	padding: 8px;
    margin-top: 10px;
    color: #fff;
    background-color: #6b6a6a;
	font-size: 12px;
}

.shapeindice .owlitem.inside {
	padding: 10px;
}
.shapeindice .owlitem.inside .img-block {
	height: 300px;
	width: 100%;
	background-size: cover !important;
}
.shapeindice .owl-theme .owl-nav {
	margin-top: 10px;
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translatey(-50%) !important;
}
.shapeindice .owl-carousel .owl-nav button {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.37) !important;
	padding-top: 10px !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 9px !important;
	border-radius: 0 !important;
	transition: all 0.3s ease;
}
.shapeindice .owl-carousel .owl-nav button:hover {
	background-color: rgba(0, 0, 0, 0.54) !important;
}
.shapeindice .owl-carousel .owl-nav button span {
	font-size: 55px;
}
.shapeindice .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 10px;
}
.shapeindice .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	right: 10px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	z-index: 1;
}

.shapeindice .item .flip-card-back .indicedettagliback {
    position: relative;
    width: 250px;
    padding: 8px;
    color: #FFF;
    display: block;
    margin: 0 auto;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
	color: black;
}

/* Style the back side */
.flip-card-back {
	background-color: #656565;
	color: #fff;
	transform: rotateY(
			180deg
	);
	padding: 20px;
	line-height: 250px;
}

.flip-card-back .testoindice {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.flip-card-back  .indicedettagli {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0px);
	background-color: #009fdf;
}

h3.titoloindicecard {
	margin: 10px 10px;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

/* Piani shape  */

.shapeplans {
	position: relative;
	padding: 20px 0;
}

ul.pricing-table {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: 1px solid #0d466b;
}

li.plans_title {
	background-color: #0d466b;
	color: #fff;
	padding: 8px 0;
	font-size: 16px;
}

li.plans_icon {
	padding: 20px 0;
}

li.plans_icon i {
	font-size: 65px;
}

li.plans_price {
	font-size: 20px;
}

li.plans_price i {
	vertical-align: -4px;
	padding-right: 8px;
}

li.plans_note {
	padding: 20px 0;
	font-size: 12px;
	font-weight: normal;
}

ul.pricing-table.favorite li.plans_title {
	background-color: #f6a117;
}

ul.pricing-table.favorite li.plans_icon i {
	color: #f6a117;
}

li.plans_buy {
	display: inline-block;
	background-color: #00963f;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
}

li.plans_buy:hover {
	background-color: #006d2b;
}

li.plans_buy a {
	color: #fff !important;
}

/* POST modello 1*/

.shapepost {
width: 100%;
position: relative;
}
.shapepost .item {
position: relative;

margin: 7px 7px;
text-align: center;
overflow: hidden;
}

.shapepost .imgpost {
position: relative;
height: 250px;
background-size: cover;
background-position: center;
}

.shapepost .datapost {
text-align: left;
font-size: 0.8em;
}

.shapepost .item .testopost {
	text-align: left;
	font-size: 18px;
	position: absolute;
	bottom: 0;
	color: rgb(255, 255, 255);
	background-color: rgba(0, 0, 0, 0.45);
	width: 100%;
	padding: 10px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.shapepost .item:hover .testopost {
opacity: 1;
}
.shapepost .item .dettaglipost {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 250px;
	padding: 0;
	color: #FFF;
}
.shapepost .item-wrapper.new {
	opacity: 0;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.shapepost .item-wrapper.new.show-post {
	opacity: 1;
}
.shapepost .load-more-wrapper {
	text-align: center;
	margin: 15px 0;
}
.shapepost .load-more-wrapper button {
	border: 1px solid;
	padding: 10px;
	max-width: 200px;
	width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.shapepost .load-more-wrapper button:hover {
	background-color: rgb(87, 87, 87);
	color: #fff;
	}
.shapepost .item {
	cursor: pointer;
}
.shapepost .item .datapost {
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, 0.45);
	width: 100%;
	color: rgba(255, 255, 255, 0.69);
	padding: 3px 7px;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.shapepost .item:hover .datapost {
	opacity: 1;
}
.shapepost .item .videooverlay {
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 80px;
	transform: translate(-50%,-50%);
	text-shadow: 1px 1px 10px rgb(150, 150, 150);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 0;
}
.shapepost .item:hover .videooverlay {
	opacity: 1;
}

.shapemodulo {
	position: relative;
}

.shapemodulo h2.texttit {
	font-size: 25px;
	margin-bottom: 10px;
}
.shapemodulo.form h2.texttit {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #4d6984;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
}

.shapemodulo .textdescr {
	margin-bottom: 10px;
}

.shapemodulo  a.button.buttonaform {
	background-color: #676565;
	color: #fff;
}

 /* BOLLETTINI */

.shapefolder {
	position: relative;
	padding: 20px 0;
}
.shapefolder h2.ttitfolder {
	text-align: left;
	margin-bottom: 10px;
	font-size: 23px;
}
.shapefolder .notafolder {
	text-align: left;
	margin-bottom: 20px;
}
.shapefolder .item {
	text-align: center;
}

/*ShapeCanvas Defines */

img.imgcanva {
	width: 100%;
	height: 301px;
	object-fit: cover;
}

.canva-item.cimgbg {
    min-height: 300px;
    background-size: cover;
}

.relatedshape {
	text-align: center;
	margin-bottom: 20px;
}

.related_body {
    position: relative;
    background-color: #4d6984;
    padding: 20px;
    border: 1px solid #cbcbcb;
}

.relatedshape .related_img img {
	object-fit: cover;
	width: 100%;
	height: 250px;
}

.relatedpost {
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    background-color: #4d6984;
    color: white;
}
.related_img {
    -webkit-clip-path: polygon(100% 0, 100% 100%, 4% 100%, 4% 21%);
    clip-path: polygon(100% 0, 100% 100%, 4% 100%, 4% 21%);
}
.relttit {
	font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #4d6984;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
}

.reldescr {
	text-align: left;
	padding: 8px 0;
}

.relatedshape .related_url {
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    color: white;
    text-transform: uppercase;
    border: 1px solid white;
    padding: 3px 17px;
    transition: 0.2s;
}

.relatedshape .related_url:hover {
    background-color: white;
    color: #4d6984;
    transition: 0.2s;
}

.relatedshape .related_title {
	font-size: 18px;
	padding: 10px 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
	min-height: 75px;
}

.related_text {
	min-height: 160px;
	padding: 10px 10px;
	text-align: justify;
}

.reldescrpie {
	padding: 14px;
	text-align: left;
}

.relatedpost.elenco {
	text-align: left;
	border: none;
}

.relatedpost.elenco .related_title {
	padding: 0;
}

.relatedpost.elenco .related_url {
	border-radius: 0;
	color: #3b2b98;
	font-size: 14px;
	font-weight: 700;
	margin-top: 0;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.relatedpost.elenco .related_url:hover {
	background-color: transparent;
	color: #4534bb;
	padding: 0;
	text-decoration: none;
}


/* BANNER DEFAULT */

.banner1 {
	position: relative;
	font-size: 11px;
	text-align: center;
}

/* FOOTER */

#footer {
	position: relative;
	text-align: center;
	color: #ffffff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#footer::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #4d6984;
}
#footer .social img {
    width: 30px;
}
#footer .textshape.social {
    text-align: center;
}
#footer .info {
    margin: 40px 20px;
}
#footer .info .imgshape {
    margin-bottom: 35px;
}
#footer .info .textdescr img {
    width: 40px;
    margin: 20px;
}
#footer .info .textshape {
    padding: unset;
}
#footer .info .textdescr {
    margin-left: 20%;
}
.imgshape.logofooter img {
    height: 262px;
}
.modshape .imgshape .logofooter {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: initial;
	min-height: 580px;
}
*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#footer a:link, #footer  a:visited {
	color: #a8a8a8;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #a8a8a8;
}

#tebe {
    position: relative;
    font-size: 12px;
}

#tebe img {
	width: 20px;
}

#tebe a:link, #tebe a:visited {
	color: #fff;
}

/* WIDGET */

div[id^="map_canvas"]{
	max-width: 100%;
	width: auto;
	height: 300px;
}
div[id^="map_canvas"] img {
	max-width: none;
}

/* MODAL */

.reveal.full {
	top: 0 !important;
	padding-bottom: 8rem !important;
}


div#infogbmodal {
	overflow: visible;
}


/* RESPONSIVE ADJUSTMENTS */

@media only screen and (max-width: 40em) { /* 640px */
	.textshape {
		padding: 20px;
	}
	.modshape.a700.dzsparallaxer:not(.mode-oneelement) {
		height: 700px !important;
	}
	.modshape.a1000.dzsparallaxer:not(.mode-oneelement) {
		height: 1000px !important;
	}
	.modshape.a1200.dzsparallaxer:not(.mode-oneelement) {
		height: 1200px !important;
	}

	.hamburgershow .nereo_menu_onpage ul li {
		display: block !important;
	}

	.hamburgershowmobile .nereo_menu_onpage {
		position: absolute;
		top: 60px;
		left: 50%;
		transform: translate(-50%);
		width: 90%;
		background: rgba(0, 0, 0, 0.64);
		font-size: 15px;
		text-align: center;
	}

	.hamburgershowmobile .nereo_menu_onpage {
		display: none;
	}

	.hamburgershowmobile .nereo_menu_onpage ul li {
		display: block !important;
	}
	.hamburgershowmobile .hamburger {
		display: block;
	}
	h1{
		font-size: 55px;
	}

	div.informazioni {
		position: fixed;
		bottom: 10px;
		top: unset;
		right: 10px;
	}
	div.informazioni a {
		background-color: #4e6983;
	}
	div.informazioni.fixed {
		bottom: 10px;
		top: unset;
		right: 10px;
	}
	.imgpag_frase {
		font-size: 30px;
		line-height: 40px;
	}
	.imgshape.first_bk_img {
		height: 1px;
	}
	.first_bk_img img {
		opacity: 15%;
	}
	.modshape.section-consulenze h2{
		font-size: 50px;
	}
	.modshape.section-consulenze a{
		font-size: 15px;
	}
	.relatedpost{
		padding: 20px 20px;
	}
	.shapenest.matrioska-temporary-management h2{
		font-size: 50px;
	}
	.modshape .imgshape .logofooter{
		min-height: 630px;
	}
	.imgshape.logofooter {
		height: 1px;
		opacity: 30%;
		margin-top: 10%;
	}
	#footer .info .textdescr {
		margin-left: 10%;
	}
	#tebe {
		text-align: left;
	}
	.studio_title .textdescr{
		padding: unset;
	}
	.studio_title h1{
		font-size: 40px;
	}
	.studio_title h2{
		font-size: 25px;
	}
	.historyindex.timeline ul li{
		margin: 0px 55px;
	}
	.historyindex.timeline ul li:before{
		left: -45px;
	}
	.historyindex.timeline ul li:not(:last-child):after{
		left: -33px;
	}
	.textshape.single_letter p{
		font-size: 25vh;
		line-height: 20vh;
	}

}

@media only screen and (max-width: 64em) { /* 1024px */
	.shapenest.matrioska-temporary-management {
		padding: 0;
	}
	div#infogbmodal {
		overflow: auto;
	}
	body .hotel-datepicker {
		top: 50px !important;
	}

	body div#animatedModal10 {
		overflow: auto;
	}
}