@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');
/*GENERALI*/
html, body {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  color: #00506e;
  outline: none;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.block {
  display: block !important;
  text-align: left;
}
#main {
  padding: 0;
}
section {
  position: relative;
  padding: 100px 0;
}
section:last-of-type {
  margin-bottom: 0;
}
section.bg_page {
  padding-top: 0;
  padding-bottom: 0;
}
section.bg_color {
  background-color: #edf5f8;
}
.wrapper {
  position: relative;
  width: 100%;
  padding: 0 35px;
  z-index: 10;
}
.container {
  position: relative;
  margin-bottom: 100px;
  z-index: 10;
}
.container:last-of-type {
  margin-bottom: 0;
}
.row {
  margin-bottom: 100px;
}
.row:last-of-type {
  margin-bottom: 0;
}
.row.row_inside {
  margin-bottom: 50px;
}
.row.row_inside:last-of-type {
  margin-bottom: 0;
}
.row.row_border {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 2px solid #a2bec9;
}
.row.row_border:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.col_dx {
  padding-top: 150px;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
}
h1, h2, h3 {
  font-size: 45px;
  line-height: 55px;
  font-family: 'Kanit', sans-serif;
  font-family: 'Montserrat', sans-serif;
  padding-bottom: 35px;
  margin-bottom: 50px;
  font-weight: 800;
  letter-spacing: 0.03em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  border-bottom: 2px solid #a2bec9;
}
h1:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a {
  transition: all 0.3s;
  font-weight: 700;
}
p a:hover {
  color: #00506e;
}
strong {
  font-weight: 800;
}
p strong {
  font-weight: 700;
}
p.p_uppercase {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
p i {
  margin-right: 5px;
  font-size: 120%;
}
.item.item_mini p {
  font-size: 14px;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-transform: lowercase;
  text-align: center;
  margin-right: 3px;
  background-color: #333;
  padding: 7px 15px;
  overflow: hidden;
}
a.more:last-of-type {
  margin-right: 0;
}
a.more.more_margin {
  margin-top: 35px;
}
a.more span {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  z-index: 2;
}
a.more:hover span {
  transition-delay: 0.3s;
  color: #fff;
}
a.more::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00506e;
  transition: all 0.3s;
  transform: translate(0, 0);
  z-index: 1;
}
a.more:hover::after {
  transform: translate(100%, 0)
}
a.more.selected::after {
  transform: translate(100%, 0)
}
a.nav_scroll {
  position: absolute;
  display: block;
  width: 20px;
  height: 75px;
  bottom: 0;
  left: 50%;
  transform: translate(-565px, 0);
  transition: all 0.3s;
  z-index: 20;
}
a.nav_scroll::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
/*END A BTN*/
/* BANNER TOP*/
.banner_top {
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  z-index: 40;
}
.banner_top h1 {
  display: inline-block;
  padding-bottom: 0;
  border-bottom: none;
  color: #fff;
  padding: 35px;
  background-color: rgba(0, 80, 100, 0.85);
}
.homepage .banner_top {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
/* END BANNER TOP */
/*PAGE*/
.img_page {
  position: relative;
  width: 100%;
  height: 350px;
  min-height: 350px;
}
.homepage .img_page {
  height: 70vh;
  min-height: 700px;
}
.img_box {
  position: relative;
  height: 50vh;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
}
.img_page img, .img_box img {
  z-index: 1;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  z-index: 2;
  background: #000;
}
/*ITEM*/
.item {
  position: relative;
  padding: 75px;
  margin-top: 35px;
  background-color: #edf5f8;
}
.item.item_mini {
  padding: 35px;
}
.item:first-child {
  margin-top: 0;
}
ul.list_dett {
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
ul.list_dett:first-of-type {
  margin-top: 25px;
}
ul.list_dett li {
  display: block;
  position: relative;
  padding: 20px 0;
  padding-left: 60px;
  padding-right: 10px;
  background-color: #edf5f8;
  margin-bottom: 30px;
  /*border-bottom: 2px solid #a2bec9;*/
  border-radius: 4px;
}
ul.list_dett li:last-of-type {
  margin-bottom: 0;
}
ul.list_dett li span {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  background-color: #00506e;
  border-radius: 50%;
}
span.contact {
	display: inline-block;
	margin-left: 7px;
	padding-left: 7px;
	border-left:1px solid #a2bec9;
}
span.contact:first-of-type {
	padding: 0;
	margin: 0;
	border: none;
}
/*REALIZZAZIONI*/
.grid_work {
  position: relative;
  border-top: 2px solid #a2bec9;
  padding-top: 65px;
  margin-top: -50px;
  margin-bottom: -30px;
}
.col_work {
  position: relative;
  margin-bottom: 30px;
}
.img_box.img_work {
  height: 300px;
  min-height: 300px;
}
.title_work {
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  background-color: #edf5fc;
  padding: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .title_work {
  background-color: #fff;
}
/*FOOTER*/
footer {
  position: relative;
  padding: 100px 0 100px 0;
  background-color: #edf5f8;
}
.logo_soa {
  display: inline-block;
}
.logo_soa img {
  height: 40px;
}
.logo_partner {
  display: inline-block;
  margin-left: 30px;
  width: 130px;
}
.logo_partner img {
  width: 100%;
}
.logo_partner:first-of-type {
  margin: 0;
}
/*END FOOTER*/

/*MEDIA*/

.thumbnail-overlay-button {
    font-size: 20px;
}