body {
  font-family: "Montserrat", sans-serif;
}
p,
h4 {
  color: #034159;
}
a {
  text-decoration: none;
}
.griglia-professionisti {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-gap: 20px;
}
.descrizione {
  bottom: 20px;
  left: 0px;
  background: #ffffffbf;
  padding: 7px 15px;
  font-size: 1.1em;
}
.descrizione.n1 {
  bottom: auto;
  top: 20px;
}
.descrizione.n2 {
  bottom: auto;
  top: 65px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #fff;
}
.nav-pills li a {
  color: #034159;
  font-weight: 500;
}
.nav-pills li a:hover,
.nav-pills li a:active {
  color: #0ce05d;
}
.swiper {
  z-index: 0;
}
.swiper-pagination-bullet-active {
  background-color: #034159;
}
.swiper a.text-white:hover {
  color: #0ce05d !important;
}
.bg-blu {
  background-color: #034159;
}
.cntIconeAll {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, auto);
  grid-gap: 30px;
}
.w-70 {
  width: 70%;
}
.btn {
  background-color: #0ce05d;
  border-color: #0ce05d;
  border-radius: 0px;
}
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #034159 !important;
  border-color: #034159 !important;
}
.txt-blu {
  color: #034159;
}
.txt-verde {
  color: #0ce05d;
}
.swiper h3 {
  font-size: 2.1rem;
}
.txtNoEvidenziato {
  color: #0ce05d;
  text-decoration: none;
  font-weight: 700;
}
.txtNoEvidenziato:hover {
  color: #034159;
}
.txtEvidenziato {
  background-color: #0ce05d;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 0px 5px;
}
.txtEvidenziato:hover {
  background-color: #034159;
}
footer a {
  color: #034159;
}
footer a:hover,
footer a:focus {
  color: #0ce05d;
}
input,
select,
textarea {
  height: 42px;
  padding: 10px;
  border: 1px solid #034159;
  color: #034159 !important;
}
input:focus-visible {
  outline: none;
}
textarea {
  resize: none;
}
form label {
  display: none;
}
#loghi hr {
  background-color: #0ce05d;
  height: 2px;
  border: 0px;
  opacity: 1;
}
div.mce_inline_error {
  position: absolute;
  top: 2px;
  right: 17px;
  font-size: 10px;
  color: #0ce05d;
}
input.mce_inline_error,
select.mce_inline_error {
  border-color: #0ce05d;
}
#form {
  z-index: 10;
  position: relative;
}
.ctaMob {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.dueColonne {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (max-width: 660px) {
  .cntIconeAll {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 20px;
  }
  .griglia-professionisti {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-gap: 10px;
  }
  .swiper h3 {
    font-size: 1.5rem;
  }
  .w-70 {
    width: 100%;
  }
  .dueColonne {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .swiper-slide {
    height: auto;
  }
  .mt-15 {
    margin-top: 12px;
  }
  .mb-15 {
    margin-bottom: 12px;
  }
  .descrizione p {
    font-size: 14px;
  }
  .descrizione.n2 {
    top: 59px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px;
    line-height: 0;
    color: #0ce05d;
  }
  .swiper-button-next {
    right: auto;
    margin-top: 0px;
    width: auto;
    height: auto;
    margin-left: 10px;
  }
  .bg-blu-mob {
    background-color: #034159;
  }
}
/* da eliminare? */
/* .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
      inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -0.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
  }
  .bd-mode-toggle {
    z-index: 1500;
  } */
