/*
Theme Name: Isolresine
Theme URI: https://example.com/
Description: Fast theme
Version: 1.0
Author: Never Before Italia
Author URI: https://www.neverbeforeitalia.it/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isolresine
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
	margin-top: 0px !important;
}

:focus{
    outline:none;
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

g {
	clip-path: none;
}
ul {
     list-style: none;
    margin: 0;
    padding: 0;	
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

.woocommerce-message {
	display: none;
}

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
.elementor-custom-embed-play i, .elementor-custom-embed-play svg {
	opacity: 1 !important;
}
p{margin: 0;}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.elementor-background-video-hosted{
  height: 100vh;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
         break-after: avoid;
  }
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: number-input; /* Ensure Webkit browsers show them */
    opacity: 1; /* Ensure they are not transparent */
}

input[type=number] {
    -moz-appearance: number-input; /* Ensure Firefox shows them */
}


.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
	opacity: 0;
	display: none;
	  pointer-events: none; /* <-- evita che l'overlay blocchi gli eventi del mouse */
  z-index: 2; /* o comunque meno del menu */
}

.title-stop {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
     font-family: "Montserrat", sans-serif;
     letter-spacing: -2px;
     text-align: center
}

.dm-frontend-search-wrapper {
	font-family: 'Montserrat' !important;
}

.galleria_colori #gallery-1 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
}

.galleria_colori #gallery-1 > .gallery-item:only-child {
    grid-column: 2 / 4 !important;
    justify-self: center !important;
}

.galleria_colori .gallery-item {
    max-width: 100% !important;
}

@media screen and (max-width: 1024px) {
    
    .galleria_colori #gallery-1 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
	
	.galleria_colori #gallery-1 > .gallery-item:only-child {
    grid-column: 1 / 4 !important;
}
    
}


div#academy a:after {
    content: 'NEW';
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #fff;
    background: #4A76B3;
    padding: 5px;
    border-radius: 4px;
}

.academy a:before {
    content: 'NEW';
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -.03em;
    color: #fff;
    background: #4A76B3;
    padding: 3px 5px;
    border-radius: 4px;
    position: absolute;
    left: 90px;
    /* transform: translateX(0px); */
}

[data-split="heading"]{
  visibility: hidden;
}
.erre {
    font-size: 32px;
}
.big-title-flex h1 {
    display: flex;
}

.reveal {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.reveal img {
  transform-origin: left;
}

.animate-text {
  height: 105px;
  margin: 0;
  overflow: hidden;
 
}

.animate-text span{
    line-height: 86px;
    display: none;
}

.animate-text span.text-in{
	display: block;
	animation: textIn .5s ease;
}
.animate-text span.text-out{
	animation: textOut 1s ease;
}
@keyframes textIn{
	0%{
		transform: translateY(100%);
	}
	100%{
		transform: translateY(0%);
	}
}
@keyframes textOut{
	0%{
		transform: translateY(0%);
	}
	100%{
		transform: translateY(-100%);

	}
}

@media screen and (max-width: 1024px) {
    .title-stop {
        font-size: 50px;
        margin: 0;
        letter-spacing: -1px;
    }
    
    .animate-text {
    height: 85px;
}

.animate-text span {
    line-height: 63px;
}
    
}


@media screen and (max-width: 767px) {
    .title-stop {
        font-size: 30px;
    }
}
    


.container-rolodex {
    transition: 0s;
     display: grid;
  place-content: center;
height: 100vh !important;
place-items: center;
width: 100vw;
position: relative;
}

.rolodex {
	 width: 100vw;
	 height: 420px;
	 position: relative;
	 overflow: hidden;
	 display: grid;
	 place-content: center;
	 transition: 0s;
}
.rolodex ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 100%;
     transition: 0s;

}
 .rolodex::before {
  top: 0;
  background-image: linear-gradient(
    rgba(255, 255, 255, 1) 5%, 
    rgba(255, 255, 255, 0)
  );
   content: "";
	 position: absolute;
	 right: 0;
	 left: 0;
	 height: 50%;
	 z-index: 1;
	 pointer-events: none;
	  transition: 0s;
}

