<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Neucha:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.5.4/bootstrap-select.min.css");


:root {
  --red-monza: #D22739;
  --main-red: #c1052f;
  --red-light: #af3232;
  --main-blue: #005da9; 
  --main-gray-dark: #3c4146; 
  --main-gray: #b8b8b8;
}

html,
body {
  overflow-x: hidden;
  width: 100vw;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  transition: scroll-behavior ease 3s;
}

body {
  color: #323232;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

.pre-nav {
  background-color: var(--main-gray-dark);
  padding: 15px;
  color: #fff;
  font-size: 10px;
  position: relative;
}

.pre-nav:after,
.pre-nav:before {
  top: 100%;
  left: 50%;
  transform: translateX(544px);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 99;
}

.pre-nav:after {
  border-color: rgba(60, 61, 65, 0);
  border-top-color: var(--main-gray-dark);
  border-width: 10px;
  margin-left: -10px;
}

/* â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ NAV â”€â”€â”€â”€â”€ */

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu &gt; div &gt; li &gt; ul {
  padding: 0;
  margin: 0;
}

.megamenu &gt; div &gt; li &gt; ul &gt; li {
  list-style: none;
}

.megamenu .card {
  outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
  outline: 1px solid #000;
}

.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a:hover,
.megamenu &gt; div &gt; li &gt; ul &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled &gt; a,
.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; a:focus {
  color: #999999;
}

.megamenu.disabled &gt; a:hover,
.megamenu.disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  background-color: transparent;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu &gt; li {
    margin-bottom: 30px;
  }
  .megamenu &gt; li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

/* -----------------------------------------HEADER----------------------------------------- */

header {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  height: 100vh;
}

header video {
  opacity: 0.5;
  min-height: 100vh;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.absolute-btn {
  position: absolute;
  left: 50%;
  top: 66%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 100%;
  z-index: 999;
}

.page-header {
  font-size: 1.8em;
  border-bottom: none;
}

.input-group {
  width: 250px;
  float: right;
}

.stylish-input-group .input-group-addon {
  background: white !important;
}
.stylish-input-group .form-control {
  border-right: 0;
  box-shadow: 0 0 0;
  border-color: #ccc;
}
.stylish-input-group button {
  border: 0;
  background: transparent;
}

.flagcont {
  margin: 0 0 0 15px;
  display: inline-block;
  margin-top: -5px;
}
.flagtop {
  margin: 0 5px;
  cursor: pointer;
}

.navbar-brand {
  position: absolute;
  left: 5%;
  top: 15px;
  margin: 0;
  border-radius: 8px;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.navbar-brand-right {
  position: absolute;
  right: 10%;
  top: 15px;
  margin: 0;
  height: 100%;
  background-color: #fff;
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand &gt; img {
  width: 300px;
  /* padding: 10px; */
}

.navbar-merintur ul.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.navbar-merintur {
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.1);
  border: none;
}
.navbar-merintur a {
  color: #323232;
}
.navbar-merintur ul.navbar-nav a {
  color: #323232;
  background: transparent;
  padding: 8px;
  display: block;
}

.navbar-merintur ul.navbar-nav a:hover {
  /* background: var(--main-gray-dark); */
  background: var(--main-gray);
  color: #fff !important;
}

.navbar-merintur li.divider {
  box-shadow: none;
  height: 1px;
  background: rgba(100, 100, 100, 0.4);
}
.navbar-merintur button.navbar-toggle {
  background: #cccccc;
  border-radius: 0;
}
.navbar-merintur button.navbar-toggle:hover {
  background: #999;
}
.navbar-merintur button.navbar-toggle &gt; span.icon-bar {
  background: #fff;
  border-radius: 0;
}

.navbar-merintur ul.dropdown-menu {
  margin: 5px 0 0 0;
  border-radius: 0;
  border-width: 0;
  background: rgba(255, 255, 255, 1);
  padding: 10px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  margin-top: 0px;
  /*top: 71px;*/
  top: 65px;
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar-merintur ul.dropdown-menu &gt; li &gt; a {
  color: #323232;
  line-height: 40px;
}
.navbar-merintur ul.dropdown-menu &gt; li &gt; a:hover {
  background: var(--main-gray);
  color: #fff;
  box-shadow: none;
}

.dropdown-menu .sub-menu {
  left: 100%;
  position: absolute;
  top: 0;
  visibility: hidden;
  margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
  visibility: visible;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

@media (max-width: 1440px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 12px;
  }
}

.hover-caption {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  color: #fff;
  /* text-shadow: 5px 5px 10px #222; */
  text-align: center;
  background-color: #0000002e;
  padding: 0 10px;
}

/* -------------------------------------ELEMENTI------------------------------------- */

/* hr {
  width: 50%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  } */

  hr {
    border-top: #afafaf solid 1px;
  }

  small {
    color: #e3e3e3 !important;
    font-size: 0.6em !important;
    font-weight: lighter !important;
  }

/* .owl-carousel {
  z-index: 0;
  } */

  .slide h1 {
    font-size: 45px;
    text-shadow: 5px 5px 10px #323232;
  }

  .slide1 {
    background: url(../img/trattore.jpg) no-repeat center;
    background-size: cover;
  }
  .slide2 {
    background: url(../img/green.jpg) no-repeat center;
    background-size: cover;
  }

  .slide3 {
    background: url(../img/escavatore.jpg) no-repeat center;
    background-size: cover;
  }

  .bgslide1 {
    background: url(../img/bergamo-slide-1.jpg) no-repeat center;
    background-size: cover;
  }
  .bgslide2 {
    background: url(../img/bergamo-slide-2.jpg) no-repeat center;
    background-size: cover;
  }
  .bgslide3 {
    background: url(../img/bergamo-slide-3.jpg) no-repeat center;
    background-size: cover;
  }

  .redmagintop {
    background-color: var(--main-gray);
    padding: 50px 0;
  }

  .redmagintop::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/news/rain-2538429_1920.jpg);
    opacity: 0.25;
    background-attachment: fixed;
  }
  .redmagintop-int {
    margin-top: -8%;
  }

  .doppiatop {
    background-color: #fff;
    padding: 32px 16px;
    color: #323232 !important;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    height: 100%;
  }

  .doppiatop:hover {
    transform: translateY(-3%);
  }

  .withemarginbot {
    padding-top: 3.5vh;
    padding-bottom: 3.5vh;
  }

  .triplaint {
    background-color: var(--main-gray);
    padding: 20px;
    color: #fff !important;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    margin: 20px;
  }

  .triplabot {
    background-color: var(--main-gray);
    padding: 32px 16px;
    color: #fff !important;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
    position: relative;
    height: 100%;
  }

  .triplabot:hover {
    transform: translateY(-3%);
  }

  .triplabot .btn {
    white-space: normal !important;
  }

  .triplabot h2 {
    text-transform: capitalize;
    line-height: 1em;
    height: 2em;
  }

  .colregion {
    padding: 25px;
    margin: 41px 0;
    background-color: #fff;
    color: black;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    height: 180px;
    position: relative;
  }

  .comuni {
    position: absolute;
    width: 80px;
    top: -60px;
    left: -25px;
    float: left;
  }

  .inputred {
    width: 200px;
    float: right;
    margin-right: -20px;
    border-radius: 0;
    border: var(--main-gray) solid 1px;
  }

  .inputredint {
    float: none;
    margin: 15px 0;
    border-radius: 0;
    border: var(--main-gray) solid 1px;
  }

  .yellow-cont {
    background-color: #dcdcdc;
    padding: 0 0 30px;
    color: #fff;
    width: 100%;
    margin: 0;
    position: relative;
  }

  .border-between &gt; [class*="col-"]:before {
    background: #eee;
    /*bottom: 0;*/
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 33%;
    height: 33%;
  }

  .border-between &gt; [class*="col-"]:first-child:before {
    display: none;
  }

  .semitransparent-cont {
    background-color: var(--main-gray-dark);
    padding: 5% 0;
    color: #fff;
    width: 100%;
    margin: 0;
  }

  .fullimagerow img {
    width: calc(100% / 6);
    margin: 0;
    padding: 0;
    float: left;
  }

  .catalogo-pulizia {
    margin-top: 20px;
  }

  .semitransparent-cont p {
    color: #323232;
  }
  .withe-cont {
    background-color: #fff;
    padding: 5vh 0;
    color: #323232;
    width: 100%;
    margin: 0;
  }

  .onblueicon {
    max-width: 200px;
    margin: 0px 0 -15px 0;
  }

  .onbluetxt {
    padding: 0 20px;
  }

  .hoverblue {
    transition: all 0.3s linear;
    padding: 3%;
    margin: 30px 0;
  }
  .hoverblue:hover {
    cursor: pointer;
  }

  .hoverint {
    background-color: #fff;
    color: var(--main-gray-dark);
    padding: 3%;
    box-shadow: none;
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
  }

  /* Buttons */

  .btn {
    letter-spacing: 1px;
    text-decoration: none;
    background: none;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid ;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    /* border: 3px solid; */
    padding: 8px 20px;
  }

  .btn-outlined {
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }

  .btn-outlined.btn-theme {
    background: none;
    color: var(--main-gray);
    border-color: var(--main-gray);
  }

  .btn-outlined.btn-theme:hover,
  .btn-outlined.btn-theme:active {
    color: #fff;
    background: var(--main-gray);
    border-color: var(--main-gray);
  }

  .btn-outlined.btn-theme-inv {
    font-size: 12px;
    white-space: normal;
    background: var(--main-gray);
    color: #fff !important;
    border-color: var(--main-gray);
  }

  .btn-outlined.btn-theme-inv:hover,
  .btn-outlined.btn-theme-inv:active {
    color: #fff;
    background: var(--main-gray-dark);
    border-color: var(--main-gray-dark);
  }

  .btn-outlined.btn-black {
    background: none;
    color: #000000;
    border-color: #000000;
  }

  .btn-outlined.btn-black:hover,
  .btn-outlined.btn-black:active {
    color: #fff;
    background: #000000;
    border-color: #000000;
  }

  .btn-outlined.btn-white {
    background: none;
    color: #ffffff;
    border-color: #ffffff;
  }

  .btn-outlined.btn-white:hover,
  .btn-outlined.btn-white:active {
    color: var(--main-gray);
    background: #ffffff;
    border-color: #ffffff;
  }

  .btn-xs {
    font-size: 11px;
    line-height: 14px;
    border: 1px solid;
    padding: 5px 10px;
  }

  .btn-sm {
    font-size: 12px;
    line-height: 16px;
    border: 2px solid;
    padding: 8px 15px;
  }

  .btn-lg {
    font-size: 18px;
    line-height: 22px;
    border: 4px solid;
    padding: 13px 40px;
  }

  .boxinfoheight {
    height: 550px;
  }

  .boxnews {
    float: left;
    margin: 30px 0;
  }

  .boxtitle {
    color: var(--main-gray);
    font-size: 25px;
    margin: 0;
  }

  .secondboxtitle {
    color: #4b4b4b;
    font-size: 17px;
    margin: 0;
  }

  .boxnewstxt {
    font-size: 14px;
    line-height: 23px;
    color: #323232;
  }

  .rounded {
    width: 100%;
    padding: 5px;
  }

  .section_news {
    /* background-color: #326496; */
    padding: 5vh 0;
    color: #000;
    position: relative;
  }

/* .section_news::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/news/rain-2538429_1920.jpg);
  opacity: 0.15;
  background-attachment: fixed;
  } */

  .news {
    background: #fff;
    color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

    /* border: 1px solid #eaeaea; */
    -webkit-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 10px 20px -8px rgba(0, 0, 0, 0.5);
  }

  .news .img-figure {
    position: relative;
  }

  .news .img-figure img {
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }

  .news:hover .img-figure img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  .news .title {
    /*padding: 29px 30px;*/
    padding: 45px 30px;
    position: absolute;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .news .title h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    /*	color: #3D6AA2;*/
    text-align: center !important;
  }

  .news:hover .title {
    /*margin-top: -90px;*/
    margin-top: -110px;
    background: #fff;
  }

  .news p.description {
    height: 85px;
    position: relative;
    font-weight: normal;
    line-height: 22px;
    opacity: 0;

    text-align: center;

    padding: 15px 30px 0px 30px;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .news:hover p.description {
    opacity: 1;
  }

  p.more {
    text-align: center;
  }

  .more a {
    position: relative;
    font-size: 13px;
    margin-top: 30px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: inline-block;
  }

  .news:hover a:after {
    width: 30px;
  }

  .cat {
    background: var(--main-gray);
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    padding: 3px 15px;
    font-size: 17px;
  }

  .my-st {
    padding: 3vh 0;
  }
  .mt-st {
    padding-top: 3vh;
  }

  .maps iframe {
    width: 100%;
    display: block;
    pointer-events: none;
    position: relative; /* IE needs a position other than static */
  }
  .maps iframe.clicked {
    pointer-events: auto;
  }

  .footer-bs {
    background-color: var(--main-gray-dark);
    padding: 50px;
    color: #fff;
  }
  .footer-bs .footer-brand,
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    padding: 10px 25px;
  }
  .footer-bs .footer-nav,
  .footer-bs .footer-social,
  .footer-bs .footer-ns {
    border-color: transparent;
  }
  .footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
  }
  .footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }

  .footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
  }
  .footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
  }
  .footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
  }
  .footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }
  .footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
  }
  .footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
  }
  .footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.8);
  }
  .footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
  }

  .footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
  }
  .footer-bs .footer-social h4,
  .footer-bs .footer-nav h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .footer-bs .footer-social li {
    padding: 5px 4px;
  }
  .footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1);
  }
  .footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
  }

  .footer-bs .footer-ns h4 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  .footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
  }

  @media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
      border-left: solid 1px rgba(255, 255, 255, 0.1);
    }
  }

  .box-edu {
    padding: 20px 0;
  }

  .menu-list-int {
    list-style: none;
    padding: 0;
  }

  .menu-list-int li {
    color: #323232;
    padding: 5px;
  }
  .menu-list-int li:hover {
    color: #fff;
    background-color: var(--main-gray-dark);
  }

  .icon-comuni {
    display: inline-block;
    width: 25px;
    float: right;
  }
  .area-calend-comuni li {
    padding: 10px 15px;
  }

  .area-info {
    padding-left: 0;
  }

