<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body {
  overflow-x: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong{
  font-weight: 700;
}

a, a:hover {
  text-decoration: none; }

:focus {
  outline: 0 !important; }

.disable-double-tap-zoom {
  touch-action: manipulation; }

/* FONT */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("./Open_Sans-400-latin7.woff2") format("woff2"), url("./Open_Sans-400-latin7.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("./Open_Sans-600-latin14.woff2") format("woff2"), url("./Open_Sans-600-latin14.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("./Open_Sans-700-latin21.woff2") format("woff2"), url("./Open_Sans-700-latin21.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("./Roboto_Condensed-400-latin28.woff2") format("woff2"), url("./Roboto_Condensed-400-latin28.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("./Roboto_Condensed-700-latin35.woff2") format("woff2"), url("./Roboto_Condensed-700-latin35.woff") format("woff");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

h1, h2, h3, h4, h5, h6, a {
  font-family: 'Roboto Condensed';
  font-weight: 700; }

p {
  font-family: 'Open Sans';
  font-weight: 400; }

/* VARIABILI */
/*BLU*/
/*GRIGIO*/
/*COLORI SECONDARI*/
/*BOXSHADOW*/
/* BOTTONI */
/* --- TIPO 1 */
a.btn-1,
input[type="submit"],
button.btn-1 {
  background-color: #277227;
  transition-duration: 0.3s;
  border-radius: 25px;
  padding: 13px 20px;
  display: inline-block;
  color: white;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  cursor: pointer; }

input[type="submit"] {
  border: 0; }

a.btn-1:hover,
input[type="submit"]:hover,
button.btn-1:hover {
  background-color: #339633;
  color: white; }

/* --- TIPO 2 */
button.btn-2 {
  background-color: white;
  border: 1px solid black;
  transition-duration: 0.3s;
  border-radius: 25px;
  padding: 10px 35px;
  font-family: 'Roboto Condensed';
  font-weight: 700; }

button.btn-2::first-letter {
  text-transform: capitalize; }

button.btn-2:hover {
  background-color: black;
  color: white; }

/* --- TIPO 3 / 4 (circular with arrow button) */
.btn-3, .btn-4 {
  background-position: center;
  background-repeat: no-repeat;
  width: 40.4px;
  height: 40.4px;
  background-color: #00CE79;
  transition-duration: 0.3s;
  border-radius: 25px;
  padding: 13px 20px;
  display: inline-block;
  color: white;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  cursor: pointer;
  border: 0; }

.btn-3:hover, .btn-4:hover {
  background-color: #28D893; }

.btn-3 {
  background-image: url(../img/right-arrow.svg); }

.btn-4 {
  background-image: url(../img/icone/icon-backarrow.svg); }

/* FORM */
input {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.9rem; }

input.form-control,
textarea.form-control {
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  font-size: 0.9rem;
  height: 40px;
  margin-bottom: 8px;
  transition-duration: 0.3s; }

textarea.form-control {
  height: auto; }

input.form-control:focus,
textarea.form-control:focus {
  border-color: #277227;
  box-shadow: 0 0 0 0; }

footer input[type="email"] {
  border-radius: 25px;
  padding: 12px 12px;
  border: 1px solid #BDBDBD;
  transition-duration: 0.3s; }

footer input[type="email"]:focus {
  border-color: #277227;
  box-shadow: 0 0 0 0; }

.form-group {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.9rem; }

.custom-control-label {
  cursor: pointer;
  user-select: none; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: black;
  background-color: black; }

.custom-control-input:active ~ .custom-control-label::before {
  border-color: black !important;
  background-color: black !important; }

.form_message.form_error {
    font-family: 'Open Sans';
    font-size: 0.9rem;
    color: #e4606d;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.4;
}
.cont-form-lavoraconnoi .form_message.form_error,
.cont-form-contatti .form_message.form_error{
  padding-top: 20px;
  padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.cont-form-lavoraconnoi .form_message:not(.form_error),
.cont-form-contatti .form_message:not(.form_error){
  color: #00B357;
}
.cont-form-lavoraconnoi .form_message.form_ok,
.cont-form-contatti .form_message.form_ok{
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0 !important;
  line-height: 1.4;font-family: 'Open Sans';font-size: 0.9rem;
  color: #00B357;
  text-align: left;
}
.form-group #lavori_posizione{font-size: 0.9rem;}
form .custom-control label a{
  font-family: 'Open Sans';
color: black;
text-decoration: underline;
font-weight: 400;}

form i.required{
  font-size: 0.75rem;
  color: #e4606d;
}

/* CAROSELLI */
.swiper-button-next::after, .swiper-button-prev::after {
  font-family: none; }

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
  content: ''; }

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
  content: ''; }

/* --- TESTATA CAROSELLO*/
.testata-carosello {
  background-color: #E5E5E5; }

.testata-carosello + .carosello-prodotti-1 {
  padding-top: 50px; }

.testata-carosello .row {
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  padding: 70px; }

.testata-carosello .row &gt; div {
  opacity: 0.92;
  background-color: white;
  border-radius: 5px;
  max-width: 38%;
  padding: 40px;
  padding-top: 45px; }

.testata-carosello h2 {
  font-size: 3rem;
  padding-bottom: 25px; }

.testata-carosello p {
  color: black;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-right: 50px;
  line-height: 2rem; }

.testata-carosello a {
  width: 210px;
  text-align: center; }

/* --- CAROSELLO 1 e 2*/
.carosello-prodotti-1,
.carosello-prodotti-2,
.carosello-hp-2 {
  /*padding:100px 0 215px 0;*/
  padding: 100px 0 145px 0;
  overflow-x: hidden;
  background-color: #E5E5E5; }

.carosello-insegnanti {
  padding-top: 0; }

.carosello-hp-2 {
  padding-top: 175px; }

.carosello-prodotti-1 .swiper-container,
.carosello-prodotti-2 .swiper-container,
.carosello-hp-2 .swiper-container,
.carosello-ultime-notizie .swiper-container {
  width: 100%;
  height: 500px; }

.elenco .swiper-container {
  width: 100%;
  overflow: visible; }

.carosello-prodotti-1 .swiper-container,
.carosello-prodotti-2 .swiper-container,
.carosello-hp-2 .swiper-container,
.carosello-ultime-notizie .swiper-container {
  overflow: visible; }

.carosello-prodotti-1 .swiper-wrapper,
.carosello-prodotti-2 .swiper-wrapper,
.carosello-hp-2 .swiper-wrapper,
.elenco .swiper-wrapper,
.prod-macrocat .swiper-wrapper {
  z-index: 51; }

.carosello-prodotti-1 .swiper-slide,
.carosello-prodotti-2 .swiper-slide,
.carosello-hp-2 .swiper-slide,
.carosello-ultime-notizie .swiper-slide,
.prod-macrocat .swiper-slide {
  background-color: white;
  transition: height 0.3s, box-shadow 0.3s;
  border-radius: 5px;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.15); }

.carosello-prodotti-1 .swiper-slide:hover,
.carosello-prodotti-2 .swiper-slide:hover {
  height: 655px !important;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.4); }

.carosello-ultime-notizie .swiper-slide:hover,
.carosello-hp-2 .swiper-slide:hover,
.carosello-prodotti-2.carosello-insegnanti .swiper-slide:hover,
.prod-macrocat .swiper-slide:not(.last-card):hover {
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.4); }

.carosello-prodotti-2.carosello-insegnanti .swiper-slide:hover,
.carosello-prodotti-2.carosello-cosadicono .swiper-slide:hover,
.carosello-prodotti-2.carosello-corsi .swiper-slide:hover {
  height: inherit !important; }

.carosello-prodotti-1 .swiper-slide:hover .variations,
.carosello-prodotti-2 .swiper-slide:hover .variations {
  display: flex;
  animation-name: showVariations;
  animation-delay: 0.3s;
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

@keyframes showVariations {
  100% {
    opacity: 1; } }

.carosello-prodotti-1 .swiper-container-horizontal &gt; .swiper-scrollbar,
.carosello-prodotti-2 .swiper-container-horizontal &gt; .swiper-scrollbar,
.carosello-hp-2 .swiper-container-horizontal &gt; .swiper-scrollbar,
.carosello-ultime-notizie .swiper-container-horizontal &gt; .swiper-scrollbar,
.cont-punti-vendita .swiper-container &gt; .swiper-scrollbar,
.elenco .swiper-container &gt; .swiper-scrollbar,
.categoria.prod-macrocat .swiper-container &gt; .swiper-scrollbar {
  bottom: -45px;
  left: 0;
  width: 100%;
  background-color: #FAFAFA; }

.cs-riga-3 .swiper-container &gt; .swiper-scrollbar {
  background-color: #FAFAFA;
  width: 96%;
  left: 2%; }

.carosello-prodotti-1 .swiper-container-horizontal &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.carosello-prodotti-2 .swiper-container-horizontal &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.carosello-hp-2 .swiper-container-horizontal &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.carosello-ultime-notizie .swiper-container-horizontal &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.cont-punti-vendita .swiper-container &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.categoria.prod-macrocat .swiper-container &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.elenco .swiper-container &gt; .swiper-scrollbar .swiper-scrollbar-drag,
.cs-riga-3 .swiper-container &gt; .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #277227;
  cursor: -webkit-grab;
  cursor: grab; }

/* SINGOLA SLIDE 1 */
.carosello-prodotti-1 .swiper-slide &gt; a &gt; div,
.carosello-prodotti-2 .swiper-slide &gt; a &gt; div,
.carosello-hp-2 .swiper-slide &gt; a &gt; div,
.carosello-ultime-notizie .swiper-slide &gt; a &gt; div,
.prod-macrocat .swiper-slide &gt; a &gt; div {
  /*background-size: cover;*/
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
  padding: 25px;
  border-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.carosello-hp-2 .swiper-slide &gt; a &gt; div,
.prod-macrocat .swiper-slide &gt; a &gt; div {
  background-size: 80%; }

.carosello-prodotti-2.carosello-insegnanti .swiper-slide &gt; a &gt; div {
  background-size: cover;
  height: 100%;
  color: white;
  border-radius: 5px; }

.carosello-prodotti-2.carosello-insegnanti .swiper-slide &gt; a &gt; div .info small {
  color: white !important;
  text-transform: uppercase;
  padding-top: 4px;
  margin-bottom: 0; }

.carosello-prodotti-1 .swiper-slide .labels span,
.carosello-prodotti-2 .swiper-slide .labels span,
.carosello-hp-2 .swiper-slide .labels span,
.carosello-ultime-notizie .swiper-slide .labels span,
.prod-macrocat .swiper-slide .labels span {
  border-radius: 25px;
  display: inline-block;
  padding: 5px 12px 4px 12px;
  text-transform: uppercase;
  color: black;
  font-size: 0.8rem;
  margin-bottom: 4px; }

/* --- LABELS */
.carosello-prodotti-1 .swiper-slide .labels span.new,
.carosello-prodotti-2 .swiper-slide .labels span.new,
.carosello-hp-2 .swiper-slide .labels span.in-aula,
.prod-macrocat .swiper-slide .labels span.in-aula,
.carosello-corsi .swiper-slide .labels span.in-aula,
.prod-macrocat .swiper-slide .labels span.new {
  background-color: #91FF95; }

.carosello-prodotti-1 .swiper-slide .labels span.solo-online,
.carosello-prodotti-2 .swiper-slide .labels span.solo-online,
.prod-macrocat .swiper-slide .labels span.solo-online {
  background-color: #919EFF; }

.carosello-hp-2 .swiper-slide .labels span.online,
.prod-macrocat .swiper-slide .labels span.online,
.carosello-corsi .swiper-slide .labels span.online {
  background-color: #FBFF8D; }

.carosello-prodotti-1 .swiper-slide .labels span.offerta,
.carosello-prodotti-2 .swiper-slide .labels span.offerta,
.carosello-hp-2 .swiper-slide .labels span.offerta,
.prod-macrocat .swiper-slide .labels span.offerta {
  background-color: #FF7B7B; }

/* --- VARIATIONS */
.carosello-prodotti-1 .swiper-slide .variations,
.carosello-prodotti-2 .swiper-slide .variations,
.prod-macrocat .swiper-slide .variations {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  display: none;
  opacity: 0; }

.carosello-prodotti-1 .swiper-slide .variations .prev-arrow,
.carosello-prodotti-2 .swiper-slide .variations .prev-arrow,
.prod-macrocat .swiper-slide .variations .prev-arrow,
.carosello-prodotti-1 .swiper-slide .variations .next-arrow,
.carosello-prodotti-2 .swiper-slide .variations .next-arrow,
.prod-macrocat .swiper-slide .variations .next-arrow {
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  border-radius: 50%;
  opacity: 0.85;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32%;
  position: absolute;
  transition-duration: 0.3s;
  cursor: pointer;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.2);
  margin-top: 9%; }

.carosello-prodotti-1 .swiper-slide .variations .prev-arrow,
.carosello-prodotti-2 .swiper-slide .variations .prev-arrow,
.prod-macrocat .swiper-slide .variations .prev-arrow {
  display: none;
  left: 6px; }

.carosello-prodotti-1 .swiper-slide .variations .next-arrow,
.carosello-prodotti-2 .swiper-slide .variations .next-arrow,
.prod-macrocat .swiper-slide .variations .next-arrow {
  right: 6px; }

.carosello-prodotti-1 .swiper-slide .variations .prev-arrow:hover,
.carosello-prodotti-2 .swiper-slide .variations .prev-arrow:hover,
.prod-macrocat .swiper-slide .variations .prev-arrow:hover,
.carosello-prodotti-1 .swiper-slide .variations .next-arrow:hover,
.carosello-prodotti-2 .swiper-slide .variations .next-arrow:hover,
.prod-macrocat .swiper-slide .variations .next-arrow:hover {
  opacity: 1;
  box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.5); }

.carosello-prodotti-1 .swiper-slide .variations img,
.carosello-prodotti-2 .swiper-slide .variations img,
.prod-macrocat .swiper-slide .variations img {
  object-fit: cover;
  min-width: 110px;
  max-height: 92px;
  border: 1px solid #E5E5E5;
  margin: 4px;
  border-radius: 5px;
  transition-duration: 0.3s;
  cursor: pointer; }

.carosello-prodotti-1 .swiper-slide .variations img:hover,
.carosello-prodotti-2 .swiper-slide .variations img:hover,
.prod-macrocat .swiper-slide .variations img:hover,
.carosello-prodotti-1 .swiper-slide .variations .prod-selected,
.carosello-prodotti-2 .swiper-slide .variations .prod-selected,
.prod-macrocat .swiper-slide .variations .prod-selected {
  border-color: #339633; }

/* --- INFO */
.carosello-prodotti-1 .swiper-slide .info,
.carosello-prodotti-2 .swiper-slide .info,
.carosello-hp-2 .swiper-slide .info,
.prod-macrocat .swiper-slide .info {
  position: absolute;
  left: 25px;
  bottom: 25px; }

.carosello-prodotti-1 .swiper-slide .info .available,
.carosello-prodotti-1 .swiper-slide .info .free-shipment,
.carosello-prodotti-1 .swiper-slide .info .not-available,
.carosello-prodotti-2 .swiper-slide .info .available,
.carosello-prodotti-2 .swiper-slide .info .free-shipment,
.carosello-prodotti-2 .swiper-slide .info .not-available,
.carosello-hp-2 .swiper-slide .info .available,
.carosello-hp-2 .swiper-slide .info .free-shipment,
.carosello-hp-2 .swiper-slide .info .not-available,
.prod-macrocat .swiper-slide .info .available,
.prod-macrocat .swiper-slide .info .free-shipment,
.prod-macrocat .swiper-slide .info .not-available {
  color: black;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem; }

.carosello-prodotti-1 .swiper-slide .info .free-shipment,
.carosello-prodotti-2 .swiper-slide .info .free-shipment,
.carosello-hp-2 .swiper-slide .info .free-shipment,
.prod-macrocat .swiper-slide .info .free-shipment {
  margin-left: 15px; }

.carosello-prodotti-1 .swiper-slide .info .available span,
.carosello-prodotti-1 .swiper-slide .info .free-shipment span,
.carosello-prodotti-1 .swiper-slide .info .not-available span,
.carosello-prodotti-2 .swiper-slide .info .available span,
.carosello-prodotti-2 .swiper-slide .info .free-shipment span,
.carosello-prodotti-2 .swiper-slide .info .not-available span,
.carosello-hp-2 .swiper-slide .info .available span,
.carosello-hp-2 .swiper-slide .info .free-shipment span,
.carosello-hp-2 .swiper-slide .info .not-available span,
.prod-macrocat .swiper-slide .info .available span,
.prod-macrocat .swiper-slide .info .free-shipment span,
.prod-macrocat .swiper-slide .info .not-available span {
  position: relative;
  bottom: 4px; }

.carosello-prodotti-1 .swiper-slide .info .not-available span,
.carosello-prodotti-2 .swiper-slide .info .not-available span,
.carosello-hp-2 .swiper-slide .info .not-available span,
.prod-macrocat .swiper-slide .info .not-available span {
  color: #BDBDBD; }

.carosello-prodotti-1 .swiper-slide .info .not-available ~ .price,
.carosello-prodotti-1 .swiper-slide .info .not-available ~ .variations-num,
.carosello-prodotti-2 .swiper-slide .info .not-available ~ .price,
.carosello-prodotti-2 .swiper-slide .info .not-available ~ .variations-num,
.prod-macrocat .swiper-slide .info .not-available ~ .price,
.prod-macrocat .swiper-slide .info .not-available ~ .variations-num {
  color: #BDBDBD; }

.carosello-prodotti-1 .swiper-slide .info a,
.carosello-prodotti-2 .swiper-slide .info a,
.carosello-hp-2 .swiper-slide .info a,
.carosello-ultime-notizie .swiper-slide .info a,
.prod-macrocat .swiper-slide .info a {
  color: black; }

.carosello-prodotti-1 .swiper-slide .info h6,
.carosello-prodotti-2 .swiper-slide .info h6,
.carosello-hp-2 .swiper-slide .info h6,
.prod-macrocat .swiper-slide .info h6 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 4px; }

.carosello-prodotti-1 .swiper-slide .info small,
.carosello-prodotti-2 .swiper-slide .info small,
.carosello-hp-2 .swiper-slide .info small,
.prod-macrocat .swiper-slide .info small {
  display: block;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.85rem;
  margin-bottom: 15px;
  color: #616161; }

.carosello-hp-2 .swiper-slide .info small {
  margin-bottom: 0;
  padding-top: 2px; }

.carosello-prodotti-1 .swiper-slide .info .price,
.carosello-prodotti-2 .swiper-slide .info .price,
.prod-macrocat .swiper-slide .info .price {
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 0.95rem; }

.carosello-prodotti-1 .swiper-slide .info .variations-num,
.carosello-prodotti-2 .swiper-slide .info .variations-num,
.prod-macrocat .swiper-slide .info .variations-num {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.95rem; }

.carosello-prodotti-1 .swiper-slide .info .price.offer,
.carosello-prodotti-2 .swiper-slide .info .price.offer,
.prod-macrocat .swiper-slide .info .price.offer {
  text-decoration: line-through; }

.carosello-prodotti-1 .swiper-slide .info .price.offer + span,
.carosello-prodotti-2 .swiper-slide .info .price.offer + span,
.prod-macrocat .swiper-slide .info .price.offer + span {
  font-size: 1.05rem;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  color: #FF7B7B;
  text-decoration: none; }

/* --- CAROSELLO PRODOTTI 2 */
.carosello-prodotti-2 .swiper-container,
.carosello-hp-2 .swiper-container,
.carosello-ultime-notizie .swiper-container {
  -webkit-clip-path: inset(-100vw -100vw -100vw -55px);
  clip-path: inset(-100vw -100vw -100vw -55px); }

.carosello-prodotti-2 .swiper-container::before,
.carosello-hp-2 .swiper-container::before,
.carosello-ultime-notizie .swiper-container::before {
  content: '';
  height: 108%;
  width: 2px;
  background-color: #BDBDBD;
  position: absolute;
  display: block;
  left: -55px;
  z-index: 60;
  top: -4%; }

.carosello-prodotti-2 .descr,
.carosello-hp-2 .descr,
.carosello-ultime-notizie .descr {
  padding-right: 180px;
  display: flex;
  align-items: center; }
@media (max-width: 1799.98px){
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 100px;}
}
@media (max-width: 1299.98px){
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 80px;}
}

.carosello-prodotti-2 .descr h3,
.carosello-hp-2 .descr h3,
.carosello-ultime-notizie .descr h3,
.prod-macrocat .intro h3,
.prod-macrocat .last-card h6 {
  font-size: 2rem;
  padding-bottom: 25px; }

.carosello-prodotti-2 .descr p,
.carosello-hp-2 .descr p,
.carosello-ultime-notizie .descr p,
.prod-macrocat .intro p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding-bottom: 25px; }

.carosello-prodotti-2 .descr a,
.carosello-hp-2 .descr a,
.carosello-ultime-notizie .descr a,
.prod-macrocat .intro a,
.prod-macrocat .last-card a {
  text-align: center;
  width: 210px; }

/* ---CAROSELLO ULTIME NOTIZIE */
.carosello-ultime-notizie {
  padding: 100px 0 145px 0;
  overflow-x: hidden;
  background-color: #EEEEEE; }

.carosello-ultime-notizie .swiper-slide &gt; a &gt; div {
  background-size: cover;
  min-height: 275px; }

.carosello-hp-2 .swiper-slide &gt; a &gt; div,
.prod-macrocat .swiper-slide &gt; a &gt; div,
.carosello-prodotti-2.carosello-corsi .swiper-slide &gt; a &gt; div {
  background-size: cover;
  min-height: 300px; }

.carosello-hp-2 .swiper-slide .info .durata,
.prod-macrocat .swiper-slide .info .durata,
.carosello-prodotti-2.carosello-corsi .swiper-slide .info .durata {
  display: flex;
  align-items: center;
  color: black;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem; }

.carosello-hp-2 .swiper-slide .info .durata span,
.prod-macrocat .swiper-slide .info .durata span,
.carosello-prodotti-2.carosello-corsi .swiper-slide .info .durata span {
  margin-left: 3px; }

.carosello-ultime-notizie .swiper-slide .info,
.carosello-hp-2 .swiper-slide .info,
.prod-macrocat .swiper-slide .info,
.carosello-prodotti-2.carosello-corsi .swiper-slide .info {
  padding: 25px; }

.carosello-hp-2 .swiper-slide .info,
.prod-macrocat .swiper-slide .info,
.carosello-prodotti-2.carosello-corsi .swiper-slide .info {
  position: relative;
  bottom: 0;
  left: 0; }

.carosello-ultime-notizie .swiper-slide .info span {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem; }

.carosello-ultime-notizie .swiper-slide .info p {
  hyphens: auto;
  font-size: 0.9rem;
  line-height: 1.5rem; }

.carosello-ultime-notizie .swiper-slide .info h6 {
  font-size: 1.4rem;
  margin: 22px 0; }

/* ---CAROSELLO COSA DICONO DI NOI */
.carosello-cosadicono {
  background-color: #EEEEEE; }

.carosello-cosadicono .swiper-container {
  height: 270px; }

.carosello-cosadicono .swiper-slide .prod-link {
  height: 100%;
  display: block; }

.carosello-cosadicono .swiper-slide .cont-prod {
  min-height: 0;
  height: 100%; }

.carosello-cosadicono .swiper-slide .info {
  position: relative;
  left: auto;
  bottom: auto; }

.carosello-cosadicono .swiper-slide p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  font-style: italic; }

.carosello-cosadicono .swiper-slide .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; }

.carosello-cosadicono .swiper-slide .info hr {
  width: 100%;
  background-color: #E5E5E5; }

.carosello-cosadicono .swiper-slide .info &gt; div {
  display: flex; }

.carosello-cosadicono .swiper-slide .info &gt; div img {
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 25px; }

.carosello-cosadicono .swiper-slide .info &gt; div &gt; div {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.carosello-cosadicono .swiper-slide .info &gt; div h6 {
  margin-top: 0;
  margin-bottom: 0; }

.carosello-cosadicono .swiper-slide .info &gt; div small {
  margin-top: 6px;
  margin-bottom: 0; }

/* RESPONSIVE */
@media (max-width: 1799.98px) {
  .carosello-cosadicono .swiper-container {
    height: 300px; } }

@media (max-width: 1599.98px) {
  .carosello-cosadicono .swiper-container {
    height: 350px; } }

@media (max-width: 1499.98px) {
  .carosello-hp-2 .swiper-slide &gt; a &gt; div,
  .prod-macrocat .swiper-slide &gt; a &gt; div {
    min-height: 285px; } }

@media (max-width: 1399.98px) {
  .testata-carosello .row &gt; div {
    opacity: 0.92;
    background-color: white;
    border-radius: 5px;
    max-width: 38%;
    padding: 40px;
    padding-top: 45px; }
  .testata-carosello .row &gt; div {
    max-width: 48%; }
  .testata-carosello .row {
    padding: 55px; }
  .testata-carosello h2 {
    font-size: 2.8rem; }
  .carosello-prodotti-1 .swiper-slide &gt; a &gt; div,
  .carosello-prodotti-2 .swiper-slide &gt; a &gt; div {
    min-height: 390px; }
  .carosello-hp-2 .swiper-slide &gt; a &gt; div {
    min-height: 320px; }
  .carosello-cosadicono .swiper-container {
    height: 290px; } }

@media (max-width: 1299.98px) {
  .carosello-prodotti-1 .swiper-slide:hover,
  .carosello-prodotti-2 .swiper-slide:hover {
    height: 620px; }
  .carosello-prodotti-1 .swiper-slide &gt; a &gt; div,
  .carosello-prodotti-2 .swiper-slide &gt; a &gt; div {
    min-height: 360px; }
  /*.prod-macrocat .swiper-slide &gt; a &gt; div {
		background-size: 75%;
	}*/ }

@media (max-width: 1199.98px) {
  .carosello-prodotti-2 .swiper-container,
  .carosello-hp-2 .swiper-container,
  .carosello-ultime-notizie .swiper-container {
    clip-path: none; }
  .carosello-prodotti-2 .swiper-container::before,
  .carosello-hp-2 .swiper-container::before,
  .carosello-ultime-notizie .swiper-container::before {
    display: none; }
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 500px;
    margin-bottom: 45px; } }

@media (max-width: 991.98px) {
  .testata-carosello .row &gt; div {
    max-width: 75%; }
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 300px; }
  /*.prod-macrocat .swiper-slide &gt; a &gt; div {
		background-size: 90%;
	}
	.carosello-hp-2 .swiper-slide &gt; a &gt; div {
		min-height: 290px;
	}*/
  .carosello-cosadicono .swiper-container {
    height: 330px; } }

@media (max-width: 767.98px) {
  /*.prod-macrocat + .carosello-prodotti-2 .swiper-slide &gt; a &gt; div {
		background-size: 65%;
	}*/
  .testata-carosello .row &gt; div {
    max-width: 100%; }
  .carosello-prodotti-1 .swiper-slide:hover,
  .carosello-prodotti-2 .swiper-slide:hover {
    height: inherit;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.4); }
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 100px; }
  .carosello-prodotti-1 .swiper-slide:hover,
  .carosello-prodotti-2 .swiper-slide:hover,
  .prod-macrocat .swiper-slide:not(.last-card):hover {
    height: 500px !important;
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.4); }
  @keyframes showVariations {
    100% {
      opacity: 0; } }
  /* MARGIN-PADDING CONTENITORI */
  .carosello-prodotti-1,
  .carosello-prodotti-2,
  .carosello-hp-2 {
    padding: 100px 0 145px 0;
    overflow-x: hidden;
    background-color: #E5E5E5; }
  .hp-riga-1 + .carosello-prodotti-1 {
    padding-top: 50px; }
  .carosello-prodotti-2.carosello-corsi {
    padding-top: 50px;
    padding-bottom: 0px; }
  .carosello-cosadicono .swiper-container {
    height: 270px; }
  .carosello-ultime-notizie {
    padding-top: 50px;
    padding-bottom: 125px; } }

@media (max-width: 575.98px) {
  .testata-carosello .container-semifluid {
    padding-left: 0;
    padding-right: 0; }
  .testata-carosello .row {
    padding: 35px;
    padding-top: 135px; }
  .testata-carosello h2 {
    font-size: 2.5rem; }
  .testata-carosello p {
    padding-top: 0;
    padding-bottom: 25px;
    padding-right: 15px; }
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 150px; }
  .carosello-prodotti-2 .descr a.d-sm-none,
  .carosello-hp-2 .descr a.d-sm-none,
  .carosello-ultime-notizie .descr a.d-sm-none {
    border-radius: 50%;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%; }
  .carosello-prodotti-2 .descr &gt; div &gt; div,
  .carosello-hp-2 .descr &gt; div &gt; div,
  .carosello-ultime-notizie .descr &gt; div &gt; div {
    display: flex;
    align-items: flex-end; }
  .carosello-prodotti-2 .descr p,
  .carosello-hp-2 .descr p,
  .carosello-ultime-notizie .descr p {
    padding-bottom: 0;
    padding-right: 50px; } }

@media (max-width: 509.98px) {
  .carosello-hp-2 .swiper-slide &gt; a &gt; div {
    min-height: 270px; } }

@media (max-width: 474.98px) {
  .testata-carosello .row {
    padding: 25px;
    padding-top: 160px; }
  .testata-carosello .row &gt; div {
    padding: 30px;
    padding-top: 40px; }
  .testata-carosello h2 {
    font-size: 2rem; }
  .testata-carosello p {
    font-size: 0.9rem;
    line-height: 1.7rem; }
  .carosello-prodotti-2 .descr,
  .carosello-hp-2 .descr,
  .carosello-ultime-notizie .descr {
    padding-right: 15px; }
  .carosello-cosadicono .swiper-container {
    height: 300px; } }

@media (max-width: 379.98px) {
  .testata-carosello .row {
    padding: 20px;
    padding-top: 150px; }
  .testata-carosello a {
    width: 185px; }
  .carosello-prodotti-2 .descr p,
  .carosello-hp-2 .descr p,
  .carosello-ultime-notizie .descr p {
    padding-bottom: 0;
    padding-right: 40px; }
  /*.prod-macrocat + .carosello-prodotti-2 .swiper-slide &gt; a &gt; div {
		background-size: 90%;
	}*/
  .carosello-hp-2 .swiper-slide &gt; a &gt; div {
    min-height: 245px; }
  .carosello-prodotti-2.carosello-corsi .swiper-slide &gt; a &gt; div {
    min-height: 270px; }
  .carosello-cosadicono .swiper-container {
    height: 330px; } }

/* MODALI */
.modal-title {
  padding-left: 8px;
  text-transform: uppercase;
  font-size: 1.2rem; }

@media (min-width: 576px) {
  .modal-dialog:not(.modal-lg) {
    max-width: 565px; } }

@media (min-width: 576px) {
  .modal-sm {
    max-width: 430px; } }

/* ---CHAT */
.chat-button {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 20px;
  top: calc(50% - 40px);
  cursor: pointer;
  z-index: 999;
  transition-duration: 0.3s; }

.chat-button:hover {
  filter: brightness(108%); }

#popup-chat .modal-body &gt; p {
  font-size: 0.9rem;
  margin-top: 10px;
  padding: 0 8px; }

#popup-chat .modal-body .row {
  margin: 50px 0 30px 0; }

#popup-chat .modal-body img {
  height: 60px; }

