body {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  color: #000000;
}

*:focus {
  outline: none !important;
}

a {
  text-decoration: underline;
  transition: all 0.3s;
}

p {
  line-height: 28px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

.fs-45 {
  font-size: 45px;
}

.fs-40 {
  font-size: 40px;
}

.fs-35 {
  font-size: 35px;
}

.fs-24 {
  font-size: 24px;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.c-000000 {
  color: #000000;
}

.c-ffffff {
  color: #ffffff;
}

.c-4CA9E3 {
  color: #4ca9e3;
}

.bg-4ca9e3 {
  background-color: #4ca9e3;
}

.bg-f2f2f2 {
  background-color: #f2f2f2;
}

.hr-blue {
  height: 6px !important;
  background-color: #4ca9e3;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
}

.bg-text {
  position: absolute;
  z-index: 0;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1;
}

.bg-text-white {
  color: #ffffff;
  text-shadow: -1px 0 #ededed, 0 1px #ededed, 1px 0 #ededed, 0 -1px #ededed;
}

.bg-text-gray {
  color: #f2f2f2;
  text-shadow: -1px 0 rgba(0, 0, 0, 0.15), 0 1px rgba(0, 0, 0, 0.15),
    1px 0 rgba(0, 0, 0, 0.15), 0 -1px rgba(0, 0, 0, 0.15);
}

.bg-text-blue {
  color: #4ca9e3;
  opacity: 0.5;
  text-shadow: -1px 0 #ededed, 0 1px #ededed, 1px 0 #ededed, 0 -1px #ededed;
}

.fancybox-slide--iframe .fancybox-content {
  max-width: 80%;
  max-height: 80%;
  margin: 0;
  padding: 15px;
}

.btn-custom {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 23px;
  padding: 15px 55px;
  text-transform: uppercase;
}

.btn-custom-prodotti {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 23px;
  padding: 15px 35px;
  text-transform: uppercase;
}

.btn-custom-w {
  color: #ffffff;
  background-color: #4ca9e3;
  border: 2px solid #ffffff;
}

.btn-custom-w:hover,
.btn-custom-w:focus {
  color: #4ca9e3;
  background-color: #ffffff;
}

.btn-custom-b {
  color: #ffffff;
  background-color: #4ca9e3;
  border: 2px solid #4ca9e3;
}

.btn-custom-b:hover,
.btn-custom-b:focus {
  color: #4ca9e3;
  background-color: #ffffff;
}

.custom-link {
  text-transform: uppercase;
  color: #4ca9e3 !important;
  font-weight: bold;
}

.contact-form-7 {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  background-color: #ffffff;
}

.contact-form a {
  text-decoration: none;
  color: #000000;
  font-size: 13px;
}

.wpcf7-list-item-label {
  font-size: 13px;
}


.filter {
  display: inline-block;
}

.filter-btn {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  float: left;
  margin: 10px 0;
  padding: 12px 50px;
  background: #ffffff;
  border: 0;
  color: #7b7b7b;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid #ededed;
  display: inline-block;
}

.filter-btn:last-child {
  border-right: 0;
}

.filter-btn:hover,
.filter-btn:focus,
.filter-btn.active {
  color: #4ca9e3;
}

.is-animated {
  animation: 0.6s zoom-in;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}

.single-prodotto {
  background-color: #ffffff;
  border-bottom: 16px solid transparent;
  padding: 60px 30px;
}

.bg-4ca9e3 .single-prodotto {
  border-bottom-color: #f2f2f2;
}

.bg-f2f2f2 .single-prodotto {
  border-bottom-color: #4ca9e3;
}

.single-prodotto h3 {
  min-height: 57.6px;
}

.single-realizzazione {
  border: 1px solid #ededed;
  border-bottom: 16px solid #4ca9e3;
  padding: 20px 20px 50px 20px;
}

#accordionExample .accordion-item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#accordionExample .accordion-item:first-of-type .accordion-button.collapsed {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#accordionExample .accordion-item:last-of-type {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#accordionExample .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

#accordionExample .accordion-button::after {
  display: none;
}

#accordionExample .accordion-button {
  font-weight: 900;
}

#accordionExample .accordion-button:not(.collapsed) {
  color: #4ca9e3;
  background-color: transparent;
}

#accordionExample .accordion-body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#accordionExample .accordion-body ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 5px;
  padding-bottom: 5px;
}

#accordionExample .accordion-body ul li:last-child {
  border-bottom: 0;
}

#accordionExample .accordion-body ul li::before {
  content: "-";
  color: #000000;
}

#accordionExample .accordion-body ul li a {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

#accordionExample .accordion-body ul li:hover a,
#accordionExample .accordion-body ul li:focus a,
#accordionExample .accordion-body ul li.active a {
  color: #4ca9e3;
}

#accordionExample .accordion-body ul li:hover:before,
#accordionExample .accordion-body ul li:focus:before,
#accordionExample .accordion-body ul li.active:before {
  color: #4ca9e3;
}

#accordionFlushExample .accordion-button {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.86px;
  padding-left: 0;
  padding-right: 0;
}

#accordionFlushExample .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
}

#accordionFlushExample .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#accordionFlushExample.accordion-flush .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 3rem;
}

#accordionFlushExample.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#accordionFlushExample .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.accordion-button:focus {
  box-shadow: none;
}

.attivi-dal-1950 {
  background-color: #4ca9e3;
  color: #ffffff;
  text-align: center;
  padding: 12px 24px;
  position: absolute;
}

.attivi-dal-1950 h3 {
  margin-bottom: 0;
}

.attivi-dal-1950 h4 {
  margin-bottom: 0;
}

#mapCanvas {
  min-height: 576px;
}

.gm-style .gm-style-iw-c {
  border: 1px solid #ededed;
  border-radius: 17px;
  box-shadow: none;
}

.gm-ui-hover-effect {
  top: -3px;
  right: -3px;
}

.info-content {
  font-size: 12px;
  font-family: "Red Hat Display", sans-serif;
}

#single-realizzazione-table {
  border-collapse: collapse;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

#single-realizzazione-table > :not(caption) > * > * {
  border-bottom-width: 0;
}

#single-realizzazione-table thead {
  background-color: #858687;
  color: #ffffff;
  font-weight: 900;
}

#single-realizzazione-table thead tr th {
  text-align: center;
}

#single-realizzazione-table thead tr th:first-child {
  text-align: left;
}

#single-realizzazione-table tbody tr:nth-child(even) {
  background-color: rgba(76, 169, 227, 0.45);
}

#single-realizzazione-table tbody tr td {
  text-align: center;
}

#single-realizzazione-table tbody tr td:first-child {
  text-align: left;
  font-weight: 900;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