/*.area-info li {
    line-height: 25px;
    list-style: none;
    font-size: large;
    padding-left: 0;
    border-bottom: solid 1px #eee;
    }*/

    .area-info a:hover li {
      color: var(--main-gray);
      border-bottom: solid 1px var(--main-gray);
      background-color: #eee;
    }

    .region-slider {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      height: 100%;
    }
/* .owl-carousel .owl-stage-outer {
  height: 100%;
}
.owl-carousel .owl-stage {
  height: 100%;
}
.owl-carousel .owl-item {
  height: 100%;
}
*/
.gradient-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0+0,1+60 */
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.interno-region {
  z-index: 10;
  position: absolute;
  right: 15px;
}

.heigh-for-button {
  float: left;
  height: 470px;
}

@media (max-width: 320px) {
  body {
    width: 320px;
    overflow-x: hidden;
  }
  .navbar {
    width: 320px;
    overflow-x: hidden;
  }
}

@media (max-width: 345px) {
  .flagtop {
    margin: 0 2px;
  }
  .maps {
    margin: 0;
  }
  .maps &gt; div {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .navbar-brand {
    background-color: transparent;
  }
  .navbar-brand &gt; img {
    margin-top: 20px;
    max-width: 200px;
  }
  .top_mail {
    /*font-size: 10px;*/
    font-size: 12px;
  }
  .footer-bs {
    padding: 30px 20px;
  }
  .btn-outlined.btn-white {
    font-size: 12px;
  }
  .flagcont {
    margin: 0 0 0 10px;
  }
}
.odd {
  background-color: var(--main-gray);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.n_odd {
  background-color: #d9534f;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.odd h2,
.n_odd h2 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.onbluetxt2 {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 40px;
  overflow: hidden;
  color: #fff !important;
}

.service-box {
  background-color: #fff;
  position: relative;
  background-color: var(--main-gray-dark);
  transition: all ease 0.5s;
  height: 350px;
}

.icon-box-icon {
  width: 120px !important;
  height: 80px;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  object-position: bottom center;
}

.service-box:hover {
  -webkit-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.15);
}

.box-serv-tit {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
}

.box-serv-tit * {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 0.9em;
  transition: all ease 0.5s;
}

.service-box:hover .box-serv-tit * {
  font-size: 20px;
}

.service-image {
  height: 100%;
}

.service-image img {
  object-fit: cover;
  overflow: hidden;
  opacity: 0.35;
  transition: all ease 0.5s;
  height: 100%;
}

.service-box:hover .service-image img {
  opacity: 0.05;
}

.footer-copy {
  background-color: #000;
  color: #969696;
  padding: 4px;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 1.5px;
}
.footer-copy a {
  color: #fff;
  font-style: normal;
}

.title-in-page {
  font-size: 2.5em;
  letter-spacing: 3px;
  line-height: 0.9em;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.box_services {
  background-color: rgb(255, 255, 255);
  position: relative;
  padding-bottom: 30px;
  padding: 5vh 1vw 6.5vh;
}
/* .box_services::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/services.png);
  filter: contrast(1.5) grayscale(0);
  opacity: 0.1;
  background-size: cover;
  } */
  .box_ns {
    background-color: #af31310d;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
  }
/* .box_ns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/ns.jpg);
  filter: contrast(1.5) grayscale(0);
  opacity: 0.1;
  background-size: cover;
  } */

/*
 * â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ ECODIZIONARIO â”€â”€â”€â”€â”€
 */

 .nav-tabs .nav-item.show .nav-link,
 .nav-tabs .nav-link.active {
  color: var(--main-gray);
  background-color: #fff;
  border-color: var(--main-gray) var(--main-gray) #fff;
  border-width: 1px;
}
.nav-tabs {
  border-bottom: 1px solid var(--main-gray);
}

/*
 * â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ REMINDER â”€â”€â”€â”€â”€
 */

 .bell {
  -webkit-animation: ring 4s 0.7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s 0.7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s 0.7s ease-in-out infinite;
  transform-origin: 50% 4px;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotateZ(0);
  }
  1% {
    -webkit-transform: rotateZ(30deg);
  }
  3% {
    -webkit-transform: rotateZ(-28deg);
  }
  5% {
    -webkit-transform: rotateZ(34deg);
  }
  7% {
    -webkit-transform: rotateZ(-32deg);
  }
  9% {
    -webkit-transform: rotateZ(30deg);
  }
  11% {
    -webkit-transform: rotateZ(-28deg);
  }
  13% {
    -webkit-transform: rotateZ(26deg);
  }
  15% {
    -webkit-transform: rotateZ(-24deg);
  }
  17% {
    -webkit-transform: rotateZ(22deg);
  }
  19% {
    -webkit-transform: rotateZ(-20deg);
  }
  21% {
    -webkit-transform: rotateZ(18deg);
  }
  23% {
    -webkit-transform: rotateZ(-16deg);
  }
  25% {
    -webkit-transform: rotateZ(14deg);
  }
  27% {
    -webkit-transform: rotateZ(-12deg);
  }
  29% {
    -webkit-transform: rotateZ(10deg);
  }
  31% {
    -webkit-transform: rotateZ(-8deg);
  }
  33% {
    -webkit-transform: rotateZ(6deg);
  }
  35% {
    -webkit-transform: rotateZ(-4deg);
  }
  37% {
    -webkit-transform: rotateZ(2deg);
  }
  39% {
    -webkit-transform: rotateZ(-1deg);
  }
  41% {
    -webkit-transform: rotateZ(1deg);
  }

  43% {
    -webkit-transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: rotate(0);
  }
  1% {
    -moz-transform: rotate(30deg);
  }
  3% {
    -moz-transform: rotate(-28deg);
  }
  5% {
    -moz-transform: rotate(34deg);
  }
  7% {
    -moz-transform: rotate(-32deg);
  }
  9% {
    -moz-transform: rotate(30deg);
  }
  11% {
    -moz-transform: rotate(-28deg);
  }
  13% {
    -moz-transform: rotate(26deg);
  }
  15% {
    -moz-transform: rotate(-24deg);
  }
  17% {
    -moz-transform: rotate(22deg);
  }
  19% {
    -moz-transform: rotate(-20deg);
  }
  21% {
    -moz-transform: rotate(18deg);
  }
  23% {
    -moz-transform: rotate(-16deg);
  }
  25% {
    -moz-transform: rotate(14deg);
  }
  27% {
    -moz-transform: rotate(-12deg);
  }
  29% {
    -moz-transform: rotate(10deg);
  }
  31% {
    -moz-transform: rotate(-8deg);
  }
  33% {
    -moz-transform: rotate(6deg);
  }
  35% {
    -moz-transform: rotate(-4deg);
  }
  37% {
    -moz-transform: rotate(2deg);
  }
  39% {
    -moz-transform: rotate(-1deg);
  }
  41% {
    -moz-transform: rotate(1deg);
  }

  43% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(0);
  }
}

@keyframes ring {
  0% {
    transform: rotate(0);
  }
  1% {
    transform: rotate(30deg);
  }
  3% {
    transform: rotate(-28deg);
  }
  5% {
    transform: rotate(34deg);
  }
  7% {
    transform: rotate(-32deg);
  }
  9% {
    transform: rotate(30deg);
  }
  11% {
    transform: rotate(-28deg);
  }
  13% {
    transform: rotate(26deg);
  }
  15% {
    transform: rotate(-24deg);
  }
  17% {
    transform: rotate(22deg);
  }
  19% {
    transform: rotate(-20deg);
  }
  21% {
    transform: rotate(18deg);
  }
  23% {
    transform: rotate(-16deg);
  }
  25% {
    transform: rotate(14deg);
  }
  27% {
    transform: rotate(-12deg);
  }
  29% {
    transform: rotate(10deg);
  }
  31% {
    transform: rotate(-8deg);
  }
  33% {
    transform: rotate(6deg);
  }
  35% {
    transform: rotate(-4deg);
  }
  37% {
    transform: rotate(2deg);
  }
  39% {
    transform: rotate(-1deg);
  }
  41% {
    transform: rotate(1deg);
  }

  43% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}

/* ------------------------------INTERNO------------------------------ */

.he-interno {
  background-attachment: fixed;
  background-position: center;
  height: 25vh;
  /*background-image: url(../img/interno/junction-984045_1920.jpg);*/
  background-size: cover;
}

.breadcrumb {
  border-radius: 8px;
}

.list-group-item {
  background-color: var(--main-gray);
  border: 1px solid rgba(0, 0, 0, 0.125);
  transition: all ease 0.5s;
  color: #fff !important;
  border-radius: 0 !important;
}

.service-sidenav .list-group-item {
  background-color: #326496;
}

.list-group-item:hover {
  background-color: #d9534f;
}

.service-sidenav .list-group-item:hover {
  background-color: #224a72;
}

.sublinks .list-group-item {
  background-color: #d9534f;
}

.sublinks .list-group-item:hover {
  background-color: #e9ecef;
  color: var(--main-gray) !important;
}
.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.search_trigger {
  cursor: pointer;
}
.search_trigger:hover {
  color: var(--main-gray);
}

.search_bg {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search_bg .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search_bg input {
  padding: 15px;
  font-size: 17px;
  border: none;
  border-radius: 0;
  float: left;
  width: 80%;
  background: white;
}
.search_bg input:focus {
  background-color: #fff;
  border: none;
  outline: 0;
  box-shadow: none;
}

.search_bg .fa-times {
  cursor: pointer;
  color: #fff;
  position: absolute;
  top: 70px;
  right: 65px;
  font-size: 1.5em;
}

::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  background: #e9ecef;
}
::-webkit-scrollbar-thumb {
  background: var(--main-gray-dark);
}
::-webkit-scrollbar-thumb:hover {
  background: #323232;
}
.form-control {
  border-radius: 0;
  border: 1px solid #dee2e6;
}
.form_control_2 {
  border-radius: 0;
  border: 1px solid var(--main-gray);
}
.form-control:focus {
  color: #323232;
  background-color: #fff;
  border-color: var(--main-gray);
  outline: 0;
  box-shadow: 0 0 0 0.2rem #af323240;
}
.disabled_city_btn {
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 50%;
  cursor: not-allowed;
  left: 50%;
  transform: translate(-50%, -50%);
}

.disabled_city_btn_2,
.disabled_city_btn_3 {
  border: 3px solid #ebcccc;
  height: 102%;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  top: 50%;
  cursor: not-allowed;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #326496;
}
.owl-theme .owl-dots .owl-dot span {
  background: var(--main-gray-dark);
}
.form-group {
  margin-bottom: 18px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: var(--main-gray);
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: var(--main-gray);
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0rem;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #af323240;
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #af323240;
}
.breadcrumb {
  background-color: #f8f9fa;
}
#map {
  height: 66vh;
}
#map_comune {
  height: 35vh;
}
.show_comuni {
  color: var(--main-gray);
}
.comune_link {
  transition: all 0.5s ease;
}
.comune_link:hover {
  color: var(--main-gray);
}
.gm-style .gm-style-iw-c {
  box-shadow: 0 3px 5px 3px var(--main-gray-dark) !important;
  padding: 15px !important;
}
.gm-style .gm-style-iw-d {
  overflow: auto !important;
}
.labels {
  text-align: center;
  padding: 5px;
  width: 100%;
}
.labels h2 {
  font-size: large;
  margin-bottom: 3px;
}
/* .modal-dialog {
  margin: 100px 0 !important;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%) !important;
}

.modal-backdrop.show {
  opacity: 0.75;
}
.modal-content {
  border: 1px solid #fff;
  border-radius: 0;
  } */

  .text-justify h1,
  .text-justify h2,
  .text-justify h3,
  .text-justify h4,
  .text-justify h5,
  .text-justify h6 {
    text-align: left !important;
  }
  .screen_saver {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    width: 100vw;
    /* background: #326496; */
    background: var(--main-gray);
    overflow: hidden;
    z-index: 9999;
    display: none;
  }
  .screen_saver .middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px 75px;
    border: solid 1px #ffffff40;
    color: #fff;
  }
  .screen_saver .middle h6 {
    font-size: 1.5rem;
  }
  .body_ss {
    overflow: hidden;
  }
  .screen_saver .img_logo {
    width: 575px;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
    position: absolute;
  }
  .screen_saver .img_boxes {
    filter: brightness(0) invert(1);
    position: absolute;
    width: 50px;
  }
  .service_caption {
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 135px;
    text-overflow: ellipsis;
  }
  #container {
    margin: 20px;
    width: 200px;
    height: 100px;
  }

  .progressbar-text {
    top: 25px !important;
    width: 200px;
  }
