@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: #333;
  outline: none;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 700;
  background-color: #fff;
  font-family: 'Muli', 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;
}
body.page_green {
  background-color: #b9c5af;
}
body.page_grey {
  background-color: #f3f3f3;
}
#main {
  overflow: hidden;
}
.container_main {
  position: relative;
  padding-top: 200px;
  /*visibility: hidden;*/
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a.img_zoom img {
  transition: transform 3s;
  transform-origin: center;
}
a.img_zoom:hover img {
  transform: scale(1.15, 1.15);
}
.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:first-of-type {
  padding-top: 200px;
}
body.homepage section:first-of-type {
  padding-top: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 200px;
  z-index: 10;
}
.wrapper.wrapper_right {
  padding-left: 0px;
  max-width: none;
  margin-left: 0;
}
.wrapper.wrapper_left {
  padding: 0px;
  width: 50%;
  max-width: none;
  margin-left: 0;
}
.row, .row .row, .row_inside {
  position: relative;
  margin-bottom: 100px;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0 !important;
}
.big-gutters {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 50px;
  padding-left: 50px;
}
.col_dx {
  padding-top: 100px;
}
.col_dx_big {
  padding-top: 200px;
}
.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;
}
.img_fluid {
  max-width: 100%;
}
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 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.5;
}
h3, h5 {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}
h4 {
  font-size: 1.5rem;
  font-weight: 800;
}
h5 {
  font-weight: 500;
}
h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 1px;
  margin-right: 10px;
  background-color: #333;
}
h3 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
h5.el_margin_top {
  margin-top: 25px;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a {
  color: #333;
  transition: color 0.3s;
}
p a:hover {
  color: #333;
}
p.p_grey {
  color: #999 !important;
}
p.p_mini {
  font-size: 0.75rem;
}
strong {
  font-weight: 800;
}
blockquote {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
blockquote p {
  text-align: center;
  font-weight: 800;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: block;
  width: 75px;
  height: 35px;
  border: 1px solid #333;
  background-color: #333;
  border-radius: 2px;
  transition: background 0.1s;
}
a.more::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 2;
  transform-origin: left;
  transition: background 0.1s, transform 0.3s;
}
a.more:hover {
  background-color: #333;
}
a.more:hover::after {
  background-color: #fff;
  transform: scale(1.5, 1);
}
a.more.more_margin {
  margin-top: 35px;
}
body.page_green a.more {
  background-color: transparent;
}
body.page_green a.more::after {
  background-color: transparent;
  background-color: #333;
}
/*END A BTN*/
/*IMG*/
figure {
  margin-bottom: 100px;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  position: relative;
  height: 90vh;
  min-height: 700px;
  z-index: 1;
  overflow: hidden;
}
.img_box {
  position: relative;
  height: 40vh;
  min-height: 350px;
  width: 100%;
  overflow: hidden;
}
.img_box_fluid {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img_box_fluid img {
  width: 100%;
}
.img_box_cover {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 15px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.2);
  z-index: 2;
}
.logo_inside {
  position: relative;
}
.logo_inside img {
  height: 35px;
  margin-top: 50px;
}
/*END IMG*/
/*HOME*/
.banner_top {
  position: absolute;
  bottom: 150px;
  left: 50px;
  z-index: 3;
}
.banner_top p a {
  color: #fff;
  font-weight: 800;
  transition: all 0s;
}
.banner_top p a span {
  display: inline-block;
  vertical-align: middle;
}
.banner_top p a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 1px;
  margin-left: 10px;
  background-color: #fff;
  transition: transform 0.3s;
  transform-origin: left;
}
.banner_top p a:hover::after {
  transform: scale(1.15, 1);
}
/*END HOME*/
/*PORTFOLIO*/
.box_portfolio {
  display: block;
  padding: 50px;
  border: 1px solid #333;
  transition: background 0.4s;
}
.box_portfolio h4 {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}
.box_portfolio:hover {
  background-color: #f3f3f3;
}
/*END PORTFOLIO*/
/*SLICK*/
.slide01 {
  display: none;
}
.slick-list {
  z-index: 2;
  padding: 0 !important;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  bottom: 8px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}
.slick-prev {
  display: none !important;
}
.slick-next {
  background-color: #fff;
  right: 0px;
  top: auto;
}
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333;
  background-image: url("../img/icon/arrow.png");
  background-position: center center;
  background-size: 6px;
  background-repeat: no-repeat;
}
.slick-prev:before {
  display: none;
}
/*END SLICK*/
/*CALL BUTTON*/
.call_button {
  position: fixed;
  display: block;
  bottom: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  z-index: 200;
  transition: transform 0.5s;
}
.call_button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #333;
  transition: transform 0.5s;
  z-index: 1;
}
.call_button i {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon/question.png);
  background-size: 40%;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s;
  z-index: 2;
}
.call_button:hover::after {
  transform: scale(1.15, 1.15);
}
.call_button:hover i {
  transform: rotate(30deg);
}
body.page_contact .call_button {
  display: none;
}
body.scrollDown .call_button {
  transform: translate(300px, 0);
}
/*END CALL BUTTON*/
/*FOOTER*/
footer {
  position: relative;
  padding: 200px 0;
  margin-top: 200px;
  background-color: #333;
}
footer p, footer p a {
  color: #fff;
}
footer p.p_grey a, footer p a:hover {
  color: #999;
}
/*END FOOTER*/