:root {
  --main-bg-color: #eae7e1;
  --second-bg-color: #f4f2ee;
  --footer-bg-color: #dfdad1;
  --text-color: #4e353e;
  --second-text-color: #380015;
  --red-color: #951a47;
  --white-color: #fff;
  --gold-color: #9d9488;
}
/*GENERALI*/
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--text-color);
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 400;
  background-color: var(--main-bg-color);
  font-family: 'Roboto', 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;
  transition-timing-function: ease-in-out;
}
#main {
  overflow: hidden;
}
.container_main {
  position: relative;
}
.wrapper {
  position: relative;
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}
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 {
  position: relative;
  margin-bottom: 120px;
}
section:last-of-type {
  margin-bottom: 0;
}
section.section_white {
  padding: 120px 0;
  background-color: var(--second-bg-color);
}
.container {
  margin-bottom: 120px;
}
.container:last-of-type {
  margin-bottom: 0;
}
.row {
  position: relative;
}
.row, .row .row, .row_inside {
  margin-bottom: 120px;
}
.row_mini {
  margin-bottom: 50px;
}
.row:last-of-type, .row .row:last-of-type, .row_inside:last-of-type {
  margin-bottom: 0 !important;
}
.separator {
  display: block;
  position: relative;
  margin: 0 auto 120px auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--red-color);
}
/*.separator::after {
  content: "";
  position: absolute;
  display: block;
  background-color: var(--second-text-color);
  top: 14px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}*/