/*
body {
  background-image: url("../img/interno/bg.png");
  background-repeat: repeat-y;
}
*/
/* .navbar-toggler {
  color: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding: 0;
}

.navbar-toggler {
  outline: none !important;
} 
.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 2rem;
  right: 7vw;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  z-index: 2;
  outline: none !important;
}

.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: var(--main-gray);
  content: "";
  height: 0.4rem;
  width: 100%;
}

.nav-toggle .nav-toggle-bar {
  margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
  margin-top: 0.8rem;
}

.nav-toggle .nav-toggle-bar::before {
  margin-top: -0.8rem;
}

.nav-toggle.expanded .nav-toggle-bar {
  background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after,
.nav-toggle.expanded .nav-toggle-bar::before {
  background: var(--main-gray);
  margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  }*/
  .white_img {
    filter: brightness(0) invert(1);
  }

/*
 * â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ CALENDARIO â”€â”€â”€â”€â”€
 */

 .fc-title,
 .fc-title:hover {
  color: #fff !important;
}
/*
 * â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ LEFT LABEL â”€â”€â”€â”€â”€
 */

 .icon-bar-social {
  position: fixed;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar-social a {
  display: block;
  position: relative;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 5px;
  font-size: 17px !important;
  height: 50px;
  width: 50px;
}

.icon-bar-social a i {
  font-size: 17px !important;
}

.icon-bar-social a label {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 5px 5px 10px #222;
  width: fit-content;
  display: block;
  max-width: none;
  /*background-color: #b31f12;*/
  background-color: var(--main-gray);
  border-radius: 0px;
  padding: 12.5px 10px;
  white-space: nowrap;
  border-radius: 0px;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.icon-bar-social a .label-phone{
  background-color: #28a745 !important;
}

.icon-bar-social a:hover {
  /*background-color: #b31f12;*/
  background-color: var(--main-gray);
}

.custom-label {
  /*background: #e30414;*/
  background: var(--main-gray);
}

.custom-label label {
  transition: all ease 0.8s;
  pointer-events: none;
}

.custom-label:hover label {
  opacity: 1 !important;
  color: #fff;
  text-shadow: none;
  pointer-events: auto;
}


.logo-municipiumapp {
  max-width: 405px;
  width: 100%;
}


.custom-label-phone{
  background: #28a745 !important;
}





/*
 * â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ MEDIE â”€â”€â”€â”€â”€
 */

 @media (max-width: 1280px) {
  .navbar-merintur ul.dropdown-menu {
    top: 58px;
  }
}

@media (max-width: 1024px) {
  body {
    padding-top: 115px;
  }
  #full-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .navbar .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar .nav-item {
    width: 100%;
  }

  .navbar-collapse {
    max-height: 60vh;
    overflow-y: auto;
    padding: 20px;
  }
  .icon-bar-social {
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .icon-bar-social {
    top: calc(100% - 10px);
    left: auto;
    right: 10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .icon-bar-social a {
    display: inline-block;
  }
  .search_bg .fa-times {
    top: 80px;
    right: 29px;
  }

  .doppiatop h2 {
    height: 2em;
    line-height: 1em;
    font-size: 1.8em;
  }

  .doppiatop .btn-sm {
    font-size: 11px;
  }
  .list-group-item {
    font-size: 10px;
  }

  .navbar .navbar-nav .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 980px) {
  .logo-municipiumapp {
    max-width: 275px;
  }
}

@media (max-width: 780px) {
  .navbar-merintur ul.navbar-nav a {
    font-size: 13px;
  }
  .navbar-brand &gt; img {
    width: 250px;
    padding: 5px;
  }
  .screen_saver .middle {
    padding: 25px 10px;
  }
  .middle &gt; h2.h1-farlocco {
    margin-bottom: 20px;
  }
  .screen_saver {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .list-group {
    margin-top: 25px;
  }
  .list-group-item {
    font-size: 1em;
  }
}










.logo-comune-only {
  max-height: 90px;
  width: auto;
}
.screen_saver {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: var(--main-gray);
  overflow: hidden;
  z-index: 9999;
  display: none;
}
.screen_saver .middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 50px 75px;
  border: solid 1px #ffffff40;
  color: #fff;
}
.screen_saver .middle h6 {
  font-size: 1.5rem;
}
.body_ss {
  overflow: hidden;
}
.screen_saver .img_logo {
  filter: none;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0px 0px 1px white);
}
.h1-farlocco {
  font-size: 2.5rem;
}
.ico-webapp {
  transform: translateX(10px);
}

@media (max-width: 480px) {
  .screen_saver .middle {
    padding: 15px 15px;
    width: 90%;
  }
  .screen_saver h1 {
    font-size: 1.5rem;
  }
  .screen_saver .middle h6 {
    font-size: 1rem;
  }

  .list-group-item {
    font-size: 1em;
  }
  .pre-nav &gt; .container.text-right {
    text-align: center !important;
  }
  body {
    padding-top: 150px !important;
  }
  .flagcont {
    margin: 15px 0px 0px 0px;
  }
  
}

.pna_alert {
  position: fixed;
  z-index: 16;
  top: 30px;
  right: 30px;
  background: var(--main-gray);
  color: #fff;
  padding: 25px;
}







#manualeImage {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#manualeImage:hover {
  opacity: 0.7;
}

.modal#modalManuale {
  display: none;
  position: fixed;
  z-index: 1050;
  padding-top: 35px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

#modalManuale .modal-content {
  margin: auto;
  display: block;
  max-width: 850px;
}

