body,
html {
  line-height: 1.2;
  overflow-x: hidden;
}

a:hover {
  text-decoration: unset !important;
  color: var(--main-color) !important;
  transition: 0.3s !important;
}

.navbar {
  background-color: rgba(255, 255, 255, 0) !important;
  z-index: 3000;
}

.navbar-light .navbar-toggler {
  color: rgba(243, 243, 243, 0.685);
  border-color: rgba(214, 214, 214, 0.616);
}

.navbar-fixed-top {
  position: absolute;
  right: 0;
  width: 100%;
}

.myContainer {
  background-image: url("../images/01_yoga.jpg") !important;
  background-attachment: scroll;
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75vh;
}

.mySlider {
  background-attachment: scroll !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 75vh;
  max-height: 650px;
}

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;
}

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

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

@font-face {
  font-family: "Lora";
  src: url("./Lora/Lora-VariableFont_wght.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");
}

.lora-bold {
  font-family: "Lora";
  font-weight: bold;
}

.lora {
  font-family: "Lora";
  font-weight: normal;
}

.poppins,
.poppins p {
  font-family: "Poppins-Light";
}

.poppins-medium,
.poppins-medium p {
  font-family: "Poppins-Medium";
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

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

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-23 {
  font-size: 23px;
}

.font-25 {
  font-size: 25px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-50 {
  font-size: 50px;
}

.font-70 {
  font-size: 70px;
}

.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;
}

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

.dark-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  background-size: cover;
}

.chiaro {
  color: rgb(196, 196, 196);
  font-size: small;
}

.testo-navbar {
  color: rgba(255, 255, 255, 0.671) !important;
}

.testo-navbar-grigio {
  color: #9ea3a8 !important;
}

.testo-grigio {
  color: rgba(124, 124, 124, 0.842) !important;
}

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

.attivo .testo-bianco {
  color: var(--main-color) !important;
}

.scuro {
  width: 100%;
  height: 100%;
  background: rgba(94, 97, 102, 0.65);
  background-size: cover;
}

.round {
  border-radius: 30px 30px 30px 30px !important;
}
.img-round {
  border-radius: 20px 20px 20px 20px !important;
}

.round-15 {
  border-radius: 15px 15px 15px 15px !important;
}

.input-round {
  border-radius: 12px 12px 12px 12px !important;
}

.contact-round {
  border-radius: 10px 10px 10px 10px !important;
}

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

#staff a {
  color: gray;
}

.bottone-staff {
  font-size: 13px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(var(--main-color), var(--opac));
  color: var(--main-color);
}

.sfondoyoga {
  background-image: url("../icone/logo_mark.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.chiaroyoga {
  width: 100%;
  height: 100%;
  background: #ffffffe6;
  background-size: cover;
}

.centered {
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
}

.mh-500 {
  max-height: 500px;
}

.mh-300 {
  max-height: 300px;
}

.mv-200 {
  min-width: 200px;
}

.mw-600 {
  max-width: 600px;
}

.cover {
  object-fit: cover;
}

.linea {
  width: 80%;
  border-top: 2px solid var(--main-color);
}

.linea-100 {
  width: 100%;
  border-top: 2px solid var(--main-color);
}

.linea-corta {
  width: 10%;
  border-top: 2px solid var(--main-color);
}

.linea1 {
  width: 80%;
  border-top: 2px solid var(--main-color);
}

.linea-corta1 {
  width: 10%;
  border-top: 2px solid var(--main-color);
}

.separatore {
  width: 100%;
  border-bottom: 1px solid var(--main-color) !important;
}

.colora {
  fill: var(--main-color) !important;
}

.corsi-larghezza {
  max-width: 700px;
  margin: 0 auto;
}

.corsi-background {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-size: cover;
}

.corsi-background-carousel {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: cover;
}

.corsi-dimensione {
  max-width: 240px;
  height: auto;
}

.image-slider {
  width: 100%;
  height: 100%;
}

.obj-fit {
  object-fit: cover;
  display: block;
  object-position: center center;
}

/* fullcalendar */
#calendar-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.btn-group .btn:hover {
  color: #fff;
  transition: 400ms;
}