.el_margin {
  margin-top: 100px;
}
.col_pad {
  padding: 100px;
}
.col_pad_left {
  position: relative;
  padding-left: 100px;
}
/*.col_pad_left::after,*/ .col_pad_left::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--second-text-color);
  left: 6px;
  top: 0;
}
.col_pad_left::before {
  width: 3px;
  background-color: var(--red-color);
  left: 0px;
}
.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;
}
.bg_white {
  background-color: var(--second-bg-color);
}
.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;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a.a_underline {
  text-decoration: underline;
  font-weight: 400;
}
.nomargin {
  margin: 0 !important;
}
/*END GENERALI*/
/*TYPO*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  margin-bottom: 35px;
  font-family: 'Mulish', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--second-text-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 {
  font-size: 3rem;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  font-weight: 800;
}
h3 {
  font-size: 2.25rem;
  font-weight: 800;
}
h4 {
  font-size: 1.75rem;
  font-weight: 800;
}
p {
  font-size: 1rem;
  margin-bottom: 15px;
}
p a {
  font-weight: 700;
}
p a:hover {
  color: var(--second-text-color);
}
p strong {
  font-weight: 700;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
p.p_mini {
  font-size: 0.85rem;
}
blockquote {
  margin-top: 35px;
  margin-bottom: 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote p {
  font-family: 'Mulish', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--second-text-color);
}
/*END TYPO*/
/*A BTN*/
a.more {
  position: relative;
  display: inline-block;
  padding: 10px 25px;
  min-width: 160px;
  font-family: 'Mulish', sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  background-color: var(--red-color);
  border: 1px solid var(--red-color);
  color: var(--white-color);
  border-radius: 4px;
  margin-top: 35px;
  margin-right: 5px;
  transition: background 0.3s, color 0.2s, border 0.3s;
}
a.more:hover {
  background-color: var(--second-text-color);
  border-color: var(--second-text-color);
  color: var(--white-color);
}
a.more.more_nomargin {
  margin-top: 0;
}
a.more.more_transparent, a.more.more_transparent:hover {
  background-color: transparent;
  color: var(--red-color);
  border-color: var(--red-color);
}
a.more.more_download {
  min-width: 50px;
  padding: 10px;
}
/*END A BTN*/
/*IMG*/
figure {
  position: relative;
  margin-bottom: 100px;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0 !important;
}
.img_page {
  height: 70vh;
  min-height: 500px;
}
.img_box {
  height: 600px;
  min-height: 600px;
}
.img_box img {
  z-index: 2;
}
.img_box_height img {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.did_photo {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 0.65rem;
}
/*.img_box::after {
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	border: 15px solid var(--second-bg-color);
	opacity: 0.3;
	z-index: 3;
}*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  opacity: 0.15;
  z-index: 2;
}
/*END IMG*/
/*HOME*/
.claim {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  text-align: center;
}
.claim .container {
  height: 100%;
}
.claim .row {
  top: 50%;
  transform: translate(0, -50%);
}
.claim h1 {
  color: var(--white-color);
  text-transform: uppercase;
}
.claim p {
  color: var(--white-color);
}
.claim .separator {
  margin-bottom: 35px;
}
.claim .separator::after {
  background-color: var(--white-color);
}
/*END HOME*/
/*NEWS*/
.box_news h4 {
  margin-bottom: 20px;
}
.box_news a.more {
  margin-top: 25px;
}
.data_news {
  display: block;
  font-family: 'Mulish', sans-serif;
  font-size: 0.85rem;
  font-weight: 800;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--red-color);
}
/*END NEWS*/
/*MARCHI*/
.box_marchi h4 {
  margin-bottom: 25px;
}
ul.list_marchi li {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
ul.list_marchi li:first-of-type {
  padding-top: 0;
}
.img_logo {
  position: relative;
  width: 20%;
  height: 250px;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--second-bg-color);
}
.img_logo img {
  position: absolute;
  max-width: 70%;
  max-height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img_logo.img_logo_page {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  z-index: 2;
}
.underlay_logo {
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: var(--footer-bg-color);
  z-index: 1;
}
.underlay_logo::after, .underlay_logo::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--second-text-color);
  top: 6px;
  left: 0;
}
.underlay_logo::before {
  height: 3px;
  background-color: var(--red-color);
  top: 0px;
}
.img_regione {
  margin: 0 auto;
  height: 400px;
  text-align: center;
}
.img_regione img {
  height: 100%
}
/*END MARCHI*/
/*AREA RISERVATA*/
.list_download {
  position: relative;
  margin-top: 60px;
}
.list_download li {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 15px 15px;
  border-bottom: 1px solid var(--second-text-color);
  border-left: 1px solid var(--second-text-color);
  border-right: 1px solid var(--second-text-color);
  text-align: left;
}
.list_download li:first-of-type {
  border-top: 1px solid var(--second-text-color);
}
.list_download li:nth-child(odd) {
  background-color: var(--second-bg-color);
}
.list_download span {
  flex: 0 0 50%;
  max-width: 50%;
}
.list_download span:last-of-type {
  text-align: right;
}
.list_download span.title_link {
  font-family: 'Mulish', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.05rem;
  color: var(--second-text-color);
}
/*END AREA RISERVATA*/
/*MARGIN HACK*/
.row.remove_margin_list {
  margin-bottom: -100px !important;
}
/*END MARGIN HACK*/
/*COLLAPSE HACK*/
.collapse_object {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.6s;
}
/*END COLLAPSE HACK*/
/*SLICK*/
.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*/
/*FOOTER*/
footer {
  position: relative;
  margin-top: 120px;
  padding: 120px 0;
  background-color: var(--footer-bg-color);
}
footer .logo_footer img {
  height: 45px;
}
footer p {
  font-size: 0.75rem;
}
footer ul li {
  margin-bottom: 3px;
}
a.nav_footer {
  display: block;
  font-weight: 700;
  transition: all 0.3s;
}
a.nav_footer:hover {
  color: var(--red-color);
}
footer ul li:hover a.nav_footer {
  transform: translate(10px, 0);
}
/*END FOOTER*/
/*SELECTION*/ ::-moz-selection {
  background: black;
  color: white;
}
::selection {
  background: black;
  color: white;
}
/*END SELECTION*/
/*AOS NEW ANIMATION*/
[data-aos="enter_image"]::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  background-color: var(--main-bg-color);
  transition: opacity 1.2s;
  /*transform: translate3d(0, 0, 0);*/
}
section.section_pad [data-aos="enter_image"]::after {
  background-color: var(--second-bg-color);
}
[data-aos="enter_image"].aos-animate::after {
  /*transform: translate3d(0, 100%, 0);*/
  opacity: 0;
}
/*END AOS NEW ANIMATION*/