#captionImg {
  margin: auto;
  display: block;
  max-width: 550px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  font-size: 24px;
}

.modal-content, #captionImg {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 60px;
  font-weight: bold;
  transition: 0.3s;
  opacity: unset;
}

.close:hover, .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


@media (max-width: 480px) {
  #modalManuale .modal-content {
    max-width: 90%;
  }
  .modal#modalManuale {
    padding-top: 90px;
  }
  .close {
    top: 5px;
    right: 15px;
  }
  .withemarginbot .triplabot {
    margin-bottom: 15px;
  }
  .withemarginbot .triplabot h2 {
    height: unset;
  }
  .screen_saver {
    display: none !important;
  }
}
.info_rules {
  font-size: 12px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  padding: 10px;
}

.my-6{
  margin-bottom: 4rem;
  margin-top: 4rem;
}

.fs-15{
  font-size: 15px !important;
}
.fs-20{
  font-size: 20px !important;
}

.font-eco{
	font-size: 18px;
}

/*****************FULL CALENDAR ***************************/
.fc td{
  vertical-align: middle !important;
}

.fc-highlight {
  background: #0f0 !important;
  opacity: .5 !important;
}

.fc-bgevent {
  opacity: .5 !important;
}

.selectDay{
  text-align: left !important;
}
/********BOX CALENDARIO *******/
.calendar_date_row{
  align-items: center;
  margin-bottom: 18px;
  }

  .view_text{
  font-weight: 700;
  font-size: 17px;
  }
  .mb-18{
  margin-bottom: 0;
  }
  @media (max-width: 768px) {
  .mb-18 {
    margin-bottom: 18px;
  }
  }

  .garbages_div{
  padding: 1rem;
  }

  .garbage_pickup{
  padding: 10px;
  color: #fff;
  border-radius: 12px;
  }

  .box-pickupdate{
  background: #f8f9fa;
  box-shadow: 1px 1px 2px 0px var(--main-gray);
  }

  .claimsContainer{
    box-shadow: 1px -1px 4px 1px var(--main-gray);
    background-color: #fff;
  }
  
  .btn-upload-pdf{
    background-color: #326496;
    border: 1px solid #326496;
    color: #fff !important;
    border-radius: 0;
  }
  
  .btn-upload-pdf:hover {
      color: #326496 !important;
      border: 1px solid #326496;
      background-color: #fff;
  }
  
  .small{
    font-size: 0.6em !important;
      font-weight: lighter !important;
  }
  
  #pdf_info:disabled, #pdf_info[readonly] {
      background-color: #fff;
  }
  
  .desc_cut{
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }


  /***************** SLIDESHOW HOME ********************/

  /* .slider_home{
    height: 100vh;
  } */

  .home-slider {
    position: relative;
  }

  .owl-home-slider &gt; .owl-stage-outer{
    height: 100%;
  }
  .owl-home-slider &gt; .owl-stage-outer &gt; .owl-stage{
    height: 100%;
  }

  .owl-home-slider &gt; .owl-stage-outer &gt; .owl-stage &gt; .owl-item{
    height: 100%;
  }

  .owl-home-slider &gt; .owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-gray);
    align-items: center;
    display: flex;
    border-radius: 4px 4px 0px 0px;
  }

  .owl-home-slider .owl-dots .owl-dot span {
    background: #efefef;
  }

  .owl-home-slider .owl-dots .owl-dot.active span, .owl-home-slider .owl-dots .owl-dot:hover span {
      background: var(--main-gray);
  }

  @media (min-width: 992px) {
    .home-slider {
      height: 73vh;
    }
  }
  
  /************ NAV **************/
  .title_category_menu{
    color: var(--main-blue);
  }

  .navbar-light .navbar-nav .nav-link {
      color: rgba(0,0,0,.8);
  }
  .navbar-light .navbar-nav .active&gt;.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show&gt;.nav-link {
    font-weight: 600;
  }

  .dropdown-item {
    padding: 0.25rem 0.5rem;
}
  /********* NEWS HOME *******/