#popup-chat .modal-body h6 {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 12px;
  font-size: 1.2rem; }

#popup-chat .modal-body p {
  font-size: 0.9rem;
  line-height: 1.4rem; }

#popup-chat .modal-body a {
  color: black; }

/* ---LOGIN */
#popup-login .modal-title,
#popup-reg .modal-title,
#popup-domanda .modal-title,
#popup-recensione .modal-title {
  padding-left: 20px;
  padding-top: 8px; }

#popup-login .modal-body,
#popup-reg .modal-body,
#popup-domanda .modal-body,
#popup-recensione .modal-body {
  padding: 35px; }

#popup-login form label,
#popup-reg form label,
#popup-domanda form label,
#popup-recensione form label {
  margin-bottom: 7px;
  font-size: 0.8rem; }

#popup-login form input[type=submit],
#popup-reg form input[type=submit],
#popup-domanda form input[type=submit],
#popup-recensione form input[type=submit] {
  width: 100%;
  margin: 20px 0 15px 0; }

#popup-login .custom-control-label,
#popup-reg .custom-control-label {
  line-height: 1.5rem;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.85rem; }

#popup-login a,
#popup-reg a {
  text-decoration: underline;
  color: black;
  font-family: 'Open Sans';
  font-weight: 400; }

#popup-login .recover-password {
  color: black;
  font-size: 0.85rem;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
  width: 100%;
  text-align: right; }

