h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #2e2e2e;
}

.logotop {
  width: 240px;
}

.navbar #btn-menu-iscrizione a {
  color: #fff !important;
}

.evidenziato {
  /*color: #bf6d4e;*/
  color: #049dd9;
  font-weight: 500;
}

::selection {
  background: #049dd9;
  color: #ffffff !important;
}

/* Footer */

.page-footer {
  padding-top: 4em;
  padding-bottom: 4em;
}

.page-footer .footer-links a {
  color: #555;
}

.page-footer .footer-legal .legal-links .item {
  padding-right: 13px;
  border-right: 1px solid #ccc;
  margin: 0;
  margin-right: 13px;
}

.page-footer .footer-legal .legal-links .item:last-child {
  border-right: none;
}

/* back 2 top */

#btn-back-to-top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  display: none;
  z-index: 100;
  background-color: #bf6d4e;
  width: 60px;
  height: 60px;
  border-radius: 0px;
  color: #ffffff;
}

/* multi step registrazione */

.box-iscrizione {
  transition: all 0.3s ease;
}

.box-iscrizione:hover {
  background-color: #046ebc;
  color: white;
}

/* STAFF */

.section-title-01 {
  text-align: center;
  margin-bottom: 40px;
}

.section-title-01 h1 {
  font-size: 44px;
  line-height: 55px;
}

.section-title-01 p {
  font-size: 18px;
}

.team-01 {
  /*padding: 100px 0;*/
  /*margin: 100px 0;*/
  /*background: #f7f7f7;*/
}

.team-01 .team-box {
  position: relative;
  z-index: 11;
  overflow: hidden;
  margin-bottom: 50px;
}

.team-01 .team-box:hover .team-content {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
}

.team-01 .team-box:hover .team-content .team-social, .team-01 .team-box:hover .team-content .team-info {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.team-01 .team-box .team-img img {
  width: 100%;
  border-radius: 10px;
}

.team-01 .team-box .team-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  opacity: 0;
  visibility: hidden;
}

.team-01 .team-box .team-content .team-info {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.team-01 .team-box .team-content .team-info h5 {
  color: #fff;
}

.team-01 .team-box .team-content .team-info p {
  color: #efefef;
}

.team-01 .team-box .team-content .team-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  padding-left: 0;
  list-style: none;
}

.team-01 .team-box .team-content .team-social li {
  margin: 5px;
}

.team-01 .team-box .team-content .team-social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  position: relative;
  overflow: hidden;
  background-color: rgb(4,157, 217);
  color: #fff;
  text-decoration: none;
}

.team-01 .team-box .team-content .team-social li a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  padding: 50%;
  border-radius: 50%;
  background-color: rgba(0,0,0,.15);
  z-index: -1;
  color: #fff;
  -webkit-transform: translate3d(-50%,-50%,0) scale(0);
  transform: translate3d(-50%,-50%,0) scale(0);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.team-01 .team-box .team-content .team-social li a:hover {
  color: #fff;
}

.team-01 .team-box .team-content .team-social li a:hover::before {
  -webkit-transform: translate3d(-50%,-50%,0) scale(1.5);
  transform: translate3d(-50%,-50%,0) scale(1.5);
}

.team-01 .team-box .team-content .team-social li a i {
  font-size: 16px;
}

/* SOCIAL MENU STICKY */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#fixed-social {
  /*position: fixed;*/
  /*top: 130px;*/
  z-index: 20;
  padding: 0px;
  margin: 0px;
  position: fixed;
  top: 290px;
  right: 0;
}

#fixed-social a {
  color: #fff;
  display: block;
  height: 40px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 40px;
  margin-bottom: 1px;
  z-index: 1;
}

#fixed-social a:hover > span {
  visibility: visible;
  right: 41px;
  opacity: 1;
}

#fixed-social a span {
  line-height: 40px;
  right: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  font-family: 'Montserrat';
  font-weight: bold;
}

.fixed-facebook {
  background-color: #0084FF;
}

.fixed-facebook span {
  background-color: #0084FF;
}

.fixed-maps {
  background-color: #d90416;
}

.fixed-maps span {
  background-color: #d90416;
}

.fixed-tel {
  background-color: #046ebc;
}

.fixed-tel span {
  background-color: #046ebc;
}

.fixed-mail {
  background-color: #f2b705;
}

.fixed-mail span {
  background-color: #f2b705;
}


.course-price {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.course-price .form-check label {
    border: 1px solid var(--bs-border-color);
    padding: 12px 20px;
    border-radius: var(--bs-border-radius);
}

.course-price .form-check label .badge {
    color: var(--bs-body-color);
    background: rgba(var(--bs-secondary-rgb), 0.1);
    border-radius: var(--bs-border-radius);
}

.course-price .form-check-input {
    display: none;
}

.course-price .form-check-input:checked ~ label {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.course-price .form-check-input:checked ~ label span {
    color: rgb(255, 255, 255);
}

.course-price .form-check-input:checked ~ label .badge {
    background: rgba(255, 255, 255, 0.1);
}


.dx-scheduler .dx-scheduler-view-switcher {
    display: none !important;
}