.breaking_news_container{
  background-color: var(--main-gray);
}

.news_container{
  position: absolute;
  height: 72vh;
  width: 350px;
  right: 0;
  z-index: 10;
}

.box_news{
  padding: .25rem;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.box_news:hover{
  transform: translateX(-1%);
}

.box_news &gt; .title_news{
  font-size: 1.2rem;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56px;
  display: grid;
  align-items: center;
}
.box_news &gt; .description_news{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.box_news &gt; .separator{
  width: 50%;
  border-top: var(--main-gray) solid 1px;
  margin-top: .2rem;
  margin-bottom: .2rem;
}

.box_news &gt; .category_title{
  color: #fff;
  letter-spacing: 2px;
  font-size: .8rem;
  width: fit-content;
  padding: .25rem;
  background-color: var(--main-gray);
  font-weight: 500;
  border-radius: 5px;
}

.news_container &gt; .row {
  overflow-y: auto;
}

.news_container &gt; .row::-webkit-scrollbar-track {
  background: #ffffff;
}
.news_container &gt; .row::-webkit-scrollbar-thumb {
  background: var(--main-gray);
}
.news_container &gt; .row::-webkit-scrollbar-thumb:hover {
  background: var(--main-gray);
}

.news_container &gt; .row::-webkit-scrollbar {
  width: 5px;
} 

.btn.btn-theme-red{
  border: solid 1px var(--main-gray);
  color: var(--main-gray);
}

.btn.btn-theme-red:hover{
  background-color: var(--main-gray);
  color: #fff !important;
}

.btn.btn-theme-red:focus{
  box-shadow: 0 0 0 0.2rem #d227391a;
}

.btn.btn-theme-blue{
  border: solid 1px var(--main-gray);
  color: var(--main-gray);
}

.btn.btn-theme-blue:hover{
  background-color: var(--main-gray);
  color: #fff !important;
}

.btn.btn-theme-blue:focus{
  box-shadow: 0 0 0 0.2rem #d227391a;
}

h1, h2, h3 {
  font-family: "Neucha", sans-serif;
}

h1.main_title{
  color: var(--main-blue);
  word-break: break-word;
}


@media (max-width: 576px) {
  .hover-caption &gt; h2{
    font-size: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1400px){
  .home-slider {
    height: 69vh;
  }
  .breaking_news_container{
    height: 21vh !important;
  }
  .navbar-merintur ul.dropdown-menu.too_right {
    left: -130px;
  }
}

@media (min-width: 992px) {
  .breaking_news_container{
    height: 17vh;
  }
  h1.main_title{
    /* line-height: 27px; */
    /* margin: 0; */
    margin-bottom: 1rem!important;
  }
  h1.main_title:after{
    background-color: #fff;
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: dashed 2px var(--main-blue);
  }
  h1.main_title span{
    z-index: 1;
    background-color: #fff;
  }
  .img_dotted{
    width: 175px;
  }
  section.bg-light.position-relative .dotted_element{
    position: absolute;
    right: 0;
    top: -350px;
  }
  section.bg-light.position-relative .building_element{
    position: absolute;
		left: 95px;
		bottom: 360px;
    z-index: -1;
  }
  .img_building{
    width: 100%;
    opacity: 0.3;
  }
}

/* NEWS &amp; EDU */
.categories a.nav-link {
  color: var(--main-grey);
  border-top: solid 1px var(--main-gray);
  border-bottom: solid 1px var(--main-gray);
  height: 56px;
  display: flex;
  font-family: "Neucha", sans-serif;
}
.categories a.nav-link:hover, .categories a.nav-link.active {
  color: var(--main-blue);
  border-top: solid 1px var(--main-blue);
  border-bottom: solid 1px var(--main-blue);
}
.categories a.nav-link span {
  margin: auto;
  display: block;
}

.cursor-pointer{
  cursor: pointer;
}

.menu_cat_title{
  font-size: 1rem !important;
}

.news-header {
  color: var(--main-blue);
  font-size: 1.5rem;
  font-weight: 500;
}
/*
 * â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ RIGHT LABEL â”€â”€â”€â”€â”€
 */

 .icon-bar-services {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.icon-bar-services a {
  display: block;
  position: relative;
  text-align: center;
  padding: 14px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 5px;
  font-size: 17px !important;
  height: 50px;
  width: 50px;
}

.icon-bar-services a i {
  font-size: 17px !important;
}

.icon-bar-services a label {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-shadow: 5px 5px 10px #222;
  width: fit-content;
  display: block;
  max-width: none;
  /*background-color: #b31f12;*/
  background-color: var(--main-gray);
  border-radius: 0px;
  padding: 12.5px 10px;
  white-space: nowrap;
  height: 100%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.icon-bar-services a .label_attrez, .icon-bar-social a .label_attrez{
  background-color: #e30414 !important;
}
.custom-label-attrez{
   background: #e30414 !important;
}

/********************RICHIESTE ATTREZZATURE *****************/
.SumoSelect{
  width: 100%;
}

div#specifications&gt;.col-xl {
  min-width: 20%;
}

/******************* TABELLA CALENDARIO ********************/
.calendar_icon{
  width: 40px;
  display: inline-block;
  background-color: #a38431;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

td.highlight_today{
  background-color: #dff0d8 !important;
}

th.highlight_today{
  background-color: #fff !important;
  color: var(--main-red) !important;
  border-bottom: #fff !important;
  border-top: 1px solid #dee2e6 !important;
}

#where_you_are{
  font-size: 18px;
}

.thead-red{
  color: #fff;
  background-color: var(--main-red);
  border-color: #ce042f;
}

@media (max-width: 768px) {
  .calendar_icon{
    display: block;
  }
}

.table.table-bordered.table-striped{
  border-collapse: collapse;
}

.table-rounded thead th:first-child {
  border-radius: 10px 0 0 0;
  border-top: 0;
  border-left: 0;
}
.table-rounded thead th:last-child {
  border-radius: 0 10px 0 0;
  border-top: 0;
  border-right: 0;
}

.table-rounded tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.table-rounded tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.table-calendar th {
  border-top: none;
}

.btn_gallery_pdf{
  text-align: left;
}

/************* FAQ *************/

.faq_cat{
  font-weight: 700;
  color: #085294;
  text-transform: uppercase;
}

.faq_question{
  font-weight: 700;
  color: #ce0000;
}

.faq_card{
  border: 1px solid rgb(0 0 0 / 0%);
  margin-bottom: 5px;
}

.card_header_faq{
  cursor: pointer;
  background-color: rgb(206 0 0 / 1%);
}

/*******************************/




/*------------- update for KPI section and kpi page  */
.main-red {
  color: var(--main-red);
}

.bg-white {
  background-color: #fff;
}

.bg_red {
  background: var(--main-red);
}
.bg_red_light {
  background: var(--red-light);
}

.bg_grey {
  background: #f9f9f9 !important;
}

.bg_blue {
  background: var(--main-blue) !important;
}

.title-big {
  font-size: 50px;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase !important;
}
@media only screen and (max-width:1200px) {
  .title-big {
    font-size: 29px !important;
    line-height: 35px !important;
  }
}

.section_kpi .number {
  font-size: 40px;
  font-weight: normal;
  color: white;
}
.section_kpi .font-weight-bold .number {
  font-weight: 700;
}

.line-light {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 10px 0;
}


.kpi_area_chart{
  top: -10px;
  left: -125px;
}
#kpi_gathering .number{
  font-size: 28px !important;
  font-weight: normal;
  color: inherit;
}

#kpi_gathering .sub_number{
  font-size: 18px !important;
}

.kpi_border_left{
  border-left: 7px solid;
  border-radius: 15px;
}

.line-dark {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 10px 0;
}

.text-xl-start {
  text-align: left !important;
}

@media (min-width: 1200px) {
  .text-xl-start {
    text-align: left !important;
  }
}

h1.main_title_kpi{
  color: var(--red-light);
  word-break: break-word;
}

h1.main_title_kpi{
  margin-bottom: 1rem!important;
}
@media (min-width: 992px) {
  /* h1.main_title_kpi:after{
    background-color: #fff;
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: dashed 2px var(--red-light);
  }
  .bg_grey h1.main_title_kpi:after{
    background: #f9f9f9 !important;
  }
  h1.main_title_white:before{ 
    content: '';
    position: absolute;
    width: 100%;
    height: 14px;
    right: 0;
    left: 0;
    bottom: 0;
    border-top: dashed 2px #fff;
  } */
}
h1.main_title_kpi span{
  z-index: 1;
  background-color: #fff;
}</pre></body></html>