.rolodex::after {
  bottom: 0;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0), 
    rgba(255, 255, 255, 1) 90%
  );
   content: "";
	 position: absolute;
	 right: 0;
	 left: 0;
	 height: 50%;
	 z-index: 1;
	 pointer-events: none;
	  transition: 0s;
}

.rolodex ul li {
    line-height: 64px;
    font-size: 4vw;
    letter-spacing: 5px;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    backface-visibility: hidden;
    background: #fff;
    transition: 0s;
     font-family: "Montserrat", sans-serif;
     letter-spacing: -2px;
    font-weight: 500;
  transform: scale(0.8);
  opacity: 0.5;
}

.rolodex ul li.active {
  transform: scale(1);
  opacity: 1 !important;
}
.punder {
    opacity: 1;
    font-size: 20px !important;
    width: 750px !important;
    white-space: wrap !important;
    text-align: center;
     font-family: "Montserrat", sans-serif;
    line-height: 30px;
    margin-top: 0px;
    color: #474744;
}


@media screen and (min-width: 1025px) {
    .li-mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .rolodex li:not(.li-mobile) {
        display: none;
    }
    
	.dettaglio-numero {
		    padding: 13px;
	}
	
     .li-mobile {
        display: block;
    }
    
    .container-rolodex {
    width: auto !important;
    display: block;
    height: 100% !important;
    }
        .punder {
        width: 100% !important;
        /* margin-top: 130px; */
        font-size: 16px !important;
        line-height: 24px;
    }
    .rolodex ul {
    position: relative;
    top: unset;
    display: block;

}

    .rolodex {
    height: auto;
            top: unset;
            left:0;
        display: block;
        position: relative;
        
    }
    
         .rolodex ul li {
        line-height: 70px;
        font-size: 70px;
        white-space: unset;
        letter-spacing: -1px;
        opacity: 1;
    }
    
    .rolodex:before, .rolodex:after {
        content: unset;
    }
}


@media screen and (max-width: 767px) {
	  .rolodex ul li {
        line-height: 40px;
        font-size: 9vw;
        white-space: unset;
        letter-spacing: -1px;
        opacity: 1;
    }
}

/*.slideHome .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.slideHome .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #fff !important;
    padding: 1px !important;
    background-clip: content-box !important;
    border: 1px solid transparent;
    opacity: 1;
}

.slideHome .swiper-pagination-bullet-active {
    background-color: white !important;
    border: 1px solid white !important;
    width: 28px !important;
    height: 28px !important;
    background-clip: content-box !important;
    padding: 12px !important;
    background-color: white;
}*/

.archivio_corso .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
	bottom: -30px !important;
}

.archivio_corso:before, .carosello_news_archivio:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}

.archivio_corso .elementor-swiper-button {
	z-index: 4 !important;
}

.archivio_corso:after, .carosello_news_archivio:after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(255,255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    z-index: 3;
}

.archivio_corso .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #252525 !important;
    padding: 1px !important;
    background-clip: content-box !important;
    border: 1px solid transparent;
    opacity: 1;
}

.archivio_corso .swiper-pagination-bullet-active {
    background-color: #252525 !important;
    border: 1px solid #252525 !important;
    width: 28px !important;
    height: 28px !important;
    background-clip: content-box !important;
    padding: 12px !important;
    background-color: #252525;
}


.la_nostra_storia .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.la_nostra_storia .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #fff !important;
    padding: 1px !important;
    background-clip: content-box !important;
    border: 1px solid transparent;
    opacity: 1;
}

.la_nostra_storia .swiper-pagination-bullet-active {
    background-color: white !important;
    border: 1px solid white !important;
    width: 28px !important;
    height: 28px !important;
    background-clip: content-box !important;
    padding: 12px !important;
    background-color: white;
}



.myHeader.sfondo-attivo {
	background: rgba(255,255,255,1) !important;
}


.myHeader.sfondo-attivo .e-n-menu-title-text {
    color: #585858 !important;
}

.myHeader.sfondo-attivo .myMenu .e-n-menu-dropdown-icon svg path{
    fill: #585858 ;
}


.myHeader.sfondo-attivo .cont1 {
    border-color: #585858 !important;
}

.myHeader.sfondo-attivo svg path {
    fill: #585858;
}


.myHeader.sfondo-attivo #Tracciato_33772 {
    fill: rgb(74, 118, 179) !important;
}

