.elementor-kit-5913{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#799DD0;--e-global-color-text:#000000;--e-global-color-accent:#F0D28D;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:1.5em;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:1em;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );}.elementor-kit-5913 button,.elementor-kit-5913 input[type="button"],.elementor-kit-5913 input[type="submit"],.elementor-kit-5913 .elementor-button{background-color:var( --e-global-color-primary );color:var( --e-global-color-text );}.elementor-kit-5913 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:2400px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}
/* Start custom CSS *//* bottone appuntamenti menu */
/* --------------------- */
.ml-label-menu {
  padding: 0 14px 0 14px;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.ml-label-menu:hover .ml-label-menu {
  color: #FFF;
}
.ml-btn-menu {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  background: rgb(246,210,131);
  text-decoration: none;
  max-width: 100%;
  transition: background 0.3s ease;
  color: #000;
}
.ml-btn-menu:hover {
  background: rgb(215, 177, 100);
  color: #000;
}

/* bottoni footer */
/* -------------- */

.ml-buttons-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ml-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  background: #5b8abf;
  text-decoration: none;
  max-width: 260px;
  transition: background 0.3s ease;
}

.ml-btn:hover {
  background: #fff;
  border: 2px solid #ffffff;
}

.ml-btn:not(:hover) {
  border: 2px solid transparent;
}

.ml-icon-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ml-icon-wrap:hover {
  background: #F2F2F2;
}

.ml-icon {
  position: absolute;
  font-size: 24px;
  transition: opacity 0.35s ease, transform 0.35s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.ml-icon-default {
  color: #000;
  opacity: 1;
  transform: translateX(0);
}

.ml-icon-hover {
  color: #000;
  opacity: 0;
  transform: translateX(-100%);
  background: #F0D28D;
}

.ml-btn:hover .ml-icon-default {
  opacity: 0;
  transform: translateX(100%);
}

.ml-btn:hover .ml-icon-hover {
  opacity: 1;
  transform: translateX(0);
}

.ml-label {
  padding: 0 20px 0 14px;
  color: #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .ml-label {
    font-size: 14px;
    letter-spacing: 1.2px;
  }
}

.ml-btn:hover .ml-label {
  color: #F0D28D;
}


/* bottoni home   */
/* -------------- */

.ml-buttons-wrap-home {
  display: inherit;
  flex-direction: column;
  gap: 12px;
}
.ml-btn-home {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  background: #F0D28D;
  text-decoration: none;
  max-width: 360px;
  transition: background 0.3s ease;
}
.ml-btn-home:hover {
  background: rgb(215, 177, 100);
  color: #000;
}
.ml-btn-home:not(:hover) {
  border: 0px solid transparent;
}
.ml-label-home {
  padding: 0 20px 0 20px;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  white-space: nowrap;
}
.ml-btn-home:hover .ml-label-home {
  color: #000;
}

.ml-icon-wrap-blu {
  position: relative;
  width: 44px;
  height: 44px;
  min-width: 44px;   /* impedisce lo schiacciamento in flexbox */
  min-height: 44px;
  border-radius: 50%;
  background: #6e9ed4;
  flex-shrink: 0;    /* fondamentale: non si restringe mai */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* bottoni home servizi   */
/* ---------------------- */

.ml-btn-home-servizi {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border-radius: 50px;
  overflow: hidden;
  background: #000;
  text-decoration: none;
  max-width: 100%;
  transition: background 0.3s ease;
}
.ml-btn-home-servizi:hover {
  background: #F0D28D;
  Color: #fff;
}
.ml-label-home-servizi {
  padding: 0 20px 0 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
}
.ml-btn-home-servizi:hover .ml-label-home {
  color: #FFF;
}/* End custom CSS */