#popup-login small,
#popup-reg small {
  font-family: 'Open Sans';
  font-weight: 400;
  color: black !important;
  font-size: 0.85rem;
  line-height: 1.4rem; }

#popup-login .form-row {
  margin-bottom: 15px; }

/* ---POPUP REGISTRAZIONE */
#popup-reg .modal-body {
  padding-top: 20px; }

#popup-reg .modal-body small {
  margin-bottom: 20px;
  display: block; }

#popup-reg .modal-body &gt; small:last-of-type,
#popup-reg .modal-body form small {
  margin-bottom: 0; }

#popup-reg .btn-group-toggle {
  width: 100%;
  margin-bottom: 15px; }

#popup-reg .btn-group-toggle .btn:first-of-type {
  margin-right: 20px; }

#popup-reg .btn-group-toggle .btn:last-of-type {
  margin-left: 20px; }

#popup-reg .btn-group-toggle .btn {
  border: 1px solid #BDBDBD;
  border-radius: 5px;
  font-size: 0.9rem;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 0 0 0;
  font-family: 'Open Sans';
  font-weight: 400;
  width: 50%; }

#popup-reg .btn-group-toggle .btn.active {
  border-color: #277227;
  background-color: #E9EAFF; }

/* ---POPUP DOMANDA + RECENSIONE */
#popup-domanda form p,
#popup-recensione form p {
  font-size: 0.85rem;
  padding-bottom: 25px;
  line-height: 1.1rem; }

#popup-domanda .g-recaptcha {
  transform: scale(1.185);
  transform-origin: 0 0;
  -webkit-transform: scale(1.185);
  -webkit-transform-origin: 0 0;
  padding-bottom: 15px; }

#popup-domanda form input[type=submit],
#popup-recensione form input[type=submit] {
  margin-bottom: 0; }

#popup-domanda .custom-control-label,
#popup-recensione .custom-control-label {
  font-size: 0.8rem;
  line-height: 0.9rem;
  font-family: 'Open Sans'; }

#popup-domanda .custom-control-label a,
#popup-recensione .custom-control-label a {
  font-family: 'Open Sans';
  font-weight: 400;
  text-decoration: underline;
  color: black; }

#popup-recensione form p span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem; }

#popup-recensione .cont-val {
  width: 100%;
  position: relative;
  margin-top: 3px; }

#popup-recensione .cont-val .stelle-off {
  position: relative;
  display: flex;
  color: #707070;
  overflow: hidden; }

#popup-recensione .cont-val .stelle-off li {
  max-width: 50px;
  max-height: 35px; }

#popup-recensione .cont-val .stelle-off li:nth-of-type(1) img {
  padding-left: 0; }

#popup-recensione .cont-val .stelle-off li img {
  padding-left: 2.5px;
  padding-right: 2.5px;
  cursor: pointer; }

/* RESPONSIVE */
@media (max-width: 1699.98px) {
  .chat-button {
    bottom: 20px;
    top: auto; } }

@media (max-width: 575.98px) {
  #popup-chat .modal-body .col-sm-4 {
    display: flex;
    justify-content: center; }
  #popup-chat .modal-body .col-sm-4 &gt; a,
  #popup-chat .modal-body .col-sm-4 &gt; div {
    display: flex;
    margin-bottom: 30px;
    width: 310px;
    justify-content: space-between; }
  #popup-chat .modal-body .col-sm-4 &gt; div div,
  #popup-chat .modal-body .col-sm-4 a div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 220px; }
  #popup-chat .modal-body h6 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0; }
  #popup-chat .modal-body p {
    text-align: left; }
  #popup-chat .modal-body {
    padding-bottom: 0; }
  #popup-login .recover-password {
    text-align: left; }
  .modal-sm {
    max-width: 430px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 509.98px) {
  .chat-button {
    width: 70px;
    height: 70px;
    right: 5px;
    bottom: 5px; } }

@media (max-width: 474.98px) {
  .chat-button {
    width: 60px;
    height: 60px;
    right: 5px; } }

@media (max-width: 430.98px) {
  .modal-sm {
    margin-left: 10px;
    margin-right: 10px; }
  #popup-domanda .g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@media (max-width: 379.98px) {
  #popup-chat .modal-body img {
    height: 55px; }
  #popup-domanda .g-recaptcha {
    transform: scale(0.9);
    -webkit-transform: scale(0.9); } }

@media (max-width: 372.98px) {
  #popup-chat .modal-body img {
    height: 52px; }
  #popup-chat .modal-body .col-sm-4 {
    padding-right: 0;
    padding-left: 10px; } }

@media (max-width: 331.98px) {
  #popup-chat .modal-body .col-sm-4 &gt; a,
  #popup-chat .modal-body .col-sm-4 &gt; div {
    flex-wrap: wrap;
    justify-content: center; }
  #popup-chat .modal-body h6,
  #popup-chat .modal-body p {
    text-align: center; }
  #popup-chat .modal-body h6 {
    margin-top: 10px; }
  #popup-domanda .g-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8); } }

/* LABELS */
/* --- BLOG */
/* LABELS + TAG LIST: */
.tag-list span.tutto:hover,
.tag-list span.active.tutto {
  background-color: black;
  color: white !important; }

.carosello-ultime-notizie .swiper-slide .labels span.news,
.tag-list span.news:hover,
.tag-list span.active.news {
  background-color: #FBFF8D;
  border-color: #FBFF8D !important; }

.carosello-ultime-notizie .swiper-slide .labels span.eventi,
.tag-list span.eventi:hover,
.tag-list span.active.eventi {
  background-color: #91FFF2;
  border-color: #91FFF2 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.normative,
.tag-list span.normative:hover,
.tag-list span.active.normative {
  background-color: #91FF95;
  border-color: #91FF95 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.brand,
.tag-list span.brand:hover,
.tag-list span.active.brand {
  background-color: #E37FDB;
  border-color: #E37FDB !important; }

.carosello-ultime-notizie .swiper-slide .labels span.abbigliamento-lavoro,
.tag-list span.abbigliamento-lavoro:hover,
.tag-list span.active.abbigliamento-lavoro {
  background-color: #B5EED0;
  border-color: #B5EED0 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.antincendio,
.tag-list span.antincendio:hover,
.tag-list span.active.antincendio {
  background-color: #FF7B7B;
  border-color: #FF7B7B !important; }

.carosello-ultime-notizie .swiper-slide .labels span.primo-soccorso,
.tag-list span.primo-soccorso:hover,
.tag-list span.active.primo-soccorso {
  background-color: #919EFF;
  border-color: #919EFF !important; }

.carosello-ultime-notizie .swiper-slide .labels span.dpi,
.tag-list span.dpi:hover,
.tag-list span.active.dpi {
  background-color: #FF9D00;
  border-color: #FF9D00 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.impianti-antincendio,
.tag-list span.impianti-antincendio:hover,
.tag-list span.active.impianti-antincendio {
  background-color: #FF7B7B;
  border-color: #FF7B7B !important; }

.carosello-ultime-notizie .swiper-slide .labels span.estintori,
.tag-list span.estintori:hover,
.tag-list span.active.estintori {
  background-color: #FF9D00;
  border-color: #FF9D00 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.porte-tagliafuoco,
.tag-list span.porte-tagliafuoco:hover,
.tag-list span.active.porte-tagliafuoco {
  background-color: #FF9D00;
  border-color: #FF9D00 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.manutenzione,
.tag-list span.manutenzione:hover,
.tag-list span.active.manutenzione {
  background-color: #B5EED0;
  border-color: #B5EED0 !important; }

.carosello-ultime-notizie .swiper-slide .labels span.assistenza,
.tag-list span.assistenza:hover,
.tag-list span.active.assistenza {
  background-color: #919EFF;
  border-color: #919EFF !important; }

.carosello-ultime-notizie .swiper-slide .labels span.servizi,
.tag-list span.servizi:hover,
.tag-list span.active.servizi {
  background-color: #E37FDB;
  border-color: #E37FDB !important; }

.carosello-ultime-notizie .swiper-slide .labels span.prodotti,
.tag-list span.prodotti:hover,
.tag-list span.active.prodotti {
  background-color: #FF7B7B;
  border-color: #FF7B7B !important; }

.carosello-ultime-notizie .swiper-slide .labels span.nuovi-corsi,
.tag-list span.nuovi-corsi:hover,
.tag-list span.active.nuovi-corsi {
  background-color: #B5EED0;
  border-color: #B5EED0 !important; }

#post-tag &gt; span {
  cursor: default !important; }

/* BANDE */
.pre-footer-band {
  background-color: #E5E5E5;
  padding: 100px 0; }

.header-band .row,
.pre-footer-band .row {
  border-radius: 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  padding: 70px; }

.pre-footer-band .row {
  min-height: 425px; }

.header-band .row {
  border-radius: 0;
  padding: 0; }

.header-band .container-semifluid .col-12,
.pre-footer-band .container-semifluid .col-12 {
  display: flex;
  align-items: center; }

.header-band .container-semifluid .col-12 &gt; div,
.pre-footer-band .container-semifluid .col-12 &gt; div {
  opacity: 0.92;
  background-color: white;
  border-radius: 5px;
  max-width: 35%;
  padding: 40px;
  padding-top: 45px; }

.pre-footer-band .container-semifluid .col-12 &gt; div {
  max-width: 30%; }

.pre-footer-band .row {
  padding-left: 40px; }

.pre-footer-band h3 {
  font-size: 3.8rem;
  padding-bottom: 25px;
  line-height: 5.2rem; }

.header-band h1 {
  font-size: 4rem;
  padding-bottom: 25px; }

.header-band p {
  color: black;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 50px;
  line-height: 2rem; }

.pre-footer-band a {
  width: 210px;
  text-align: center; }

/* --- BRANDS BAND */
.brands-band {
  padding-top: 100px;
  background-color: #E5E5E5; }

.brands-band .swiper-container {
  width: 100%;
  height: 150px;
  overflow: visible; }

.brands-band .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center; }

.brands-band .swiper-container img {
  object-fit: cover;
  width: 80%; }

/* RESPONSIVE */
@media (max-width: 1799.98px) {
  .pre-footer-band .container-semifluid .col-12 &gt; div {
    max-width: 38%; } }

@media (max-width: 1499.98px) {
  .header-band .container-semifluid .col-12 &gt; div,
  .pre-footer-band .container-semifluid .col-12 &gt; div {
    max-width: 45%; } }

@media (max-width: 1199.98px) {
  .header-band .container-semifluid .col-12 &gt; div {
    max-width: 55%; }
  .pre-footer-band .container-semifluid .col-12 &gt; div {
    max-width: 65%; } }

@media (max-width: 991.98px) {
  .header-band .container-semifluid .col-12 &gt; div {
    max-width: 70%; }
  .pre-footer-band .container-semifluid .col-12 &gt; div {
    max-width: 92%; }
  .pre-footer-band .row {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 767.98px) {
  .header-band .container-semifluid .col-12 &gt; div,
  .pre-footer-band .container-semifluid .col-12 &gt; div {
    max-width: 100%; }
  .header-band .container-semifluid .col-12 {
    align-items: flex-end;
    padding-bottom: 75px; }
  .pre-footer-band .container-semifluid .col-12 {
    align-items: flex-end;
    padding-bottom: 30px;
    padding-top: 200px; }
  .pre-footer-band h3 {
    font-size: 3.5rem;
    line-height: 4.2rem; }
  .pre-footer-band .row {
    padding: 0; }
  .brands-band {
    padding-top: 30px; } }

@media (max-width: 575.98px) {
  .header-band .container-semifluid .col-12 {
    align-items: flex-end;
    padding-bottom: 15px; }
  .header-band p {
    padding-right: 0;
    line-height: 1.8rem; }
  .header-band h1 {
    font-size: 3.5rem; }
  .header-band .container-semifluid .col-12 &gt; div {
    padding: 35px;
    padding-top: 40px; }
  .header-band .row, .pre-footer-band .row {
    min-height: 600px; }
  .pre-footer-band .container-semifluid .col-12 {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px; }
  .pre-footer-band h3 {
    font-size: 3rem;
    line-height: 3.6rem; }
  .pre-footer-band {
    background-color: #E5E5E5;
    padding: 15px 0; } }

@media (max-width: 379.98px) {
  .pre-footer-band h3 {
    font-size: 2.6rem;
    line-height: 3rem; } }

@media (max-width: 349.98px) {
  .pre-footer-band h3 {
    font-size: 2.5rem;
    line-height: 2.9rem; }
  .pre-footer-band a {
    width: 100%; } }

@media (max-width: 329.98px) {
  .pre-footer-band h3 {
    font-size: 2.1rem;
    line-height: 2.6rem; } }

/* HEADER */
#menu-banner span,
#dsk-menu-up #dsk-menu-up-proteggi-list li a,
#dsk-main-menu-list &gt; li &gt; a,
#dsk-product-box1 ul li a,
.dsk-product-box2-category h6,
.dsk-menu-macro-img div h5,
.mob-sidemenu-bodyul li a,
.mob-calendar-filter-bodyul li a {
  text-transform: uppercase; }

#dsk-menu-up ul li a,
#dsk-product-box2 ul li a {
  text-transform: capitalize; }

#menu-banner {
  position: relative;
  background-color: #a8fda8;
  text-align: center;
  padding: 9px 70px;
  font-family: 'Roboto Condensed';
  font-size: 12px;
  z-index: 4; }

#menu-banner span {
  font-family: 'Open Sans';
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 18px; }

#menu-banner img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  cursor: pointer; }

#dsk-menu {
  border-bottom: 2px solid #EEEEEE;
  z-index: 4; }

#dsk-menu-up {
  background-color: #FAFAFA;
  padding-top: 15px;
  padding-bottom: 15px; }
#dsk-menu-up #menu-mail-img{
  position: relative;
  top: 1.5px;
  width: 18px;
  height: 18px;
}
#dsk-menu-down {
  background-color: white; }

#dsk-menu-up &gt; div &gt; div.row &gt; div {
  display: flex;
  align-items: center; }

#dsk-menu-up &gt; div &gt; div.row &gt; div:nth-of-type(3) {
  justify-content: flex-end; }

#dsk-menu-up ul {
  display: flex;
  flex-direction: row; }

#dsk-menu-up ul li:first-of-type {
  margin-left: 0; }

#dsk-menu-up ul li:last-of-type,
#dsk-main-menu ul li:last-of-type {
  margin-right: 0; }

#dsk-menu-up ul li a {
  color: #616161;
  font-size: 0.85rem;
  text-transform: unset;
  font-family: 'Open Sans';
  font-weight: 400; }

#dsk-menu-up #dsk-menu-up-proteggi-list li a {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 0.95rem;
  color: #BDBDBD; }

#dsk-menu-up ul li {
  margin-left: 17px;
  margin-right: 17px;
  display: flex;
  align-items: center; }

#dsk-menu-up ul li img {
  margin-right: 3px; }

#dsk-menu-up-proteggi-list {
  font-weight: 900; }