.myHeader.sfondo-attivo #Tracciato_33767 {
    fill: rgb(74, 118, 179);
}

.myHeader.sfondo-attivo #Tracciato_33768 {
    fill: rgb(74, 118, 179);
}


.myHeader.sfondo-attivo #Tracciato_33778 {
    fill: rgb(74, 118, 179);
}

.myHeader.sfondo-attivo .icona_utente path {
    fill: #585858 !important;
}

.myHeader.sfondo-attivo .b2b .elementor-widget-container .elementor-heading-title {
	color: #585858 !important;
}


.scroll .elementor-widget-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.scroll span {
    font-family: "Montserrat";
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.scroll-icon:before {
	 position: absolute;
	 left: 50%;
}

 .scroll-icon {
	 width: 30px;
	 height: 45px;
	 border: 2px solid #fff;
	 border-radius: 3px;
	 transition: all 0.5s ease;
	 position: relative;
}
 @media only screen and (min-width: 768px) {
	 .scroll-icon {
		 border: 2px solid #fff;
		 border-radius: 8px;
	}
}
 .scroll-icon:before {
	 content: '';
	 width: 6px;
	 height: 6px;
	 background: #fff;
	 margin-left: -3px;
	 top: 8px;
	 border-radius: 3px;
	 animation-duration: 1.7s;
	 animation-iteration-count: infinite;
	 animation-name: scroll;
}
 @media only screen and (min-width: 768px) {
	 .scroll-icon:before {
		 width: 2px;
		 height: 12px;
		 margin-left: -1px;
		 border-radius: 2px;
		 animation-name: scroll2;
	}
}
 @keyframes scroll {
	 0% {
		 transform: translateY(24px);
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
 @keyframes scroll2 {
	 0% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
		 transform: translateY(24px);
	}
}
 

.scroll-grey .elementor-widget-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.scroll-grey span {
    font-family: "Montserrat";
    font-weight: 400;
    color: #000;
    font-size: 15px;
}
.scroll-grey .scroll-icon:before {
	 position: absolute;
	 left: 50%;
}

.scroll-grey .scroll-icon {
	 width: 30px;
	 height: 45px;
	 border: 2px solid #000;
	 border-radius: 3px;
	 transition: all 0.5s ease;
	 position: relative;
}
 @media only screen and (min-width: 768px) {
	 .scroll-grey .scroll-icon {
		 border: 2px solid #000;
		 border-radius: 8px;
	}
}
.scroll-grey .scroll-icon:before {
	 content: '';
	 width: 6px;
	 height: 6px;
	 background: #000;
	 margin-left: -3px;
	 top: 8px;
	 border-radius: 3px;
	 animation-duration: 1.7s;
	 animation-iteration-count: infinite;
	 animation-name: scroll;
}
 @media only screen and (min-width: 768px) {
	.scroll-grey .scroll-icon:before {
		 width: 2px;
		 height: 12px;
		 margin-left: -1px;
		 border-radius: 2px;
		 animation-name: scroll2;
	}
}
 @keyframes scroll {
	 0% {
		 transform: translateY(24px);
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
 @keyframes scroll2 {
	 0% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
		 transform: translateY(24px);
	}
}
 

.scroll-white .elementor-widget-container,
.scroll-black .elementor-widget-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.scroll-white span {
    font-family: "Montserrat";
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.scroll-black span {
    font-family: "Montserrat";
    font-weight: 400;
    color: #474744;
    font-size: 15px;
}
.scroll-white .scroll-icon:before,
.scroll-black .scroll-icon:before {
	 position: absolute;
	 left: 50%;
}
.scroll-white .scroll-icon {
	 width: 30px;
	 height: 45px;
	 border: 2px solid #fff;
	 border-radius: 3px;
	 transition: all 0.5s ease;
	 position: relative;
}
.scroll-black .scroll-icon {
     width: 30px;
     height: 45px;
     border: 2px solid #474744;
     border-radius: 3px;
     transition: all 0.5s ease;
     position: relative;
}
 @media only screen and (min-width: 768px) {
	 .scroll-white .scroll-icon {
		 border: 2px solid #fff;
		 border-radius: 8px;
	}
    .scroll-black .scroll-icon {
         border: 2px solid #474744;
         border-radius: 8px;
    }
}
.scroll-white .scroll-icon:before {
	 content: '';
	 width: 6px;
	 height: 6px;
	 background: #fff;
	 margin-left: -3px;
	 top: 8px;
	 border-radius: 3px;
	 animation-duration: 1.7s;
	 animation-iteration-count: infinite;
	 animation-name: scroll;
}
.scroll-black .scroll-icon:before {
     content: '';
     width: 6px;
     height: 6px;
     background: #474744;
     margin-left: -3px;
     top: 8px;
     border-radius: 3px;
     animation-duration: 1.7s;
     animation-iteration-count: infinite;
     animation-name: scroll;
}
 @media only screen and (min-width: 768px) {
	.scroll-white .scroll-icon:before,
    .scroll-black .scroll-icon:before {
		 width: 2px;
		 height: 12px;
		 margin-left: -1px;
		 border-radius: 2px;
		 animation-name: scroll2;
	}
}
 @keyframes scroll {
	 0% {
		 transform: translateY(24px);
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
	}
}
 @keyframes scroll2 {
	 0% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0;
		 transform: translateY(24px);
	}
}




.galleria-finiture-wrapper {
    max-width: 100%;
    margin: 0 auto;
}
.swiper-slide {
    text-align: center;
}


.prodotti-collegati {
	color: #fff;
	font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
	text-align: center;
}

.prodotti-collegati a{
	color: #fff;
	text-decoration: underline !important;
}

.color-box {
	height: 40px;
	    background-position: center;
    background-size: auto;
}

.color-box.selected {
    height: 80px !important;
	border: 2px solid #fff;
}

.color-code-label {
	display: none;
}

.color-box.selected .color-code-label {
    display: block !important;
    position: absolute;
    top: -54px;
    left: 20px;
    background: #fff;
    padding: 8px 15px;
	font-family: "Montserrat";
	color: #000;
	font-size: 14px;
}


.box-palette {
    display: flex;
    align-items: center;
    /*overflow: hidden !important;*/
    min-height: 196px;
    /* z-index: 500 !important; */
}

.swiper-nav .swiper-button-next:after, .swiper-nav .swiper-button-prev:after {
        font-size: 30px;
        color: #fff;
    }


.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
	top: unset;
	bottom: 0;
}

.swiper-nav .swiper-button-next {
	right: -40px;
	bottom: 75px;
}

.swiper-nav .swiper-button-prev {
	left: -40px;
	bottom: 75px;
}

.mio {
	margin-top: -50px !important;
}

.step-item {
	    text-align: center;
    background: #1E1E1F;
    color: #fff;
    padding: 35px;
    font-family: 'Montserrat';
	position: relative;
}


.check {
	 width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
}

.color-box.selected .check {
	opacity: 1;
}

span.color-code-label:before {
    content: '';
    background-image: url(/wp-content/uploads/2025/06/angolo_nuvoletta.webp);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -9px;
    padding: 7px;
    background-position: center center;
    background-size: cover;
}

.step-number {
	    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
    position: absolute;
    top: -14px;
    left: 50%;
	margin-bottom: 0px;
    background: #fff;
    /* padding: 30px; */
        width: 80px;
    height: 80px;
    border-radius: 100px;
    color: #1E1E1F;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -24px);
}

.step-item img {
    width: 200px;
	margin-top: 50px;
    margin-bottom: 30px;
}
.step-applicazione-grid .step-item p {
    font-size: 18px;
    line-height: 26px;
	padding-top: 20px;
}
.step-item a {
	color: #fff;
	text-decoration: underline !important;
}

.step-applicazione-grid {
	display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
	row-gap: 80px;
	align-items: stretch;
}

.griglia-prodotti {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 0px;
	font-family: "Montserrat";
}


.prodotto-associato {
	font-family: 'Montserrat';
    text-decoration: underline;
    color: #4a76b3;
	margin-top: 20px;
}


.price-from-label {
	margin-bottom: 3px;
}

.prodotto-associato a {
    color: #4a76b3;
}


.scheda-prodotto {
  background-color: #1f1f1f;
  color: #fff;
  text-align: center;
  padding: 20px;
  width: 20%;
	position: relative;
	aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.scheda-prodotto img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.scheda-prodotto h3 {
  font-size: 36px;
  font-size: 30px;
  margin: 10px 0 5px;
text-transform: capitalize;
	margin-bottom: -30px;
}

.scheda-prodotto p {
  font-size: 14px;
  margin: 0;
}
.img-prodotto img {
    height: 240px !important;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.titoli-cpt {
	display: flex;
    gap: 50px;
    color: #fff;
    /* font-family: 'Montserrat'; */
    /* font-size: 30px; */
    font-family: "Montserrat", Sans-serif;
    font-size: 80px;
    font-weight: 600;
    color: #FFFFFF;
	justify-content: center;
}

li.text-single {
	min-width: fit-content;
}

.valori_ciclo_applicativo .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.valori_ciclo_applicativo .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #fff !important;
    padding: 1px !important;
    background-clip: content-box !important;
    border: 1px solid transparent;
    opacity: 1;
}

.valori_ciclo_applicativo .swiper-pagination-bullet-active {
    background-color: white !important;
    border: 1px solid white !important;
    width: 28px !important;
    height: 28px !important;
    background-clip: content-box !important;
    padding: 12px !important;
    background-color: white;
}


.titoli-cpt a {color: #fff;}

.galleria-finiture-wrapper-static {
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	row-gap: 20px;
	column-gap: 5px;
}

.galleria-finiture-wrapper-static .color-box-static {
	aspect-ratio: 1 / 1;
	 border: 3px solid #000;
}

.galleria-finiture-wrapper-static .finitura-item .codice-colore-static {
    background: #000;
    padding: 12px 0px;
    font-family: "Montserrat";
    color: #fff;
    font-size: 14px;
	text-align: center;
}

.corso-item {
    display: flex;
    gap: 50px;
	border: 1px solid lightgray;
    border-radius: 13px;
	margin-bottom: 50px; 
    align-items: stretch; /* FONDAMENTALE: fa in modo che le colonne abbiano stessa altezza */
}

.col-destra {
    display: flex;       /* per poter usare flex su immagine */
	flex-basis: 30%;
    align-items: stretch; /* fa sì che il contenuto si estenda in altezza */
}

.col-sinistra {
	
    padding: 50px;
	flex-basis: 70%;
}


.col-destra img {
    height: 100%;
    width: auto;          /* mantiene le proporzioni */
    object-fit: cover;
	object-position: center left;
	border-radius: 13px;
}

.col-sinistra h3 {
	font-size: 36px;
	font-family: "Montserrat";
	color: #fff;
}

.col-sinistra p {
	font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
	color: #fff;
}

.date-corso li {
	font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
	color: #343434;
	margin-bottom: 10px;
}

.cicli-associati {
	font-family: 'Montserrat';
	font-size: 18px;
	color: #474744 !important;
}

.cicli-associati a {
	color: #474744 !important;
	font-weight: 600;
}

.cicli-associati li {
	margin-bottom: 10px;
}


/*soluzioni*/
.gallery_soluzione .swiper {
	overflow: hidden !important;
}

#alphabet-filter {
	display: flex;
    justify-content: space-between;
}

#alphabet-filter button {
  cursor: pointer;
	padding: 5px 10px;
}
#alphabet-filter button.activea {
  background: #343434;
  color: white;
}

.letter-filter {
	background: transparent;
    border: none;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
}

.search-filter-input-text, .search-filter-component-combobox-base {
	font-family: 'Montserrat';
    border-radius: 0px;
}

.search-filter-component-combobox-base__listbox-option {
	font-family: 'Montserrat';
}


.search-filter-component-combobox__listbox-toggle::before {
    content: unset;
}

.dropdown_mio .search-filter-component-combobox__listbox-toggle {
	background: url(/wp-content/uploads/2025/06/arrow_down-1.svg) -10px -3px no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%) !important;
}

