/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: #5b6060;
  outline: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  background-color: #f3f3f3;
  font-family: 'Fira 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: hidden;
}
.container_main {
  position: relative;
  padding: 50px 50px;
  padding-bottom: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 10;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: #151515;
  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, .container {
  position: relative;
  margin-bottom: 150px;
}
section:last-of-type, .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 !important;
}
.el_margin {
  margin-top: 100px;
}
.col_pad {
  margin-top: 100px;
}
.el_margin:first-child {
  margin-top: 0;
}
.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;';
}
.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;
}
.separator {
  width: 100px;
  height: 3px;
  background-color: #1c3435;
  margin-bottom: 100px;
}
a:not([href]):not([tabindex]) {
  color: #fff;
  text-decoration: none;
}
a.a_underline, a.a_underline:hover {
  font-weight: 700;
  text-decoration: underline;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 35px;
  line-height: 1.3;
  font-family: 'Mulish', sans-serif;
  color: #1c3435;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0 !important;
}
h1 {
  font-size: 3.5rem;
  font-weight: 900;
}
h2, h4 {
  font-size: 2.2rem;
  font-weight: 900;
}
h3, h5, h6 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 900;
  padding-left: 20px;
}
h3::before, h5::before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1c3435;
}
h6 {
  padding-left: 0;
}
h6::after {
  content: "";
  display: block;
  position: relative;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  margin-top: 35px;
  background-color: #1c3435;
}
h3.brand_product {
  font-size: 1rem;
  padding-left: 0;
}
h3.brand_product::before {
  display: none;
}
h5 {
  margin-bottom: 50px;
}
.claim h1 {
  color: #fff;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1);
}
.claim p {
  color: #fff;
}
p {
  margin-bottom: 15px;
}
p a {
  color: #5b6060;
  font-weight: 600;
}
p a:hover {
  color: #5b6060;
}
p strong {
  font-weight: 700;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
p.p_mini {
  font-size: 0.85rem;
}
blockquote {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  text-align: center;
  font-weight: 800;
}
article ul {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 18px;
  padding-right: 35px;
  color: #808080;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  padding: 18px 35px;
  font-family: 'Mulish', sans-serif;
  font-size: 1rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  background-color: #89bdb4;
  border-radius: 4px;
  transition: background 0.3s, color 0.2s, border 0.6s;
}
a.more:hover {
  background-color: #14292a;
  color: #fff;
}
.box_color_green a.more:hover {
  background-color: #89bdb4;
}
a.more.more_margin {
  margin-top: 35px;
}
a.more.more_remove {
  padding: 5px 10px;
  background-color: #1c3435;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  font-weight: 700;
  top: 10px;
}
/*END A BTN*/
/*IMG*/
figure {
  margin-bottom: 100px;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  position: relative;
  height: 75vh;
  min-height: 600px;
  z-index: 1;
  overflow: hidden;
}
.img_box {
  position: relative;
  height: 500px;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-bottom-left-radius: 35px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(56, 93, 163);
  background: linear-gradient(180deg, rgba(56, 93, 163, 1) 0%, rgba(98, 178, 153, 1) 70%);
  opacity: 0.7;
  z-index: 2;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.claim .container {
  height: 100%;
}
.claim .row {
  top: 50%;
  transform: translate(0, -50%);
}
.claim .col_pad {
  border-left: 2px solid #fff;
  background-color: rgba(53, 53, 53, 0.25);
}
.col_logo {
  margin-bottom: 30px;
}
.img_logo {
  text-align: center;
}
.img_logo div {
  position: relative;
  border-radius: 5px;
  padding: 20px;
  height: 150px;
  background-color: #fff;
}
.img_logo div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 50px;
  max-width: 80%;
}
/*END HOME*/
/*VALORI*/
.box_valori {
  padding: 50px 35px;
  border-top: 3px solid #1c3435;
  border-bottom-left-radius: 35px;
  text-align: center;
  background-color: #fff;
}
.img_valori {
  margin-bottom: 25px;
}
.img_valori img {
  height: 55px;
}
/*END VALORI*/
/* BOX CAT*/
.row_mini {
  margin-bottom: 30px !important;
}
.box_cat {
  position: relative;
  margin-bottom: 30px;
}
.box_cat a {
  display: block;
  padding: 35px;
  height: 300px;
  border-bottom-left-radius: 35px;
  transition: background 0.7s;
  background-color: #89bdb4;
}
.text_cat {
  font-size: 1.2rem;
  font-family: 'Mulish', sans-serif;
  text-align: right;
  font-weight: 900;
  color: #fff;
}
.scroll_cat {
  position: absolute;
  bottom: 35px;
  right: 35px;
}
.scroll_cat::after {
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  bottom: 6px;
  width: 75px;
  height: 2px;
  background-color: #fff;
}
.arrow_cat {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-image: url("../img/icon/arrow_white.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .scroll_cat::after {
    transition: transform 0.3s;
    transform-origin: left;
    transform: scale(0, 1);
  }
  .box_cat:hover .scroll_cat::after {
    transform: scale(1, 1);
  }
  .text_cat {
    transition: transform 0.3s;
  }
  .box_cat:hover .text_cat {
    transform: translate(0, 15px);
  }
  .box_cat a:hover {
    background-color: #1c3435;
  }
}
/* END BOX CAT*/
/*SEARCH*/
.searchbar {
  height: 40px;
  width: 260px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.07);
  z-index: 2;
}
.search_input {
  color: #5b6060;
  font-size: 0.85rem;
  border: 0;
  outline: 0;
  background: none;
  width: 210px;
  padding: 0 10px;
  padding-left: 0;
  caret-color: #5b6060;
  line-height: 30px;
}
.searchbar:hover > .search_icon {
  background-color: #1c3435;
  color: #fff;
}
.search_icon {
  height: 30px;
  width: 30px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
  background-color: #89bdb4;
}
/*END SEARCH*/
/*FILTER*/
.area_filter {
  position: relative;
  border-top: 3px solid #1c3435;
}
.filter {
  position: relative;
  float: left;
  margin-left: 50px;
  cursor: default;
}
.filter:first-child {
  margin-left: 0;
}
.title_filter {
  font-size: 0.85rem;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1c3435;
}
.title_filter i {
  margin-left: 5px;
  transform: rotate(-90deg);
}
.list_filter {
  display: none;
  position: absolute;
  background-color: #f5f5f5;
  min-width: 400px;
  padding: 25px;
  border-radius: 2px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
.open_filter:hover .list_filter {
  display: block;
}
.openAccordation .list_filter {
  display: none;
}
.open_filter:hover .title_filter i {
  transform: rotate(0deg);
}
.openAccordation .title_filter i {
  transform: rotate(0deg);
}
.dett_filter {
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 2px;
  margin-bottom: 15px;
  font-size: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dett_filter:last-of-type {
  margin-bottom: 0;
}
.dett_filter_line {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
.dett_filter_line:first-of-type {
  margin-left: 0;
}
.dett_filter input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.dett_filter input:checked ~ .checkmark {
  background-color: #fff;
  border-color: #1c3435;
}
/*.dett_filter input:checked ~ .name_filter {
  color: #1c3435;
}*/
.dett_filter input:checked ~ .checkmark::after {
  display: block;
}
.dett_filter .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.dett_filter .checkmark::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #1c3435;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.name_filter {
  transition: color 0.3s;
}
/*.dett_filter:hover .name_filter {
  color: #1c3435;
}*/
.dett_filter:hover .checkmark {
  border-color: #ccc;
}
/*END FILTER*/
/* PRODUCT & TEAM*/
.box_product, .box_team {
  position: relative;
  margin-bottom: 100px;
}
.img_product, .img_team, .img_product_page {
  position: relative;
  height: 500px;
  min-height: 500px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  border-bottom-left-radius: 35px;
}
.img_product {
  height: 350px;
  min-height: 350px;
}
.img_product_page {
  height: 650px;
  min-height: 650px;
}
.img_product img, .img_product_page img {
  max-width: 75%;
  max-height: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.img_product::after, .img_product_page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-size: 12px;
  z-index: 2;
  opacity: 0.1;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.text_product, .text_team {
  padding: 25px 0px 0 15px;
  text-align: right;
  color: #1c3435;
}
.text_product div, .text_team div {
  margin-bottom: 5px;
}
.text_product div:last-of-type, .text_team div:last-of-type {
  margin-bottom: 0 !important;
}
.title_product, .title_team {
  max-width: 100%;
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
}
.subtitle_product, .subtitle_team {
  font-size: 0.75rem;
  letter-spacing: 0.035em;
}
@media only screen and (min-width: 992px) {
  .text_product {
    transition: transform 0.3s;
  }
  .box_product:hover .text_product {
    transform: translate(-15px, 0);
  }
  .img_product {
    transition: transform 0.3s;
  }
  .box_product:hover .img_product {
    transform: translate(0, -10px);
  }
}
ul.list_product li {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 0.85rem;
}
ul.list_product li:first-of-type {
  border-top: 1px solid #ccc;
}
.dati_tecnici {
  padding: 25px;
  border: 1px solid #ccc;
}
.dati_tecnici p {
  font-size: 0.85rem;
}
/*END PRODUCT & TEAM*/
/*TABLE*/
.table {
  font-size: 0.75rem;
  font-weight: 400;
}
.table thead {
  background-color: #333;
}
.table thead th, .table thead th:first-of-type {
  color: #fff;
  vertical-align: bottom;
  border-bottom: none;
  font-weight: 800;
}
.table th, .table td {
  width: 30%;
}
.table th:first-of-type, .table td:first-of-type {
  width: 65%;
  font-weight: 900;
  font-family: 'Mulish', sans-serif;
}
.table td, .table th {
  padding: 15px 0;
  vertical-align: top;
}
.table td {
  border-top: 1px solid #ccc;
}
.table tbody tr:nth-child(even) {
  background-color: transparent;
}
.table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.table tr:last-of-type td {
  border-bottom: 1px solid #ccc;
}
/*END TABLE*/
/*MARGIN HACK*/
.row.remove_margin_list {
  margin-bottom: -100px !important;
}
.row.remove_margin_list_cat {
  margin-bottom: -30px !important;
}
.row.remove_margin_list_logo, .remove_margin_list_logo {
  margin-bottom: -15px !important;
}
/*END MARGIN HACK*/
/*COLLAPSE HACK*/
.collapse_object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
/*END COLLAPSE HACK*/
/*SLICK*/
.slide01 {
  display: none;
}
.slick-list {
  z-index: 2;
  padding: 0 !important;
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slide {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  bottom: -30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-next {
  background-color: #fff;
  left: 30px;
  top: auto;
}
.slick-prev {
  left: 0px;
  transform: rotate(180deg);
}
.slick-next:before, .slick-prev:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url("../img/icon/arrow_grey.png");
  background-position: center center;
  background-size: 5px;
  background-repeat: no-repeat;
}
.slide_div {
  position: relative;
}
/*END SLICK*/
/*SCROLL*/
.scroll {
  display: block;
  position: absolute;
  z-index: 200;
  left: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #1c3435;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.3s;
}
.scroll_arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: contain;
  top: 22px;
  left: 18px;
  background-image: url("../img/icon/arrow_white.png");
  background-repeat: no-repeat;
  transform: rotate(90deg);
}
.scroll:hover {
  background-color: #14292a;
}
/*END SCROLL*/
/*ACTION*/
.action_tab {
  position: fixed;
  right: 0;
  top: 50%;
  width: 50px;
  transform: translate(0, -50%);
}
.action_tab_inside {
  background-color: transparent;
  padding: 10px 5px;
  transition: transform 0.5s;
  transform: translate(200%, 0);
  opacity: 0;
}
a.more_tab {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  background-color: #89bdb4;
  border-radius: 2px;
  margin: 0 auto;
  margin-bottom: 5px;
  transition: background 0.3s;
}
a.more_tab:last-of-type {
  margin-bottom: 0;
}
a.more_tab:hover {
  background-color: #89bdb4;
}
a.more_tab i {
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scrollDown .action_tab_inside {
  transform: translate(0, 0);
  opacity: 1;
}
.scrollUp .action_tab_inside {
  transition: transform 0.5s, opacity 0.3s;
}
/*END ACTION*/
/* BOX_COLOR */
.box_color {
  padding: 50px;
  background-color: #18314e;
  border-bottom-left-radius: 35px;
}
.box_color_green {
  background-color: #1c3435;
}
.box_color h4 {
  color: #fff;
}
.box_color p {
  color: #c6c6c6;
}
.box_color img {
  margin-top: 30px;
  max-width: 180px;
}
.box_color.box_color_link {
  display: block;
  transition: background 0.3s;
}
.box_color.box_color_link:hover {
  background-color: #14292a;
}
.box_color_link h4 {
  margin-bottom: 20px;
}
.box_color_link h4::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
}
/* END BOX_COLOR */
/*VIDEO*/
.my_video {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, 0);
  min-width: 100%;
  min-height: 100%;
}
/*END VIDEO*/
/*FOOTER*/
footer {
  position: relative;
  margin-top: 150px;
  background-color: #1c3435;
}
footer .footer_line {
  padding-top: 75px;
  padding-bottom: 75px;
}
footer .footer_line:last-of-type {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #14292a;
}
footer a.logo {
  position: relative;
  top: auto;
}
footer a.more_tab {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
}
footer a.more_tab:hover {
  background-color: #89bdb4;
}
footer p {
  font-size: 0.75rem;
  color: #c6c6c6;
}
footer p a, footer p a:hover {
  color: #c6c6c6;
}
/*END FOOTER*/
/*IMG LOADING*/
.img_loading {
  width: 18px;
  height: 18px;
}
/*END IMG LOADING*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/
/*RESERVED AREA*/
ul.product_list {
  position: relative;
}
ul.product_list li:first-of-type {
  border-top: 1px solid #1c3435;
}
ul.product_list li {
  border-bottom: 1px solid #1c3435;
}
ul.product_list li a {
  display: block;
  padding: 25px 0;
  transition: color 0.3s;
  color: #1c3435;
}
ul.product_list li a:hover {
  color: #5b6060;
}
ul.product_list li a span {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  margin-left: -5px;
  font-size: 0.75rem;
}
ul.product_list li a span:first-child {
  width: 50%;
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  margin-left: 0;
  font-weight: 900;
}
ul.product_list li a span:last-child {
  text-align: right;
}
ul.product_list li a span.span_big {
  display: block;
  width: 100%;
  text-align: left;
}
.faq {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
.faq:last-child {
  margin-bottom: 0;
}
.faq .question {
  padding-top: 25px;
  padding-bottom: 25px;
}
.faq .question, .faq .answer {
  padding: 35px 50px;
}
.question {
  background-color: #f2f2f2;
  border-bottom: 3px solid #1c3435;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.question p {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  color: #1c3435;
}
.answer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.allegato {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.answer .allegato:first-child {
  margin-top: 35px;
}
.allegato_icon {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 15px;
  width: 35px;
  height: 35px;
  background-color: #1c3435;
  border-radius: 4px;
  color: #fff;
  transition: background 0.3s;
}
.allegato:hover .allegato_icon {
  background-color: #14292a;
}
.allegato_icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
}
.allegato span {
  color: #1c3435;
  font-size: 1rem;
}
.allegato_dettaglio {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
/*END RESERVED AREA*/