#dsk-menu-up #dsk-card-voice {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

#dsk-main-menu {
  height: 60px; }

#dsk-menu-logo {
  width: 180px; }

#dsk-main-menu &gt; div {
  display: flex;
  align-items: center;
  position: unset; }

#dsk-main-menu-list {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: unset; }

#dsk-main-menu-list &gt; li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  margin-left: 15px;
  margin-right: 15px;
  border-bottom: 2px solid white;
  position: unset; }

#dsk-main-menu-list &gt; li &gt; a {
  color: black;
  font-family: 'Roboto Condensed';
  height: 100%;
  display: flex;
  align-items: center;
  transition: all .5s;
  padding-left: 10px;
  padding-right: 10px; }

#dsk-main-menu-list &gt; li.main-menu-active,
#dsk-main-menu-list &gt; li:hover {
  border-bottom: 2px solid #339633; }

#dsk-main-menu-list li.main-menu-active a,
#dsk-main-menu-list &gt; li:hover &gt; a,
#dsk-product-box1 ul li.dsk-product-active a,
#dsk-product-box1 ul li &gt; div:nth-of-type(1):hover a,
.dsk-product-arrow:hover i {
  color: #339633; }

#dsk-searchbar-form {
  position: relative;
  width: 100%; }

#dsk-searchbar-form img {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  cursor: pointer; }

#dsk-searchbar-form input {
  border-radius: 25px;
  padding-left: 40px;
  margin-bottom: 0; }

#dsk-searchbar-form input:focus {
  box-shadow: 0 0 0 0;
  border-color: #C7C9FF; }

#dsk-form-suggest,
#mob-form-suggest {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  max-height: 300px;
  background-color: white;
  overflow: scroll;
  display: none;
  z-index: 1003; }

#mob-form-suggest {
  top: 54px; }

#dsk-form-suggest ul,
#mob-form-suggest ul {
  display: flex;
  flex-direction: column;
  width: 100%; }

#dsk-form-suggest ul li,
#mob-form-suggest ul li {
  height: 100%;
  width: 100%;
  height: 50px; }

#dsk-form-suggest ul li a,
#mob-form-suggest ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  color: black;
  font-weight: 400;
  font-size: 15px;
  padding: 0px 25px; }

#dsk-form-suggest ul li a::first-letter,
#mob-form-suggest ul li a::first-letter {
  text-transform: capitalize; }

#dsk-form-suggest ul li a:hover,
#mob-form-suggest ul li a:hover {
  background-color: #E9EAFF; }

#background-black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 200vh;
  z-index: -1;
  display: none;
  opacity: 0; }

#dsk-main-menu-list .dropdown-menu-voice.open #dsk-product-menu {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around; }

#dsk-product-menu {
  position: absolute;
  top: 108px;
  left: 0;
  width: 40.1vw;
  height: 445px;
  max-height: 445px;
  padding: 0;
  background-color: #FAFAFA;
  border-radius: 0;
  border: none; }

#dsk-main-menu-list .dropdown-submenu {
  position: unset;
  height: 100%; }

#dsk-main-menu-list .dropdown-submenu &gt; div {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%; }

#dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  white-space: normal; }

#dsk-main-menu-list .dropdown-submenu &gt; div &gt; a:hover {
  color: #339633;
  background-color: white; }

#dsk-main-menu-list .dropdown-submenu &gt; div &gt; div {
  width: 15%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  cursor: e-resize; }

#dsk-main-menu-list .dropdown-submenu &gt; div &gt; div.dsk-arrow-active {
  background-color: #E9EAFF;
  color: #9E9E9E; }

#dsk-main-menu-list .dropdown-submenu &gt; div &gt; a:hover + div,
#dsk-main-menu-list .dropdown-submenu &gt; div &gt; div:hover {
  background-color: #E9EAFF; }

#dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px; }

#dsk-main-menu-list .dropdown-menu-voice &gt; .dropdown-menu &gt; .dropdown-submenu:first-of-type &gt; .dropdown-menu,
#dsk-main-menu-list .dropdown-submenu:hover &gt; .dropdown-menu {
  display: block; }

#dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu {
  padding: 0;
  width: 60vw;
  position: absolute;
  top: 0px;
  left: 40vw;
  border-radius: 0;
  border: none; }

#dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu &gt; div {
  width: 50%;
  height: 445px;
  margin-left: -1px; }

#dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu &gt; div:first-of-type {
  float: left; }

#dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu &gt; div:last-of-type {
  float: right; }

.dsk-menu-micro-category-ul {
  margin-left: 20px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  max-height: 445px;
  padding-top: 17px;
  padding-bottom: 17px; }

.dsk-menu-micro-category-ul h6 {
  color: black;
  font-family: 'Roboto Condensed';
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase; }

.dsk-menu-micro-category-ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 150px;
  min-width: 150px; }

.dsk-menu-micro-category-ul li a {
  color: black;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
  box-shadow: inset 0 0 0 #E9EAFF;
  transition: all .3s;
  text-transform: capitalize; }

.dsk-menu-micro-category-ul li a:hover {
  box-shadow: inset 0 -0.5em 0 #E9EAFF; }

.dsk-menu-macro-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%; }

.dsk-menu-macro-img &gt; div {
  width: 200px;
  height: 100px;
  background-color: #FAFAFA;
  border-radius: 8px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 15px; }

.dsk-menu-macro-img &gt; div h6 {
  color: #BDBDBD; }

.dsk-menu-macro-img &gt; div h5 {
  color: black;
  margin-top: 5px; }

.dsk-menu-macro-img &gt; div &gt; a:last-of-type {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #28D893;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center; }

/*#dsk-product-row{
    //display: none;
    flex-direction: row;
    position: relative;
    z-index:2;
    min-height:445px;
    height:445px;
    max-height: 445px;
    z-index:3;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
#dsk-product-box1 {
    width: 40%;
    background-color: $grigio30; 
}

#dsk-product-box1 ul {
  width: 100%;
  height:100%; 
  display: flex;
  flex-direction: column; 
  justify-content: space-around;}

#dsk-product-box1 ul li {
  width: 100%;
  height:100%;
  transition: all .5s;
  display: flex;
  flex-direction: row; 
  align-items: center;
}

#dsk-product-box1 ul li &gt; div:nth-of-type(1) {
  width: 45%; 
  transition: all 0.5s;
  height: 100%;
    display: flex;
    align-items: center;}

#dsk-product-box1 ul li a {
  color: black;
  font-family: 'Roboto Condensed';
  transition: all .3s;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 30%;
  width: 100%;
}

#dsk-product-box1 ul li:hover {
  background-color: white; }

.dsk-product-arrow{
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  width: 15%;
  height: 100%;
  color: $grigio90;
}

.dsk-product-arrow:hover{
  background-color: $principale20;
  color: $grigio90;
  cursor: e-resize;
}
.dsk-product-arrow.dsk-arrow-active{
  background-color: $principale20;
  color: $grigio90;
}

.dsk-product-arrow img{
  transition: all .3s;
}
  
#dsk-product-box2 {
  display: flex;
  width: 61%;
  z-index: 3;
  background-color:white;
  opacity:1;
}

.dsk-product-box2sub{
  width:100%;
  display: none;
  opacity:0;
  margin:0;
}
.dsk-product-box2sub&gt;div{
  padding-top:17px;
  padding-bottom:17px;
}
.dsk-product-box2-category{
  margin-left: 20px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  max-height: 420px;
}

.dsk-product-box2-category h6{
  color: black; 
  font-family: 'Roboto Condensed';
  font-weight: 600; 
  margin-top:10px;}

.dsk-product-box2-category li{
  margin-top: 10px;
  margin-bottom: 10px; 
  margin-right:150px;
  min-width: 150px; 
}

.dsk-product-box2-category li a{
    color:black;
    font-family: 'Roboto Condensed'; 
    font-weight: 400;
    padding-top:2px;
    padding-bottom:2px;
    box-shadow: inset 0 0 0 $principale20;
    transition: all .3s;
}

.dsk-product-box2-category li a:hover{
  box-shadow: inset 0 -0.5em 0 $principale20;
}

.dsk-product-box2-img {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%; 
}

.dsk-product-box2-img &gt; div {
  width: 200px;
  height: 100px;
  background-color: $grigio30;
  border-radius: 8px; 
  position: relative;
  position: absolute;
  bottom:20px;
  left:20px;
  box-sizing: border-box;
  padding-top:15px;
  padding-left:15px;
}

.dsk-product-box2-img &gt; div h6 {
  color: $grigio80; 
}
.dsk-product-box2-img &gt; div h6:first-letter{
  text-transform: uppercase;
}

.dsk-product-box2-img &gt; div h5 {
  color: black; 
  margin-top:5px;
}
  

  .dsk-product-box2-img&gt;div&gt;a:last-of-type{
    width:30px;
    height:30px;
    display: block;
    background-color:$principale60;
    position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center; 
  }*/
/**** MOBILE ****/
#mob-menu {
  padding: 15px 45px;
  display: none; }

#mob-menu &gt; div.row:first-of-type &gt; div:first-of-type a {
  height: 100%;
  display: flex; }

#mob-menu-logo {
  width: 180px;
  max-height: 40px;
}

#mob-menu+#mob-sidemenu-container #menu-mail-img{
  position: relative;
  top: 1.5px;
  width: 18px;
  height: 18px;
}

#mob-main-menu ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end; }

#mob-main-menu ul li {
  margin-left: 10px;
  margin-right: 10px; }

#mob-main-menu ul &gt; li:last-of-type {
  margin-right: 0px; }

#mob-main-menu img {
  width: 25px; }

#mob-main-menu #hamburger {
  cursor: pointer;
  width: 37px; }

#mob-sidemenu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 80vw;
  height: 100vh;
  background-color: #F5F5F5;
  z-index: 1001;
  display: none; }

#mob-sidemenu-header,
#mob-calendar-filter-header {
  background-color: white;
  height: 55px;
  text-transform: uppercase;
  margin-left: 0px;
  padding-left: 15px; }

#mob-sidemenu-header &gt; div,
#mob-calendar-filter-header &gt; div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

#mob-sidemenu-header h6,
#mob-calendar-filter-header h6 {
  font-size: 13px;
  padding-right: 15px; }

#mob-sidemenu-header a,
#mob-calendar-filter-header a {
  color: black;
  font-weight: 400; }

#mob-sidemenu-header-back,
#mob-calendar-filter-header-back {
  display: none;
  cursor: pointer;
  width: 35px; }

#mob-menu-cart {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%); }

#mob-menu-cart img {
  width: 22px;
  margin-right: 5px; }

#mob-sidemenu-body {
  min-height: calc(100vh - 110px);
  max-height: calc(100vh - 115px);
  width: 100%;
  margin: 0;
  overflow-y: scroll; }

#mob-sidemenu-container #mob-sidemenu-body {
  min-height: calc(100vh - 165px); }

#mob-sidemenu-body &gt; div {
  padding: 0; }

#mob-sidemenu-footer {
    background-color: #E5E5E5;
    /* height: 110px; */
    height: 55px;
    width: 100%;
    position: absolute;
    top: calc(var(--vh, 1vh) * 93);
    margin-left: 0px;
     }

#mob-sidemenu-footer &gt; div a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: black;
  font-weight: 400;
  padding-top: 15px;
  padding-bottom: 20px; }

#mob-sidemenu-footer &gt; div a img {
  margin-right: 5px;
  align-self: start; }

#mob-sidemenu-footer &gt; div {
  border-right: 2px solid #BDBDBD; }

.mob-sidemenu-bodyul,
#mob-sidemenu-mainbody {
  height: 100%; }

.mob-sidemenu-bodyul li {
  height: 55px;
  width: 100%;
  border-top: 2px solid #EEEEEE;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: all .3s; }

.mob-sidemenu-bodyul li:last-of-type {
  border-bottom: 2px solid #EEEEEE; }

.mob-sidemenu-voicename:hover {
  background-color: #EEEEEE; }

.mob-sidemenu-voicename:hover &gt; a {
  color: #339633; }

.mob-sidemenu-bodyul li a {
    color: #393939 !important;}

.menu-mob-second-level{
}
.menu-mob-second-level a{
  text-transform: unset !important;
}
.mob-sidemenu-bodyul li.menu-mob-first-level+li.menu-mob-second-level,
.mob-sidemenu-bodyul li.menu-mob-second-level+li.menu-mob-third-level{
      border-top: 8px solid #EEEEEE;
}
.menu-mob-third-level{
  /*background-color:#e1e1e1;*/
  background-color: #F5F5F5 !important;
  border:none;
  height:45px;
}
.menu-mob-third-level a{
  font-size: 14px;
  color:#414141;
  font-weight: 300;
  text-transform: unset !important;
}

.mob-sidemenu-voicename {
  width: 100%;
  height: 100%;
  padding-left: 25px;
  padding-right: 5px;
  display: flex;
  align-items: center; }

#mob-sidemenu-bodyul li:first-of-type .mob-sidemenu-voicename {
  width: 70%; }

.mob-sidemenu-arrow {
  width: 30%;
  border-left: 2px solid #E5E5E5;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: e-resize; }

.mob-sidemenu-arrow:hover {
  background-color: #a8fda8; }

#mob-sidemenu-macrolist,
.mob-sidemenu-productlist {
  display: none; }

#mob-background-black-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  z-index: 1000; }

#mob-searchbar-container {
  display: none; }

#mob-searchbar-container input {
  border: none;
  padding-left: 40px;
  margin-bottom: 0px; }

#mob-searchbar-container input:focus {
  box-shadow: 0 0 0 0; }

#mob-searchbar-container img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  cursor: pointer; }

#mob-searchbar-close {
  right: 25px; }

/***********/
#breadcrumb-menu {
  margin-top: 7px;
  margin-bottom: 6px; }
.breadcrumb-prev a{
  margin-left: 20px;
}
.breadcrumb-prev::before {
    content: '';
    width: 16px;
    height: 16px;
    left: 25px;
    /*bottom: 1.25px;*/
    position: absolute;
    display: block;
    background-image: url('../img/prev-gray.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 35%;
}
@media (max-width: 575.98px){
  .breadcrumb-prev a{
  margin-left: 5px;}
  .breadcrumb-prev::before {
    left: 10px;
  }
}
#breadcrumb-menu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

#breadcrumb-menu ul li {
  min-width: max-content;
  margin-right: 5px;
  margin-left: 5px; }

#breadcrumb-menu ul li:last-of-type {
  display: none; }