.dropdown_mio .search-filter-icon__svg {
	opacity: 0;
}

.no-results {
	font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
}

.carosello_news .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.carosello_news .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #000 !important;
    padding: 1px !important;
    background-clip: content-box !important;
    border: 1px solid transparent;
    opacity: 1;
}

.carosello_news .swiper-pagination-bullet-active {
    background-color: black !important;
    border: 1px solid black !important;
    width: 28px !important;
    height: 28px !important;
    background-clip: content-box !important;
    padding: 12px !important;
    background-color: black;
}


.swiper_realizzazioni .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.swiper_realizzazioni .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    background-color: #000 !important;
    padding: 1px !important;
    background-clip: content-box !important;
    border: 1px solid transparent;
    opacity: 1;
}

.swiper_realizzazioni .swiper-pagination-bullet-active {
    background-color: black !important;
    border: 1px solid black !important;
    width: 28px !important;
    height: 28px !important;
    background-clip: content-box !important;
    padding: 12px !important;
    background-color: black;
}


.acf-impieghi-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    vertical-align: middle;
    border-left: 1px solid #ACACAC;
    /* border-top: 1px solid #ACACAC;
    width: 900px; */
}

.acf-impieghi-wrapper > * {
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
    border-top: 1px solid #ACACAC;
	background: #f7f7f7;
}