.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem var(--light-color) !important;
}

.btn-primary,
.btn-primary:hover {
  background-color: var(--calendar-color) !important;
  border-color: var(--calendar-color) !important;
  color: #fff !important;
}
.btn-primary .active:focus {
  background-color: var(--main-color) !important;
}

.btn-primary:hover {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: var(--calendar-color) !important;
  border-color: var(--calendar-color) !important;
}

.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: var(--main-color) !important;
  border-color: var(--calendar-color) !important;
}

#calendar {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 1rem !important;
}

#calendar .table-bordered {
  border: unset !important;
}

#calendar ::-webkit-scrollbar {
  display: none;
}

.demo-topbar {
  /* will be stripped out */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}

.demo-topbar + #calendar-container {
  /* will be stripped out */
  top: 40px;
}

.fc-header-toolbar {
  /*
    the calendar will be butting up against the edges,
    but let's scoot in the header's buttons
    */
  padding-top: 1em;
  padding-right: 1em;
}

/* cards prezzi */
.back-grigio {
  background-color: rgba(243, 243, 243, 0.685);
}

.back-grigio-index {
  background-color: rgba(243, 243, 243, 0.685);
  color: black !important;
  transition: 400ms;
}

.back-grigio-index:hover {
  background-color: var(--main-color);
  transition: 400ms;
  color: #fff !important;
}

.back-grigio-index:hover .testo-grigio {
  color: #fff !important;
}

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

.back-grigio-index:hover .bottone-main-color:hover {
  background-color: var(--main-color) !important;
  color: #fff !important;
  border: 2px solid #fff !important;
}

.prezzi-dimensione-home {
  min-height: 313px;
  width: 90%;
  display: flex;
  flex-direction: column;
}

.prezzi-dimensione {
  min-height: 313px;
  width: 90%;
  display: flex;
  flex-direction: column;
}

/* .bottone-bottom {
  display: flex;
  align-self: center;
  align-items: center;
} */

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

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

.sfondoyoga1 {
  background-image: url("../icone/logo_mark.png");
  background-size: contain;
  background-position: -20%;
  background-repeat: no-repeat;
}

.sfondoyoga2 {
  background-image: url("../icone/logo_mark.png");
  background-size: contain;
  background-position: 110%;
  background-repeat: no-repeat;
}

.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;
}

.testo-nero {
  color: black !important;
}

.width-testo {
  width: 45%;
}

.staff-round {
  border-radius: 15px 15px 15px 15px !important;
}

.staff-background {
  width: 100%;
  height: 250px;
  background-position: center center;
  background-size: cover;
}

/* video */

.video-img {
  position: relative;
  min-height: 300px;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  text-align: center;
  color: #fff;
}

#video-play a {
  color: #fff;
}

.scurovideo {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(94, 97, 102, 0.65);
  background-size: cover;
}

/*  footer  */
.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;
}

.grigio-bg {
  background-color: #f5f5f5 !important;
}

.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;
}

/* .footer-dim{
    height: 100px;
} */

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

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

.btn {
  transition: 400ms;
}

.btn:hover {
  color: var(--main-color);
  transition: 0.4s;
}

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

.powered {
  font-size: 10px;
}

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

.transform-link {
  transition: 0.3s;
}

.transform-link:hover {
  transform: scale(1.2);
  transition: 0.3s;
  color: #fff !important;
}

/* CORSI.html */

.head-container {
  width: 100%;
  padding-right: 400px;
  padding-left: 400px;
  margin-right: auto;
  margin-left: auto;
}

/* post */

.limitatore-titolo {
  text-overflow: ellipsis;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
}

/* eventi */

.back-img {
  background-size: cover;
  display: block;
  background-position: center center;
}

.box-data {
  background-color: var(--main-color);
  border-radius: 13px 13px 13px 13px;
  width: 78px;
  height: 78px;
}

.box-data-evento {
  background-color: var(--main-color);
  border-radius: 13px 13px 13px 13px;
  width: 100px;
  height: 100px;
}