#breadcrumb-menu ul li a,
#breadcrumb-menu ul li span {
  text-transform: uppercase;
  color: #BDBDBD;
  font-size: 0.9rem;
}
#breadcrumb-menu ul li a{
  transition-duration: 0.3s;
}
#breadcrumb-menu ul li a:hover{
  color: black;
}

#breadcrumb-menu .breadcrumb-active a {
  color: black; }

@media (max-width: 3000px) {
  #dsk-product-box1 {
    width: 35%; }
  #dsk-product-box1 ul li &gt; div:nth-of-type(1) {
    width: 85%; }
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-left: 300px; }
  #dsk-product-box2 {
    width: 70%; } }

@media (max-width: 2500px) {
  .dsk-menu-micro-category-ul li {
    margin-right: 125px; } }

@media (max-width: 2250px) {
  #dsk-product-box1 {
    width: 33%; }
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-left: 180px; }
  #dsk-product-box2 {
    width: 67%; }
  .dsk-menu-micro-category-ul li {
    margin-right: 80px; }
  #dsk-product-menu {
    width: 36.1vw; }
  #dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu {
    left: 36vw;
    width: 64vw; } }

@media (max-width: 2000px) {
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-left: 160px; }
  #dsk-product-box1 {
    width: 36%; }
  #dsk-product-box2 {
    width: 64%; }
  .dsk-menu-micro-category-ul li {
    margin-right: 125px; }
  .dsk-menu-micro-category-ul {
    margin-left: 50px; } }

@media (max-width: 1900px) {
  .dsk-menu-micro-category-ul {
    margin-left: 30px; }
  .dsk-menu-micro-category-ul li {
    margin-right: 100px; }
  #dsk-product-menu {
    width: 40.1vw; }
  #dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu {
    left: 40vw;
    width: 60vw; } }

@media (max-width: 1750px) {
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-left: 100px; } }

@media (max-width: 1500px) {
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-left: 60px;
    padding-right: 64px; }
  .dsk-menu-micro-category-ul li {
    margin-right: 75px; }
  #dsk-menu-up ul li a {
    font-size: 0.8rem; } }

@media (max-width: 1399.98px) {
  #dsk-menu-up #menu-mail-img{
    top: 0px;
  }
  #dsk-menu-up ul li {
    margin-left: 13px;
    margin-right: 13px; } }

@media (max-width: 1350px) {
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-right: 10px;
    padding-left: 50px; }
  .dsk-menu-micro-category-ul li {
    margin-right: 65px;
    width: 65px; }
  #dsk-card-voice &gt; span:first-of-type {
    display: none; }
  #dsk-product-box1 ul li &gt; div:nth-of-type(1) {
    width: 80%; }
  .dsk-product-arrow {
    width: 20%; }
  #dsk-product-menu {
    width: 38.1vw; }
  #dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu {
    left: 38vw;
    width: 62vw; } }

@media (max-width: 1200px) {
  .dsk-menu-macro-img {
    display: none; }
  #dsk-product-box1 {
    width: 45%; }
  #dsk-product-box1 ul li &gt; div:nth-of-type(1) {
    padding-left: 35px; }
  #dsk-product-box2 {
    width: 55%; }
  .dsk-menu-micro-category-ul li {
    margin-right: 50px; }
  .dsk-menu-micro-category-ul {
    border: none; }
  .dsk-menu-micro-category-ul {
    margin-bottom: 5px; }
  #dsk-menu-up #dsk-menu-up-proteggi-list li a {
    font-size: 0.9rem; }
  #dsk-menu-up ul li {
    margin-right: 8px;
    margin-left: 8px; }
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-right: 30px; }
  #mob-form-suggest {
    width: 100vw;
    left: -30px; }
  .dsk-menu-micro-category-ul {
    margin-left: 60px; }
  #dsk-product-menu {
    width: 40.1vw; }
  #dsk-main-menu-list .dropdown-submenu &gt; .dropdown-menu {
    left: 40vw;
    width: 60vw; } }

@media (max-width: 1100px) {
  #dsk-main-menu-list .dropdown-submenu &gt; div &gt; a {
    padding-left: 30px;
    padding-right: 35px; }
  .dsk-menu-micro-category-ul {
    margin-left: 50px; } }

@media (max-width: 992px) {
  #dsk-menu,
  #dsk-product-row {
    display: none; }
  #mob-menu {
    display: block;
    min-height: 71px;
    background-color: white; } }

@media (max-width: 576px) {
  #mob-menu {
    padding: 15px 20px; }
  #mob-menu-logo {
    width: 160px; }
  #menu-banner {
    padding: 9px 50px 9px 15px; }
  #mob-form-suggest {
    width: 100vw;
    left: -5px; } }

@media (max-width: 460px) {
  #mob-main-menu img {
    width: 20px; }
  #mob-main-menu ul li {
    margin-left: 7px;
    margin-right: 7px; }
  #mob-menu-logo {
    width: 140px; }
  #mob-menu-cart {
    right: 30px; } }

@media (max-width: 400px) {
  #mob-sidemenu-header-back {
    margin-left: -10px; } }

/* FOOTER */
footer {
  background-color: #FAFAFA; }

footer .cont-newsletter {
  margin: 100px 0; }

footer .cont-newsletter &gt; .col-12:first-of-type,
footer .cont-newsletter &gt; .col-12:nth-of-type(2) {
  padding-top: 40px; }

footer .logo {
  width: 200px; }

footer .cont-newsletter .newsletter-block {
  background-color: #EEEEEE;
  border-radius: 5px;
  padding: 35px; }

footer .cont-newsletter .newsletter-block h6 {
  text-transform: uppercase;
  font-size: 1.6rem; }

footer .cont-newsletter .newsletter-block p {
  font-size: 0.95rem;
  margin: 15px 0; }

footer .cont-newsletter .newsletter-block span {
  font-family: 'Open Sans';
  font-weight: 400;
  text-transform: none;
  font-size: 0.85rem;
  padding-bottom: 0; }

footer .cont-newsletter .social {
  display: flex;
  margin-top: 22px; }

footer .cont-newsletter .social a {
  color: black;
  font-size: 1.6rem;
  margin-left: 15px; }

footer .cont-newsletter .social a:first-of-type {
  margin-left: 0; }

footer .cont-newsletter form {
  margin-top: 15px; }

footer .cont-newsletter form input[type="email"] {
  width: 75%;
  max-height: 40.4px;
  -webkit-appearance: none; }

footer .cont-newsletter form input[type="submit"] {
  padding: 12px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: 5px; }

footer .cont-newsletter form input[type="checkbox"] + label {
  font-size: 0.7rem; }

footer .cont-newsletter ul {
  min-width: 210px; }

footer .cont-newsletter ul button {
  border: 0;
  background-color: transparent;
  padding-left: 0;
  text-align: left; }

footer .cont-newsletter ul button {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: black;
  font-size: 1.2rem; }

footer .cont-newsletter ul button::after {
  background-image: url("img/plus.svg"); }

footer .cont-newsletter ul li {
  padding-bottom: 10px;
  font-family: 'Open Sans';
  font-weight: 400;
  color: #616161;
  font-size: 0.9rem; }

footer span {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: black;
  font-size: 1.2rem; }

footer .cont-newsletter ul li a {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #616161;
  font-size: 0.9rem; }
footer .cont-newsletter ul li a:first-letter {
  text-transform: uppercase;
}

footer .aiuto p {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #616161; }

footer .aiuto p a {
  font-weight: 700;
  color: #616161;
  text-decoration: underline; }

footer .aiuto span {
  display: block; }

footer .custom-checkbox {
  margin: 8px 0px 20px 0; }

footer .custom-control-label {
  line-height: 1.5rem;
  font-family: 'Open Sans';
  font-weight: 400; }

footer .credits {
  padding: 30px 0;
  background-color: #EEEEEE;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.8rem;
  color: #616161; }

footer .credits ul {
  display: flex;
  justify-content: flex-end; }

footer .credits ul li {
  margin-left: 25px; }

footer .credits ul li a {
  font-family: 'Open Sans';
  font-weight: 400;
  color: #616161; }

footer .credits .last-credits {
  display: none;
  order: 3;
  margin-top: 20px; }

footer .credits .last-credits a {
  font-family: 'Open Sans';
  text-decoration: underline; }

footer .scroll-up {
  position: absolute;
  right: 25px;
  margin-top: -95px;
  cursor: pointer;
  transition-duration: 0.3s;
  z-index: 9999; }

footer #footer-agenti-link{
  color:#212529;
}
footer #footer-agenti-link i{
  font-size: 20px;
}

footer .scroll-up:hover {
  filter: brightness(108%); }

/* RESPONSIVE */
@media (max-width: 1799.98px) {
  footer .cont-newsletter form input[type="email"] {
    width: 74%; } }

@media (max-width: 1599.98px) {
  footer .cont-newsletter form input[type="email"] {
    width: 70%; } }

@media (max-width: 1499.98px) {
  footer .cont-newsletter form input[type="email"] {
    width: 68%; } }

@media (max-width: 1399.98px) {
  footer .cont-newsletter form input[type="email"] {
    width: 65%; } }

@media (max-width: 1299.98px) {
  footer .cont-newsletter form input[type="email"] {
    width: 100%; }
  footer .cont-newsletter form input[type="submit"] {
    position: absolute;
    right: 15px;
    border: 1px solid #277227; } }

@media (max-width: 1199.98px) {
  footer .cont-newsletter form input[type="submit"] {
    padding-left: 17px;
    padding-right: 17px; }
  footer .logo {
    width: 100%; } }

@media (max-width: 991.98px) {
  footer .logo {
    width: 50px;
    margin-bottom: 35px; }
  footer .cont-newsletter &gt; .col-12 {
    order: 2;
    text-align: center; }
  footer .cont-newsletter .newsletter-block {
    order: 1; }
  footer .cont-newsletter .social {
    justify-content: center; }
  footer .cont-newsletter form input[type="submit"] {
    padding-left: 30px;
    padding-right: 30px; }
  footer .cont-newsletter form input[type="email"] {
    width: 81%; }
  footer .credits .col-12.col-xl-6 {
    display: flex;
    justify-content: center; }
  footer .credits .col-12.col-xl-6:first-of-type {
    order: 2;
    margin-top: 15px; }
  footer .credits ul li:first-of-type {
    margin-left: 0; }
  footer .scroll-up {
    margin-top: -122.5px; }
  footer .cont-newsletter ul {
    width: 100%;
    margin-bottom: 25px; }
  footer span {
    padding-bottom: 15px; } }

@media (max-width: 767.98px) {
  footer .cont-newsletter {
    margin-top: 0;
    margin-bottom: 50px; }
  footer .cont-newsletter form input[type="submit"] {
    position: absolute;
    right: 0;
    border: 1px solid #277227; }
  footer .cont-newsletter form {
    position: relative; }
  footer input[type="email"] {
    width: 100% !important; }
  footer .credits ul li {
    text-align: center; }
  footer {
    padding-top: 50px; } }

@media (max-width: 575.98px) {
  footer {
    padding-top: 15px; }
  footer .cont-newsletter .newsletter-block h6,
  footer .cont-newsletter .newsletter-block p {
    text-align: center; }
  footer .cont-newsletter .newsletter-block span {
    display: block;
    width: 100%;
    text-align: center; }
  footer .cont-newsletter .newsletter-block div.d-flex {
    justify-content: center; }
  footer .cont-newsletter .newsletter-block div.d-flex a {
    margin-top: 12px; }
  footer .cont-newsletter .newsletter-block div.d-flex a:first-of-type {
    margin-left: 0; } }

@media (max-width: 509.98px) {
  footer .scroll-up {
    right: 5px; }
  footer .credits ul {
    flex-wrap: wrap;
    justify-content: center; }
  footer .credits ul li {
    width: 130px;
    margin-left: 0; }
  footer .credits ul li:last-of-type {
    display: none; }
  footer .credits .last-credits {
    display: flex;
    justify-content: center; }
  footer .scroll-up {
    margin-top: -155px; } }

@media (max-width: 454.98px) {
  footer .custom-control-label {
    line-height: 0.8rem; } }

@media (max-width: 419.98px) {
  footer .scroll-up {
    margin-top: -167.5px; } }

@media (max-width: 409.98px) {
  footer .scroll-up {
    margin-top: -187.5px; } }

@media (max-width: 409.98px) {
  footer .cont-newsletter form input[type="submit"] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    width: 40.4px;
    height: 40.4px;
    padding: 0; }
  footer .cont-newsletter &gt; div:nth-child(1) &gt; ul {
    width: 100%;
    margin-left: 0; }
  footer .cont-newsletter &gt; div:nth-child(1) {
    flex-wrap: wrap; }
  footer .credits ul {
    min-height: 45px; }
  footer .custom-control-label {
    text-align: left; } }

/* HOME */
/* --- RIGA 1 */
.hp-riga-1 {
  width: 100%;
  min-height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.hp-riga-1 .col-12 {
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

#hp-box-title{
    opacity: 0.92;
    background-color: white;
    border-radius: 5px;
    max-width: 90%;
    padding: 45px 20px 40px 30px;
}
.hp-riga-1 h1 {
  font-size: 4.2rem;
  text-transform: capitalize;
  color: black; }

.hp-riga-1 p {
  color: black;
  padding-top: 30px;
  padding-right: 50px;
  line-height: 2rem; }

.hp-post-riga-1 {
  background-image: linear-gradient(to top, #339633, #277227); }

.hp-post-riga-1 .col-4 {
  color: white; }

.hp-post-riga-1 .col-4 div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 0;
  font-size: 1.4rem;
  line-height: 1.8rem;
  max-width: 255px; }

.hp-post-riga-1 .col-4 div img {
  width: 60;
  min-width: 60px;
  max-height: 70px;
  margin-right: 20px; }

/* --- RIGA 2*/
.hp-riga-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #E5E5E5; }

.hp-riga-2 .cont-cards &gt; .col-12 &gt; div {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  padding: 75px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }

.hp-riga-2 .cont-cards &gt; .col-12:nth-of-type(n + 3) {
  margin-top: 30px; }

.hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
  opacity: 0.92;
  background-color: white;
  border-radius: 5px;
  max-width: 45%;
  padding: 40px;
  padding-top: 45px; }

.hp-riga-2 .cont-cards a {
  color: white;
  width: 210px;
  text-align: center; }

.hp-riga-2 .cont-cards h2 {
  font-size: 2rem;
  padding-bottom: 40px; }

.hp-riga-2 .cont-cards p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  padding-bottom: 40px;
  min-height: 160px; }

/* --- HP RIGA 3 */
.hp-riga-3 {
  padding: 100px 0;
  background-color: #F5F5F5; }

.hp-riga-3 h2 {
  font-size: 3rem;
  text-align: center; }

.hp-riga-3 .col-12 &gt; div {
  display: flex;
  text-align: center;
  padding: 100px 0;
  justify-content: center; }

.hp-riga-3 .col-12 &gt; div &gt; div {
  padding: 0 50px; }

.hp-riga-3 a {
  color: black; }

.hp-riga-3 .col-12 &gt; a {
  max-width: 210px;
  display: block;
  text-align: center;
  margin: 0 auto;
  color: white; }

.hp-riga-3 img {
  min-width: 350px;
  max-width: 350px; }

.hp-riga-3 h6 {
  margin-top: 25px;
  font-family: 'Roboto Condensed';
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase; }

.hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(1) h6 i {
  color: #DA0000; }

.hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(2) h6 i {
  color: #00B357; }

.hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(3) h6 i {
  color: #002EE6; }

.hp-riga-3 h2+p{
  text-align: center;
  width: 50%;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 1.5rem;
}
.hp-riga-3 h6+p{
  margin-top: 10px;
  line-height: 1.5rem;
  font-size: 14px;
}
.carosello-ultime-notizie {
  background-color: #E5E5E5; }

/* RESPONSIVE */
@media (max-width: 2699.98px) {
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 3%; } }

@media (max-width: 2499.98px) {
  .hp-riga-1 h1 {
    font-size: 3.6rem; }
  .carosello-hp-2 #pills-tab {
    display: flex;
    flex-wrap: nowrap; }
  .carosello-hp-2 ul.nav-pills {
    width: calc(70vw - 2%); }
  .carosello-hp-2 ul.nav-pills li {
    min-width: fit-content;
    min-width: max-content; }
  .carosello-hp-2 ul.nav-pills li:last-of-type {
    padding-right: 30px; }
  .carosello-hp-2 ul.nav-pills li:last-of-type a::after {
    width: calc(100% - 30px); } }

@media (max-width: 1899.98px) {
  .carosello-hp-2 ul.nav-pills {
    width: calc(70vw); }
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 5%; } }

@media (max-width: 1799.98px) {
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 51%; } }

@media (max-width: 1699.98px) {
  .carosello-hp-2 ul.nav-pills {
    width: calc(70vw + 2%); } }

@media (max-width: 1599.98px) {
  .hp-riga-1 h1 {
    font-size: 3.4rem; }
  .hp-riga-1 .cont-info {
    width: 40%; }
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 4%; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 55%; } }

@media (max-width: 1499.98px) {
  .hp-riga-1 p {
    padding-right: 150px; }
  .hp-riga-1 .cont-info {
    width: 45%; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 60%; } }

@media (max-width: 1399.98px) {
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 3%; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 65%; } }

@media (max-width: 1299.98px) {
  .hp-riga-1 p {
    padding-right: 80px; }
  .hp-riga-3 .col-12 &gt; div {
    flex-wrap: wrap; }
  .hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(3) {
    margin-top: 75px; }
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 2.5%; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 75%; } }

@media (max-width: 1199.98px) {
  .hp-riga-1 .cont-info {
    width: 58%; }
  .hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(2),
  .hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(3) {
    margin-top: 75px; }  
  .carosello-hp-2 {
    padding-top: 125px; }
  .carosello-hp-2 .descr {
    padding-bottom: 100px; }
  .carosello-hp-2 ul.nav-pills {
    width: 100%; }
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 5%; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 100%; } }

@media (max-width: 991.98px) {
  .hp-riga-3 .col-12 &gt; div &gt; div:nth-of-type(n + 2) {
    margin-top: 50px; }
  .hp-riga-1 h1 {
    font-size: 3rem; }
  .hp-riga-1 p {
    font-size: 0.95rem;
    line-height: 1.8rem; }
  .hp-riga-1 .cont-info {
    width: 75%; }
  .hp-riga-3 h2 + p{
    width: 60%;
  }
  .hp-post-riga-1 {
    display: none; }
  .carosello-hp-2 ul.nav-pills li {
    margin-left: 4%;
    max-width: 135px;
    font-size: 0.95rem; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 70% !important; }
  .hp-riga-2 .cont-cards &gt; .col-12:first-of-type {
    margin-bottom: 30px; }
  .hp-riga-cert .row &gt; .col-lg-6:nth-of-type(2) {
    margin-top: 25px; } }

@media (max-width: 767.98px) {
  .hp-riga-1 .col-12{
    justify-content: flex-end;
    padding-bottom: 15px;
  }
  .hp-riga-1 .cont-info {
    width: 100%; }
  .hp-riga-3 h2 + p{
    width: 80%;
  }
  .carosello-hp-2 .descr {
    padding-bottom: 0; }
  .carosello-hp-2 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .hp-riga-2 {
    padding-top: 50px;
    padding-bottom: 35px; }
  .hp-riga-2 .cont-cards {
    margin-bottom: 0; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 100% !important; }
  .hp-riga-cert {
    padding: 50px 0; }
  .hp-riga-3 {
    padding: 50px 0; }
  .hp-riga-3 .col-12 &gt; div {
    padding: 50px 0; } }

@media (max-width: 676.98px) {
  .hp-riga-1 .swiper-button-prev,
  .hp-riga-1 .swiper-container-rtl .swiper-button-next,
  .hp-riga-1 .swiper-button-next,
  .hp-riga-1 .swiper-container-rtl .swiper-button-prev {
    display: none; } }

@media (max-width: 575.98px) {
  #hp-box-title {
    max-width: 100%; }
  .hp-riga-1 p{
    padding-right: 0;
  }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div {
    padding: 35px;
    padding-top: 0;
    min-height: 280px; }
  .hp-riga-2 .cont-cards p {
    min-height: auto; }
  .hp-riga-2 .cont-cards p {
    display: none; }
  .header-band .container-semifluid .col-12 {
    align-items: flex-end;
    padding-bottom: 15px; }
  .hp-riga-2 .cont-cards h6 {
    color: #616161;
    padding-bottom: 5px;
    font-weight: 400; }
  .hp-riga-2 .cont-cards a.d-sm-none {
    border-radius: 0;
    border-bottom-right-radius: 5px;
    min-width: 48px;
    min-height: 48px;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45%;
    position: absolute;
    right: 0;
    bottom: 0; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    position: relative;
    max-width: 60% !important;
    padding: 25px;
    padding-right: 55px; }
  .hp-riga-2 .cont-cards h2 {
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 1.4rem; }
  .hp-riga-2 .cont-cards &gt; .col-12:first-of-type {
    margin-bottom: 15px; }
  .hp-riga-2 .cont-cards &gt; .col-12:nth-of-type(n+3) {
    margin-top: 15px; }
  .hp-riga-3 h2 + p{
    width: 90%; } }

