@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400&display=swap');
/*http://www.responsivegridsystem.com/calculator/*/
@import url('balloon.min.css');
@import url('hover.css');

* { border:0px; list-style:none; margin:0px; padding:0px; outline:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
html { font-size: 100%; }
html, body {  height:100%; }
body { background: #FFF; color:#092B6D; margin: 0px; font-family: 'Poppins', sans-serif; font-size:14px; -webkit-text-size-adjust:100%; line-height:20px; letter-spacing:0.3px;}
a { text-decoration:none; outline:none; color:#092B6D; text-overflow:ellipsis; font-weight:bold; }
a:hover { text-decoration:none; color:#3FB19D; transition: all 0.9s ease-in-out;  -webkit-transition: all 0.9s ease-in-out; -moz-transition: all 0.9s ease; -o-transition: all 0.9s ease;  -ms-transition: all 0.9s ease-in-out; }
a.selected { color: #3FB19D; }
b, strong { font-weight:600; }
h1, h2, h3, h4 { line-height:normal; margin:0px; font-weight:normal; }
h1 { font-size: 56px; margin-bottom:20px; }
h2 { font-size:26px; margin-bottom:10px; }
h3 { font-size:20px; margin-bottom:20px; }
blockquote { margin: 20px 40px; font-style:italic; }
img.scale { width:100%; height:auto; }
img.loading { background: url('../images/loading.gif') no-repeat center; }
img.border { border:10px solid #EEE; }
input, select, button { height:40px; }
input, select, textarea { background:#FFF; color:#000; font-family: 'Poppins', sans-serif; font-size:13px; padding: 10px; border:1px solid #FFF; }
input:focus, textarea:focus, select:focus { border-color: #FB4A25; }
input.error, textarea.error, select.error, input[type='checkbox'].error { border-color:#FF0000; color:#FF0000; background:#F9CCCB; } 
label { color:#FFF; margin-bottom:5px; display:block; }
label.error { color:#FF0000; font-size:0px; visibility:hidden; float:none; overflow:hidden; height:0px; display:none; line-height:0; padding:0px; margin:0px; letter-spacing: 0; }
input[type='checkbox'] { padding:0; height:20px; width:20px; float:left; margin-right:10px;  border:1px solid #FFF; }
input[type='checkbox']:checked { background:#666; }
select { background: url('select_arrow.png') right center no-repeat #FFF; padding-right:35px; }
form .row { margin-bottom:20px; }
option { padding:0 5px; }
.btn, input[type='submit'], input[type='button'], input[type='reset'], button { text-align:center; padding:20px 20px; display:inline-block; background:#092B6D; color:#FFF; font-weight:bold; letter-spacing: 1px; font-family: 'Roboto', sans-serif; font-size:12px; line-height: 12px; border:0px; cursor:pointer; text-transform:uppercase; border-radius:500px; }
.btn:hover, input[type='button']:hover, input[type='submit']:hover, input[type='reset']:hover { text-decoration:none; background:none; background:#3FB19D; color:#FFF; }
.btn i, input[type='submit'] i, input[type='button'] i, input[type='reset'], button i { margin:0 10px; }
.btn-primary, input.btn-primary { background-color:#7997F1; color:#FFF;  }
.btn-primary:hover, input.btn-primary:hover { color:#FFF; background:#3FB19D; }
.form-locator { margin:0 auto; width:400px; }
.form-locator button { padding-top:2px; background:none; color:#FB4A25; font-size:28px; }
.form-locator .col { margin: 0 20px 0 0; }
.warning { color:#FF0000; font-weight:600; background: url('../images/icon_warning.png') no-repeat left top; padding:5px 0 5px 22px; text-transform:uppercase; }
.icon_info { margin-left:10px; cursor:pointer;  font-size:11px; }
.strike { text-decoration: line-through; font-weight:normal; }
.msg_error { color:#FFF; margin-bottom:20px; display:block; background:#FF0000; padding: 5px 10px; }
.msg_success { color:#FFF; margin-bottom:20px; display:block; background:#59B200; padding: 5px 10px; }
p.limit { margin: 10px 0; font-size:11px; }
.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */	padding-top: 25px; height: 0; }
.videoWrapper iframe, .videoWrapper object, .videoWrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
iframe {  width: 100%; height:auto; }
.relative { position:relative; }
a.btn-whatsapp { font-size:20px; }

ul.list_border li:first-child { border-top:0px; }
ul.list_border li { float:none; margin:0px; padding: 5px 0; border-bottom:1px solid #CCC; }
ul.list_border li a { display:block; }
ul.list_border li p a { display:inline; }
li span.tot { float:right; font-size:11px; width:30px; text-align:center; display: inline-block; }
ul.icon_right li a i { float:right; }
ul.list_number li { list-style:decimal; margin:5px 0 5px 20px; }
ul.list_disc li { list-style:disc; margin:15px 0 15px 20px; }
ul.list_disc li li { list-style:circle; }

.layout { position:relative; }
.wrapper { width:100%; margin: 0 auto; min-width:720px; clear: both; background:#FFF; }
.content { max-width:1400px; margin: 0 auto; clear: both; padding:0 20px; position:relative; }
.content-small { max-width:900px; margin: 0 auto; clear: both; position:relative; }
.content-big { max-width:80%; margin: 0 auto; clear: both; position:relative; }
.cover { height: calc(100vh - 100px); background-position:center center; background-repeat: no-repeat; background-size:cover; overflow:hidden; }
.relative { position:relative; }

.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }
.hidden { display:none; }
.bold { font-weight:600; }
.avatar { width:50px; height:50px; float:left; margin-right:10px; border-radius: 50%; }
.fa { margin-right:5px; }
.fr { float:right; }
.red { color:#FF0000; }
.green { color:#59B200; }
.gray, .gray a { color:#999; }
.black, .black a { color:#000; }
.hidden { display:none; }
.block { display:block; }
.mb80 { margin-bottom:80px; }
.mt60 { margin-top:60px; }
.mt40 { margin-top:40px; }
.mb40 { margin-bottom:40px; }
.mt20 { margin-top:20px; }
.mb20 { margin-bottom:20px; }
.mb10 { margin-bottom:10px; }
.pl40 { padding-left:40px; }
.pr40 { padding-right:40px; }


table { border-collapse: collapse; width:100%; }
table, th, td { border: 1px solid #888; padding: 2px 5px; }
thead td { background:#EEE; }
figure { overflow:hidden; position:relative; }
figure * { transition: all .2s ease-in-out; line-height:normal; }
figure img { display:inline-block; }
figure.zoom a:hover img { filter: none; transform: scale(1.1);  }
figure.fade a:hover img { opacity:0.5;  overflow:hidden; }

.group:before, .group:after { content:""; display:table; }
.group:after { clear:both; }
.col { display: block; float:left; margin: 0 0 0 5%; }
.col:first-child { margin-left: 0; }

.span_1_of_2 { width: 47.5%; }
.span_2_of_2 { width: 100%; }

.span_1_of_3 { width: 30% }
.span_2_of_3 { width: 65%; }
.span_3_of_3 { width: 100%; }

.span_1_of_4 { width: 21.25%; }
.span_2_of_4 { width: 47.5%;; }
.span_3_of_4 { width: 73.75%; }
.span_4_of_4 { width: 100%; }

.span_1_of_5 { width: 18.72%; }
.span_2_of_5 { width: 39.04%; }
.span_3_of_5 { width: 59.36%; }
.span_4_of_5 { width: 79.68%; }
.span_5_of_5 { width: 100%; }

.span_1_of_6 { width: 15.33%; }
.span_2_of_6 { width: 32.26%; }
.span_3_of_6 { width: 49.2%; }
.span_4_of_6 { width: 66.13%; }
.span_5_of_6 { width: 83.06%; }
.span_6_of_6 { width: 100%; }

.span_1_of_8 { width: 11.1%; }
.span_2_of_8 { width: 23.8%; }
.span_3_of_8 { width: 36.5%;}
.span_4_of_8 { width: 49.2%; }
.span_5_of_8 { width: 61.9%; }
.span_6_of_8 { width: 74.6%; }
.span_7_of_8 { width: 87.3%; }
.span_8_of_8 { width: 100%; }

.span_1_of_10 { width: 8.56%; }
.span_2_of_10 { width: 18.72%;  }
.span_3_of_10 { width: 28.88%; }
.span_4_of_10 { width: 39.04%;  }
.span_5_of_10 { width: 49.2%; }
.span_6_of_10 { width: 59.36%; }
.span_7_of_10 { width: 69.52%;  }
.span_8_of_10 { width: 79.68%; }
.span_9_of_10 { width: 89.84%; }
.span_10_of_10 { width: 100%; }
.span_25 { width: 25%; float:left; }
.span_50 { width: 50%; float:left; }
.span_50.text, .span_25.text { padding:40px 60px; }
.iphone_show { display:none; }

.bg_blue { color:#FFF; background:#214296;  }
.bg_blue a { color:#FFF; font-weight:bold; }
.bg_yellow { background:#D9F32B; color:#214296; }
.overlay h3 { font-size:20px; margin-bottom:10px; }
.overlay { font-weight:normal; position:absolute; padding: 20px; text-align:left; line-height:20px; z-index:2; top:0; left:0; right:0; bottom:0; color:#FFF; background-color: rgba(0, 0, 0, 0.8); }
.map iframe { height:550px; }
.content-small { max-width:900px; margin:0 auto; padding-top:40px; }

.bgcolor { background:#3FB19D; color:#FFF;  }
.bgcolor a { color:#FFF; }
.bgcolor h1 { font-size:46px; }
.bgcolor2 { background:#E5F0F2; }
.bgcolor3 { background:#E3E3DA;  }
.bgcolor4 { background:#092B6D; color:#FFF; }

.icon-team li { display:inline-block; padding-top:80px; position:relative; text-align:center; width:120px; margin: 20px 10px 0 10px; }
.icon-team li img { position:absolute; top:0; left:0; right:0; height:60px; margin:0 auto; }


.flex { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; }

.container { padding: 30px 40px; width:100%; }
.list-contact i { width:30px; text-align:center; }
.list-contact li { margin:5px 0; }

#header.smaller { padding:10px; }
#header.smaller .menu { top:0px; }
#header.smaller .logo { display:none; }

#header { position:fixed; top:0; left:0; right:0; z-index:2; background:#FFF; padding:20px 20px 10px 20px; }
#header a, #footer a { font-weight:700; }
#header li { display:inline-block; }
.header { position:relative; }
.header .menu { font-size:14px; text-transform:uppercase; text-align: center; }
.header .menu ul { margin:0 auto; }
.header .logo { width:100%; text-align:center; }
.header .logo img { width:140px; height:auto; margin:0 0 10px 0; } 


#footer { background:#3FB19D; color:#FFF; line-height:20px; padding: 30px 0px; font-size:13px; line-height:22px; margin-top:60px; }
#footer .headline { text-align:center; padding:40px; font-size:14px; max-width:800px; margin:0 auto; }
#footer .headline svg { height:50px; margin-bottom:40px; }
#footer .headline h3 { margin-bottom:10px; }
#footer a { color:#FFF; font-weight:normal; }
#footer a:hover { text-decoration:underline; }
#footer .social { text-align:right; }
#footer .social ul { margin:0 auto; }
#footer .social li { font-size:20px; display:inline-block; font-weight:bold; }
#footer .social li i {  margin-right:5px; border-radius:200px; min-width:45px; height:45px; text-align:center; padding:12px; background:#FFF; color:#3FB19D; }
#footer ul.list li { position:relative; padding-left:100px; }
#footer ul.list li b { width:100px; position:absolute; left:0px; top:0px; }


#main { margin-top:180px; }
.blog { padding:60px; text-align:center; }
.blog h2 { margin-bottom:40px; }
.list-blog { display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:40px; }
.list-blog .tag { display: none; }
.list-blog .share { display: none; }
.list-blog div { background:#FFF; color:#222; border-radius:10px; }
.list-blog h2 { font-size:14px; margin-bottom:10px; }

.box-about img { display:block; }

.details { width:100%; max-width:600px; border:2px solid #092B6D; }
.details h1 { font-size:24px; }
.details h2 { font-size:18px; }

.slide li { position:relative; height: calc(100vh - 200px); background-position:center center; background-repeat: no-repeat; background-size:cover; }
.slide li .text { position:absolute; top:40%; left:40px; z-index:22; color:#FFF; }
.slide li .text p { font-size:16px; margin-bottom:20px;  }
.slide h1 { color:#FFF; }
.intro { color: rgb(9,43,109);padding:60px; text-align:center; font-size:18px; line-height:28px; }

.item-row { padding: 40px; font-size:16px; line-height:24px; }
.item-row2 { padding:0px; font-size:16px; line-height:24px; }

.profile .text { padding:40px; align-self: center; }
.profile .item:nth-child(odd) .image { float:right; }
.profile .item:nth-child(even) .image { float:left; }
.profile h2.section { text-align:center; }
.collaboratori h2 { font-size:18px; margin-bottom:5px; }
.collaboratori { text-align:center; }
.collaboratori i { font-size:26px; margin-bottom:15px; }

.grid-2 { display:grid; grid-template-columns: 1fr 1fr; }
.grid-3 { display:grid; grid-template-columns: 1fr 1fr 1fr; }
.grid-4 { display:grid; grid-template-columns: 1fr 1fr 1fr 1fr; }
h2.section { margin:40px 0 20px 0; }


.list-service .item { text-align:center; padding:20px 20px; font-size:14px; height:220px; margin-bottom:40px; border-radius:10px; }
.list-service .item:hover .svg { border-color:#3FB19D; }
.list-service .item:hover, .list-service .item:hover h3 { color:#3FB19D; }
.list-service .item:hover .svg path { fill:#3FB19D; }
.list-service .item:hover .btn { background: #3FB19D; }
.list-service .item h3 { margin-bottom:10px; color:#092B6D; }
.list-service .item .svg { height:120px; width:auto; display:inline-block; margin-bottom:10px; background:#FFF; }
.list-service .svg { padding:10px; }
.list-service .svg path { fill:#092B6D;  }
.list-service h2 { text-align:center; margin-bottom:60px; }
.list-service .text { height:115px; }

.scroll li { margin:0 5px; overflow:hidden; }


.preview { max-width:900px; margin:0 auto; text-align:center; }
.preview h2 { margin-bottom: 20px; }


p.more a { color:#FFF; background:#214296; padding:0 5px; display:inline-block; }
p.more a:hover { color:#214296; background:#D9F32B; }
.share { font-weight:bold;  }
.share i { padding:6px; margin:0px; color:#FFF; background:#3FB19D; width:25px; height:25px; border-radius:200px; text-align:center; }
.share a:hover i { background:#092B6D; }
.share a { font-weight:normal; color: #5D2A2E; }
.share ul li { border:0px; display:inline; }
.share ul li:first-child { margin-right:10px; }

#map { height:500px; width:100%; color:#000; }

.gallery .span_2_of_2.item { margin:20px 0; }
.gallery .item { position:relative; }
.gallery .item .overlay { display:none; }
.gallery .item:hover .overlay { display:block; }
.gallery * { transition: all .2s ease-in-out; }

.list-news { margin-top:20px; }
.box-news h2 { font-size:24px; }
.box-news figure .type a { position:absolute; top:10px; right:10px; background:#3FB19D; color:#FFF; padding:2px 5px; z-index:22; letter-spacing:0px; font-weight:normal; }
.box-news .tag { margin-top:20px; }
.box-news .item { height:650px; }
.tag a { border:1px solid #DDD; padding:5px 5px; background:#FFF; }

#lato h3 { margin-bottom:20px; }
#lato i { margin:0px; }
#lato input[type='text'] { border:1px solid #CCC; }

.pagination { margin: 20px 0 40px 0; font-family: 'Jockey One', sans-serif; text-transform: uppercase; }
.pagination .page { text-align:right; }
.pagination .page a, .pagination .page b { padding:10px 15px; display:inline-block; border:1px solid #FFF; }
.pagination .page b { color: #E50026; }
.pagination .page a:hover { background:#EEE; }
.pagination .result { padding-top:10px; }
.subnav { margin:0 auto; text-align:center; margin-top:40px; }
.subnav .col { position:relative;  }
.subnav a { display:block; padding:10px; text-transform:uppercase; font-family: 'Jockey One', sans-serif; letter-spacing:1px; }
.subnav .left a { padding-left:40px; text-align:left; }
.subnav .left i { left:10px;  }
.subnav .right a { padding-right:40px; text-align:right; }
.subnav .right i { right:10px;  }
.subnav i { font-size:18px; position:absolute; top:12px; }

.masonry-layout { column-count: 3; -webkit-column-count: 3; column-gap: 0;  -webkit-column-gap: 0; line-height:normal; }
.masonry-layout .item { break-inside: avoid; -webkit-column-break-inside: avoid; page-break-inside: avoid; }
.masonry-layout .item li { margin-bottom:25px; }

.grid .span_1_of_2:nth-child(2n+1) { margin-left:0px; }
.grid .span_1_of_3:nth-child(3n+1) { margin-left:0px; }
.grid .span_1_of_4:nth-child(4n+1) { margin-left:0px; }
.grid .span_1_of_5:nth-child(5n+1) { margin-left:0px; }
.grid .span_1_of_6:nth-child(6n+1) { margin-left:0px; }
.grid .span_1_of_7:nth-child(7n+1) { margin-left:0px; }
.grid .span_1_of_8:nth-child(8n+1) { margin-left:0px; }
.grid img { display:block; }
.span_25 { width:25%; margin:0px; line-height:normal; font-size:0px; }



.global-site-notice { line-height:normal; background: #3FB19D;  color: #FFF; display:block;  padding: 20px; float:none; font-size:14px;  position: fixed; left:10px; right:10px; bottom:10px; z-index:100; }
.global-site-notice .notice-inner { width:100%; margin: 0 auto; text-align:left; float:none; position:relative; padding-right:50px; }
.global-site-notice .notice-inner p { width: auto; display: block; }
.global-site-notice .notice-inner a { font-weight:bold; color:#092B6D; }
.global-site-notice .notice-inner a:hover { text-decoration:underline; }
#close-cookie-notice { position: absolute; right:0; top:0px; }
.global-site-notice.hidden { display:none; }

.scrolloff { pointer-events: none; }

div.top {  display: none; overflow: hidden; position: fixed; right:40px; bottom:60px;  }
div.top .fa { margin:0px; }
div.top a { display:block; border-radius:200px; min-width:45px; height:45px; text-align:center; padding:12px; background:#FFF; color:#3FB19D; cursor:pointer; }


 
.nav-menu { position:relative; display:block; }
.nav .fa { margin-right:0px; }
.nav-item { display:block; zoom:1; position:relative;  margin-right:1px; }
.nav-item a { display:block;  padding: 10px; }
.nav-item:hover .nav-submenu { display:block; text-decoration:none; }

/* Navigation submenu */
.nav-submenu { display:none; position:absolute; z-index:200; text-align:left; background-color:#FFF; }
.nav-submenu-item { width:250px; text-align:left; }
.nav-submenu-item a {  padding:10px 20px; display:block; width:100%; white-space: nowrap; height:inherit; }
.nav-submenu-item a:hover { text-decoration:none;  }

/* Mobile navigation */
.nav-mobile { color:#3FB19D; display:none; position:fixed; top:30px; right:15px; text-align:center; font-size:20px; height:40px; width:40px; cursor:pointer; padding:7px 10px; }

/* Mobile navigation, clickable area for revealing <ul> */
.nav-click { display:none; position:absolute; top:0; right:0; display:none; height:39px; width:40px; cursor:pointer; text-align:center; }
.nav-click i { display:block; height:36px; width:40px; background: #999; font-size:20px; padding:8px; }
.nav-rotate { -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); transform:rotate(180deg); }