/*HEAD*/
:root {
	--app-height: 100%;
}
* {
	font-family: 'Open Sans';
	line-height: 1.25 !important;
}
@media (min-width: 1200px) {
	.container {
		width: auto !important; /* Delete Bootstrap default */
	}
}
@media (min-width: 767px) {
	.visible-phone {
		display: none;
	}
}
@media (max-width: 767px) {
	.hidden-phone {
		display: none;
	}
}
body {
	margin: 0;
}
i {
	vertical-align: middle;
}
a {
	color: #3a84df;
	text-decoration: none;
}
hr {
/*
	margin-top: 45px;
	margin-bottom: 45px;
*/
	border: none !important;
/*
	height: 25px;
	background-image: url("services.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 25px;
*/
}
/*
hr:before {
	display: block;
	margin-top: -60px;
	height: 60px;
	visibility: hidden;
}
*/
h1 {
	font-family: "Open Sans";
	font-size: 1.25em;
	text-align: center;
}
h4 {
	font-family: "Open Sans";
	font-size: 1em;
	font-weight: bold;
	text-align: left !important;
}
p {
	font-family: "Open Sans";
	font-size: 1em;
	color: #303030;
	/*margin-bottom: 24pt;*/
	text-align: justify;
}
.p_llista {
	margin-top: 10px;
	margin-bottom: 30px;
}
.compact {
	margin: 0;
}
.centered {
	text-align: center !important;
}
#logo {
	display: block;
}
#logoWhite {
	display: none;
}
#menu {
	background-color: #fff;
	height: 64px;
	opacity: 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	transition: all 0.25s linear;
	width: 100%;
	z-index: 100;
}
#menuBig {
	display: flex;
	flex-direction: row;
	height: 64px;
	margin: auto;
	max-width: 1024px;
}
@media only screen and (max-width: 1024px) {
	#menuBig {
		margin: 0 32px;
	}
}
.menuBigCol:first-child {
	border-top: 8px solid transparent;
	flex-grow: 0;
}
.menuBigCol {
	align-items: center;
	display: flex;
	flex-grow: 1;
	font-family: "Open Sans";
	font-size: 13px;
	font-weight: 400;
	margin-right: 16px;
}
.menuBigCol:last-child {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 0;
	max-width: 150px;
}
#menuSmall {
	background-color: #fff;
	display: block;
	flex-direction: column;
	flex-direction: column;
	height: 64px;
	overflow: hidden;
	transition: all 0.5s ease;
}
.menuSmallRow:first-child {
	height: 64px;
}
.menuSmallRow {
	display: flex;
	flex-direction: row;
	font-family: "Open Sans";
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	padding: 8px 32px;
}
.menuSmallCol {
	align-items: center;
	display: flex;
	flex-grow: 0;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
}
.menuSmallCol:last-child {
	display: flex;
	flex-grow: 1;
	justify-content: -webkit-flex-end;
	justify-content: flex-end;
	margin-right: 0;
}
.menuSmallCol a {
	margin: 0 8px;
}
.menuSmallBtn:hover {
	cursor: pointer;
}
#menuSmallicon {
	padding: 3px;
	transition: all 0.5s ease;
}
.menuLnkBox:first-child {
	margin-left: 0;
}
.menuLnkBox {
	align-items: center;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	display: flex;
	color: #000;
	height: 60px;
	margin: 0 5px;
	text-decoration: none;
	text-align: center;
}
.menuLnkBox:last-child {
	margin-right: 0;
}
.menuLnkBox a:hover {
	text-decoration: none;
}
.menuLnk {
	color: #000;
	text-decoration: none;
}
.menuLnkSmall {
	color: #000;
	text-decoration: none;
	width: 100%;
}
.menuLnkLng {
	color: #3a84df; /* #bbdefe; */
}
.menuAcc {
	background-color: #454545;
	border-radius: 5px;
	color: #ddd;
	margin-top: 8px;
	min-width: 100px;
	text-align: center;
	text-decoration: none;
}
.menuAcc:hover {
	color: #fff;
}
#main {
	margin: 0;
	min-height: 650px;
}
/*
@media only screen and (max-device-width: 480px) {
	#main {
		min-height: var(--app-height);
	}
}
*/
#topImageBox {
	height: 500px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
#topImage {
	filter: brightness(70%);
	width: 100%;
	height: inherit;
	object-fit: cover;
	/*
	height: 500px;
	min-width: 100%;
	*/
	/*
	object-fit: cover; / none;
￼    object-position: bottom;
	*/
}
/*
@media only screen and (max-device-width: 480px) {
	#topImageBox {
		height: var(--app-height);
	}
	#topImage {
		height: var(--app-height);
		width: auto;
	}
}
*/
#loading {
	background-color: rgba(100, 100, 100, 0.5);
	display: block;
	height: 100%;
	left: 0px;
	padding-top: 65px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 1000;
}