@media (max-width: 509.98px) {
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 75% !important; } }

@media (max-width: 474.98px) {
  .hp-riga-1 h1 {
    font-size: 2.8rem; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div {
    padding: 25px;
    min-height: 245px; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 85% !important; } 
  .hp-riga-3 h2 + p{
    width: 95%; } }

@media (max-width: 379.98px) {
  .hp-riga-3 img {
    min-width: 300px;
    max-width: 300px; }
  .hp-riga-1 {
    min-height: 620px; }
  .hp-riga-1 .col-12 {
    min-height: 620px; }
  .hp-riga-1 h1 {
    font-size: 2.8rem; }
  .hp-riga-3 h2 {
    font-size: 2.6rem; }
  .hp-riga-1 .col-12 {
    justify-content: flex-end; }
  .hp-riga-1 .cont-info {
    padding: 25px;
    padding-top: 30px;
    margin-bottom: 75px; }
  .hp-riga-1 p {
    font-size: 0.9rem;
    padding-bottom: 25px; }
  .carosello-hp-2 .swiper-slide .info &gt; span {
    display: block;
    margin-left: 0 !important; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div {
    min-height: 210px;
    padding: 15px; }
  .hp-riga-2 .cont-cards a {
    width: 185px; }
  .hp-riga-2 .cont-cards a.d-sm-none {
    min-width: 42px;
    min-height: 42px;
    width: 42px;
    height: 42px; }
  .hp-riga-2 .cont-cards &gt; .col-12 &gt; div &gt; div {
    max-width: 100% !important; } }

/* CONTATTI */
.ct-riga-1 {
  padding: 100px 0 0 0;
  background-color: #F5F5F5; }

.ct-riga-1 + .pre-footer-band {
  background-color: #F5F5F5; }

.ct-riga-1 .mappa {
  width: 100%;
  min-height: 530px;
  max-height: 530px;
  position: relative;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  overflow: hidden; }

.ct-riga-1 h2 {
  font-size: 2rem;
  padding-bottom: 18px; }

.ct-riga-1 p {
  font-size: 0.9rem;
  line-height: 1.6rem; }

.ct-riga-1 p a {
  font-family: 'Open Sans';
  text-decoration: underline;
  color: black; }

.ct-riga-1 h3 {
  font-size: 1.3rem;
  padding: 35px 0 18px 0; }

.ct-riga-1 .cont-social a {
  color: black;
  font-size: 1.6rem;
  margin-left: 10px; }

.ct-riga-1 .cont-social a:first-of-type {
  margin-left: 0; }

.ct-riga-1 .cont-form-contatti {
  border-radius: 5px;
  background-color: white;
  border: 1px solid #E5E5E5;
  padding-top: 25px;
  padding-bottom: 25px; }

.ct-riga-1 .cont-form-contatti h4 {
  text-transform: uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
  padding-left: 25px;
  padding-right: 25px; }

.ct-riga-1 .cont-form-contatti form {
  padding: 20px 25px 0 25px; }

.ct-riga-1 .cont-form-contatti form .custom-control-label {
  line-height: 1.5rem;
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 0.8rem; }

.ct-riga-1 .cont-form-contatti form input[type=submit],
.ct-riga-1 .cont-form-contatti form button {
  margin-top: 10px;
  border:0;
  width: 100%; }

.ct-riga-1 .cont-form-contatti form label {
  margin-bottom: 7px;
  font-size: 0.8rem; }

/* RESPONSIVE */
@media (max-width: 1399.98px) {
  .ct-riga-1 .cont-form-contatti form .custom-control-label {
    font-size: 0.7rem; } }

@media (max-width: 1199.98px) {
  .ct-riga-1 .order-3 {
    margin-bottom: 75px; } }

@media (max-width: 767.98px) {
  .ct-riga-1 {
    padding: 50px 0 0 0; }
  .ct-riga-1 .order-1 {
    text-align: center;
    margin-bottom: 50px; }
  .ct-riga-1 .mappa {
    min-height: 350px;
    max-height: 350px;
    margin-bottom: 40px; }
  .ct-riga-1 .order-3 {
    margin-bottom: 0; }
  .ct-riga-1 .cont-form-contatti {
    margin: 0 70px; } }

@media (max-width: 575.98px) {
  .ct-riga-1 .order-1 {
    margin-bottom: 30px; }
  .ct-riga-1 .mappa {
    margin-bottom: 20px;
    min-height: 300px;
    max-height: 300px; }
  .ct-riga-1 .cont-form-contatti {
    margin: 0; } }

/* CHI SIAMO */
@media (min-width: 1900px) {
  .col-xxxl-3 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%; } }

.cs-riga-1 .row,
.cs-riga-1 .video-thumb,
.cs-riga-1 .video-wrapper {
  min-height: 550px;
  max-height: 550px;
  position: relative; }

.cs-riga-1 .video-thumb,
.cs-riga-1 .video-wrapper {
  width: 100%; }

.cs-riga-1 .video-thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center; }

.cs-riga-1 .video-thumb img {
  width: 60px;
  height: 60px;
  cursor: pointer; }

.cs-riga-1 .title {
  position: absolute;
  left: 550px; }

.cs-riga-1 .title h1 {
  font-size: 4rem;
  padding-bottom: 20px;
  color: white; }

.cs-riga-1 .title p {
  color: black;
  padding-bottom: 5px;
  line-height: 1.8rem;
  color: white; }

.cs-riga-2 {
  padding: 100px 0;
  background-color: #F5F5F5; }

.cs-riga-2 + .carosello-insegnanti {
  background-color: #F5F5F5;
  padding-top: 0;
  padding-bottom: 145px; }

.cs-riga-2 + .carosello-insegnanti .descr a {
  display: none !important; }

.cs-riga-2 .col-xl-4,
.cs-riga-3 .col-xl-4 {
  padding-right: 175px; }

.cs-riga-2 .row:nth-of-type(2) .col-xl-4 h2 {
  padding-top: 50px; }

.cs-riga-2 .col-xl-8 {
  padding-bottom: 30px; }

.cs-riga-2 .col-xl-4 span {
  display: block;
  padding-top: 30px;
  text-transform: uppercase; }

.cs-riga-2 .col-xl-4 span a:nth-of-type(1) {
  color: #277227; }

.cs-riga-2 .col-xl-4 span a:nth-of-type(2) {
  color: #0014FF; }

.cs-riga-2 .col-xl-4 span a:nth-of-type(3) {
  color: #00CE79; }

.cs-riga-2 h2 {
  font-size: 2rem;
  padding-bottom: 18px; }

.cs-riga-2 p {
  font-size: 0.95rem;
  line-height: 1.7rem; }

.cs-riga-2 p a {
  font-family: 'Open Sans';
  text-decoration: underline;
  color: black; }

.cs-riga-2 img {
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  border-top-left-radius: 5px; }

.cs-riga-2 &gt; div &gt; .row .col-4 img {
  max-height: 360px;
  border-top-right-radius: 5px;
  border-top-left-radius: 0; }

.cs-riga-2 &gt; div &gt; .row .col-5 {
  margin-top: 30px; }

.cs-riga-2 &gt; div &gt; .row .col-5 img {
  max-height: 250px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 5px; }

.cs-riga-2 &gt; div &gt; .row .col-7 {
  margin-top: 30px; }

.cs-riga-2 &gt; div &gt; .row .col-7 img {
  border-top-left-radius: 0;
  border-bottom-right-radius: 5px; }

.cs-riga-2 .features {
  padding-top: 80px; }

.cs-riga-2 .features h3 {
  font-size: 1.4rem;
  padding-bottom: 15px;
  position: relative; }

/*.cs-riga-2 .features h3::before {
  display: block;
  position: absolute;
  font-size: 5rem;
  left: -30px;
  top: -52px;
  font-weight: 400;
  color: #E5E5E5;
  z-index: -1; }*/

.cs-riga-2 .features .col-12 {
  position: relative;
  z-index: 1; }

/*.cs-riga-2 .features .col-12:nth-of-type(1) h3::before {
  content: '1901'; }

.cs-riga-2 .features .col-12:nth-of-type(2) h3::before {
  content: '1902'; }

.cs-riga-2 .features .col-12:nth-of-type(3) h3::before {
  content: '1903'; }

.cs-riga-2 .features .col-12:nth-of-type(4) h3::before {
  content: '1904'; }*/

.cs-riga-2 .features .col-12 &gt; div {
  padding: 30px; }

.cs-riga-2 .info {
  /*padding: 100px 0;*/
  justify-content: space-between; }

.cs-riga-2 .info span {
  font-size: 1.3rem;
  display: block;
  padding-bottom: 8px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-weight: 700; }

.cs-riga-2 .info img {
  width: 100%;
  height: auto; }

.cs-riga-2 .info p {
  line-height: 1.5rem;
  font-size: 0.9rem;
  color: #616161; }

.cs-riga-2 .info p a {
  font-weight: 700;
  color: #616161; }

.cs-riga-2 &gt; div &gt; .row .col-xl-9 img {
  max-height: 375px; }

.cs-riga-2 &gt; div &gt; .row .col-4 img {
  max-height: 300px; }

.cs-riga-2 &gt; div &gt; .row .col-5 img {
  max-height: 225px; }

.cs-riga-2 &gt; div &gt; .row .col-7 img {
  max-height: 300px; }

/* RESPONSIVE */
@media (max-width: 2499.98px) {
  .cs-riga-1 .title {
    left: 350px; }
  .cs-riga-2 .col-xl-4 {
    padding-right: 150px; } }

@media (max-width: 2249.98px) {
  .cs-riga-1 .title {
    left: 275px; }
  .cs-riga-2 .col-xl-4 {
    padding-right: 100px; } }

@media (max-width: 2199.98px) {
  .cs-riga-aula .card-aula ul li {
    min-width: 45%;
    max-width: 45%; } }

@media (max-width: 1999.98px) {
  .cs-riga-1 .title {
    left: 200px; }
  .cs-riga-aula .card-aula ul li {
    min-width: 50%;
    max-width: 50%; } }

@media (max-width: 1799.98px) {
  .cs-riga-aula .card-aula .preventivo {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px; }
  .cs-riga-aula .card-aula .preventivo span {
    margin-bottom: 15px;
    display: block;
    text-align: center; } }

@media (max-width: 1699.98px) {
  .cs-riga-1 .title {
    left: 150px; }
  .cs-riga-2 .col-xl-4 {
    padding-right: 50px; } }

@media (max-width: 1599.98px) {
  .cs-riga-1 .title p {
    max-width: 500px; } }

@media (max-width: 1499.98px) {
  .cs-riga-aula .card-aula ul li {
    min-width: 100%;
    max-width: 100%; } }

@media (max-width: 1399.98px) {
  .cs-riga-1 .title {
    left: 100px; }
  .cs-riga-2 p {
    line-height: 1.4rem; }
  .cs-riga-2 .col-xl-4 {
    padding-right: 35px; }
  .cs-riga-2 .col-xl-4 span a {
    font-size: 0.95rem; } }

@media (max-width: 1299.98px) {
  .cs-riga-1 .title {
    left: 75px; } }

@media (max-width: 1199.98px) {
  .cs-riga-1 .title {
    left: auto;
    right: auto;
    bottom: 50px;
    text-align: center; }
  .cs-riga-2 img {
    min-height: 0;
    max-height: 350px; }
  .cs-riga-2 &gt; div &gt; .row .col-5 {
    padding-right: 0; }
  .cs-riga-2 &gt; div &gt; .row .col-4 {
    padding-left: 0; }
  .cs-riga-2 &gt; div &gt; .row .col-5,
  .cs-riga-2 &gt; div &gt; .row .col-7 {
    margin-top: 15px; }
  .cs-riga-2 &gt; div &gt; .row .col-4 img {
    max-height: 150px;
    min-height: 0; }
  .cs-riga-2 &gt; div &gt; .row .col-xl-9 img {
    max-height: 250px; }
  .cs-riga-2 &gt; div &gt; .row .col-5 img {
    max-height: 175px; }
  .cs-riga-2 &gt; div &gt; .row .col-7 img {
    max-height: 215px; }
  .cs-riga-2 p {
    font-size: 0.9rem; }
  .cs-riga-2 &gt; div &gt; .row &gt; .col-xl-8 {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .cs-riga-aula .card-aula &gt; .col-12:last-of-type {
    padding-left: 0; } }

@media (max-width: 991.98px) {
  .cs-riga-aula .card-aula &gt; .col-12:last-of-type {
    padding-left: 35px; }
  .cs-riga-2 &gt; div &gt; .row &gt; .col-xl-8 {
    margin-top: 50px; }
  .cs-riga-2 .info {
    padding-bottom: 0;
    border-bottom: 0; }
  .cs-riga-2 .info .col-12 &gt; .row {
    padding: 25px 0;
    border-bottom: 1px solid #E5E5E5; }
  .cs-riga-2 .info .col-12:first-of-type &gt; .row {
    padding-top: 0; }
  .cs-riga-2 .info .col-12:last-of-type &gt; .row {
    border-bottom: 0;
    padding-bottom: 0; }
  .cs-riga-2 p, .cs-riga-3 p {
    font-size: 0.9rem;
    line-height: 1.6rem; }
  .cs-riga-2 .col-xl-4 {
    padding-right: 15px; }
  .cs-riga-2 .col-xl-4 span a {
    font-size: 1rem; }
  .cs-riga-2 .col-xl-4 span {
    padding-bottom: 30px; }
  .cs-riga-2 .row:nth-of-type(2) .col-xl-4 h2 {
    padding-top: 30px; }
  .cs-riga-2 .features .col-12:nth-of-type(n+3) {
    margin-top: 30px; }
  .card-aula .row.no-gutters {
    min-height: 450px; }
  .cs-riga-aula .card-aula .preventivo span {
    margin-bottom: 0; }
  .cs-riga-aula .card-aula .preventivo {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between; }
  .cs-riga-aula .card-aula &gt; .col-12.order-lg-1 {
    padding-top: 0; } }

@media (max-width: 767.98px) {
  .cs-riga-2 .info img {
    width: 75%; }
  .cs-riga-2 .features .col-12:nth-of-type(n+2) {
    margin-top: 30px; }
  .cs-riga-2 {
    padding: 50px 0 75px 0; }
  .cs-riga-3 {
    padding-top: 0; }
  .cs-riga-2 .features {
    padding-top: 75px; }
  .cs-riga-2 .features .col-12:last-of-type &gt; div {
    padding-bottom: 5px; }
  .cs-riga-aula {
    padding: 50px 0; }
  .card-aula .row.no-gutters {
    min-height: 375px; }
  .cs-riga-aula .card-aula .preventivo {
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center; }
  .cs-riga-aula .card-aula .preventivo span {
    margin-bottom: 15px; }
  .cs-riga-aula + .carosello-cosadicono {
    padding: 50px 0 100px 0; }
  .cs-riga-2 + .carosello-insegnanti {
    padding-bottom: 100px; } }

@media (max-width: 575.98px) {
  .cs-riga-aula .cont-card-aula:nth-of-type(n+2) {
    margin-top: 15px; }
  .card-aula .row.no-gutters {
    min-height: 280px; }
  .cs-riga-2 .info img {
    width: 85%; }
  .cs-riga-2 &gt; div &gt; .row .col-4 {
    padding-top: 80px; }
  .cs-riga-2 .col-xl-8 {
    padding-bottom: 15px; }
  .cs-riga-2 &gt; div &gt; .row .col-5,
  .cs-riga-2 &gt; div &gt; .row .col-7 {
    margin-top: 15px; }
  .cs-riga-2 &gt; div &gt; .row .col-5 img {
    max-height: 140px; }
  .cs-riga-aula .card-aula .descr {
    padding: 10px 0 0 0; }
  .cs-riga-aula .card-aula &gt; .col-12 {
    padding: 25px; }
  .cs-riga-aula + .carosello-cosadicono + .hp-riga-2 .cont-cards &gt; .col-12:first-of-type {
    margin-bottom: 15px; }
  .cs-riga-aula + .carosello-cosadicono + .hp-riga-2 + .pre-footer-band {
    padding-top: 15px; } }

@media (max-width: 509.98px) {
  .card-aula .row.no-gutters {
    min-height: 300px; } }

@media (max-width: 474.98px) {
  .cs-riga-1 .title {
    bottom: 30px; }
  .cs-riga-1 .title p {
    padding: 0 15px; } }

@media (max-width: 454.98px) {
  .cs-riga-2 .info img {
    width: 100%; } }

@media (max-width: 429.98px) {
  .cs-riga-3 .card-nostri-servizi &gt; div &gt; div a:first-of-type {
    height: 84%; }
  .cs-riga-aula .card-aula .swiper-button-prev,
  .cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-next,
  .cs-riga-aula .card-aula .swiper-button-next,
  .cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-prev {
    display: none; }
  .card-aula .row.no-gutters {
    min-height: 210px; }
  .cs-riga-aula .card-aula &gt; .col-12 {
    padding: 15px !important; }
  .cs-riga-aula .card-aula .descr {
    padding: 35px 20px 20px 20px !important; } }

@media (max-width: 409.98px) {
  footer .info p {
    line-height: 1.3rem;
    font-size: 0.8rem; }
  footer .info span {
    font-size: 1.2rem; } }

@media (max-width: 379.98px) {
  .cs-riga-1 .title h1 {
    font-size: 3.5rem; }
  .cs-riga-2 .col-xl-4 span a {
    display: block; }
  .cs-riga-2 &gt; div &gt; .row .col-5 img {
    max-height: 120px; }
  .cs-riga-aula .card-aula &gt; .col-12 {
    padding: 15px; }
  .cs-riga-aula .card-aula &gt; .col-12.order-lg-1 {
    padding-top: 15px; }
  .cs-riga-aula .cont-card-aula:nth-of-type(n + 3) {
    margin-top: 15px; }
  .cs-riga-2 &gt; div &gt; .row .col-7 img {
    min-height: 175px;
    max-height: 175px; } }

@media (max-width: 339.98px) {
  .cs-riga-1 .title h1 {
    font-size: 3.2rem; }
  .cs-riga-2 &gt; div &gt; .row .col-5 img {
    max-height: 100px; } }

/* BLOG */
.bl-riga-1 {
  padding: 75px 0 0 0;
  background-color: #E5E5E5; }

.bl-riga-1 .tag-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  border-radius: 25px;
  max-height: 36px;
  scrollbar-width: none; }

.bl-riga-1 .tag-list::-webkit-scrollbar {
  display: none; }

.bl-riga-1 .tag-list span {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  padding: 10px 24px 8px 24px;
  text-transform: uppercase;
  color: black;
  font-size: 1rem;
  border: 1px solid black;
  margin-left: 12px;
  white-space: nowrap;
  transition-duration: 0.3s;
  cursor: pointer; }

.bl-riga-1 .tag-list span:first-of-type {
  margin-left: 0; }

.bl-riga-1 .swiper-slide {
  width: 24%;
  margin-bottom: 25px; }

.bl-riga-1 .carosello-ultime-notizie {
  justify-content: space-between;
  background-color: #E5E5E5;
  overflow-x: visible;
  padding: 50px 0px 50px 0px; }

/*
.bl-riga-1 input.cerca{
    border-radius: 25px;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 25px;
}*/
.bl-riga-1 .col-xl-3 &gt; div form input[type=submit] {
  background-position: center;
  background-repeat: no-repeat;
  width: 40.4px;
  height: 40.4px; }

.bl-riga-1 #post-lateral-newsletter-box {
  margin-top: 45px;
  padding-bottom: 20px; }

.bl-riga-1 .col-xl-3 &gt; div:last-of-type {
  margin-bottom: 0; }

.bl-riga-1 #post-lateral-boxes &gt; div {
  border-color: #E5E5E5; }

/* RESPONSIVE */
@media (max-width: 1799.98px) {
  .bl-riga-1 .swiper-slide {
    width: 32.3%; } }

@media (max-width: 1199.98px) {
  .bl-riga-1 .swiper-slide {
    width: 49.3%; } }

@media (max-width: 767.98px) {
  .bl-riga-1 {
    padding-top: 50px; } }

@media (max-width: 575.98px) {
  .bl-riga-1 .swiper-slide {
    width: 100%;
    margin-bottom: 20px; }
  .bl-riga-1 #post-lateral-newsletter-box {
    margin-top: 15px; } }

/* POST */
.header-band div span {
  display: block;
  font-family: 'Roboto Condensed';
  padding-bottom: 30px; }

#post-page-body {
  margin-top: 75px; }

#post-content {
  font-family: 'Open Sans';
  font-size: 0.9rem;
  line-height: 29px;
  color: black;
  padding-bottom: 90px; }

#post-content &gt; div:not([class]) {
  margin-top: 7px; }

#post-content &gt; div:not([class]) a,
#post-content &gt; p:not([class]) a {
  box-shadow: inset 0 -0.2rem #339633;
  color: black;
  font-weight: 300;
  font-family: 'Open Sans';
  padding: 0px 2px;
  transition: all .3s; }

#post-content &gt; div:not([class]) a:hover,
#post-content &gt; p:not([class]) a:hover {
  box-shadow: inset 0 -1.05rem #339633; }

#post-content ul {
  margin-top: 8px; }

#post-content ul li {
  margin-left: 1rem; }

#post-content ul li::before {
  content: "\2022";
  color: #339633;
  font-weight: bold;
  display: inline-block;
  width: 1em; }

#post-content ol {
  margin-top: 8px;
  list-style: none;
  counter-reset: li; }

