*{
  font-family: 'Century Gothic', sans-serif;
}
p {
  line-height: 24px;
  font-family: Arial, Sans-Serif;
}

strong,
b {
  font-weight: 700;
}

h1, h2, h3, h4, h5{
  font-family: "Century Gothic";
}

h1 {
  text-shadow: #333 2px 2px 2px;
}

h1.article-title{
  padding-left: 0;
}

h2 {
  margin-top: 8px;
  margin-bottom: 2rem;
  text-shadow: #333 2px 2px 2px;

}
/*
h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}
*/
.art-sezione {
  margin: 1rem 0px;
}

.header-fullpage{
  min-height: 500px;
  background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-fullpage.bg-header-bottom{
  background-position: center bottom;
}
.header-fullpage.bg-header-top{
  background-position: center top;
}
.margin-hp {
  margin: 100px 0px;
}
.header.container-header .header-pre {
  height: 24px;
  background: rgb(143, 187, 28);
  background: linear-gradient(
    90deg,
    rgba(143, 187, 28, 1) 0%,
    rgba(25, 73, 111, 1) 100%
  );
}

.main-content{
  margin: 0 auto;
  position: relative;
  cursor: auto;
  z-index: auto !important;
  min-height: 60vh;
}

.art-breadcrumbs {
  margin-top: 30px;
  background-color: #ffffff;
  color: #aeb3ba;
  width: 100%;
}

.breadcrumb {
  background-color: #ffffff;
  color: #aeb3ba;
  width: 100%;
  margin: 0px;
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover {
  color: #aeb3ba;
}

.container-header .mod-menu {
  color: rgba(255, 255, 255, 0.75);
}

.icon-deeper {
  margin-left: -10px;
  margin-right: 10px;
  font-size: 0.9rem;
}

.navbar ul.art-hmenu.mod-menu {
  justify-content: flex-start;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>' !important;
}

a,
a:link,
a:visited,
a:hover {
  text-decoration: none;
}

.card,
.card-body {
  padding: 0;
  border-radius: 0px;
  border: none;
}

.navbar-collapse.show {
  width: 100%;
}


.metismenu.mod-menu .metismenu-item.parent button {
  display: none;
}

#navbarScroll {
  transition: all 1s;
}

#navbarScroll.show .container-nav {
  width: 100%;
}

.container-header nav {
  padding-right: 1rem;
}

.metismenu.mod-menu .metismenu-item.parent:hover > ul.mm-collapse {
  display: block;
}

.art-hmenu .metismenu-item ul.mm-collapse li:hover > a {
  color: #000;
}

ul.mm-collapse li a {
  font-size: 1.1rem;
  padding: 15px 30px;
}

.titolo-sottolineato {
  text-transform: uppercase;
  border-bottom: 3px solid #e5e5e5;
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 20px;
}


a.art-button,
.art-button,
a.art-button:link,
a.art-button:visited,
a.art-button:hover,
.art-button:hover {
  border: 2px solid #b2b2b2;
  padding: 10px 30px;
  background: transparent;
  color: #fff;
}
a.art-button:hover,
.art-button:hover {
  border: 2px solid #888888;
  background: #000;
}

#modalCookieType button.art-button {
    color: #000;
}

#modalCookieType button.art-button:hover {
    color: #fff;
}

.link-to-page{
  position: relative;
  color: #95C11F;
  padding-left: 15px;
}
.link-to-page:before{
  content: '\f054';
  position: absolute;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  left: 0;
}

/**
WALL DI BLOCCHI HOME E PAGINE
*/
.grid-child{
  flex-direction: column;
  max-width: 100%;
}
.blocco-home {
  padding: 5rem;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  color: #ffffff;
  position: relative;
  display: block;
}
.blocco-home.titolo {
  min-height: 450px;
}

.blocco-home h2 {
  font-size: min(3vmax, 38px);
  color: #ffffff;
}

.blocco-home h1 {
  font-size: min(4vmax, 52px);
  color: #ffffff;
  text-transform: uppercase;
}

a.blocco-home,
a.blocco-home:hover,
a.blocco-home:link,
a.blocco-home:visited {
  color: #ffffff;
  text-decoration: none;
}

