@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Poppins:wght@300;400;600&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.citazione p {
  font-style: italic;
  line-height: 1.4;
  font-size: 1.75rem;
}
.citazione p span {
  font-size: 2.5rem;
  vertical-align: middle;
}
.citazione .text-muted {
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

a {
  color: hsl(192, 100%, 35%);
}

.text-my-primary {
  color: hsl(192, 100%, 35%);
}

#main-header {
  background-color: hsla(0, 0%, 100%, 0.7);
  transition: all 0.3s ease;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#main-header.scrolled {
  background-color: white;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#main-header .nav-link {
  color: hsl(198, 10%, 25%);
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  #main-header .nav-link {
    font-size: 0.75rem;
  }
}
#main-header .nav-link:hover {
  color: hsl(192, 100%, 35%);
}

#logo {
  height: 5rem;
}

#hero {
  width: 100%;
  min-height: 60vh;
  /*background-image: linear-gradient(
    variables.$primary-500-transparent, 
    variables.$primary-800-transparent
  ), url("img/chi-siamo-bg.6f97e4ce6301.jpg");*/
  background-image: url("img/chi-siamo-bg.6f97e4ce6301.jpg");
  margin-top: calc(5rem + 1.5rem * 2);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
#hero h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  #hero h1 {
    font-size: 3rem;
  }
}
#hero .btn_1 {
  font-size: 1.125rem;
}

#numeri h3 {
  font-size: 2.5rem;
  color: hsl(192, 100%, 35%) !important;
}

#numeri p {
  font-size: 1rem;
}

.bg-my-secondary {
  background-color: hsl(183, 66%, 95%);
}

#obbligo-ecm ul {
  padding-left: 1.5rem;
}
#obbligo-ecm ul li {
  margin-bottom: 1rem;
}
#obbligo-ecm p.lead {
  margin-bottom: 2rem;
}

#ecm-info p {
  font-size: 1.1rem;
  line-height: 1.7;
}

#parallax-box {
  background-image: url("img/parallax.219560ba9fc2.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 8rem 1rem;
  margin-top: 4rem;
}
#parallax-box .overlay-content {
  position: relative;
  z-index: 1;
}
#parallax-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
#parallax-box h2 {
  font-size: 2.25rem;
  font-weight: bold;
}
#parallax-box p {
  font-size: 1.25rem;
}

#collaborazioni {
  background-color: hsl(198, 10%, 95%);
  padding: 5rem 1rem;
}
#collaborazioni h2 {
  font-size: 2.25rem;
  font-weight: 600;
}

.subnav {
  background-color: hsl(192, 100%, 35%);
  margin-top: calc(5rem + 1.5rem * 2);
}
.subnav a {
  font-size: 1.125rem;
  transition: opacity 0.2s ease;
}
.subnav a:hover {
  opacity: 0.85;
}

footer {
  border-top: 1px solid #e5e5e5;
  background: #242121;
  width: 100%;
  position: relative;
  margin-top: 20px;
  color: #fff;
  padding: 10px 0 0;
  line-height: 22px;
}

footer a {
  color: #b5be00;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.offcanvas {
  background-color: hsl(198, 10%, 95%);
}

.offcanvas-header {
  padding: 1rem 1.5rem;
}

.offcanvas-body .nav-link {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: 500;
}

#hero-chi-siamo {
  min-height: 60vh;
  /*background-image: linear-gradient(
    variables.$primary-500-transparent, 
    variables.$primary-800-transparent
    ), url("img/home-bg.e1aa1c2f0997.jpg");*/
  background-image: url("img/home-bg.e1aa1c2f0997.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 1rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

#chi-siamo-page {
  margin-top: calc(5rem + 1.5rem * 2);
}

#corsi, #diventa-docente {
  scroll-margin-top: 104px;
}

.card .card-title {
  min-height: 5rem;
}

#corsi .card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#corsi .card {
  border: none;
  transition: transform 0.2s ease;
}
#corsi .card:hover {
  transform: translateY(-5px);
}
#corsi .card img {
  object-fit: cover;
  height: 200px;
}
#corsi .card .btn {
  font-size: 0.875rem;
}
#corsi .card .ecm {
  font-size: 1.125rem;
}

.btn-primary {
  background-color: hsl(192, 100%, 35%);
  border-color: hsl(192, 100%, 35%);
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: hsl(192, 100%, 30%);
  border-color: hsl(192, 100%, 30%);
  color: #fff;
}

.btn-outline-primary {
  background-color: transparent;
  border-color: hsl(192, 100%, 35%);
  border: 1px solid;
  color: hsl(192, 100%, 35%);
}
.btn-outline-primary:hover, .btn-outline-primary:focus {
  border-color: hsl(192, 100%, 30%);
  background-color: hsl(192, 100%, 30%);
  color: white;
}

.btn-success {
  background-color: hsl(92, 68%, 40%);
  border-color: hsl(92, 68%, 40%);
  color: #fff;
}
.btn-success:hover, .btn-success:focus {
  background-color: hsl(92, 68%, 30%);
  border-color: hsl(92, 68%, 30%);
  color: #fff;
}

.stars {
  color: #ffc107;
  display: inline-block;
}

#corso-page {
  /*section {
    margin-bottom: 4rem;
  }*/
  margin-top: 8rem;
}
#corso-page #nav-corso {
  background-color: hsl(192, 100%, 15%);
}
#corso-page h2, #corso-page h3, #corso-page h4, #corso-page h5 {
  font-weight: 600;
}
#corso-page ul {
  padding-left: 1.5rem;
}
#corso-page ul li {
  margin-bottom: 0.5rem;
}
#corso-page .row img {
  border-radius: 0.5rem;
  transition: transform 0.2s ease;
}
#corso-page .row img:hover {
  transform: scale(1.02);
}
#corso-page .relatori img {
  object-fit: cover;
  width: 4rem;
  height: 4rem;
}
#corso-page .relatori .nome-relatore {
  font-weight: 600;
}
#corso-page aside.card {
  border: none;
  border-radius: 0.5rem;
  top: 90px;
  background-color: hsl(198, 10%, 95%);
}
#corso-page aside.card .card-title {
  font-size: 1.875rem;
  color: hsl(192, 100%, 35%); /*map.get(variables.$primary-500,500);*/
  font-weight: bold;
}
#corso-page aside.card ul {
  padding-left: 0;
}
#corso-page aside.card ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
#corso-page aside.card ul li i {
  color: hsl(192, 100%, 35%);
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  #corso-page aside.card {
    position: static !important;
    margin-top: 2rem;
  }
  #corso-page .row img {
    margin-bottom: 1rem;
  }
}
@media (max-width: 575.98px) {
  #corso-page .relatori {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
  }
  #corso-page .row img {
    border-radius: 0.25rem;
  }
}
#corso-page #valutazioni-corso .valutazione-box {
  background-color: #f9f9f9;
  border-radius: 0.5rem;
  border: 1px solid #e0e0e0;
  height: 100%;
}
#corso-page #valutazioni-corso .valutazione-voto {
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: hsl(192, 100%, 95%);
  color: hsl(192, 100%, 22%);
  font-size: 1.75rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #corso-page #valutazioni-corso .valutazione-voto {
    width: 100px;
    height: 100px;
    font-size: 2rem;
  }
}

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