@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');
/*GENERALI*/
html, body {
  height: 100%;
  min-height: 100%;
  padding: 0px;
  margin: 0px;
  color: #363636;
  outline: none;
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  font-family: 'Libre Baskerville', 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;
}
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;
}
section {
  position: relative;
  margin-bottom: 250px;
}
section:last-of-type {
  margin-bottom: 0;
}
.wrapper {
  position: relative;
  width: 100%;
  padding: 0 10%;
  z-index: 10;
}
section.bg_page {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  margin-bottom: 150px;
}
body.legal_page section:first-of-type {
	padding-top: 300px;
}
.container {
  position: relative;
  z-index: 10;
  margin-bottom: 150px;
}
.container:last-of-type {
  margin-bottom: 0;
}
.row {
  position: relative;
  margin-bottom: 180px;
}
.row.row_inside {
  margin-bottom: 75px;
}
.row: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;
}
.w-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20% !important;
  flex: 0 0 20% !important;
  max-width: 20%;
}
.col_dx {
	padding-top: 100px;
}
.m_inside {
	margin-top: 75px;
}
.m_border {
	margin-top:30px;
	padding-top: 30px;
	border-top:1px solid #363636;
}
.p_inside {
	padding: 2rem;
}
.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;
}
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 {
  font-size: 2.5rem;
  color: #fff;
}
h1 em {
  font-size: 1.6rem;
}
h2 {
  font-size: 2rem;
}
a h2 {
	color:#fff;
}
h3 {
  font-size: 1.2rem;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #363636;
  border-bottom: 1px solid #363636;
}
h4 {
  font-size: 2rem;
}
h4 em {
  font-size: 1.3rem;
}
p {
  line-height: 1.5em;
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0 !important;
}
p a {
  font-weight: 600;
  transition: all 0.3s;
  color: #363636;
}
p a:hover {
  color: #333;
}
p.did {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 0.7rem;
}
strong {
  font-weight: 700;
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  margin-top: 25px;
}
a.more:last-of-type {
  margin-right: 0;
}
a.more span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #363636;
  font-size: 0.65rem;
  font-style: italic;
  z-index: 2;
}
a.more::before, a.more::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 1px;
  margin-right: 10px;
  background-color: #363636;
  transition: all 0.3s;
  transform-origin: right;
}
a.more::after {
  margin-right: 0;
  margin-left: 10px;
  transform-origin: left;
  transform: scale(0, 1);
}
a.more:hover::after {
  transform: scale(0.75, 1);
}
a.more:hover::before {
  transform: scale(0.5, 1);
}
/*END A BTN*/
/*PAGE*/
.title {
  position: absolute;
  bottom: 35px;
  left: 35px;
  z-index: 10;
}
.content_img_page {
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding-top: 150px;
  padding-bottom: 100px;
}
.img_page {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.img_box {
  position: relative;
  height: 70vh;
  max-height: 700px;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
}
.img_box_big {
  position: relative;
  height: 70vh;
  max-height: 750px;
  min-height: 550px;
  width: 100%;
  overflow: hidden;
}
a.link_img {
  display: block;
}
a.link_img .title {
  transition: all 0.75s;
}
a.link_img:hover .title {
  transform: translate3d(20px, 0, 0)
}
a.link_img .img_box::before {
	content: "";
	display: block;
	width:1px;
	height: 100%;
	position:absolute;
	bottom:0;
	left:20px;
	background-color: rgba(255,255,255,0.5);
	transform: scale(1,0);
	transform-origin: bottom;
	transition: 1s;
	z-index: 10;
}
a.link_img:hover .img_box::before {
	transform: scale(1,1);
}
.letter {
	margin: 50px 0;
}
.letter:first-child {
	margin-top: 0;
}
.letter:last-child {
	margin-bottom: 0;
}
.letter img {
	max-height: 50px;
	max-width: 100px;
}
/*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: 50px;
  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: -25px;
  top: auto;
  transition: all 0.3s;
}
.slick-next:hover {
  /*background-color: #f5f5f5;*/
  transform: translate3d(10px, 0, 0)
}
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 88%;
  height: 88%;
  top: 6%;
  left: 6%;
  border: 1px solid #363636;
  background-image: url("../img/icon/arrow.png");
  background-position: center center;
  background-size: 4px;
  background-repeat: no-repeat;
}
.slick-prev:before {
  display: none;
}
/*FOOTER*/
footer {
  position: relative;
  padding: 100px 0;
	margin-top: 250px;
  background-color: #f5f5f5;
}
footer .row {
	margin-bottom: 50px;
}
footer p {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid #363636;
}
footer p:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom:none;
}
footer p a {
	font-weight: 400;
}
footer a.more {
	display: block;
	width: 100%;
	margin-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #363636;
}
footer a.more::before {
	display: none!important;
}
footer a.more::after {
	transform: scale(0.35,1);
}
footer a.more:last-of-type {
	margin-bottom: 0;
}
/*END FOOTER*/