#post-content ol li {
  counter-increment: li;
  margin-left: 1rem; }

#post-content ol li:before {
  content: counter(li) ".";
  color: #339633;
  display: inline-block;
  width: 1.2em; }

#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6 {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  line-height: normal; }

#post-content h2 {
  font-size: 1.5rem;
  margin-top: 10px; }

#post-content h3 {
  font-size: 1.2rem;
  margin-top: 10px; }

#post-content h4 {
  margin-top: 10px; }

#post-content h4 + p + div,
#post-content h4 + div:not([class]) + p,
#post-content h4 + p,
#post-content h4 + div:not([class]) {
  margin-top: 2px !important; }

#post-content strong {
  font-weight: bold; }

#post-content p {
  margin-top: 7px; }

#post-title {
  font-size: 2rem;
  margin-top: 10px; }

#post-summary {
  font-weight: 600;
  font-size: 0.95rem; }

.post-quote {
  width: 70%;
  margin: 0 auto;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  font-size: 1.1rem;
  margin-top: 65px;
  margin-bottom: 55px; }

.post-quote-cit {
  display: block;
  text-align: right;
  font-weight: 300;
  font-size: 1rem;
  font-style: italic; }

.post-image,
.post-carousel {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px; }

.post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.post-image img,
.post-carousel,
.carousel-inner,
.carousel-item,
.post-carousel img {
  max-height: 600px; }

.post-image-descr {
  color: #9E9E9E;
  text-align: center;
  font-size: 0.8rem; }

.post-capitalize {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.5rem; }

.post-carousel {
  overflow: hidden; }

.post-carousel p {
  color: black; }

.post-carousel img {
  object-fit: cover; }

.post-carousel a {
  box-shadow: 0 0 0 0 !important; }

.post-download {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  padding: 15px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: black; }

.post-download:hover {
  color: black;
  text-decoration: underline; }

.post-download &gt; div {
  display: flex;
  flex-direction: row;
  align-items: center; }

.post-download span {
  font-size: 0.85rem;
  margin-left: 15px; }

.post-download h6 {
  margin-right: 20px; }

.post-download-filename {
  display: inline-block; }

#post-related {
  margin-top: 80px; }

#post-related &gt; div:first-of-type {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px; }

#post-related &gt; div:first-of-type h6 {
  font-size: 21px; }

#post-related .post-single-related h6,
.post-single-related h6 {
  text-transform: uppercase; }

.post-single-related {
  margin-top: 20px; }

#post-related .post-single-related-category,
.post-single-related-category {
  font-size: 0.75rem; }

#post-related .post-single-related-footer h6,
.post-single-related-footer h6 {
  font-size: 0.75rem; }

#post-related .post-single-related-title,
.post-single-related-title {
  margin-top: 8px;
  font-size: 0.9rem; }

#post-related .post-single-related-title {
  margin-bottom: 10px; }

#post-related .post-single-related-title a,
.post-single-related-title a {
  color: black;
  transition: all .3s;
  font-size: 0.95rem; }

#post-related .post-single-related-title a:hover,
.post-single-related-title a:hover {
  color: #616161; }

#post-finalpart {
  margin-top: 75px;
  display: flex;
  align-items: flex-end; }

#post-author-box {
  display: flex;
  flex-direction: row;
  align-items: center; }

#post-author-cirleimg {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  overflow: hidden; }

#post-author-cirleimg img {
  width: 100%;
  object-fit: cover; }

#post-author-box &gt; div:last-of-type {
  margin-left: 20px; }

#post-content #post-author-box h6 {
  font-size: 0.95rem;
  font-weight: 500; }

#post-content #post-author-box p {
  line-height: 20px;
  font-size: 0.8rem; }

#post-blog-return {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center; }

#post-blog-return a {
  color: black; }

#post-blog-return a + a {
  margin-left: 10px; }

