/* GENERALE */
body {
  font-family: "Montserrat", sans-serif;
}
.bg-nero {
  background-color: #1e1e1e;
}
.my-bg-primary {
  background-color: #0f47a1;
}
.my-primary {
  color: #0f47a1;
}
.my-btn-primary {
  background-color: #0f47a1;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  border-radius: 35px;
  padding: 1rem 1.5rem;
}

.mt-5rem {
  margin-top: 5rem;
}
.p-15rem {
  padding: 15rem 0;
}
.p-5rem {
  padding: 5rem;
}
.p-5rem-0 {
  padding: 5rem 0;
}
.fs-35px {
  font-size: 35px;
}

/* .nav-link.active {
  text-decoration: underline;
} */
.dropdown-menu {
  background-color: #2d2d2d;
}
.dropdown-item:hover {
  background-color: #2d2d2d;
}
.dropdown-toggle::after {
  display: none;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.titolo {
  font-size: 4rem;
}
.sottotitolo {
  font-size: 1.3rem;
}

.titolo-sezione {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #fff;
}

.sottotitolo-sezione {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.app-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-text span {
  margin: 0 15px;
}
.app-text:before,
.app-text:after {
  background: #0f47a1;
  height: 2px;
  flex: 1;
  content: "";
}

.img-phones::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  background-position: center center;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5)) blur(20px);
  z-index: -1;
}

.cosa-fare-list {
  --icon-space: 1.3em;
  list-style: none;
  padding: 0;
}

.blur-bg {
  background: radial-gradient(
    circle,
    rgba(15, 71, 161, 0.7) 35%,
    rgba(15, 71, 161, 0) 65%
  );
  padding: 5rem;
  border-radius: 50%;
}

#contact_form input:not([type="checkbox"]),
#contact_form textarea {
  background: #474747;
  border: #474747;
  color: #fff;
  border-radius: 10px;
}
#contact_form .form-label {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}
#contact_form .form-check-label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}
#contact_form .form-check-input {
  background-color: #474747;
  border-color: #474747;
}
#contact_form .form-check-input:checked {
  background-color: #0f47a1;
  border-color: #0f47a1;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #474747 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 768px) {
  .p-5rem {
    padding: 2rem;
  }

  .p-5rem-0 {
    padding: 2rem 0;
  }

  .titolo {
    font-size: 2rem;
  }
  .sottotitolo {
    font-size: 16px;
    line-height: 25px;
  }

  .titolo-sezione {
    font-size: 20px;
    line-height: 30px;
  }

  .sottotitolo-sezione {
    font-size: 16px;
    line-height: 25px;
  }

  .my-btn-primary {
    font-size: 16px;
    line-height: 20px;
    padding: 1rem 1.5rem;
  }

  #contact_form .form-label {
    font-size: 14px;
    line-height: 25px;
  }

  #contact_form .form-check-label {
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
  }

  .img-break {
    padding-top: 60% !important;
  }
  .img-apple {
    width: 92px !important;
    height: 30px !important;
  }
  .img-google {
    width: 104px !important;
    height: 30px !important;
  }
  .icon-arrow {
    transform: rotate(0) !important;
  }
  .testo-citazione {
    font-size: 30px;
    font-weight: 500;
    line-height: 47px;
  }
}
