@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.ttf");
}

@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.ttf");
}

@font-face {
  font-family: "Inter-ExtraBold";
  src: url("../fonts/Inter-ExtraBold.ttf");
}

@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.ttf");
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  src: url("../fonts/Rubik-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
/* fonts */
.light {
  font-family: "Inter-Light";
}

.extrabold {
  font-family: "Inter-ExtraBold";
}

.bold {
  font-family: "Inter-Bold";
}

.medium {
  font-family: "Inter-Medium";
}

html {
  font-size: 16px;
}

.iconhover,
.sliderhover,
.iconhover-font,
.button-back-font,
.font-colore,
.btn-messaggio,
.btn-eventi,
img,
a,
.navbar-brand {
  transition: 0.5s;
}

body,
html {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
  font-family: "Inter-Light", sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
  background: #fff;
  color: #0b0c0e;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: baseline;
}

a,
button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  color: var(--main-color) !important;
  text-decoration: none;
}

.a-white {
  color: white;
}

.a-white:hover {
  color: white;
}

.a-grey {
  color: #ebebeb;
}

.a-grey:hover {
  color: #ebebeb;
}

a:focus,
a:active:focus,
button:focus,
button:active {
  outline: 0;
}

select {
  color: #fff;
  min-height: 40px;
  min-width: 200px;
  border-radius: 7px;
  border: 1px solid var(--main-color);
}

select:focus,
select:focus-visible {
  box-shadow: var(--main-color);
  outline: unset !important;
}

.greytxt {
  color: #ebebeb;
}