.acf-impiego {
	display: flex;
	justify-content: center;
	flex-direction: column;
	    align-items: center;
	text-align: center;
	font-family: 'Montserrat';
    font-size: 14px;
	height: 170px;
	padding: 15px;
}

.acf-impiego img {
	height: 45px !important;
}

.lista-confezioni {
	display: flex;
    justify-content: center;
    gap: 30px;
}


.confezione-item {
	font-family: 'Montserrat';
	font-weight: 400 !important;
    font-size: 16px;
	background: #F7F7F7;
	padding: 60px;
	text-align: center;
}
.preparazione-sottofondo {
	display: flex;
    gap: 30px;
}

.item {
	flex: 1;
	font-family: 'Montserrat';
    font-size: 16px;
	text-align: center;
}

.preparazione-sottofondo .descrizione{
	margin-top: 20px;
}


.pdf_singolo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Montserrat';
    font-size: 18px;
	color: #fff;
	border-radius: 15px;
	padding: 15px;
}

.pdf_singolo:nth-child(odd) {
	position: relative;
  background: linear-gradient(
    160deg,
    var(--e-global-color-0ee8a45),
    var(--e-global-color-efd5303),
    var(--e-global-color-0ee8a45)
  );
  background-size: 400% 400%;
  background-position: 0% 50%;
  transition: background-position 1.2s cubic-bezier(.22,1,.36,1);
  will-change: background-position;
	
}


