/* COLOR VARIABLES
============================================= */
/* VERNICIATI ================================ */
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* GRADIENT LISTS
============================================= */
/* FONT WEIGHTS
============================================= */
/*
Nimbus Sans Light -> font-weight: 300;
Nimbus Sans Regular -> font-weight: 400;
Nimbus Sans Bold -> font-weight: 700;
Nimbus Sans Black -> font-weight: 900;
*/
/*@mixin fontGraziata () {
  font-family: adobe-caslon-pro, serif;
  font-style: normal;
  font-weight: 400;
}*/
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*BOX SHADOW
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@media all and (max-width: 1500px) {
  .define-space .content {
    margin-left: 20px;
  }
  .pivot-2 .caption {
    margin-right: 20px;
  }
  .pivot-4 .img-container {
    padding-left: 21vw;
  }
  .montanti {
    min-height: calc(100vh - 90px);
    padding: clamp(20px, 5vw, 100px) 0;
  }
  .montanti .gradient-grey {
    overflow: inherit;
  }
}
@media all and (max-width: 1366px) {
  section.flex {
    padding: clamp(20px, 5vw, 100px) 0;
  }
  section.single-title {
    padding-bottom: 0;
  }
}
@media all and (max-width: 1365px) {
  .define-space .content {
    width: calc(50vw - clamp(60px, 5vw, 85px));
  }
  .universal.flex picture {
    width: 50%;
  }
  .universal.flex .content:nth-child(1) {
    padding-right: clamp(20px, 5vw, 45px);
  }
  .accessories .content {
    margin-left: 20px;
    width: calc(50vw - clamp(40px, 5vw, 65px));
    max-width: calc(50vw - clamp(40px, 5vw, 65px));
  }
  .montanti .gradient-grey img {
    width: 25vw;
  }
  .montanti .mtop .content {
    max-width: 36vw;
    margin-left: 20px;
  }
  .montanti .line {
    left: calc(2% - 20px);
  }
  .montanti .colors {
    align-items: flex-start;
    justify-content: flex-start;
    /*flex-direction: column;*/
  }
  .montanti .colors a {
    margin: 0 5px 0 0;
    width: calc(33.3333333% - 5px);
  }
  .montanti .colors a p {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: clamp(36px, 3.5vw, 48px);
  }
  h2 img {
    margin-right: 10px;
  }
  .caption {
    width: 48vw;
    max-width: calc(48vw - clamp(20px, 4vw, 30px));
    padding: clamp(20px, 4vw, 30px);
  }
  .example {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 0 20px !important;
    margin: 50px 0 !important;
  }
  .example .plan {
    width: 100%;
  }
  .example .orders-codes {
    width: 100%;
    margin-left: 0;
  }
  .pivot .lazybg:first-child .line {
    left: 15%;
  }
  .pivot-2 .red-line:first-child {
    padding-left: calc(15vw + 30px);
    width: calc(47vw - (15vw + 30px));
  }
  .pivot-2 .red-line:first-child .line {
    left: 15vw;
  }
  .pivot-2 .red-line:nth-child(2) .line {
    left: 39.3vw;
  }
  .pivot-2 .caption {
    margin-right: 15px;
    width: 40vw;
    max-width: calc(40vw - 25px);
    padding: 25px;
  }
  .pivot-3 .line, .pivot-4 .line {
    left: 15vw;
  }
  .pivot-3 #anta {
    width: 80%;
  }
  .pratico-funzionale .line {
    right: -25%;
  }
  .cremagliere #cremagliera-frontale, .cremagliere #cremagliera-laterale {
    width: calc(30% - 100px);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .accessories .horizontal-slider-container picture .codici-finiture-accessori {
    gap: 0;
  }
  .accessories .horizontal-slider-container picture .codici-finiture-accessori span {
    margin: 0 2.5px;
  }
  .accessories {
    margin: 50px 0;
    flex-direction: column;
  }
  .accessories .content {
    padding: 0 clamp(40px, 5vw, 65px);
    margin: 0;
    width: calc(100% - clamp(80px, 10vw, 130px));
    max-width: calc(100% - clamp(80px, 10vw, 130px));
  }
  .accessories .horizontal-slider-container, .accessories .flex .horizontal-slider-container {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 50px;
  }
  .accessories .horizontal-slider-container picture, .accessories .flex .horizontal-slider-container picture {
    width: calc(40% - 20px);
  }
}
@media (max-width: 1023px) {
  .vertical-slider-container, .flex .vertical-slider-container {
    width: 100%;
    max-width: 600px;
    height: 240px;
  }
  .vertical-slider-container .vertical-slider picture, .flex .vertical-slider-container .vertical-slider picture {
    scroll-snap-align: start;
  }
  .horizontal-slider-container, .flex .horizontal-slider-container {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
  }
  .horizontal-slider-container picture, .flex .horizontal-slider-container picture {
    scroll-snap-align: start;
  }
  .horizontal-slider-container picture .blur, .flex .horizontal-slider-container picture .blur {
    display: none;
  }
  .main-head {
    height: 100px;
  }
  .main-head .logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: center;
  }
  .main-head .logo span {
    width: 100%;
  }
  .flex {
    flex-direction: column;
  }
  .flex .content {
    width: 100%;
    padding: 0;
  }
  .flex .content:nth-child(2) {
    padding-left: 0;
  }
  .flex .content:nth-child(1) {
    padding-right: 0;
  }
  .flex picture {
    width: 100%;
  }
  .flex h1, .flex h2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 10px;
  }
  .flex h1 img, .flex h2 img {
    margin-right: 15px;
  }
  .intro-grid {
    margin-bottom: 50px;
  }
  .imagine.flex {
    flex-direction: column-reverse;
  }
  .imagine.flex .content {
    width: 85%;
  }
  .imagine.flex .line {
    width: 1px;
    height: calc(100% + 50vh);
    right: 0;
    left: -5%;
    top: 0;
    z-index: 1;
  }
  .imagine.flex h1 {
    padding-bottom: 0;
  }
  .imagine.flex h1 span:first-child {
    color: #C20E1A;
  }
  .imagine.flex .img-gallery {
    width: 100%;
  }
  .define-space.flex {
    flex-direction: column;
    width: calc(100vw - 40px);
    max-width: 1500px;
    margin: 0 auto;
    margin-top: clamp(40px, 5vw, 65px);
  }
  .define-space.flex .content {
    width: calc(90% - clamp(40px, 5vw, 65px));
    max-width: calc(90% - clamp(40px, 5vw, 65px));
    padding-left: clamp(40px, 5vw, 65px);
    padding-right: 0;
    margin-right: 0;
  }
  .define-space.flex .line {
    width: 1px;
    height: calc(100% + 50vh);
    right: 0;
    left: -8%;
    top: 0;
    z-index: 10;
  }
  .define-space.flex .horizontal-slider-container {
    width: 100%;
    margin-top: clamp(40px, 5vw, 65px);
  }
  .caption {
    transform: translateY(-50px);
    width: calc(100% - 140px);
    max-width: calc(100% - 140px);
    padding: 35px;
    margin: 0 35px;
    float: left;
    position: relative;
    z-index: 10;
  }
  .caption h2 br {
    white-space: nowrap;
    float: left;
  }
  .imagine-double picture {
    margin-top: clamp(40px, 5vw, 65px);
  }
  .imagine-double.flex .content picture {
    width: 100vw;
    transform: translateX(-75px);
  }
  .imagine.imagine-double.flex .line {
    z-index: 10;
  }
  .pivot.flex {
    flex-direction: row;
    height: 60vw;
  }
  .pivot.flex .lazybg {
    height: 60vw;
  }
  .pivot.flex .lazybg:first-child {
    background-position: 100% 100%;
  }
  .pivot.flex .line, .pivot.flex .point {
    display: none;
  }
  .pivot-2 .red-line:first-child {
    padding: 0;
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .pivot-2 .red-line:first-child h2 {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .pivot-2 .red-line .line {
    display: none;
  }
  .pivot-2 .caption {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding: 35px;
    margin: 0 20px;
  }
  .pivot-4 .line {
    left: 16vw;
    top: 27vw;
    bottom: auto;
    width: 26vw;
    height: 1px;
  }
  .pivot-4 .img-container {
    height: 60vw;
    width: 100%;
    padding-left: 0;
  }
  .pivot-4 .img-container div {
    height: 60vw;
  }
  .pivot-4 .flex .content:nth-child(2) {
    padding-left: 0;
    margin-top: 50px;
  }
  .pratico-funzionale .line {
    right: 0;
  }
  .pratico-funzionale.flex .content:nth-child(1), .pratico-funzionale.flex .content:nth-child(2) {
    padding: 0;
    margin-top: 50px;
  }
  .pratico-funzionale .maniglie a {
    width: calc(33% - 20px);
    max-width: calc(33% - 20px);
    margin-right: 9px;
    margin-left: 9px;
  }
  .semplice picture {
    margin-bottom: 50px;
  }
  .semplice-2.flex .content:nth-child(1), .semplice-2.flex .content:nth-child(2) {
    padding: 0;
    margin-top: 50px;
  }
  .universal.flex {
    justify-content: center;
    align-items: center;
  }
  .universal.flex .content:nth-child(1) {
    margin: 50px 20px 0 20px;
    width: calc(100% - 40px);
    padding-right: 0;
  }
  .universal.flex .content:nth-child(1) section {
    width: 100%;
    max-width: 100%;
  }
  .universal.flex picture {
    width: 100%;
    max-width: 100%;
    background-color: #DADEE3;
  }
  .universal.flex .line {
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .ufficio-living.flex {
    margin: 50px 20px 0 20px;
    width: calc(100% - 40px);
  }
  .ufficio-living.flex .lazybg {
    width: 100%;
    height: 50vh;
    margin-bottom: 50px;
  }
  .ufficio-living.flex .cd-image-container {
    width: 100%;
    margin: 0 auto;
  }
  .accessoires {
    margin-top: 50px;
  }
  .libreria-2 .caption, .divisione-ambienti-2 .caption {
    transform: translateY(0);
    width: calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding: 35px;
    margin: 10px 20px 0 20px;
  }
  .divisione-ambienti-2 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .montanti {
    height: calc(100vh - 110px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .montanti .line {
    display: none;
  }
  .montanti .full-height {
    width: 50%;
    height: 100%;
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .montanti .container-full {
    width: calc(50% - 40px);
    max-width: 1500px;
    margin: 0 auto;
  }
  .montanti .colors {
    flex-direction: column;
  }
  .montanti .colors a {
    margin: 5px;
    width: calc(100% - 10px);
  }
  .montanti .mtop .content {
    border-left: 1px solid #C7CCD3;
    max-width: 90%;
    margin-left: 0;
    padding-left: 10%;
  }
  .montanti .gradient-grey {
    display: none;
    visibility: hidden;
  }
  .composizioni-standard {
    padding-left: 20px;
    margin-bottom: 50px;
  }
  .accessories {
    margin: 50px 0;
  }
  .accessories .content {
    padding: 0 20px;
    margin: 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .accessories .horizontal-slider-container, .accessories .flex .horizontal-slider-container {
    width: calc(100% - 20px);
    margin-left: 20px;
    margin-top: 50px;
  }
  .accessories .horizontal-slider-container picture {
    width: calc(40% - 20px);
  }
  footer .flex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .flex .three {
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .info-footer {
    flex-wrap: wrap;
  }
  .tooltip .tooltip-container {
    left: auto;
    right: 0;
  }
  .pivot-3 {
    margin: 50px 0;
  }
  .pivot-3 #anta {
    width: 100%;
    float: right;
  }
  .pivot-3 .line, .pivot-4 .line {
    display: none;
  }
  .cremagliere {
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    height: 100%;
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    grid-template-areas: "foto foto" "frontale laterale";
  }
  .cremagliere #cremagliera-frontale {
    grid-area: frontale;
    width: 100%;
    margin: 10px 0;
  }
  .cremagliere #cremagliera-laterale {
    grid-area: laterale;
    width: 100%;
    margin: 10px 0;
  }
  .cremagliere picture {
    grid-area: foto;
    height: 100%;
    width: 90%;
    margin: 0 auto;
  }
  .example .elements {
    margin-top: 20px;
  }
  .example .elements ul {
    align-items: flex-start;
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
  }
  .example .elements ul li {
    scroll-snap-align: start;
    margin-right: 20px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(40% - 20px);
  }
  #accessori .content div {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
    padding-top: 5vh;
    /*@include transform(translateY(0))!important;*/
  }
  #paretiAttrezzate.imagine.flex .content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #paretiAttrezzate.imagine.flex .content picture {
    width: 100%;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  p {
    text-align: justify;
    text-justify: inter-word;
  }
  .flex h1 img, .flex h2 img {
    display: none;
  }
  .flex h2 {
    border-bottom: 1px solid #000000;
  }
  .flex.single-title h1 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .intro-grid {
    height: 100vh;
    max-height: 100vh;
  }
  .intro-grid h1 {
    right: 20px;
    left: 20px;
  }
  .intro-grid .img-container {
    display: none;
  }
  .main-head nav.container-full {
    width: calc(100vw - 20px);
  }
  .main-head nav .nav-toggle {
    padding: 25px 5px 5px 50px;
  }
  .main-head nav .nav-toggle strong {
    display: none;
  }
  .main-head .logo {
    font-size: 12px;
  }
  .define-space.flex .content {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .define-space.flex .line {
    display: none;
  }
  .define-space.flex h2 {
    display: block;
  }
  .define-space.flex h2 img {
    float: left;
  }
  .define-space.flex h2 span {
    white-space: break-spaces;
  }
  .imagine .line {
    display: none;
  }
  .imagine.flex h1 {
    border-bottom: 1px solid #C20E1A;
    padding-bottom: 10px;
  }
  .imagine.flex h2 {
    flex-wrap: wrap;
  }
  .imagine.flex .content {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
  }
  .imagine.imagine-double.flex .line {
    display: none;
  }
  .imagine.imagine-double.flex .content picture {
    width: 100%;
    transform: translateX(0);
  }
  .caption {
    color: #000000;
    background-color: #FFFFFF;
    transform: translateY(0);
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 50px 0;
  }
  .caption h2 {
    border-bottom: 1px solid #C7CCD3;
    padding-bottom: 10px;
  }
  .caption h2, .caption p {
    color: #000000;
  }
  .pivot-2 .caption {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    padding: 0;
    margin: 0 20px;
  }
  .pratico-funzionale .maniglie {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .pratico-funzionale .maniglie a {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .universal.flex .line {
    display: none;
  }
  .libreria-2 .caption,
.divisione-ambienti-2 .caption {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 50px 0;
  }
  .montanti {
    height: calc(100% - 90px);
    min-height: calc(100% - 90px);
  }
  .montanti .full-height {
    width: 35%;
  }
  .montanti .container-full {
    width: calc(65% - 20px);
    margin: 0 auto;
  }
  .example {
    margin: 0 0 50px 0;
  }
  .example .elements ul {
    white-space: inherit;
  }
  .example .elements ul li {
    width: calc(50% - 6px);
  }
  .example .plan.flex svg {
    height: auto;
  }
  .example .plan.flex .controls {
    width: 100%;
    margin-bottom: 15px;
  }
  .composizioni-standard .horizontal-slider-container picture {
    width: calc(70% - 20px);
  }
  .intro-grid.animate {
    height: 50vh;
    max-height: 50vh;
  }
  .accessories .content {
    padding: 0 20px !important;
    margin: 0;
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .accessories .horizontal-slider-container picture {
    width: calc(75% - 20px);
  }
  .cta {
    margin: 50px 0;
  }
  .cta .actions {
    flex-direction: column;
  }
  footer .flex {
    align-items: flex-start;
  }
  footer .social header h4 {
    font-size: 26px;
  }
  footer .info-footer {
    width: 100%;
  }
  .vertical-slider-container,
.flex .vertical-slider-container {
    width: 100%;
    max-width: 100%;
    height: 140px;
    margin-bottom: 50px;
  }
  .vertical-slider-container .slider-info,
.flex .vertical-slider-container .slider-info {
    width: 43px;
    height: 34px;
  }
  .vertical-slider-container .vertical-slider picture,
.flex .vertical-slider-container .vertical-slider picture {
    margin-right: 0;
  }
  .composizioni-standard .horizontal-slider-container picture div.name {
    bottom: 10px;
    left: 10px;
  }
}

/*# sourceMappingURL=mediaquery.css.map */
