@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 1.669rem; /*20pt 26,7px*/
  font-weight: 300; /* light */
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0;
}

p {
  line-height: 1.2;
  /* 26px */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* letter-spacing: -0.3px;
  line-height: 1.4; */
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.font-roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0;
}
.font-roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  /* font-weight: 300; */
  font-style: normal;
}

.font-small {
  font-size: 1.3331rem; /*16pt 21,33px*/
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .font-small {
    font-size: 1.3331rem;
    line-height: 1.6;
  }
}
/***********************************************************/

/* COLORI FONT */
.text-blue-clab {
  color: #84d0f0 !important;
}
.text-orange-clab {
  color: #edac00 !important;
}
.text-purple-clab {
  color: #56217a !important;
}
/***********************************************************/

/* COLORI LINK */
.text-blue-clab.text-link-2:before {
  background: #84d0f0 !important;
}
.text-orange-clab.text-link-2:before {
  background: #edac00;
}
.text-purple-clab.text-link-2:before {
  background: #56217a !important;
}
.text-white.text-link-2:before {
  background: #fff !important;
}
.text-black.text-link-2:before {
  background: #000 !important;
}
/***********************************************************/

/* COLORI BACKGROUND */
.bg-color-blue-clab {
  background-color: #84d0f0;
}
.bg-color-orange-clab {
  background-color: #edac00;
}
.bg-color-purple-clab {
  background-color: #56217a;
}
/***********************************************************/

/*HEADER & MENU*/
.header {
  height: auto;
}

.header .header-logo {
  padding-top: 15px;
}

.header .header-logo img {
  width: auto;
  height: auto;
  max-height: max-content;
}

/* rimpicciolisco il logo sugli schermi più piccoli */
@media (max-width: 575px) {
  .header .header-logo img {
    height: 140px;
  }
}

.lang-menu {
  position: fixed;
  top: 35px;
  right: 52px;
}

.nav.lang-menu .nav-item {
  margin: 0 10px 0 0;
}

.nav.lang-menu .nav-item:last-child {
  margin-right: 0;
}

.nav.lang-menu .nav-item .nav-link {
  font-size: 0.6669em;
  color: #84d0f0;
}

.nav.lang-menu .nav-item .nav-link.nav-link-home {
  color: #fff;
  text-shadow: 1px 1px 0px #91a0a7ff;
}

.nav.lang-menu .nav-item .nav-link.active {
  font-weight: 500;
}

@media (max-width: 768px) {
  .lang-menu {
    top: 10px;
    right: 12px;
  }

  .nav.lang-menu .nav-item .nav-link {
    font-size: 0.5em;
  }

  .nav.lang-menu .nav-item {
    margin: 0 5px 0 0;
  }
}

.fm-toggle {
  position: fixed;
  right: 50px;
  z-index: 500;
  box-shadow: 2px 2px 0px #29ace4;
  /* text-shadow: 2px 2px 0px #29ace4; */
}

.fm-close {
  z-index: 1200;
  box-shadow: 2px 2px 0px #9e7400;
  /* text-shadow: 2px 2px 0px #9e7400; */
}

.fm-toggle,
.fm-close {
  padding: 0px 7px;
}

.fm-toggle i,
.fm-close i {
  line-height: 70px;
}

/* rimpicciolisco i bottoni sugli schermi più piccoli*/
@media (max-width: 768px) {
  .fm-toggle,
  .fm-close {
    padding: 0px 5px;
  }

  .fm-toggle i,
  .fm-close i {
    line-height: 50px;
    font-size: 1.6em;
  }
}

.fullscreen-menu .fm-wrapper .fm-close {
  top: 90px;
  right: 50px;
}

@media (max-width: 768px) {
  .fm-toggle {
    top: 30px;
    right: 10px;
  }

  .fullscreen-menu .fm-wrapper .fm-close {
    top: 35px;
    right: 10px;
  }
}

@media (max-width: 575px) {
  .fullscreen-menu .fm-wrapper h1 {
    font-size: 1.25rem;
  }
}
/***********************************************************/

/* SLIDER */
.owl-carousel.owl-nav-overlay .owl-nav button.owl-next,
.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev {
  background: #84d0f0;
  opacity: 0.7;
}