/*BODY*/
.container {
	margin-top: 450px;
}
/*
@media only screen and (max-device-width: 480px) {
	.container {
		margin-top: calc(var(--app-height) - 50px);
	}
}
*/
.topTextBox {
	height: 500px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	display: table;
}
/*
@media only screen and (max-device-width: 480px) {
	.topTextBox {
		height: var(--app-height);
	}
}
*/
.topTextContent {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	color: #fff;
	font-family: "Open Sans";
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.topTextContentLeft {
	/*background-color: rgba(0, 0, 0, 0.5);*/
	color: #fff;
	font-family: "Open Sans";
	padding-left: 5%;
	text-align: Left;
	display: table-cell;
	vertical-align: middle;
}
.topTitle {
	font-family: "Open Sans";
	font-size: 3.0em;
	margin-bottom: 1em;
	text-shadow: 1px 1px 4px #000a;
}
.topText {
	font-family: "Open Sans";
	font-size: 1.7em;
	margin-bottom: 1em;
	text-shadow: 1px 1px 4px #000a;
}
.entry-container {
	padding: 35px 0;
}
.separator      { min-height: 16px; }
.separatorHalf  { min-height: 8px; }
.separatorTwice { min-height: 32px; }
.circleBlock img{
	width: 75px;
	height: 75px;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 0px;
}
.circleTitle {
	font-weight: bold;
	margin-bottom: 10px !important;
}
.button {
	background-color: #f44336;
	border-radius: 3px;
	border: 0px;
	box-shadow: 0 1px 5px rgba(0,0,0,.12), 0 1px 6px rgba(0,0,0,.12);
	color: rgba(255,255,255,.94);
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
	transition: box-shadow .2s ease;
	text-align: center;
}
.button:hover {
	background-color: #f44336;
	box-shadow: 0 5px 10px rgba(0,0,0,.25), 0 1px 6px rgba(0,0,0,.25);
}
.pics90 {
	max-width: 100%;
}
.pics-mosaic05 {
	max-height: 50px;
	max-width: 15vw;
}
.pics-mosaic10 {
	max-height: 100px;
}
.pics-mosaic20 {
	max-height: 200px;
	max-width: 30vw;
}
.pics-mosaic30 {
	max-height: 300px;
	/* max-width: 20vw; */
}
.pics-mosaic40 {
	max-height: 300px;
	max-width: 100%;
}
.pics-mosaic40m {
	max-height: 150px;
	max-width: 100%;
}
.pics-fit {
	max-height: 100%;
	max-width: 100%;
}
.td-mosaic40 {
	padding: 5px;
	width: calc(100% / 6);
	word-break: break-word;
}
.td-mosaic40m {
	padding: 15px;
	width: calc(100% / 6);
	word-break: break-word;
}
.table90x1 {
	width: 80%;
	table-layout: fixed;
	margin: auto;
}
.table90x2 {
	width: 80%;
	table-layout: fixed;
	margin: auto;
}
.table-mosaic {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.table-mosaicm {
	max-width: 100%;
	margin-left: 150px;
	margin-right: 150px;
}
td {
	padding: 10px;
}
.td-mosaic {
	padding: 30px;
}
.td-mosaicb {
	padding: 0px;
}
.p-mosaic {
	margin: 0;
	text-align: center;
}
.p-mosaicb {
	font-size: 0.85em;
}
@media (max-width: 768px) { /* < Tablet Portait */
	hr {
		background-image: url("services_m.svg");
	}
	.td-mosaic {
		padding: 10px;
	}
	.p-mosaic {
		/*font-size: .8em;
		word-break: break-word;*/
		writing-mode: vertical-rl;
		text-orientation: mixed;
	    margin-block: auto;
		margin-bottom: 0;
		max-height: 180px;
		font-size: inherit;
	    text-align: start;
	}
	.td-mosaic40 {
		padding: 5px;
		/*width: auto;*/
		vertical-align: top;
		text-align: left;
	}
	.td-mosaic40m {
		padding: 5px;
		width: auto;
	}
	.table90x1 {
		width: 100%;
	}
	table.table90x1 td {
		display: block;
		width: 100% !important;
	}
	table.table90x1 img {
		max-width: 50%;
	}
	.table90x2 {
		width: 100%;
	}
	table.table90x2 td {
		display: block;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
	table.table90x2 img {
		max-width: 25%;
	}
	.table-mosaicm {
		margin-left: auto;
		margin-right: auto;
	}
}

/*FOOTER*/
.footer {
	background-color: #374147;
	display: flex;
	flex-direction: row;
	/*margin-top: 32px;*/
	padding: 16px;
}
@media only screen and (max-width: 480px) {
	.footer {
		flex-direction: column;
	}
}
.footerLink {
	opacity: 0.5;
}
.footerLink:hover {
	opacity: 1;
}
.footerImg {
	margin-right: 8px;
	height: 32px;
	vertical-align: middle;
	width: 32px;
}
.footerTxt {
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: normal;
	justify-content: center;
	min-height: 32px;
	text-align: right;
}
.footerTxtLink{
	color: #fff;
}


.sencer_bg_g {
    background-color: #f1f1f1;
}
.sencer_bg_1g {
	background: linear-gradient(#f1f1f1 80px, #fff0 0px);
}
.sencer_bg_2d {
    background: linear-gradient(#f1f1f1 0px, #e1e1e1 0px, #e1e1e1 160px, #f1f1f1 0px);
}

.sencer_full {
	display: table;
	max-width: 1024px;
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_full {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.sencer_full_text {
	position: relative;
}
.sencer_full_text > div {
	position: absolute;
	top: 30px;
	left: 70px;
	right: 70px;
	text-align: justify;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_full_text div {
		position: unset;
	}
}
.sencer_marge {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sencer_marge_sup {
	padding-top: 56px;
}
.sencer_marge_inf {
	padding-bottom: 56px;
}

.sencer_half_img {
	display: table;
	max-width: 1024px;
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_half_img {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.sencer_half_img_row {
	/* display: table-row; */
}
.sencer_half_img_row > div {
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_half_img_row > div {
		display: block;
	}
}
.sencer_half_img_row img {
	/* padding-right: 50px; */
}
.sencer_half_img_fit {
	margin-top: 20px;
	max-width: 100%;
	max-height: 100%;
}
.sencer_half_map {
	display: block;
	max-width: 924px;
	margin: auto;
	padding-left: 100px;
	padding-right: 100px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_half_map {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.sencer_part_img {
	display: block;
	max-width: 1024px;
	margin: auto;
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_part_img {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.sencer_part_img_row {
	/* display: table-row; */
}
.sencer_part_img_row > div {
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.sencer_part_img_row > div {
		display: block;
	}
}

h2 {
	font-family: "Open Sans";
	font-size: 2.5em;
	margin-left: 50px;
	margin-right: 50px;
	text-align: left;
}
@media (max-width: 768px) { /* < Tablet Portait */
	h2 {
		text-align: center;
	}
}

.sencer_bg_1g h2 {
	line-height: 80px !important;
	margin: 0;
}

.maximize {
	width: 256px;
}
@-moz-document url-prefix() {
	.maximize {
		width: max-content;
	}
}

.float_img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}
@media (max-width: 768px) { /* < Tablet Portait */
	.float_img {
		width: 45%;
		max-width: 237px;
		margin-right: 15px;
	}
}

/* cards */
.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cardPair{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    min-height: fit-content;
    margin: 15px 0px 15px 0px;
}
.card {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 10px rgba(0,0,0,.23), 0 3px 10px rgba(0,0,0,.16);
    color: rgba(0,0,0,.84);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: fit-content;
    margin: 16px;
    overflow: hidden;
    position: relative;
    width: 25%;
    text-align: justify;
}
.lastCard{
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .cardPair{
        display: grid;
        gap: 30px;
    }
    .card {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (max-width: 468px) {
    .cardPair{
        display: grid;
        gap: 30px;
    }
    .card {
        width: 100%;
        margin: 15px 0px 15px 0px;
    }
}
.card:hover {
    text-decoration: none;
}

a.card:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,.50), 0 3px 10px rgba(0,0,0,.40);
}

.card > .top {
    width: 100%;
    height: 90px;
    background-position: center;
    /*background-size: cover;*/
	background-size: contain;
	background-repeat: no-repeat;
}
.card > .bottom {
	width: 100%;
    position: absolute;
    bottom: 0;
}
.card > .bottom > div {
	margin: 16px;
	height: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.card > .topMax {
    max-height: 153px;
    display: flex;
}
.card > .topMax > img {
    height: 120px;
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}
.card > div > img {
    width: 100%;
}
.card > .title {
    font-size: 28px;
    font-weight: normal;
    margin: 8px 16px;
    text-align: left;
}
.card > .text {
    font-size: 15px;
    margin: 2px 16px 32px 16px;
}
