body {
  font-family: "Montserrat", sans-serif;
}
.bg-blu {
  background-color: #113554;
}
.bg-grigio {
  background-color: #e8e8e8;
}
.txt-blu {
  color: #113554;
}
.nav-item a {
  color: #c6c6c6;
}
.nav-item a:hover,
.nav-item a:active,
.nav-item a:focus {
  color: #fff;
}
.accordion-item:not(:first-of-type) {
  border-top: var(--bs-accordion-border-width) solid
    var(--bs-accordion-border-color);
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.breadcrumb_content ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  margin-right: 3px;
  padding-right: 13px;
  position: relative;
}
.breadcrumb_content ul li::before {
  position: absolute;
  content: "/";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
}
.breadcrumb_content ul li:last-child:before {
  display: none;
}
header a,
footer a {
  text-decoration: none;
  color: #000;
}
header a:hover,
footer a:hover {
  color: #113554;
}
.pallinoOrario.aperto {
  background-color: green;
}
.pallinoOrario.aperto::before {
  border: 3px solid green;
}
.pallinoOrario.chiuso {
  background-color: red;
}
.pallinoOrario.chiuso::before {
  border: 3px solid red;
}
.pallinoOrario {
  width: 8px;
  height: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pallinoOrario::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 100%;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
}
.btn-primary {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  font-weight: 400;
  color: #113554;
}
.btn-primary:hover,
:not(.btn-check) + .btn:active,
.btn:first-child:active {
  background-color: #113554;
  color: #e8e8e8;
  border-color: #e8e8e8;
}
.swiperLoghi .swiper-slide {
  width: auto;
}
input,
select,
textarea {
  height: 43px;
  padding: 10px;
  font-size: 14px;
}
textarea {
  resize: none;
  height: 177px;
}
form a {
  color: #212529;
}
.breadcrumb_content a {
  text-decoration: none;
  color: #000;
}
.nav-item a.active {
  position: relative;
  color: #fff;
}
.nav-item a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 4px;
  left: 0;
}
.cntTxtSlide {
  z-index: 20;
  bottom: 30px;
  left: 30px;
}
.dueColonne {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.accordion-button:not(.collapsed) {
  background-color: #e8e8e8;
}
button:focus:not(:focus-visible) {
  box-shadow: none;
}
.w-30 {
  width: 30%;
}
.border-right {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}
.top-10 {
  top: 30px;
}
.overlaypopup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlaypopup .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}
.overlayBlack {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(253,187,45,0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 19;
  height: 100%;
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

.errore {
  color: red;
  font-size: 11px;
  position: absolute;
  bottom: 6px;
  left: 13px;
}

.swiper-pagination {
  position: relative;
  margin-top: 10px;
}
.swiper-pagination-bullet {
  background-color: #000!important;
}
#cookie a {
  color: #000;
}
#cookie ul {
  list-style: inside circle;
}

@media screen and (max-width: 576px) {
  .dueColonne {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}