.blocco-home .blocco-home-descrizione {
  font-size: min(1.2vmax, 18px);
  padding: 15px;
  max-width: 80%;
  width: 100%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blocco-home .blocco-home-descrizione.large {
  max-width: 800px;
}

.blocco-home .blocco-home-cover {
  width: 100%;
  transition: all 0.5s;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  bottom: 0px;
  background: linear-gradient(
    90deg,
    rgba(143, 187, 28, 1) 0%,
    rgba(25, 73, 111, 1) 100%
  );
  opacity: 0;
  zoom: 1;
}

a.blocco-home:hover .blocco-home-cover {
  width: 100%;
  opacity: 1;
  zoom: 1;
}

.blocco-home .arrow {
  cursor: pointer;
  height: 60px;
  right: 0%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform 0.1s;
  width: 40px;
}
.blocco-home .arrow-top,
.blocco-home .arrow-bottom {
  background-color: #666;
  height: 4px;
  left: -5px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.blocco-home .arrow-top:after,
.blocco-home .arrow-bottom:after {
  background-color: #fff;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.15s;
}
.blocco-home .arrow-top {
  transform: rotate(45deg);
  transform-origin: bottom right;
}
.blocco-home .arrow-top:after {
  left: 100%;
  right: 0;
  transition-delay: 0s;
}
.blocco-home .arrow-bottom {
  transform: rotate(-45deg);
  transform-origin: top right;
}
.blocco-home .arrow-bottom:after {
  left: 0;
  right: 100%;
  transition-delay: 0.15s;
}
.blocco-home:hover .arrow .arrow-top:after {
  left: 0;
  transition-delay: 0.15s;
}
.blocco-home:hover .arrow .arrow-bottom:after {
  right: 0;
  transition-delay: 0s;
}
.blocco-home:active .arrow {
  transform: translateX(-50%) translateY(-50%) scale(0.9);
}

/**
BLOG
*/
.category-desc {
  margin-bottom: 2rem;
}
.com-content-category-blog__items.blog-items.items-leading {
  margin-top: 40px;
  grid-template-columns: 1fr;
}
.com-content-category-blog__items.blog-items {
  grid-template-columns: 1fr 1fr 1fr;
}
.published time {
  font-size: 0.9rem;
  font-weight: 500;
  color: #c1c1c1;
}
.article-info {
  margin-top: 1rem;
}
.items-leading .article-info {
  margin-top: 0;
}
.article-info {
  margin-bottom: 0;
}
.article-info .published {
  margin-bottom: 0;
}
.blog-items .blog-item {
  box-shadow: none;
  transform: scale(1);
  transition: all 0.15s ease-in-out;
  z-index: 1000;
}
@media (max-width: 768px) {
  .com-content-category-blog__items.blog-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 425px) {
  .com-content-category-blog__items.blog-items {
    grid-template-columns: 1fr;
  }
}

/**
ARTICOLO BLOG
*/
.article-published {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-left: 0;
}
.article-published span {
  font-size: 0.9rem;
}
.article-title {
  text-shadow: #333 2px 2px 2px;
}
.dot {
  height: 7px;
  width: 7px;
  background-color: #95c11f;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 8px;
}
.category-link {
  font-weight: 600;
  margin-right: 10px;
}
.article-tag {
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 0.8rem;
  margin-right: 10px;
  color: #95c11f;
  background-color: #dfecbc;
  opacity: 0.75;
  transition: all 0.1s ease-in-out;
}
.article-tag:hover {
  color: #95c11f;
  opacity: 1;
}

/**
CONTATTI
*/
.art-contatti {
  /*max-width: 600px;*/
}
.form-label {
  font-weight: 600;
}

/**
PREFOOTER
*/

.art-prefooter .row div.margin-pref {
  padding: 100px 0px;
}

.art-prefooter .row div.badge-pref {
  padding: 100px 0px 0px 0px;
  background-color: #19496f;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.art-prefooter .row div.badge-pref img {
  max-width: 70%;
  margin: 15%;
}

.art-prefooter .row div.badge-pref:before {
  content: '';
  position: absolute;
  bottom: -7em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 8em solid #19496f;
  border-right: 8em solid transparent;
  z-index: 1;
}

.art-prefooter .row div.badge-pref:after {
  content: '';
  position: absolute;
  bottom: -7em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8em solid #19496f;
  border-left: 8em solid transparent;
  z-index: 1;
}

/**
FOOTER
*/

footer.footer {
  background-color: #404040;
  background-image: none;
  font-size: 14px;
  margin-top: 60px;
  color: #BDBDBD;
}
.footer hr {
  background-color: grey;
}
.footer .copyright {
  margin: 10px 0px;
  text-align: center;
  color: #BDBDBD;
}


@media (max-width: 768px) {
  .art-breadcrumbs {
    margin-top: 100px;
  }
  .margin-hp{
    margin: 200px 0px;
  }
  .btn-group {
    margin-bottom: 2em;
  }
  .header-fullpage {
    min-height: 250px;
  }
}
@media (max-width: 425px) {
  .margin-hp{
    margin: 300px 0px;
  }
  .container-header nav {
    padding-right: 0rem;
  }
}


/**
MODULO
*/
.card-header{
  background-color: transparent;
  border-bottom: 0px;
  padding-left: 0;
}

/**
COOKIE
*/
.cookie-accept{
  display: none;
  position: fixed;
  bottom: -300px;
  left: 50px;
  right: 50px;
  z-index: 9999;
}


.sponsor-link{
  height: 40px;
  margin: 10px;
}

.case-details p{
  margin: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea, textarea.form-control {
  border: 1px solid #ffffff;
  color: #000;
}

.btn-marusca{
    color: #FFF;
    font-weight: 700;
    border-right: 0;
    text-transform: uppercase;
    background-color: rgba(26,123,176, 1);
    border-color: rgba(26,123,176, 1);
}

.btn-marusca:hover{
    color: #FFF;
    background-color: rgba(26,123,176, .9);
    border-color: rgba(26,123,176, .9);
}

.background-darker{
  background: rgba(64, 64, 64, 0.5);
}

.min-h-60{
  min-height: 60vh;
}

.body-main-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    webkit-box-shadow: 6px 6px 7px 4px rgb(0 0 0 / 40%);
    -moz-box-shadow: 6px 6px 7px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 7px 4px rgb(0 0 0 / 40%);
    background: #545454;
}

.sub-nav-container {
    max-width: 1200px;
    margin: 0 auto;
}

#menu {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.main-top .swiper-container .swiper-button-next, .main-top .swiper-container .swiper-button-prev {
    color: #fff;
}

.main-top .swiper-container .swiper-button-next:hover, .main-top .swiper-container .swiper-button-prev:hover {
    color: #fff;
    opacity: 1;
}

form#filterFormVendite {
    margin: 20px 10px;
}

ul#menu-laterale li {
    padding: 0;
}

ul#menu-laterale li > a {
    background: #696969;
    background: linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    background: -webkit-linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    background: -moz-linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    background: -o-linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    background: -ms-linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    background: linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    -svg-background: linear-gradient(top, #7A7A7A 0, #575757 100%) no-repeat;
    padding: 0 10px 0 11px;
    margin: 0 auto;
    color: #E8E8E8;
    min-height: 45px;
    line-height: 45px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

ul#menu-laterale li > a:hover {
    background: rgba(26,123,176, 1);
}

ul#menu-laterale li > a:before {
    content: url('../images/vmenuitemicon.png');
    margin-right: 10px;
    bottom: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
}

.com-content-category-blog {
    padding: 10px;
}

.latest-news {
    margin: 0 10px;
}

.com-content-article {
    margin: 10px;
}

.art-postcontent a:hover, .art-postcontent a.hover, a:hover, a.hover {
    color: #30a3e2;
}

.responsive .nav-container {
    padding: 0;
}

.responsive .nav-container ul.art-hmenu > li {
    justify-content: center;
}

.responsive .nav-container ul.art-hmenu > li:after {
    content: none !important;
}

.responsive .container-header nav {
    padding: 0;
}