/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .position-static-lg {position: static !important;}
  .position-absolute-lg { position:absolute !important; }
  .top-0-lg { top: 0 !important }
  .start-0-lg { left:0 !important }
  .p-big p:not(.fs-1, .fs-2, .fs-3) {
    font-size: 28px;
  }
  .border-tl-radius-lg { border-top-left-radius: 150px; }
  .border-bl-radius-lg { border-radius:0 !important; border-bottom-left-radius: 100px !important;}
  .transparent-lg { background: transparent !important; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .testata h1, .testata h2,
  .h-titolo h1, .h-titolo h2 {
    font-size: 50px !important;
  }
  .fs-big { font-size: 60px !important }
  .position-static-xl { position: static !important; }
  .mw-50-xl { max-width: 50% !important; }
  .position-absolute-xl { position:absolute !important; }
  .top-0-xl { top: 0 !important }
  .start-0-xl { left:0 !important }
  .mb-xl-n6 { margin-bottom: -6rem }
  .mt-xl-6 { margin-top: 6rem }
  .gradient-white-to-green-xl { background: linear-gradient(to right, rgba(255,255,255,0) 50%, rgba(var(--green-2-rgb), .025) 50%); }
  .gradient-white-to-green-reverse-xl { background: linear-gradient(to right, rgba(var(--green-2-rgb), .025) 50%, rgba(255,255,255,0) 50%); }
  .row-cols-xl-7 > * {
    flex: 0 0 auto;
    width: 14.285714%;
  }
}

/* Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .wrap-hexagon {
    margin: -17% -1px;
  }
  .w-all-xxl {
    width: 100vw !important;
  }
}

/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1620px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1550px;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 14.285714%;
  }
}
/* SuperExtra large devices (large desktops, 1920px and up) */
@media (min-width: 1920px) {
  .rettangolo { max-width: 60vw !important }
}
@media (min-width: 3700px) {
  .rettangolo { max-width: 55vw !important }
}
/* Extra large devices (large desktops,  less than 1400px and up) */
@media (max-width: 1399.98px) {}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  footer [class*='border'] { border: 0 !important }
}

/* Extra small devices (portrait phones, less than 480px) */
@media (max-width: 479.98px) {
  .ratio-hexagon { font-size: 16px !important }
}

/* Extra small devices (portrait phones, less than 375px) */
@media (max-width: 374.98px) {}