.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:hover,
.owl-carousel.owl-nav-overlay .owl-nav button.owl-next:focus,
.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:hover,
.owl-carousel.owl-nav-overlay .owl-nav button.owl-prev:focus {
  background: #edac00;
  opacity: 1;
  color: white;
}

@media (min-width: 768px) {
  .section-fullscreen {
    width: 100%;
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .section-fullscreen {
    width: 100%;
    height: 70vh;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .cosa-facciamo-slider.owl-carousel .owl-item img,
  .aziende-slider.owl-carousel .owl-item img {
    margin: 0 auto;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .origami-slider.owl-carousel .owl-item img {
    margin: 0 auto;
  }
}

.aziende-slider.owl-carousel .owl-item .bg-image {
  position: relative;
  height: 400px;
}

.aziende-slider-2.owl-carousel .owl-item .bg-image {
  position: relative;
  height: 500px;
}

@media (max-width: 999px) {
  .aziende-slider-2.owl-carousel .owl-item .bg-image {
    position: relative;
    height: 400px;
  }
}
/***********************************************************/

/* BOTTONI */
.clab-button-blue,
.clab-button-orange {
  position: relative;
  font-size: 1.669rem;
  line-height: 30px;
  padding: 0;
  border: 0;
  border-radius: 30px;
}

.clab-button-blue img,
.clab-button-orange img,
.clab-button-purple img {
  position: absolute;
  left: 0px;
}

.clab-button-blue,
.clab-button-blue:hover,
.clab-button-blue:active,
.clab-button-blue:focus {
  background: #84d0f0 !important;
  color: #fff !important;
}

.clab-button-orange,
.clab-button-orange:hover,
.clab-button-orange:active,
.clab-button-orange:focus {
  background: #edac00 !important;
  color: #000 !important;
}

.clab-button-purple {
  position: relative;
  width: 300px;
  font-size: 1.669rem;
  line-height: 40px;
  padding: 0;
  border: 0;
  border-radius: 30px;
  background: #56217a;
  color: #fff;
  font-weight: 400;
}

.clab-button-purple:hover,
.clab-button-purple:active,
.clab-button-purple:focus {
  background: #56217a !important;
  color: #fff !important;
}

@media (min-width: 400px) {
  .clab-button-blue,
  .clab-button-orange {
    min-width: 388px;
  }
}

@media (max-width: 399px) {
  .clab-button-blue,
  .clab-button-orange {
    font-size: 1.2rem;
    min-width: 300px;
  }
}

.button-social-black,
.button-social-black-small {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0.5em;
  background-color: #000;
}
.button-social-black-small {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.button-social-black i {
  line-height: 50px;
}
.button-social-black-small i {
  line-height: 30px;
}

/***********************************************************/

/*CAROSELLO LOGHI*/
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 20px 0;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos:hover .logos-slide {
  animation-play-state: paused;
}

.logos-slide {
  width: max-content; /*IMPORTANTE PERCHE' ALTRIMENTI I LOGHI SI SOVRAPPONGONO*/
  display: inline-block;
  animation: 60s slide infinite linear;
}

.logos-slide img {
  margin: 0 40px;
}
/***********************************************************/

@media (max-width: 767px) {
  .column-image {
    min-height: 386px;
  }
}

p.cosa-facciamo {
  font-size: 1.75rem;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: justify;
  line-height: 1.4;
}

@media (max-width: 767px) {
  p.cosa-facciamo {
    font-size: 1rem;
    text-transform: none;
    text-align: center;
    line-height: 1.9;
  }
}

/* FEED INSTAGRAM */
.tutorial_link,
.sk-ig-load-more-posts,
.instagram-user-container,
.sk-ig-profile-counts {
  /* visibility: hidden; */
  display: none !important;
}

@media (min-width: 1200px) {
  #donazioni {
    background-image: url("../images/lindita.png");
    background-position: bottom right;
    background-repeat: no-repeat;
  }
}

hr.blue-dots,
hr.orange-dots {
  display: block;
  border: none;
  height: 15px;
  opacity: 1;
}

hr.blue-dots {
  background-image: url("../images/divider-blue2.png");
}

hr.orange-dots {
  background-image: url("../images/divider-orange2.png");
}

/*** effetto dissolvenza per il popup della mappa gmap ***/
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3 {
  line-height: 1.4;
  font-weight: 700;
  font-family: "Roboto Slab", serif;
  color: #84d0f0 !important;
}