.navbar {
  background-color: #16151a;
  z-index: 1000;
  width: 100%;
  min-height: 4.5rem;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top-nav {
  background: transparent;
}

.fix-nav {
  background-color: #16151a;
}

.navbar-default {
  border: none;
}

.greyborder-bot {
  border-bottom: 1px solid #ebebeb95;
}

.navbar-brand {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  height: auto;
  padding: 1.5rem 15px;
  color: var(--main-color);
}

.navbar-brand:hover {
  color: var(--main-color);
  transform: scale(1.2);
  transition: 0.3s;
}

.navbar-links {
  color: #ffffff;
}

.navbar-links:hover {
  color: var(--main-color);
}

.menu-attivo {
  color: var(--main-color);
}

.main-bg {
  background-color: var(--main-color);
}

.black-bg {
  background-color: #16151a;
}

.black-logo-bg {
  background-color: #16151ae0;
}

.lightgrey {
  background-color: #ebebeb !important;
}

.img25x25 {
  width: 25px;
  height: 25px;
}

.img50x50 {
  width: 50px;
  height: 50px;
}

.iconhover:hover {
  transform: scale(1.2);
  transition: 0.3s;
}

.iconhover-font:hover {
  transform: scale(1.2);
  transition: 0.3s;
  color: var(--main-color) !important;
}

.button-back-font:hover {
  transition: 0.3s;
  background-color: var(--main-color) !important;
}

.inline-flex {
  display: inline-flex;
}

.section-header {
  height: 98vh;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  max-height: 600px;
}

.scuro {
  background-color: #00000090;
}

.piuscuro {
  background-color: #000000c2;
}

.font60 {
  font-size: 60px;
  line-height: 4rem;
}

.font40 {
  font-size: 40px;
}

.font39 {
  font-size: 39px;
}

.font28 {
  font-size: 28px;
}

.font25 {
  font-size: 25px;
}

.font24 {
  font-size: 24px;
}

.font20 {
  font-size: 20px;
}

.font19 {
  font-size: 19px;
}

.font18 {
  font-size: 18px;
}

.font17 {
  font-size: 17px;
}

.font16 {
  font-size: 16px;
}

.font14 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font12 {
  font-size: 12px;
}

.font11 {
  font-size: 10px;
}

.px-2rem {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.mw600 {
  max-width: 600px;
}

.round {
  border-radius: 22px 22px 22px 22px;
}

.round-10 {
  border-radius: 10px;
}

.round-20 {
  border-radius: 20px;
}

.rightround {
  border-radius: 0px 22px 22px 0px;
}

.leftround {
  border-radius: 22px 0px 0px 22px;
}

.btn {
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}

.bg-mappa {
  background-image: url("../images/footer_micheal2.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.logoalpha {
  background-image: url("../loghi/Logo_chiaro.png");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 90% 10%;
}

.box-rosso {
  position: absolute;
  height: 80%;
  width: 80%;
  bottom: 20%;
  right: 20%;
  left: 0;
  top: 0;
  background-color: var(--main-color);
  border-radius: 15px 15px 15px 15px;
}

.box-content {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 90%;
  top: 10%;
  left: 10%;
  right: 0;
  bottom: 0;
  border-radius: 15px 15px 15px 15px;
  background-position: center;
}

.box-rosso-staff {
  position: relative;
  height: 100%;
  width: 80%;
  bottom: 20%;
  right: 20%;
  left: 0;
  top: 0;
  background-color: var(--main-color);
  border-radius: 20px 20px 20px 20px;
}

.box-content-staff {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 75%;
  top: 4%;
  left: 6%;
  right: 0;
  bottom: 0;
  border-radius: 20px 20px 20px 20px;
  background-position: center;
}

.box-rosso-contatti {
  position: absolute;
  height: 85%;
  width: 100%;
  left: 0;
  top: 25px;
  background-color: var(--main-color);
  border-radius: 20px 20px 20px 20px;
}

.box-content-contatti {
  position: relative;
  width: 55%;
  height: 100%;
  left: 6%;
  right: 0;
  bottom: 0;
  border-radius: 20px 20px 20px 20px;
}

.box-content-post {
  min-height: 300px;
  background-size: cover;
  background-position: center;
}

.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mh100 {
  max-height: 100%;
}

.nome-corso {
  border-radius: 0px 0px 15px 15px;
  background-color: #00000090;
  color: #ffffff;
}

.font-colore {
  color: var(--main-color);
}

.div-center {
  display: flex;
  justify-content: center;
  /* padding-left: 8rem; */
}

/* datepicker */
.datepicker {
  background: black !important;
  color: #fff !important;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: var(--light-color) !important;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
  background: var(--light-color) !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: var(--main-color) !important;
  background-image: none;
  color: #0b0c0e;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: var(--main-color) !important;
  background-image: none;
  color: #0b0c0e;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
  background: var(--light-color) !important;
}

.width-60-75-100 {
  width: 60%;
}

.news-scuro {
  border-radius: 0px 0px 22px 22px;
  background-color: #00000090;
  color: #ffffff;
}

.obj-fit {
  object-fit: cover;
  display: block;
  background-repeat: no-repeat;
  object-position: center center;
  width: 100%;
  height: 100%;
}

.img-eventi {
  background-size: 100%;
  height: 120px !important;
  width: 125px !important;
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSpg {
  display: none !important;
}

.input-main {
  background-color: var(--main-color);
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  border: unset !important;
  outline: unset !important;
}

.input-grey {
  background-color: #ebebeb;
  border-radius: 8px 8px 8px 8px;
  color: var(--main-color);
  border: unset !important;
  outline: unset !important;
}

.button-main {
  background-color: var(--main-color);
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  max-width: 207px;
  transition: 0.3s;
}

.button-grey {
  background-color: #ebebeb;
  border-radius: 8px 8px 8px 8px;
  color: var(--main-color);
  max-width: 207px;
  transition: 0.3s;
}

.button-main:hover,
.button-grey:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.logo-fit {
  display: inline-block;
  max-width: 200px;
}

.margin-30 {
  margin: 30px;
}

.sliderhover:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
  transition: 0.3s;
}

.sliderhover:hover .font-colore {
  color: #fff !important;
  transition: 0.3s;
}

.sliderhover:hover .text-dark {
  color: #fff !important;
  transition: 0.3s;
}

.feedback input,
.feedback textarea,
.feedback select {
  width: 100%;
  border: none;
  border-bottom: 3px solid;
  border-color: var(--main-color);
  margin-bottom: 20px;
}

.feedback textarea {
  resize: none;
}

.feedback em {
  padding: 15px 0;
}

.feedback .field-error {
  border-color: #cd173e;
}

.colore-input {
  background-color: #ffffff;
}

.form-control:hover,
.form-control:focus {
  color: #495057 !important;
  background-color: #fff !important;
  border-color: var(--main-color) !important;
  outline: 0 !important;
  box-shadow: 0px -3px 5px 0.2rem var(--light-color) !important;
}

.altezza-iniziale {
  min-height: 150px;
  max-height: 150px;
}

.padding-contatti {
  padding-right: 2rem !important;
}

.table th,
.table td {
  padding: 1rem !important;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem var(--main-color);
}

.powered {
  background-color: black;
  padding: 5px;
  font-size: 10px;
}

.powered a,
.powered a:hover,
.powered a:visited {
  color: var(--main-color);
  font-weight: bold;
}

/* top-slider */
.flex-control-nav {
  display: none !important;
}

.btn:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.btn-messaggio {
  background-color: var(--main-color);
  text-align: center;
  color: #fff;
  border-radius: 8px 8px 8px 8px;
  display: block;
  border-bottom: unset !important;
  border: 1px solid var(--main-color) !important;
  width: 70% !important;
}

.btn-messaggio:hover,
.btn-eventi:hover {
  background-color: #fff !important;
  border: 1px solid var(--main-color) !important;
  transition: 0.3s;
  color: var(--main-color) !important;
}

.btn-eventi {
  background-color: var(--main-color);
  border: 1px solid var(--main-color) !important;
  color: #fff;
  border-radius: 5px;
}

a.text-white:hover, a.text-white:focus {
  color: #ffffff !important;
}

.bottone {
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.bottone-main-color {
  background-color: var(--main-color) !important;
  color: #fff !important;
}

.bottone-main-color:hover {
  background-color: #fff !important;
  border: 1px solid var(--main-color) !important;
  transition: 0.3s;
  color: var(--main-color) !important;
}

.bottone-main-color-inverted {
  background-color: #fff !important;
  color: var(--main-color) !important;
}

.bottone-main-color-inverted:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
  border: 1px solid #fff;
}

.panel-custom {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
  font-size: 22px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

.testo-grigio-scuro {
  color: #6d757d;
}

.multimedia-dimensione {
  height: 480px;
  width: 90%;
}

.contenuto-multimediale {
  cursor: pointer;
  transition: 0.3s;
}

.contenuto-multimediale:hover {
  color: var(--main-color) !important;
  transition: 0.3s;
}

.divider {
  margin: 0 5px;
}

.percolso-item-current {
  font-weight: bold;
}

.botton-position {
  position: absolute;
  left: 0px;
  bottom: 50px;
}

.cut-text-multimedia {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cut-text {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-corsi {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mog {
  border-color: #ffffff !important;
  color: #ffffff !important;
}

.mog:hover {
  color: #0b0c0e !important;
  background-color: #ffffff !important;
}

.mog-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  background-color: #ffffff;
  border-radius: 30px;
  color: #0b0c0e;
}

/* MEDIA QUERY */
@media screen and (max-width: 1200px) {
  .box-content-contatti {
    width: 50%;
  }

  .logo-fit {
    max-width: 150px;
  }

  .multimedia-dimensione {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {

  .box-content-contatti {
    width: 40%;
  }

  .align-center-mobile {
    text-align: center;
  }

  .navbar-nav > li {
    padding: 0.35rem 0.75rem;
  }

  .width-60-75-100 {
    width: 75%;
  }

  .padding-contatti {
    padding-right: 1.5rem !important;
  }

  .logo-fit {
    max-width: 100px;
  }

  .column {
    flex: 50%;
    max-width: 50%;
  }

  .mh300 {
    min-height: 300px !important;
  }

  .desktop {
    display: none !important;
  }

  .w-100-desk {
    width: fit-content !important;
  }

  .pt-cell {
    padding-top: 3rem !important;
  }

  .pb-cell {
    padding-bottom: 3rem !important;
  }

  .box-content-corsi {
    height: 200px !important;
    max-width: 200px;
  }

  .box-corsi {
    max-height: 250px;
    max-width: 250px;
  }

  .border-line-lr {
    border-top: 1px solid var(--light-color);
    border-bottom: 1px solid var(--light-color);
  }

  .border-line-lr-footer {
    border-top: 1px solid #ebebebb6;
    border-bottom: 1px solid #ebebebb6;
  }

  .border-line-r-footer {
    border-bottom: 1px solid #ebebebb6;
  }

  .font24 {
    font-size: 20px;
  }

  .font40 {
    font-size: 36px;
  }

  .font39 {
    font-size: 36px;
  }

  .font20 {
    font-size: 16;
  }
}

@media screen and (min-width: 992px) {
  .navbar-nav > li > a {
    padding: 1.5rem 0.75rem;
  }

  .navbar-links:hover {
    color: var(--main-color);
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #ffffff;
    border-radius: 20px 0px 20px 0px;
    transition: 0.5s;
  }

  .mobile {
    display: none !important;
  }

  .w-100-desk {
    width: 100% !important;
  }

  .box-content-corsi {
    height: 250px;
    max-width: 250px;
  }

  .box-corsi {
    max-height: 300px;
    max-width: 300px;
  }

  .border-line-lr {
    border-left: 1px solid var(--light-color);
    border-right: 1px solid var(--light-color);
  }

  .border-line-lr-footer {
    border-left: 1px solid #ebebebb6;
    border-right: 1px solid #ebebebb6;
  }

  .border-line-r-footer {
    border-right: 1px solid #ebebebb6;
  }
}

@media screen and (max-width: 768px) {
  .display-block-768 {
    display: block !important;
  }

  .logo-fit {
    max-width: 60px;
  }

  .column {
    flex: 100%;
    max-width: 100%;
  }

  .desktop-768 {
    display: none !important;
  }

  .mw-100-mobile {
    max-width: 100%;
  }

  .width-60-75-100 {
    width: 100%;
  }

  .font60 {
    font-size: 40px !important;
  }

  .font40 {
    font-size: 20px !important;
  }

  .font39 {
    font-size: 20px !important;
  }

  .mw-50-mobile {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .botton-position {
    position:unset;
  }

  .multimedia-dimensione {
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  .mobile-768 {
    display: none !important;
  }
}

@media screen and (max-width: 576px) {
  .h21rem {
    font-size: 1rem !important;
  }

  .screen-none {
    display: none;
  }

  .leftround {
    border-radius: 22px 22px 22px 22px;
  }

  .rightround {
    border-radius: 0px 0px 22px 22px;
  }

  .p-corsi {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .max-w-80-perc-mobile {
    max-width: 80% !important;
  }

  .max-w-72-perc-mobile {
    max-width: 72% !important;
  }
}

@media screen and (max-width: 405px) {
  .desktop-405 {
    display: none !important;
  }

  .ellipsis {
    text-overflow: ellipsis;
    width: 200px;
  }
}

@media screen and (min-width: 405px) {
  .mobile-405 {
    display: none !important;
  }
}