.pdf_singolo:nth-child(odd):hover {
    background-position: 100% 50%;
}

.pdf_singolo:nth-child(even) {
	background-color: #3565A7 !important;

}

.download {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.file-size {
	color: #fff;
}

.file-info img {
	width: 10px;
}

.griglia-vantaggi {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.vantaggio-riga {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #999;
  height: 80px;
  align-items: center;
    display: flex;
    font-family: "Montserrat";
}

.vantaggio-riga:last-child {
  border-bottom: none;
}

.icona-colonna {
  width: 70px;
  text-align: center;
  border-right: 1px dashed #999;
  margin-right: 16px;
  height: 80px;
  align-items: center;
    display: flex;
    justify-content: center;
}

.stella {
  font-size: 44px;
  color: #3b6ea5; /* Colore blu simile a quello dell'immagine */
}

.testo-colonna {
  flex: 1;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}


.date-corsi {
	font-family: "Montserrat" !important;
    font-size: 18px;
    font-weight: 400;
    color: #474744;
}


.lista-inclusi li {
	    font-family: "Montserrat", Sans-serif;
    font-size: 46px;
    font-weight: 600;
    letter-spacing: 0px;
    color: var(--e-global-color-efd5303);
	padding: 30px;
	justify-content: center;
	border-top: 1px solid #000;
	
}

.lista-inclusi li:last-child {
	border-bottom: 1px solid #000;
	
}

.step {
	margin-bottom: 100px;
}

.scelte {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	align-items: center;
    vertical-align: middle;
    border-left: 1px solid #ACACAC;
}

.scelte > * {
    border-right: 1px solid #ACACAC;
    border-bottom: 1px solid #ACACAC;
	border-top: 1px solid #ACACAC !important;
    background: #fff;
}

.scelte .scelta {
   display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    GAP: 10px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    height: 200px;
    padding: 15px;
    border-top: none;
    border-left: none;
	cursor: pointer;
}

.step h3 {
	font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #000000;
	text-align: center;
	margin-bottom: 70px;
}


.scelta img {
   width: 80px !important;
}

.nome_sol {
	min-height: 35px;
}

.number-wizard {
	background: #4a76b3;
    color: #fff;
    padding: 19px 21px;;
    border-radius: 100%;
}

.lista-cicli-applicativi {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.lista-cicli-applicativi li {
	background: #F7F7F7;
    padding: 25px;
    justify-content: space-between;
	gap: 20px;
}

.lista-cicli-applicativi li img {
	aspect-ratio: 1 / 1;
    object-fit: cover;
    background: #fff;
}


.lista-cicli-applicativi li strong {
	font-family: "Montserrat", Sans-serif;
    font-size: var(--e-global-typography-f7ae660-font-size);
    font-weight: var(--e-global-typography-f7ae660-font-weight);
    letter-spacing: var(--e-global-typography-f7ae660-letter-spacing);
    color: #000000;
}

.lista-cicli-applicativi li p {
	font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--e-global-color-text);
	    line-height: 23px;
}

.lista-cicli-applicativi .inner_ciclo {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.lista-cicli-applicativi a {
	    font-family: "Montserrat";
    color: #000;
    text-decoration: underline !important;
}

#risultati {
	font-family: "Montserrat";
    color: #000;
}

.prodotti-utilizzati {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.prodotti-utilizzati .prodotto {
	    display: flex;
    align-items: center;
	gap: 20px;

}

.prodotti-utilizzati .prodotto {
	display: flex;
	border-bottom: 1px solid #000;
}

.prodotti-utilizzati .prodotto a {
	    flex: 1;
}


.prodotti-utilizzati .prodotto h4 {
	    flex: 2;
	font-family: "Montserrat";
	font-size: 20px;
}

.prodotti-utilizzati .prodotto h4 a {
	color: #000000 !important;
}

.prodotti-utilizzati .prodotto img {
	aspect-ratio: 1 / 1;
    height: 120px;
    width: 190px;
    object-fit: cover;
}
p.acf-impiego-label {
    padding-top: 10px;
}

.dettaglio-stratigrafia {
	    display: flex;
    gap: 10px;
    font-family: 'Montserrat';
    /*border-bottom: 1px solid #000;*/
    padding: 9px;
    align-items: center;
    font-size: 13px;
}

.dettagli-stratigrafia {
display: flex;
    flex-direction: column-reverse;
}
.dettaglio-numero {
	    font-size: 10px;
    background: #4a76b3;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    /* align-items: center; */
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 10px;
}

.box-table {
    border: 1px solid #4A76B3;
    border-radius: 13px;
    font-family: 'Montserrat';
    
}

.tb-head .tb-cell {
    border-bottom: 1px solid #4A76B3;
}

.tb-foot .tb-cell {
    padding: 20px 10px;
}

.tb-stats.has-certification {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}
.tb-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    font-size: 12px;
    font-weight: 400;
}

.text-sd {
    font-size: 20px;
    font-weight: 500;
}

.tb-row {
    display: contents;
}

.tb-head .tb-cell {
    font-weight: 400;
    
}

.tb-cell {
    padding: 10px;
    
    border-right: 1px solid #4A76B3;
}

.tb-cell:last-child {
    border-right: none;
}

.img_categoria {
	height: 100vh !important;
	object-fit: cover;
}



.col-x {
    background: var(--sections-background-color, #fff);
    border-color: var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    border-style: var(--sections-border-type, solid);
    border-width: 1px;
    display: block;
    margin: var(--sections-margin, 0 0 24px 0);
    padding: var(--sections-padding, 16px 30px);
}

@media screen and (max-width: 1024px) {
	
	
	.img_categoria {
    height: 500px !important;
    object-fit: cover;
    width: 100%;
}
	
    .vantaggio-riga {
 
        padding: 10px ;
    }
	
}


@media screen and (max-width: 767px) {
    .vantaggio-riga {
        height: auto;    
        padding: 10px ;
    }
	
	.wpcf7-submit {
		float:unset !important;
	}
	.programma-teorico-item {
		flex-direction: column;
	}
	
}

@media screen and (max-width: 1024px) {
	.color-box {
		height: 30px;
	}
	
	.col-sinistra { padding: 20px;}
	
	.color-box.selected {
    height: 60px !important;
	}
	.prodotti-collegati {
	font-size: 18px;
	}
	.scheda-prodotto {
		width: 48%;
	}
	
.loop_singolo_ciclo .nome_ciclo_loop {
    transform: translateY(0px) !important;
    opacity: 1 !important;
    transition: transform 0.5s ease, opacity 0.5s ease;
    will-change: transform, opacity;

}

.loop_singolo_ciclo:hover .nome_ciclo_loop {
    transform: translateY(0px) !important;
    opacity: 1 !important;
}
	.corso-item {
		flex-direction: column;
	}
	
	.scroll-grey {
		position: relative !important;
	}
	
	#alphabet-filter {
		overflow: auto;
	}
	
	.acf-impieghi-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
		width: 100%;
}
	
	.confezione-item {
		padding: 50px;
	}
	
	.preparazione-sottofondo {
    display: flex;
    flex-direction: column;
	}
	.immagine img {
		width: 100%;
	}
	
	.lista-inclusi li {
		font-size: 32px;
	}
	
	.step h3 {
			    display: flex;
		align-items: center;
		gap: 10px;
    flex-direction: column;
		    margin-bottom: 22px;
		font-size: 24px;
	}
	
	.number-wizard {
		width: 68px;
	}
	.lista-cicli-applicativi {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.prodotti-utilizzati {
    grid-template-columns: repeat(1, 1fr);
}


}

@media screen and (max-width: 767px) {
	
	.img_categoria {
    height: 450px !important;
    object-fit: cover;
    width: 100%;
}
	
	#breadcrumbs {
		font-size: 13px !important;
	}
	
	 .tb-stats.has-certification {
	        width: 820px !important;
	}
	    .tb-stats {
        font-size: 13px;
        overflow: scroll;
    width: 640px !important;
    }
    .text-sd {
    font-size: 16px;
}

.box-table {
    
       overflow: scroll;
}

.lezione-numero {
    flex-basis: 35%;
}

.lezione-contenuto {
    flex-basis: 70%;
}

.programma-teorico-item {
    font-size: 20px;
}
	
	.prodotti-utilizzati .prodotto img {
        height: 100px;
		width: 140px;
	}
	
	.dettaglio-stratigrafia {
		font-size: 11px;
		padding: 3px;
	}

	
	.lista-inclusi li {
		font-size: 24px;
	}
	
	.swiper-nav .swiper-button-next, .swiper-nav .swiper-button-prev {
        top: unset !important;
        bottom: 0px;
    }
	
	.swiper-nav .swiper-button-prev {
		left: 0px;
	}
	
	.swiper-nav .swiper-button-next {
		right: 0px;
	}
	
	.no-results {
    font-size: 16px;
	}
	
	.mio .swiper-button-next:after, .mio .swiper-button-prev:after {
		font-size: 30px;
		color: #fff;
	}
	.check {
		width: 15px;
	}
	
	.box-palette {
		justify-content: unset;
	}
	
	.step-applicazione-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
	}
	.scheda-prodotto {
        width: 100%;
    }
	
	.prodotti-collegati {
		line-height: 30px;
	}
	span.color-code-label:before {
    left: -1px;
    bottom: -12px;
	}
	
	.galleria-finiture-wrapper-static {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 5px;
}
	
	li.text-single {
		font-size: 30px;
	}
	
	.valori_ciclo_applicativo::before, .valori_ciclo_applicativo::after {
    width: 70px !important;
	}
	.col-sinistra h3 {
    font-size: 30px;
}
	
	img.icona_corso {
		width: 40px;
		filter: invert(1) !important;
	}
	.cicli-associati {
    font-family: 'Montserrat';
		font-size: 14px;
	}
	
	.acf-impieghi-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
	.lista-confezioni {
		flex-direction: column;
	}
	
	.table {
    font-size: 13px;
}
	
	.flex {
    flex-direction: column;
}

}



.elementor-widget-woocommerce-checkout-page .woocommerce #customer_details .form-row {min-height:90px;}