.box-data-singolo {
  background-color: var(--main-color);
  border-radius: 13px 13px 13px 13px;
  width: 105px;
  height: 118px;
}

.padding-corsi {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.wfit {
  width: fit-content;
}

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

#map-contatti {
  height: 100%;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}

#map-evento {
  height: 250px;
  /* The height is 400 pixels */
  width: 75%;
  /* The width is the width of the web page */
}

.post-singolo-background {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
}

.evento-singolo-background {
  width: 100%;
  max-height: 400px;
  background-position: center center;
  background-size: cover;
}

.staff-singolo-background {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-size: cover;
}

.iconhover {
  transition: 0.3s;
}

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

.empty {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.select-palinsesti {
  background-color: #f5f5f5;
  border-color: #f5f5f5 !important;
}

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

.margin-30 {
  margin: 30px;
}

.margin-l-5 {
  margin-left: 3rem !important;
}

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

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

.fc .fc-toolbar-title {
  text-align: center;
}

.fc-v-event {
  /* background-color: var(--main-color) !important;
  border: 3px solid var(--calendar-color) !important; */
}

/* datepicker */
.datepicker {
  background: #f5f5f5 !important;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day: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;
}

.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;
}

.minheight-400px {
  min-height: 400px;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
  justify-content: center;
}

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

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

.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;
}

.truncated-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1rem;
  padding-bottom: 0px;
}

.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 */
@media (max-width: 1200px) {
  .logo-fit {
    max-width: 150px;
  }

  .padding-corsi {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

@media (max-width: 992px) {
  .padding-corsi {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

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

  .width-70-100 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .width-testo {
    width: 55%;
  }

  .desktop {
    display: none;
  }
  .head-container {
    padding-left: auto;
    padding-right: auto;
  }
  ::-webkit-scrollbar {
    display: none;
  }

  .no_padd-x {
    padding-left: unset !important;
    padding-right: unset !important;
  }
  .video-img {
    background-attachment: unset !important;
  }

  .sfondoyoga2 .sfondoyoga .sfondoyoga1 {
    background-position: center center;
  }

  .div-center {
    padding-left: unset;
  }

  .powered {
    padding-top: 1rem !important;
  }

  .wfit {
    padding-top: 2rem !important;
  }

  .background-mobile {
    opacity: 0.9 !important;
    border-radius: 8px !important;
    background-color: #888c90 !important;
    text-align: center;
  }

  .margin-l-5 {
    margin-left: unset !important;
  }

  .font-14-menu {
    font-size: 14px !important;
  }

  .testo-navbar {
    color: #fff !important;
  }

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

  .font-70,
  .font-home-mobile {
    font-size: 55px !important;
  }

  .bolder-mobile {
    font-weight: bold !important;
  }

  .nav-item {
    padding-right: 15px;
  }

  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

@media (max-width: 768px) {
  .width-70-100 {
    width: 100%;
  }

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

  .botton-position {
    position: unset;
  }

  .multimedia-dimensione {
    height: auto;
  }
}

@media (max-width: 576px) {
  .no-padding {
    padding: unset !important;
  }

  .prezzi-dimensione-carousel {
    max-width: 75%;
  }

  .font-40 {
    font-size: 30px;
  }

  .font-12 {
    font-size: 10px;
  }

  .font-17 {
    font-size: 14px;
  }

  .font-home-mobile {
    font-size: 35px !important;
  }

  .bottone {
    font-size: 12px;
  }

  .lSPrev,
  .lSNext,
  .lSAction {
    display: none !important;
  }

  .fc .fc-toolbar {
    display: block !important;
  }

  .fc .fc-toolbar-title {
    padding-top: 1rem !important;
    text-align: center !important;
  }

  .is_desktop {
    display: none;
  }
}

/* min-width media */
@media (min-width: 993px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.33%);
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.33%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

@media (min-width: 577px) {
  .fc-toolbar-chunk {
    display: flex;
  }

  .is_cell {
    display: none;
  }
}
