:root {
  --main-bg-color: #fff;
  --second-bg-color: #efefef;
  --grey-color: #dadada;
  --text-color: #1d1d1d;
  --blue-color: #1d4364;
  --darkblue-color: #0f1f2e;
  --yellow-color: #fbca75;
  --white-color: #fff;
}
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--text-color);
  outline: none;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  background-color: var(--main-bg-color);
  font-family: 'Montserrat', sans-serif;
  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;
}
#main {
  overflow: unset;
}
.container_main {
  position: relative;
  padding: 0 50px;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.block {
  display: block !important;
  text-align: left;
}
section {
  position: relative;
  margin-bottom: 200px;
}
section:last-of-type {
  margin-bottom: 0;
}
section.section_pad {
  padding: 250px 0;
}
section.bg_grey {
  background-color: var(--second-bg-color);
}
section.bg_dark_grey {
  background-color: var(--grey-color);
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.container-fluid {
  padding: 0;
}
.container {
  margin-bottom: 100px;
}
.container:last-of-type {
  margin-bottom: 0;
}
.row {
  position: relative;
}
.row, .row .row, .row_inside {
  margin-bottom: 100px;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0;
}
.el_margin {
  margin-top: 100px;
}
.col_pad_top {
  padding-top: 200px;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover_top {
  object-position: top;
}
.cover.cover_bottom {
  object-position: bottom;
}
.cover.cover_right {
  object-position: right;
}
.cover.cover_right_top {
  object-position: right top;
}
.img_free {
  max-width: 100%;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
li:last-of-type {
  margin-bottom: 0 !important;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 50px;
  line-height: 1.35;
  font-family: 'Oswald', sans-serif;
  color: var(--blue-color);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0 !important;
}
h1, h2, h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
h1 span, h2 span, h3 span {
  color: var(--yellow-color);
}
h1 strong, h2 strong, h3 strong {
  font-weight: 500;
}
p {
  margin-bottom: 15px;
  text-align: justify;
}
p a {
  color: var(--text-color);
  font-weight: 400;
}
p a:hover {
  color: var(--text-color);
}
p strong, p b {
  font-weight: 700;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
ul.list_option {
  margin-top: 50px;
}
ul.list_option li {
  position: relative;
  font-size: 1rem;
  color: var(--blue-color);
  font-weight: 400;
  margin-bottom: 15px;
  padding-left: 35px;
  /*padding-bottom: 15px;*/
  /*border-bottom: 1px dotted var(--blue-color);*/
}
ul.list_option li:last-of-type {
  margin: 0;
}
ul.list_option li span.icon_circle {
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid var(--blue-color);
  border-radius: 50%;
}
ul.list_option li span.icon_circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  background-color: var(--blue-color);
  border-radius: 50%;
}
ul.list_option li a {
  border-bottom: 1px solid var(--blue-color);
  font-weight: 600;
}
ul.list_option li a span.icon_more {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: var(--yellow-color);
}
ul.list_option li a span.icon_more i {
  position: absolute;
  top: 6px;
  left: 7px;
  font-size: 0.5rem;
}
blockquote {
  margin-bottom: 100px;
}
blockquote p {
  color: var(--blue-color);
  font-style: italic;
  font-size: 0.75rem;
  text-align: left;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  margin-top: 50px;
  padding: 0 25px;
  height: 42px;
  line-height: 40px;
  /*padding-right: 50px;*/
  font-family: 'Oswald', sans-serif;
  color: var(--blue-color);
  background-color: var(--yellow-color);
  border-radius: 30px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 400;
  transition: background 0.3s, color 0.3s;
}
a.more span.icon_more {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background 0.3s, color 0.3s;
  /**/
  display: none;
}
a.more span.icon_more i {
  position: absolute;
  top: 6px;
  left: 7px;
  font-size: 0.5rem;
  /**/
  display: none;
}
@media only screen and (min-width: 1200px) {
  a.more:hover {
    background-color: var(--blue-color);
    color: var(--yellow-color);
  }
  /*  a.more:hover span.icon_more {
    background-color: var(--yellow-color);
    color: var(--blue-color);
  }*/
}
/*END A BTN*/
/*IMG*/
figure {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  height: 80vh;
  min-height: 600px;
  z-index: 1;
}
.img_box {
  height: 500px;
  min-height: 500px;
}
.img_team {
  height: 350px;
  min-height: 350px;
}
.img_box_focus {
  position: absolute;
  height: 80%;
  width: 50%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--darkblue-color);
  opacity: 0.7;
  z-index: 2;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 30%;
  z-index: 4;
}
.claim h1 {
  font-size: 4rem;
  color: var(--white-color);
}
.claim p {
  font-size: 1.6rem;
	text-align: left;
  color: var(--white-color);
}
.claim p strong {
  color: var(--yellow-color);
}
.claim .container {
  height: 100%;
}
/*END HOME*/
/*ELEMENT*/
.element_graffa {
  width: 300px;
  height: 100vh;
  min-height: 800px;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translate(0, -50%);
  background-image: url("/img/def/element.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 100;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.element_graffa.element_graffa_left {
  background-image: url("/img/def/element_reflex.png");
  background-position: left center;
  left: 0;
}
.element_top {
  background-image: url("/img/def/element_top.png");
  background-position: 95% top;
  background-repeat: no-repeat;
  background-size: 70px;
}
/*END ELEMENT*/
/*NUMERI*/
.box_num {
  position: relative;
  padding: 50px 0;
  border-top: 2px solid var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
  text-align: center;
}
.box_num::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 2px;
  height: 80%;
  background-color: var(--blue-color);
}
.num {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  color: var(--blue-color);
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 50px;
  margin-bottom: 25px;
  background-image: url("/img/def/graffa_o.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100px;
}
.num span {
  display: block;
  font-size: 1.5rem;
}
.box_num p {
  padding: 0 35px;
  font-size: 0.85rem;
  text-align: center;
}
/*END NUMERI*/
/*TEAM*/
.box_team {
  margin-bottom: 100px;
}
.box_team > * {
  z-index: 2;
}
.box_team::after {
  content: "";
  background-color: var(--second-bg-color);
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  border-bottom: 2px solid var(--blue-color);
  z-index: 1;
}
.text_team {
  position: relative;
  padding: 35px 35px;
}
.text_team h3 {
  font-size: 1rem;
  margin-bottom: 15px;
}
.text_team p {
  font-size: 0.85rem;
  text-align: left;
}
/*END TEAM*/
/*BREAD*/
.bread {
  font-family: 'Oswald', sans-serif;
  color: var(--blue-color);
  font-size: 0.75rem;
  font-weight: 400;
}
.bread a {
  color: var(--blue-color);
}
/*END BREAD*/
/*LOGHI*/
.col_logo {
  margin-bottom: 30px;
}
.img_logo {
  text-align: center;
}
.img_logo div {
  position: relative;
  padding: 20px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.5);
}
.img_logo div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 115px;
  max-width: 80%;
  mix-blend-mode: multiply;
  /*filter: grayscale(100);*/
}
/*END LOGHI*/
/*CASE*/
.focus_p {
  margin: 50px 0;
}
.note_case p {
  /*font-family: 'Oswald', sans-serif;*/
  color: var(--blue-color);
  font-size: 0.7rem;
  font-weight: 400;
  margin-bottom: 5px;
  text-align: left;
}
.note_case.img {
  margin-top: 35px;
  background-color: white;
  border-radius: 10px;
  display: inline-block;
}
.note_case.img img {
  max-width: 220px;
  max-height: 220px;
  padding: 15px;
}
.note_case ul {
  color: var(--blue-color);
  font-size: 0.7rem;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 10px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}
.article_text ul, .article_text ol {
  margin-top: 15px;
  margin-bottom: 25px;
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
  font-size: 1rem;
}
.article_text ol {
  list-style-type: decimal;
}
.article_text ul li, .article_text ol li {
  margin-bottom: 0px;
}
.note_case ul li {
  margin-bottom: 2px;
}
/*END CASE*/
/*MARGIN HACK*/
.row.remove_margin_list {
  margin-bottom: -100px !important;
}
/*END MARGIN HACK*/
/*FOOTER*/
footer {
  position: relative;
  margin-top: 250px;
  padding: 250px 0 100px 0;
  background-color: var(--darkblue-color);
}
footer .logo_footer {
  display: block;
}
footer .logo_footer img {
  height: 100px;
}
footer p, footer p a, footer p a:hover {
  color: var(--white-color);
}
ul.nav_footer li a {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: var(--yellow-color);
  border-radius: 30px;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
.focus_prefooter {
  padding: 150px;
  background-color: var(--blue-color);
}
.focus_prefooter h3 {
  color: var(--white-color);
}
.focus_prefooter a.more:hover {
  background-color: var(--darkblue-color);
}
a.banner_footer {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
a.banner_footer img {
  max-height: 80px;
}
/*END FOOTER*/
/*ACTION TAB*/
.action_tab {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: auto;
  transform: translate(0, 0);
}
.action_tab_inside {
  background-color: transparent;
  padding: 0 0;
  transition: transform 0.5s;
  transform: translate(200%, 0);
  opacity: 0;
}
.action_tab_inside a.more {
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin: 0;
}
.scrollDown .action_tab_inside {
  transform: translate(0, 0);
  opacity: 1;
}
.scrollUp .action_tab_inside {
  transition: transform 0.5s, opacity 0.3s;
}
.page_contact .action_tab {
  display: none;
}
/*END ACTION TAB*/
/*BANDO HOMEPAGE*/
.focus_bando {
  padding: 50px;
  background-color: var(--blue-color);
  margin-bottom: 35px;
}
.focus_bando:last-of-type {
  margin-bottom: 0;
}
.focus_bando h3, .focus_bando p {
  color: var(--white-color);
}
.focus_bando a.more {
	margin-top: 25px;
}
.focus_bando a.more:hover {
  background-color: var(--darkblue-color);
}
/*END BANDO HOMEPAGE*/
/*STICKY*/
.sticky-top {
  top: 100px;
}
/*END STICKY*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/
/*AOS NEW ANIMATION*/
[data-aos="enter_circle"] {
  opacity: 0;
}
[data-aos="enter_circle"].aos-animate {
  opacity: 1;
}
/*END AOS NEW ANIMATION*/