#post-blog-return a + a:hover {
  text-decoration: underline; }

#post-share-box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }

#post-share-box a {
  margin-left: 15px;
  color: black;
  font-size: 1.25rem; }

#post-lateral-boxes {
  margin-bottom: 35px; }

#post-lateral-boxes &gt; form {
  position: relative; }

#post-lateral-boxes &gt; form input {
  border-radius: 20px;
  padding-left: 40px;
  margin-bottom: 0; }

#post-lateral-boxes &gt; form input:focus {
  box-shadow: 0 0 0 0;
  border-color: #C7C9FF; }

#post-lateral-boxes &gt; form img {
  position: absolute;
  top: 50%;
  transform: translate(50%, -10px);
  cursor: pointer; }

#post-lateral-boxes &gt; div {
  background-color: white;
  margin-top: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #EEEEEE; }

#post-lateral-boxes &gt; div &gt; div {
  padding: 0px 25px 0px 25px; }

#post-lateral-boxes &gt; div.row &gt; div:first-of-type {
  border-bottom: 1px solid #E5E5E5; }

#post-lateral-boxes &gt; div.row &gt; div:first-of-type h6 {
  padding-bottom: 15px;
  font-size: 1.2rem; }

#post-lateral-boxes p {
  font-size: 0.8rem;
  line-height: 20px; }

#post-lateral-newletter-form p {
  font-size: 0.9rem;
  margin-top: 15px; }

#post-lateral-newletter-form .custom-control-label {
  font-size: 0.7rem;
  font-family: 'Open Sans'; }

#post-lateral-newsletter-box h6 {
  text-transform: uppercase;
  font-size: 1rem !important; }

#post-lateral-newletter-form input[type=email] {
  border-radius: 25px;
  padding: 12px 12px;
  border: 1px solid #BDBDBD;
  margin: 20px 0;
  width: calc(100% - 50px);
  margin-right: 10px; }

#post-lateral-newletter-form &gt; div {
  display: flex;
  flex-direction: row;
  align-items: center; }

#post-lateral-boxes .post-single-related-body {
  min-height: auto; }

#post-lateral-boxes .post-single-related-footer {
  margin-top: 8px; }

#post-lateral-boxes .post-single-related {
  border-bottom: 1px solid #F2F2F2;
  padding-bottom: 15px; }

#post-lateral-recent-box &gt; div:last-of-type .post-single-related {
  border-bottom: 0px;
  padding-bottom: 5px; }

.post-card-popolar {
  padding: 5px 25px;
  margin-top: 30px; }

.post-card-popolar-header img {
  width: 100%;
  object-fit: cover; }

.post-card-popolar-body h6 {
  font-size: 12px; }

.post-card-popolar-body h6 ul {
  display: flex;
  flex-direction: row;
  margin-top: 6px;
  margin-bottom: 6px; }

.post-card-popolar-body h6 ul li {
  text-transform: uppercase;
  margin-right: 5px; }

.post-card-popolar-body h6 ul li:last-of-type {
  display: none; }

.post-card-popolar-body h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 10px;
  color: black;
  padding-bottom: 5px; }

.post-card-popolar-body span {
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: 300; }

#post-lateral-newletter-form .custom-control-label {
  line-height: 1.45rem; }

#post-lateral-boxes #post-lateral-popolar-box {
  padding-bottom: 30px; }

#post-tag {
  margin-bottom: 50px; }

#post-tag span {
  font-family: 'Roboto Condensed';
  font-weight: 700;
  border-radius: 25px;
  display: inline-block;
  padding: 3px 24px 2px 24px;
  text-transform: uppercase;
  color: black;
  font-size: 1rem;
  border: 1px solid black;
  margin-left: 12px;
  white-space: nowrap;
  transition-duration: 0.3s;
  cursor: pointer; }

.post-download-link {
  display: flex;
  align-items: center; }

#post-author-name {
  text-transform: uppercase; }

@media (max-width: 1799.98px) {
  .post-image img,
  .post-carousel,
  .carousel-inner,
  .carousel-item,
  .post-carousel img {
    max-height: 550px; }
  #post-lateral-newletter-form .custom-control-label {
    line-height: 0.8rem; } }

@media (max-width: 1499.98px) {
  .post-image img,
  .post-carousel,
  .carousel-inner,
  .carousel-item,
  .post-carousel img {
    max-height: 500px; } }

@media (max-width: 1199.98px) {
  .post-image img,
  .post-carousel,
  .carousel-inner,
  .carousel-item,
  .post-carousel img {
    max-height: 450px; }
  .post-card-popolar {
    margin: 0 auto;
    margin-top: 30px; }
  #post-page-body {
    margin-top: 20px; }
  #post-tag span {
    margin-top: 10px; }
  #post-tag {
    margin-bottom: 35px; } }

@media (max-width: 991.98px) {
  #post-author-box {
    order: 1;
    margin: 25px 0 35px 0; }
  #post-blog-return {
    order: 2; }
  #post-share-box {
    order: 3;
    min-height: 40.4px;
    max-height: 40.4px; }
  #post-finalpart {
    margin-top: 25px; }
  #post-lateral-newletter-form .custom-control-label {
    line-height: 1.45rem; }
  #post-related {
    margin-top: 30px; } }

@media (max-width: 767.98px) {
  .post-quote {
    width: 75%; }
  .post-single-related {
    width: 85%;
    margin: 0 auto;
    margin-top: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px; }
  #post-author-box {
    flex-direction: column;
    text-align: center; }
  #post-author-cirleimg {
    margin: 0 auto;
    margin-bottom: 10px; }
  #post-author-box &gt; div:last-of-type {
    width: 100%; }
  #post-content #post-author-box h6 span {
    display: block; }
  #post-finalpart {
    margin-top: 10px; }
  #post-tag span {
    font-size: 14px;
    padding: 1px 10px 0px 10px; }
  #post-author-box &gt; div:last-of-type {
    margin-left: 0; } }

@media (max-width: 575.98px) {
  .post-quote {
    width: 85%; }
  .post-single-related {
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 25px; }
  #post-lateral-boxes {
    padding: 0px 30px; }
  .post-download span,
  .post-download a {
    display: none; }
  #post-lateral-boxes {
    margin-bottom: 0; }
  #post-lateral-boxes &gt; div {
    margin-top: 15px; } }

@media (max-width: 434.98px) {
  #post-lateral-newletter-form .custom-control-label {
    line-height: 0.8rem; } }

@media (max-width: 389.98px) {
  #post-share-box {
    max-width: 100%;
    min-width: 100%; }
  #post-blog-return {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px; }
  #post-blog-return {
    order: 3; }
  #post-share-box {
    order: 2; } }

@media (max-width: 359.98px) {
  .post-download h6 {
    margin-right: 10px;
    margin-left: 10px; } }

/* PRIVACY COOKIE */
.pct-riga-1 {
  padding: 100px 0;
  background-color: #E5E5E5; }

.pct-riga-1 h2 {
  padding-top: 40px;
  font-size: 1.6rem;
  padding-bottom: 20px; }

.pct-riga-1 p {
  font-size: 0.9rem;
  line-height: 1.6rem; }

.pct-riga-1 h3 {
  font-size: 1.3rem;
  padding-bottom: 10px; }

/* RESPONSIVE */
@media (max-width: 767.98px) {
  .pct-riga-1 {
    padding: 50px 0; } }

/* I NOSTRI MARCHI */
.cs-riga-aula {
  background-color: #EEEEEE;
  padding: 100px 0; }

.cs-riga-aula h3 {
  font-size: 2rem;
  padding-bottom: 25px; }

.cs-riga-aula p {
  font-size: 0.9rem;
  line-height: 1.6rem;
  padding-bottom: 31px; }

.cs-riga-aula .card-aula {
  background-color: white;
  border-radius: 5px;
  margin: 0; }

.cs-riga-aula .card-aula &gt; .col-12 {
  padding: 35px; }

.cs-riga-aula .card-aula .descr {
  padding: 50px 20px 25px 20px; }

.cs-riga-aula .card-aula h6 {
  font-size: 1.05rem; }

.cs-riga-aula .card-aula h6,
.cs-riga-aula .card-aula span {
  text-transform: uppercase; }

.cs-riga-aula img {
  max-width: 275px;
  margin-bottom: 23px; }

.cs-riga-aula .card-aula a {
  width: 210px;
  text-align: center; }

.cs-riga-aula .card-aula .swiper-container {
  border-radius: 5px; }

.cs-riga-aula .card-aula .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.cs-riga-aula .cont-card-aula:nth-of-type(n + 2) {
  margin-top: 30px; }

.cs-riga-aula .card-aula .swiper-button-prev,
.cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-next,
.cs-riga-aula .card-aula .swiper-button-next,
.cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-prev {
  width: 35px;
  height: 35px;
  background-color: white;
  border: 1px solid #277227;
  opacity: 0.5;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s; }

.cs-riga-aula .cont-card-aula:first-of-type .swiper-button-prev,
.cs-riga-aula .cont-card-aula:first-of-type .swiper-container-rtl .swiper-button-next,
.cs-riga-aula .cont-card-aula:first-of-type .swiper-button-next,
.cs-riga-aula .cont-card-aula:first-of-type .swiper-container-rtl .swiper-button-prev {
  border-color: #00B357; }

.cs-riga-aula .cont-card-aula:nth-of-type(2) .swiper-button-prev,
.cs-riga-aula .cont-card-aula:nth-of-type(2) .swiper-container-rtl .swiper-button-next,
.cs-riga-aula .cont-card-aula:nth-of-type(2) .swiper-button-next,
.cs-riga-aula .cont-card-aula:nth-of-type(2) .swiper-container-rtl .swiper-button-prev {
  border-color: #DA0000; }

.cs-riga-aula .cont-card-aula:last-of-type .swiper-button-prev,
.cs-riga-aula .cont-card-aula:last-of-type .swiper-container-rtl .swiper-button-next,
.cs-riga-aula .cont-card-aula:last-of-type .swiper-button-next,
.cs-riga-aula .cont-card-aula:last-of-type .swiper-container-rtl .swiper-button-prev {
  border-color: #002EE6; }

.cs-riga-aula .card-aula .swiper-button-prev,
.cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-next {
  left: 30px; }

.cs-riga-aula .card-aula .swiper-button-next,
.cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-prev {
  right: 30px; }

.cs-riga-aula .card-aula .swiper-button-prev:hover,
.cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-next:hover,
.cs-riga-aula .card-aula .swiper-button-next:hover,
.cs-riga-aula .card-aula .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.92; }

.cs-riga-aula .card-aula .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: white;
  opacity: 1; }

.cs-riga-aula .card-aula .swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  margin-bottom: 15px; }

.cs-riga-aula .cont-card-aula .swiper-pagination-bullet-active {
  background: white;
  border: 3px solid #277227; }

.cs-riga-aula .cont-card-aula:first-of-type .swiper-pagination-bullet-active {
  border: 3px solid #00B357; }

.cs-riga-aula .cont-card-aula:nth-of-type(2) .swiper-pagination-bullet-active {
  border: 3px solid #DA0000; }

.cs-riga-aula .cont-card-aula:last-of-type .swiper-pagination-bullet-active {
  border: 3px solid #002EE6; }

.cont-card-aula:first-of-type .swiper-button-prev,
.cont-card-aula:first-of-type .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/carousel-prev-saf.svg"); }

.cont-card-aula:first-of-type .swiper-button-next,
.cont-card-aula:first-of-type .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/carousel-next-saf.svg"); }

.cont-card-aula:nth-of-type(2) .swiper-button-prev,
.cont-card-aula:nth-of-type(2) .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/carousel-prev-fire.svg"); }

.cont-card-aula:nth-of-type(2) .swiper-button-next,
.cont-card-aula:nth-of-type(2) .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/carousel-next-fire.svg"); }

.cont-card-aula:last-of-type .swiper-button-prev,
.cont-card-aula:last-of-type .swiper-container-rtl .swiper-button-next {
  background-image: url("../img/carousel-prev.svg"); }

.cont-card-aula:last-of-type .swiper-button-next,
.cont-card-aula:last-of-type .swiper-container-rtl .swiper-button-prev {
  background-image: url("../img/carousel-next.svg"); }

.cont-card-aula:first-of-type a {
  background-color: #DA0000; }

.cont-card-aula:nth-of-type(2) a {
  background-color: #00B357; }

.cont-card-aula:last-of-type a {
  background-color: #002EE6; }

/* PAGINA 404 */
.p404-riga-1 {
  padding: 150px 0;
  background-color: #EEEEEE; }

.p404-riga-1 .col-12:first-of-type {
  display: flex;
  justify-content: flex-end; }

.p404-riga-1 img {
  height: 100%;
  max-height: 400px; }

.p404-riga-1 h1 {
  font-size: 15rem;
  color: #339633; }

.p404-riga-1 p {
  margin: 50px 0;
  font-family: 'Open Sans'; }

.p404-riga-1 a {
  width: 210px;
  text-align: center; }

.nm-riga-1 .proteggi i {
  color: #DA0000; }

.nm-riga-1 .proteggi:first-of-type i {
  color: #00B357; }

.nm-riga-1 .proteggi:last-of-type i {
  color: #002EE6; }

/* RESPONSIVE */
@media (max-width: 767.98px) {
  .p404-riga-1 {
    padding: 100px 0; }
  .p404-riga-1 .col-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .p404-riga-1 .col-12:first-of-type {
    margin-bottom: 25px; }
  .p404-riga-1 img {
    max-height: 200px; }
  .cs-riga-aula {
    padding: 50px 0; } }

@media (max-width: 474.98px) {
  .p404-riga-1 p {
    text-align: center; } }

@media (max-width: 379.98px) {
  .p404-riga-1 {
    padding: 50px 0; }
  .p404-riga-1 .col-12:first-of-type {
    margin-bottom: 20px; }
  .p404-riga-1 img {
    max-height: 150px; }
  .p404-riga-1 h1 {
    font-size: 12rem; }
  .p404-riga-1 p {
    margin: 12px 0 35px 0; } }

#cookieChoiceInfo {
  background-color: white !important;
  padding:25px !important;
  max-width: 420px;
  left: auto !important;
  right: 15px !important;
  bottom: 15px !important;
  z-index: 9999 !important;
  border-radius: 6px;
  opacity: 0.95 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}
#cookieChoiceInfo span {
  font-size: 0.85 !important;
  font-family: 'Open Sans';
  display: block;
  margin-bottom: 15px;
  line-height: 1.4;
}
#cookieChoiceInfo a:link, #cookieChoiceInfo a:hover, #cookieChoiceInfo a:visited {
  display:block;
  margin:0 auto !important;
  font-weight:bold !important;
  max-width: 240px;
} 
#cookieChoiceInfo a:first-of-type{
  background-color: #277227;
  transition-duration: 0.3s;
  border-radius: 25px;
  padding: 13px 20px;
  color: white;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  cursor: pointer;
}
#cookieChoiceInfo a:first-of-type:hover{
  background-color: #339633;
  color: white; }
#cookieChoiceInfo a:nth-of-type(2){
  background-color: white;
  color: black;
  border: 1px solid black;
  transition-duration: 0.3s;
  border-radius: 25px;
  padding: 10px 35px;
  font-family: 'Roboto Condensed';
  font-weight: 700;
  margin-top: 15px !important;
}
#cookieChoiceInfo a:nth-of-type(2):hover{
  background-color: black;
  color: white; }
#cookieChoiceDismiss { font-size: 1.05rem !important; margin-bottom: 15px; }

@media screen and (max-width: 479.98px){
  #cookieChoiceInfo {
    max-width: 100%;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}</pre></body></html>