@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
*:focus, * {
  outline: none !important;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.15rem;
  color: #111111;
  background: #ffffff;
  letter-spacing: 0.5px;
}

section {
  padding: 90px 0;
}

section.tight {
  padding: 45px 0;
}

hr {
  border-color: #dee2e6;
  opacity: 1;
}

@media (max-width: 767.98px) {
  section {
    padding: 60px 0;
  }
}
.webp .intro-section {
  background: url("../img/bkg-day.webp") no-repeat bottom right;
  background-size: cover;
}

.no-webp .intro-section {
  background: url("../img/bkg-day.jpg") no-repeat bottom right;
  background-size: cover;
}

.bg-secondary {
  background-color: #E4E9F8 !important;
}

.bg-accent {
  background-color: #215AEA;
}

.bg-light {
  background-color: #E4E9F8 !important;
}

.border-start {
  border-left: 3px solid #dee2e6 !important;
}

.webp img.webp {
  display: block;
}
.webp img.png-jpg {
  display: none;
}

.no-webp img.webp {
  display: none;
}
.no-webp img.png-jpg {
  display: block;
}

.carousel-indicators {
  bottom: -4rem;
}

.carousel-indicators [data-bs-target] {
  background-color: #dee2e6;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin: 0 0.5rem;
}

.bg-image {
  background: url("../img/bologna.webp") no-repeat bottom center;
  background-size: cover;
  position: relative;
  z-index: -1;
}
.bg-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
  z-index: -1;
}

.accordion-button:not(.collapsed) {
  color: #111111;
  font-weight: 700;
  background-color: #ffffff;
  box-shadow: none;
}

.accordion-button:focus {
  outline: 0 !important;
  box-shadow: none;
}

.carousel-annuncio img {
  max-height: 65vh;
  object-fit: cover;
}

@media (min-width: 767.98px) {
  .sticky-md-top.card {
    top: 60px;
  }
}
h1, .h1, .big-font, h2, .h2, h3, .h3, .h4, h5, .h5 {
  margin: 0 0 15px 0;
}

p, .p {
  font-family: "Gabarito", sans-serif;
  font-size: 1.15rem;
  color: #111111;
  font-weight: 400;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

a {
  color: #215AEA;
}

h1, .h1, .big-font {
  font-family: "Gabarito", sans-serif;
  color: #111111;
  font-weight: 800;
}

.h1, .big-font, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

.big-font {
  font-size: 3.5rem;
  line-height: 1.1;
}

i, .italic {
  font-style: italic;
}

.lighter {
  color: #a0afbd;
}

a, a:hover, a:active, a:focus, .a {
  color: #215AEA;
  cursor: pointer;
  text-decoration: none;
}

.underline-text {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

@media (max-width: 767.98px) {
  .big-font {
    font-size: 2rem;
  }
}
@media (max-width: 575.98px) {
  p, label {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.15rem;
  }
}
.text-success {
  color: #00FA8E !important;
}

.text-bg-success {
  background-color: #00FA8E !important;
  color: #111111 !important;
}

.text-warning {
  color: red !important;
}

.red {
  color: #FF4255;
}

.text-primary {
  color: #215AEA !important;
}

.xsmall {
  font-size: 0.85rem;
}

.yellow {
  color: #ffda2e;
}

.font-color {
  color: #111111;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    font-size: 0.85rem;
    text-transform: uppercase;
  }
}
footer {
  background-color: #ffffff;
  padding: 2rem 0;
}

.button, .second-button, a.second-button, a.button {
  display: inline-block;
  width: auto;
  cursor: pointer;
  border: 0;
  padding: 1rem 1.5rem;
  border-radius: 6px;
  background: #215AEA;
  font-family: "Gabarito", sans-serif;
  font-size: 1.15rem;
  font-weight: bold;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  line-height: 1.1;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover, .second-button:hover, .buttonfocus, a.button:hover, a.buttonfocus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.8;
}
.button:active, .second-button:active, a.button:active {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
}
.button.small, .small.second-button, a.button.small {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
}

.second-button, a.second-button {
  background: #E4E9F8;
  color: #215AEA;
}
.second-button:hover, .second-button:focus, a.second-button:hover, a.second-button:focus {
  color: #FFFFFF;
  opacity: 0.8;
}

.google-button {
  background: #ffffff;
  color: #111111;
  font-weight: normal;
  border: 2px solid #215AEA;
}
.google-button:hover {
  color: #111111;
}

@media (max-width: 575.98px) {
  .button, .second-button, a.second-button {
    font-size: 1rem;
  }
}
.btn-check:checked + .btn-radio.btn, .btn-radio.btn.active, .btn-radio.btn.show, .btn-radio.btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: #E4E9F8;
  color: #ffffff;
  border-color: #E4E9F8;
}

.btn-radio {
  border: 2px solid #E4E9F8;
  min-width: 160px;
  padding: 1rem;
  font-weight: bold;
}

.btn-radio.btn:hover {
  border: 2px solid #E4E9F8;
}

.nav-link.small {
  font-size: 0.875rem;
}

.nav-pills .nav-link {
  white-space: nowrap;
  background: #E4E9F8;
  margin-right: 0.5rem;
}

.card {
  border: 0;
  border-radius: 6px;
}

ul {
  padding-left: 1rem;
}
ul li::marker {
  color: #215AEA;
}

ul.check-list {
  list-style: none;
  padding-left: 0.25rem;
}
ul.check-list li {
  display: flex;
  gap: 5px;
}

ul.check-list li:before {
  font-family: bootstrap-icons !important;
  content: "\f26e";
  font-size: 1.15rem;
  color: #215AEA;
}

input, textarea, input.form-control, select.form-control {
  display: block;
  border-radius: 6px;
  border: 2px solid #a0afbd;
  padding: 10px;
  font-size: 1.15rem;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
input:focus, textarea:focus, input.form-control:focus, select.form-control:focus {
  border: 2px solid #215AEA;
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgba(87, 61, 255, 0.15);
}

.input-group > .form-control, .input-group > .form-floating, .input-group > .form-select {
  border-right: 0;
}

textarea {
  min-height: 100px;
}

.input-iphone {
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #a0afbd;
}

:-moz-placeholder {
  color: #a0afbd;
}

::-moz-placeholder {
  color: #a0afbd;
}

:-ms-input-placeholder {
  color: #a0afbd;
}

::-ms-input-placeholder {
  color: #a0afbd;
}

.form-check-input {
  border: 2px solid #215AEA;
}

.form-check-input:checked {
  background-color: #215AEA;
  border-color: #215AEA;
}

.form-check-input:focus {
  border: 2px solid #215AEA;
  outline: 0;
  box-shadow: none;
}

@media (max-width: 575.98px) {
  input, textarea, input.form-control, select.form-control {
    font-size: 1rem;
  }
}
@media (min-width: 575px) {
  .form-floating > label {
    top: -2px;
  }
}
input[type=search], textarea[type=search] {
  padding-left: 40px !important;
  background: url("../img/search.webp") #fff no-repeat left 10px center;
  background-size: 20px 20px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  input[type=search], textarea[type=search] {
    padding-left: 40px !important;
    background: url("../img/search2x.webp") #fff no-repeat left 10px center;
    background-size: 20px 20px;
  }
}
.badge.xsmall {
  padding: 0.15rem 0.25rem;
}

@media (max-width: 574.98px) {
  .badge.xsmall {
    padding: 0.05rem 0.2rem;
  }
}
.text-bg-info {
  background: #E4E9F8 !important;
  color: #111111 !important;
}

.check-pill {
  height: 80px;
  width: 80px;
}

.bg-dark {
  background-color: #E4E9F8 !important;
}

.bg-secondary {
  background-color: #E4E9F8 !important;
}

.badge {
  font-weight: normal;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: #a0afbd !important;
}

.filters-pills .nav-link .bi-check-lg {
  display: none;
}

.filters-pills .nav-link.active .bi-check-lg {
  display: inline;
}

@media (min-width: 575px) {
  .rounded-sm-4 {
    border-radius: var(--bs-border-radius-xl) !important;
  }
  .rounded-sm-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important;
  }
  .bg-sm-secondary {
    background: #E4E9F8 !important;
  }
}
.da-leggere p.title {
  font-weight: bold;
}

.letto {
  background: rgba(228, 233, 248, 0.4);
}
.letto img, .letto .badge {
  opacity: 0.7;
}
.letto p.title, .letto p.description, .letto span.text-muted {
  color: rgba(17, 17, 17, 0.5) !important;
  font-weight: normal;
}

/*# sourceMappingURL=main.css.map */
