/* Minification failed. Returning unminified contents.
(5545,1): run-time error CSS1019: Unexpected token, found '}'
(6779,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(6780,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(6789,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(6790,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7098,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7099,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7108,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(7109,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7418,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(7419,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(7428,1): run-time error CSS1019: Unexpected token, found '@-ms-keyframes'
(7429,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10305,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(10306,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(10315,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(10316,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
@charset "UTF-8";
/**************************************************************************************************************
   [Style.css]
   Questo CSS Ã¨ utilizzato per definire gli stili condivisi fra Sito e Booking e utilizzati anche nei rich text box.
***************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
/*azzurro*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/*azzurro*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/*********
    TEMPLATE OFFERTE swg_offers_carousel_3
    **********/
.swg_offers_carousel_3 {
  margin-bottom: 0px;
  animation: winanim 0.5s;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav {
  width: 110%;
  position: absolute;
  top: 30%;
  left: -5%;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background: #168ea5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev:hover {
  background-color: #168ea5;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background: #168ea5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next:hover {
  background-color: #168ea5;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f4f4f4;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h1, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h2, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h3, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h4, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h5, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f4f4f4;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description h1, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description h2, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description h3, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description h4, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description h5, .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: 0px !important;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav ul {
  padding: 0;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav li {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 30px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav li a {
  color: #000000;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav li:hover a {
  color: #ffffff;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
  border-radius: 30px !important;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card {
  box-shadow: 0px 0px 8px;
  border-radius: 35px 10px;
  margin-bottom: 30px;
  overflow: hidden;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .Field1 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 40px;
  width: auto;
  background-color: #2da7bf;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .Field3 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #f4f4f4;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .Field4 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 40px;
  width: auto;
  background-color: #666666;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card img {
  object-fit: cover;
  object-position: center;
  max-height: 180px;
  height: auto;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body {
  min-height: 250px;
  height: 250px;
  display: flex;
  justify-content: start;
  position: relative;
  width: 100%;
  margin: auto;
  border-radius: 35px 10px;
  background-color: #ffffff;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-title a {
  color: #000000;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  max-height: 100px;
  height: 100px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .localita {
  background-color: #2da7bf;
  border-radius: 30px;
  width: max-content;
  padding: 2px 10px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .star {
  background-color: #168ea5;
  width: max-content;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 11px;
  color: #ffd800;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .card_price {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex-wrap: wrap;
  text-align: end;
  color: #000000;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .card_price .price {
  font-size: 24px;
  font-weight: 900;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .card_price .old-price {
  font-size: 12px;
  color: #666666;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .container-bottone-offerta {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .container-bottone-offerta .bottone-offerta {
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-size: 13px;
}
.swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .container-bottone-offerta .bottone-offerta:hover {
  background-color: #f4f4f4;
  color: #ffffff;
}

@media (max-width: 520px) {
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev {
    float: left;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev:hover {
    background-color: #168ea5;
  }
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next {
    float: right;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next:hover {
    background-color: #168ea5;
  }
}
/*********
    TEMPLATE OFFERTE swg_offers_carousel_3
    con superclasse da unblraco per gestire l'overlay;
    **********/
.overlay_bg_class .swg_offers_carousel_3 {
  margin-bottom: 0px;
  animation: winanim 0.5s;
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav {
  width: 110%;
  position: absolute;
  top: 30%;
  left: -5%;
}
@media (max-width: 991.98px) {
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav {
    width: 96%;
    position: absolute;
    top: 30%;
    left: 2%;
  }
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-prev:hover {
  background-color: #168ea5;
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-nav .owl-next:hover {
  background-color: #168ea5;
}
@media (max-width: 520px) {
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev {
    float: left;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:hover {
    background-color: #168ea5;
  }
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav .owl-next {
    float: right;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_class .swg_offers_carousel_3 .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:hover {
    background-color: #168ea5;
  }
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_bg {
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 600px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_bg:before {
  content: "";
  background-color: #00435d;
  opacity: 0.3;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title {
  font-size: 42px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h1, .overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h2, .overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h3, .overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h4, .overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h5, .overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title h6 {
  font-weight: 100;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-title strong {
  font-weight: 700;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
  border: 0px !important;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav ul {
  padding: 0;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li {
    width: 100%;
    text-align: center;
  }
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li a {
  color: #000000;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #e2e2e2;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li:hover a {
  color: #ffffff;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li .active {
  background-color: #168ea5;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 30px !important;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li .active:hover {
  background-color: #168ea5;
  border: 1px solid #e2e2e2;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li .active:hover a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .Field1 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 40px;
  width: auto;
  background-color: #2da7bf;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .Field3 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #f4f4f4;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .Field4 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 40px;
  width: auto;
  background-color: #666666;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card img {
  object-fit: cover;
  object-position: center;
  max-height: 180px;
  height: auto;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body {
  min-height: 250px;
  height: 300px;
  display: flex;
  justify-content: start;
  position: relative;
  width: 96%;
  margin: auto;
  top: -20px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-title a {
  color: #000000;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  max-height: 100px;
  height: 100px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .localita {
  background-color: #2da7bf;
  border-radius: 30px;
  width: max-content;
  padding: 2px 10px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .card-body .star {
  background-color: #168ea5;
  width: max-content;
  padding: 2px 10px;
  border-radius: 30px;
  font-size: 11px;
  color: #ffd800;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .card_price {
  display: flex;
  flex-direction: column;
  justify-content: end;
  flex-wrap: wrap;
  text-align: end;
  color: #000000;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .card_price .price {
  font-size: 24px;
  font-weight: 900;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .card_price .old-price {
  font-size: 12px;
  color: #666666;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .container-bottone-offerta {
  display: flex;
  justify-content: center;
  margin-top: auto;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .container-bottone-offerta .bottone-offerta {
  background-color: #ffffff;
  padding: 10px;
  color: #000000;
  font-size: 13px;
}
.overlay_bg_class .swg_offers_carousel_3 .swg_offers_carousel_3_card .bottom .container-bottone-offerta .bottone-offerta:hover {
  background-color: #f4f4f4;
  color: #ffffff;
}

/*********
    TEMPLATE OFFERTE swg_offers_carousel_4
    con superclasse da unblraco per gestire l'overlay;
    **********/
.overlay_bg_class .swg_offers_carousel_4_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 600px;
  width: 100%;
}
.overlay_bg_class .swg_offers_carousel_4_bg:before {
  content: "";
  background-color: #00435d;
  opacity: 0.3;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay_bg_class .swg_offers_carousel_4_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
.overlay_bg_class .swg_offers_carousel_4_dati .widget-title {
  font-size: 42px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.overlay_bg_class .swg_offers_carousel_4_dati .widget-title h1, .overlay_bg_class .swg_offers_carousel_4_dati .widget-title h2, .overlay_bg_class .swg_offers_carousel_4_dati .widget-title h3, .overlay_bg_class .swg_offers_carousel_4_dati .widget-title h4, .overlay_bg_class .swg_offers_carousel_4_dati .widget-title h5, .overlay_bg_class .swg_offers_carousel_4_dati .widget-title h6 {
  font-weight: 100;
}
.overlay_bg_class .swg_offers_carousel_4_dati .widget-title strong {
  font-weight: 700;
}
.overlay_bg_class .swg_offers_carousel_4_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.overlay_bg_class .swg_offers_carousel_4_dati .widget-content {
  font-size: 13px;
}
.overlay_bg_class .swg_offers_carousel_4_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
  border: 0px !important;
}
@media (max-width: 767.98px) {
  .overlay_bg_class .swg_offers_carousel_4_nav {
    display: none;
  }
}
.overlay_bg_class .swg_offers_carousel_4_nav ul {
  padding: 0;
}
.overlay_bg_class .swg_offers_carousel_4_nav li {
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .overlay_bg_class .swg_offers_carousel_4_nav li {
    width: 100%;
    text-align: center;
  }
}
.overlay_bg_class .swg_offers_carousel_4_nav li a {
  color: #000000;
}
.overlay_bg_class .swg_offers_carousel_4_nav li:hover {
  background-color: #168ea5;
  border: 0px solid #ffffff;
}
.overlay_bg_class .swg_offers_carousel_4_nav li:hover a {
  color: #ffffff;
}
.overlay_bg_class .swg_offers_carousel_4_nav li .active {
  background-color: #168ea5;
  border: 0px solid #168ea5;
  color: #ffffff;
  border-radius: 30px !important;
}
.overlay_bg_class .swg_offers_carousel_4_nav li .active:hover {
  background-color: #168ea5;
  border: 0px solid #168ea5;
}
.overlay_bg_class .swg_offers_carousel_4_nav li .active:hover a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_class .swg_offers_carousel_4_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_class .select-tab {
  border-radius: 30px;
  border: 2px solid #168ea5;
  font-size: 18px;
}
@media (min-width: 767.97px) {
  .overlay_bg_class .select-tab {
    display: none;
  }
}
.overlay_bg_class .owl-theme-2 .owl-nav {
  width: 98%;
  position: absolute;
  top: 30%;
  left: 1%;
}
@media (max-width: 991.98px) {
  .overlay_bg_class .owl-theme-2 .owl-nav {
    width: 96%;
    position: absolute;
    top: 30%;
    left: 2%;
  }
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background: #168ea5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-prev:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-prev:hover {
  background-color: gold;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-prev:hover:before {
  content: "\f053";
  color: #168ea5;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background: #168ea5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-next:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-next:hover {
  background-color: gold;
}
.overlay_bg_class .owl-theme-2 .owl-nav .owl-next:hover:before {
  content: "\f054";
  color: #168ea5;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
@media (max-width: 520px) {
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev {
    float: left;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:hover {
    background-color: #168ea5;
  }
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav .owl-next {
    float: right;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_class .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:hover {
    background-color: #168ea5;
  }
}
.overlay_bg_class .swg_offers_carousel_4 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
.overlay_bg_class .swg_offers_carousel_4 .my-card {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 8px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  align-items: stretch;
  max-height: 550px;
  height: 550px;
}
.overlay_bg_class .swg_offers_carousel_4 .my-card:hover {
  box-shadow: 0px 0px 8px #ccc;
}
.overlay_bg_class .swg_offers_carousel_4 .my-card img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  overflow: hidden;
}
.overlay_bg_class .swg_offers_carousel_4 .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.overlay_bg_class .swg_offers_carousel_4 .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.overlay_bg_class .swg_offers_carousel_4 .Field3 {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 79%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.overlay_bg_class .swg_offers_carousel_4 .Field4 {
  position: absolute;
  z-index: 1;
  left: 77%;
  top: 79%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .overlay_bg_class .swg_offers_carousel_4 .Field4 {
    left: 82%;
  }
}
.overlay_bg_class .my-card-body {
  min-height: 150px;
  max-height: 180px;
  height: 180px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
.overlay_bg_class .my-card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.overlay_bg_class .my-card-body .card-title a {
  color: #000000;
}
.overlay_bg_class .my-card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.overlay_bg_class .my-card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
}
.overlay_bg_class .my-card-body .localita {
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}
.overlay_bg_class .my-card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.overlay_bg_class .my-card-body .star {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 11px;
  width: 100%;
  color: #ffd800;
}
.overlay_bg_class .my-card-body .date {
  font-weight: 300;
  color: #000000;
}
.overlay_bg_class .my-card-body .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.overlay_bg_class .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: auto;
}
.overlay_bg_class .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.overlay_bg_class .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.overlay_bg_class .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}
.overlay_bg_class .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
}
.overlay_bg_class .bottom .my-card-btn {
  color: #ffffff;
  background-color: #168ea5;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: auto;
  display: flex;
}
.overlay_bg_class .bottom .my-card-btn:hover {
  color: #ffffff;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

/*********
    TEMPLATE OFFERTE swg_offers_carousel_4
    **********/
.overlay_bg_white .swg_offers_carousel_4_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 600px;
  width: 100%;
}
.overlay_bg_white .swg_offers_carousel_4_bg:before {
  content: "";
  background-color: transparent;
  opacity: 0.3;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay_bg_white .swg_offers_carousel_4_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.overlay_bg_white .swg_offers_carousel_4_dati .widget-title {
  font-size: 42px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.overlay_bg_white .swg_offers_carousel_4_dati .widget-title h1, .overlay_bg_white .swg_offers_carousel_4_dati .widget-title h2, .overlay_bg_white .swg_offers_carousel_4_dati .widget-title h3, .overlay_bg_white .swg_offers_carousel_4_dati .widget-title h4, .overlay_bg_white .swg_offers_carousel_4_dati .widget-title h5, .overlay_bg_white .swg_offers_carousel_4_dati .widget-title h6 {
  font-weight: 100;
}
.overlay_bg_white .swg_offers_carousel_4_dati .widget-title strong {
  font-weight: 700;
}
.overlay_bg_white .swg_offers_carousel_4_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.overlay_bg_white .swg_offers_carousel_4_dati .widget-content {
  font-size: 13px;
}
.overlay_bg_white .swg_offers_carousel_4_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
  border: 0px !important;
}
@media (max-width: 767.98px) {
  .overlay_bg_white .swg_offers_carousel_4_nav {
    display: none;
  }
}
.overlay_bg_white .swg_offers_carousel_4_nav ul {
  padding: 0;
}
.overlay_bg_white .swg_offers_carousel_4_nav li {
  border: 0px solid #ffffff;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .overlay_bg_white .swg_offers_carousel_4_nav li {
    width: 100%;
    text-align: center;
  }
}
.overlay_bg_white .swg_offers_carousel_4_nav li a {
  color: #000000;
}
.overlay_bg_white .swg_offers_carousel_4_nav li:hover {
  background-color: #168ea5;
  border: 0px solid #ffffff;
}
.overlay_bg_white .swg_offers_carousel_4_nav li:hover a {
  color: #ffffff;
}
.overlay_bg_white .swg_offers_carousel_4_nav li .active {
  background-color: #168ea5;
  border: 0px solid #168ea5;
  color: #ffffff;
  border-radius: 30px !important;
}
.overlay_bg_white .swg_offers_carousel_4_nav li .active:hover {
  background-color: #168ea5;
  border: 0px solid #168ea5;
}
.overlay_bg_white .swg_offers_carousel_4_nav li .active:hover a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_white .swg_offers_carousel_4_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_white .select-tab {
  border-radius: 30px;
  border: 2px solid #168ea5;
  font-size: 18px;
}
@media (min-width: 767.97px) {
  .overlay_bg_white .select-tab {
    display: none;
  }
}
.overlay_bg_white .owl-theme-2 .owl-nav {
  width: 98%;
  position: absolute;
  top: 30%;
  left: 1%;
}
@media (max-width: 991.98px) {
  .overlay_bg_white .owl-theme-2 .owl-nav {
    width: 96%;
    position: absolute;
    top: 30%;
    left: 2%;
  }
}
.overlay_bg_white .owl-theme-2 .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_white .owl-theme-2 .owl-nav .owl-prev:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_white .owl-theme-2 .owl-nav .owl-prev:hover {
  background-color: #168ea5;
}
.overlay_bg_white .owl-theme-2 .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_white .owl-theme-2 .owl-nav .owl-next:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_white .owl-theme-2 .owl-nav .owl-next:hover {
  background-color: #168ea5;
}
@media (max-width: 520px) {
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev {
    float: left;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:hover {
    background-color: #168ea5;
  }
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav .owl-next {
    float: right;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_white .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:hover {
    background-color: #168ea5;
  }
}
.overlay_bg_white .swg_offers_carousel_4 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
.overlay_bg_white .swg_offers_carousel_4 .my-card {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 8px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  align-items: stretch;
  max-height: 550px;
  height: 550px;
}
.overlay_bg_white .swg_offers_carousel_4 .my-card:hover {
  box-shadow: 0px 0px 8px #ccc;
}
.overlay_bg_white .swg_offers_carousel_4 .my-card img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  overflow: hidden;
}
.overlay_bg_white .swg_offers_carousel_4 .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.overlay_bg_white .swg_offers_carousel_4 .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.overlay_bg_white .swg_offers_carousel_4 .Field3 {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 79%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.overlay_bg_white .swg_offers_carousel_4 .Field4 {
  position: absolute;
  z-index: 1;
  left: 77%;
  top: 79%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .overlay_bg_white .swg_offers_carousel_4 .Field4 {
    left: 82%;
  }
}
.overlay_bg_white .my-card-body {
  min-height: 150px;
  max-height: 180px;
  height: 180px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
.overlay_bg_white .my-card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.overlay_bg_white .my-card-body .card-title a {
  color: #000000;
}
.overlay_bg_white .my-card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.overlay_bg_white .my-card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
}
.overlay_bg_white .my-card-body .localita {
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}
.overlay_bg_white .my-card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.overlay_bg_white .my-card-body .star {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 11px;
  width: 100%;
  color: #ffd800;
}
.overlay_bg_white .my-card-body .date {
  font-weight: 300;
  color: #000000;
}
.overlay_bg_white .my-card-body .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.overlay_bg_white .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: auto;
}
.overlay_bg_white .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.overlay_bg_white .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.overlay_bg_white .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}
.overlay_bg_white .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
}
.overlay_bg_white .bottom .my-card-btn {
  color: #ffffff;
  background-color: #168ea5;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: auto;
  display: flex;
}
.overlay_bg_white .bottom .my-card-btn:hover {
  color: #ffffff;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

.overlay_bg_white.Four_Element .swg_offers_carousel_4_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 600px;
  width: 100%;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_bg:before {
  content: "";
  background-color: transparent;
  opacity: 0.3;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title {
  font-size: 16px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title h1, .overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title h2, .overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title h3, .overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title h4, .overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title h5, .overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title h6 {
  font-weight: 100;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-title strong {
  font-weight: 700;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_dati .widget-content {
  font-size: 13px;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
  border: 0px !important;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav ul {
  padding: 0;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li {
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  border-radius: 30px;
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li {
    width: 100%;
    text-align: center;
  }
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li a {
  color: #000000;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #e2e2e2;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li:hover a {
  color: #ffffff;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li .active {
  background-color: #168ea5;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 30px !important;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li .active:hover {
  background-color: #168ea5;
  border: 1px solid #e2e2e2;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li .active:hover a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav {
  width: 98%;
  position: absolute;
  top: 30%;
  left: 1%;
}
@media (max-width: 991.98px) {
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-nav {
    width: 96%;
    position: absolute;
    top: 30%;
    left: 2%;
  }
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav .owl-prev {
  float: left;
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav .owl-prev:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav .owl-prev:hover {
  background-color: #168ea5;
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav .owl-next {
  float: right;
  width: 40px;
  height: 40px;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.6s;
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav .owl-next:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.overlay_bg_white.Four_Element .owl-theme-2 .owl-nav .owl-next:hover {
  background-color: #168ea5;
}
@media (max-width: 520px) {
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 5%;
  }
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev {
    float: left;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav .owl-prev:hover {
    background-color: #168ea5;
  }
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav .owl-next {
    float: right;
    width: 40px;
    height: 40px;
    background: #168ea5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.6s;
  }
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
  }
  .overlay_bg_white.Four_Element .owl-theme-2 .owl-theme-2 .owl-nav .owl-next:hover {
    background-color: #168ea5;
  }
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .my-card {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 8px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  align-items: stretch;
  max-height: 530px;
  height: 530px;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .my-card:hover {
  box-shadow: 0px 0px 8px #ccc;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .my-card img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  overflow: hidden;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .Field3 {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 79%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.overlay_bg_white.Four_Element .swg_offers_carousel_4 .Field4 {
  position: absolute;
  z-index: 1;
  left: 77%;
  top: 79%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .overlay_bg_white.Four_Element .swg_offers_carousel_4 .Field4 {
    left: 82%;
  }
}
.overlay_bg_white.Four_Element .my-card-body {
  min-height: 150px;
  max-height: 180px;
  height: 180px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
.overlay_bg_white.Four_Element .my-card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.overlay_bg_white.Four_Element .my-card-body .card-title a {
  color: #000000;
}
.overlay_bg_white.Four_Element .my-card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.overlay_bg_white.Four_Element .my-card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
}
.overlay_bg_white.Four_Element .my-card-body .localita {
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}
.overlay_bg_white.Four_Element .my-card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.overlay_bg_white.Four_Element .my-card-body .star {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 11px;
  width: 100%;
  color: #ffd800;
}
.overlay_bg_white.Four_Element .my-card-body .date {
  font-weight: 300;
  color: #000000;
}
.overlay_bg_white.Four_Element .my-card-body .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.overlay_bg_white.Four_Element .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: auto;
}
.overlay_bg_white.Four_Element .bottom .card_price {
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.overlay_bg_white.Four_Element .bottom .card_price .price {
  font-size: 20px;
  font-weight: 900;
  display: block;
}
.overlay_bg_white.Four_Element .bottom .card_price .old-price {
  font-size: 14px;
  display: block;
}
.overlay_bg_white.Four_Element .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
  display: block;
}
.overlay_bg_white.Four_Element .bottom .my-card-btn {
  color: #ffffff;
  background-color: #168ea5;
  padding: 5px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: auto;
  display: flex;
}
.overlay_bg_white.Four_Element .bottom .my-card-btn:hover {
  color: #ffffff;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

/*azzurro*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/****************
    SWG_OFFERS_GRID_1
    ********************/
.swg_offers_grid_1_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_1_dati .widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #168ea5;
  margin-top: 20px;
}
.swg_offers_grid_1_dati .widget-title h1, .swg_offers_grid_1_dati .widget-title h2, .swg_offers_grid_1_dati .widget-title h3, .swg_offers_grid_1_dati .widget-title h4, .swg_offers_grid_1_dati .widget-title h5, .swg_offers_grid_1_dati .widget-title h6 {
  font-size: 24px;
  font-weight: 600;
  color: #168ea5;
  margin-top: 20px;
}
.swg_offers_grid_1_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_1_dati .widget-description {
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
.swg_offers_grid_1_dati .widget-description h1, .swg_offers_grid_1_dati .widget-description h2, .swg_offers_grid_1_dati .widget-description h3, .swg_offers_grid_1_dati .widget-description h4, .swg_offers_grid_1_dati .widget-description h5, .swg_offers_grid_1_dati .widget-description h6 {
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}
.swg_offers_grid_1_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_1_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_1_dati .widget-content h1, .swg_offers_grid_1_dati .widget-content h2, .swg_offers_grid_1_dati .widget-content h3, .swg_offers_grid_1_dati .widget-content h4, .swg_offers_grid_1_dati .widget-content h5, .swg_offers_grid_1_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_1_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_1 .swg_offers_grid_1_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav li a {
  color: #000000;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
}
.swg_offers_grid_1 .swg_offers_grid_1_nav li .active a {
  color: #ffffff;
}
.swg_offers_grid_1 .swg_offers_grid_1_card {
  border: 1px solid #ccc;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .Field1 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 40px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .Field3 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .Field4 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 40px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_1 .swg_offers_grid_1_card img {
  object-fit: cover;
  object-position: center;
  max-height: 180px;
  height: auto;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body {
  min-height: 250px;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .card-title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .card-title a {
  color: #000000;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.1rem;
  font-size: 12px;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .date {
  font-size: 14px;
  font-weight: 600;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .date:before {
  content: "\f073";
  font-size: 14px;
  margin-right: 3px;
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #168ea5;
  font-weight: 300;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .star {
  font-size: 10px;
  color: #ffcb00;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .localita {
  font-weight: 600;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .localita:before {
  content: "\f3c5";
  color: #168ea5;
  font-weight: 300;
  font-family: "Font Awesome 5 Pro", sans-serif;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .bottom {
  display: flex;
  margin-bottom: 0;
  margin-top: auto;
  width: 100%;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .bottom .card_price .price {
  font-size: 20px;
  font-weight: 900;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .bottom .card_price .old-price {
  font-size: 12px;
  color: #168ea5;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .bottom .onlyprice {
  font-size: 20px !important;
  font-weight: 900;
  display: flex;
  margin-top: auto;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .bottom .container-bottone-offerta .bottone-offerta {
  border: 1px solid #168ea5;
  padding: 10px;
  color: #000000;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swg_offers_grid_1 .swg_offers_grid_1_card .card-body .bottom .container-bottone-offerta .bottone-offerta:hover {
  background-color: #168ea5;
  color: #ffffff;
  text-decoration: none;
  -webkit-transform: translate3d(0px, -10px, 0px);
  transform: translate3d(0px, -10px, 0px);
  opacity: 1;
}

/****************
    SWG_OFFERS_GRID_2
    ********************/
.swg_offers_grid_2_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_2_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #168ea5;
}
.swg_offers_grid_2_dati .widget-title h1, .swg_offers_grid_2_dati .widget-title h2, .swg_offers_grid_2_dati .widget-title h3, .swg_offers_grid_2_dati .widget-title h4, .swg_offers_grid_2_dati .widget-title h5, .swg_offers_grid_2_dati .widget-title h6 {
  font-size: 13px;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #168ea5;
}
.swg_offers_grid_2_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_2_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_2_dati .widget-description h1, .swg_offers_grid_2_dati .widget-description h2, .swg_offers_grid_2_dati .widget-description h3, .swg_offers_grid_2_dati .widget-description h4, .swg_offers_grid_2_dati .widget-description h5, .swg_offers_grid_2_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_2_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_2_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_2_dati .widget-content h1, .swg_offers_grid_2_dati .widget-content h2, .swg_offers_grid_2_dati .widget-content h3, .swg_offers_grid_2_dati .widget-content h4, .swg_offers_grid_2_dati .widget-content h5, .swg_offers_grid_2_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_2_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_2_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swg_offers_grid_2 {
  /* Zoom-n-rotate Container */
  /* The Transformation */
}
.swg_offers_grid_2 .swg_offers_grid_2_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav li a {
  color: #000000;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
}
.swg_offers_grid_2 .swg_offers_grid_2_nav li .active a {
  color: #ffffff;
}
.swg_offers_grid_2 .img-hover-zoom {
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: center;
  min-height: 185px;
  max-height: 310px;
  height: 250px;
}
.swg_offers_grid_2 .img-hover-zoom::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 30%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_2 .img-hover-zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swg_offers_grid_2 .img-hover-zoom--zoom-n-rotate img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swg_offers_grid_2 .img-hover-zoom--zoom-n-rotate:hover img {
  transform: scale(2) rotate(25deg);
}
.swg_offers_grid_2 .img-hover-zoom-title {
  min-height: 60px;
  display: flex;
  align-items: center;
  font-weight: 700;
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 10;
}
.swg_offers_grid_2 .img-hover-zoom-title a {
  color: #ffffff;
}
.swg_offers_grid_2 .img-hover-zoom-title .destination {
  display: flex;
  align-items: center;
  font-weight: 400;
  background-color: transparent !important;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 10;
  font-size: 13px;
  color: #f4f4f4;
}
.swg_offers_grid_2 .img-hover-zoom-title .date {
  color: #f4f4f4;
  font-size: 12px;
}
.swg_offers_grid_2 .img-hover-zoom-title .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.swg_offers_grid_2 .Field1 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_2 .Field2 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 25px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_2 .Field3 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 19px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_2 .Field4 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 50px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_2 .price-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 5;
  width: auto;
}
.swg_offers_grid_2 .price-container .price {
  width: auto;
  background-color: #f4f4f4;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}
.swg_offers_grid_2 .price-container .old-price {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}

@media (max-width: 991px) {
  .swg_offers_grid_2 {
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_2 .img-hover-zoom {
    min-height: 280px;
    height: auto;
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: center;
  }
  .swg_offers_grid_2 .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_2 .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_2 .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_2 .img-hover-zoom--zoom-n-rotate:hover img {
    transform: scale(2) rotate(25deg);
  }
  .swg_offers_grid_2 .img-hover-zoom-title {
    min-height: 60px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 10;
  }
  .swg_offers_grid_2 .img-hover-zoom-title a {
    color: #ffffff;
  }
  .swg_offers_grid_2 .img-hover-zoom-title .destination {
    display: flex;
    align-items: center;
    font-weight: 400;
    background-color: transparent !important;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 10;
    font-size: 13px;
    color: #f4f4f4;
  }
  .swg_offers_grid_2 .img-hover-zoom-title .date {
    color: #f4f4f4;
    font-size: 12px;
  }
  .swg_offers_grid_2 .img-hover-zoom-title .date:before {
    content: "\f073";
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 300;
  }
}
/****************
    SWG_OFFERS_GRID_3
    ********************/
.swg_offers_grid_3_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_3_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_offers_grid_3_dati .widget-title h1, .swg_offers_grid_3_dati .widget-title h2, .swg_offers_grid_3_dati .widget-title h3, .swg_offers_grid_3_dati .widget-title h4, .swg_offers_grid_3_dati .widget-title h5, .swg_offers_grid_3_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_offers_grid_3_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_3_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_3_dati .widget-description h1, .swg_offers_grid_3_dati .widget-description h2, .swg_offers_grid_3_dati .widget-description h3, .swg_offers_grid_3_dati .widget-description h4, .swg_offers_grid_3_dati .widget-description h5, .swg_offers_grid_3_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_3_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_3_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_3_dati .widget-content h1, .swg_offers_grid_3_dati .widget-content h2, .swg_offers_grid_3_dati .widget-content h3, .swg_offers_grid_3_dati .widget-content h4, .swg_offers_grid_3_dati .widget-content h5, .swg_offers_grid_3_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_3_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_3 {
  float: left;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav li a {
  color: #000000;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
}
.swg_offers_grid_3 .swg_offers_grid_3_nav li .active a {
  color: #ffffff;
}
.swg_offers_grid_3 .card__box .badge-danger {
  color: #fff !important;
}
.swg_offers_grid_3 .card__box .card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
.swg_offers_grid_3 .card__box .img-square-wrapper {
  width: 350px;
  height: 200px;
  overflow: hidden;
}
.swg_offers_grid_3 .card__box .img-square-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center;
}
.swg_offers_grid_3 .card__box .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row;
  height: 180px;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease-in;
}
.swg_offers_grid_3 .card__box .card:hover {
  transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .swg_offers_grid_3 .card__box .card {
    flex-direction: column !important;
    height: auto;
  }
}
.swg_offers_grid_3 .card__box .card__img {
  flex: 1 30%;
  -webkit-flex: 1 30%;
  overflow: hidden;
  position: relative;
}
.swg_offers_grid_3 .card__box .card__img-preview {
  display: block;
  object-fit: cover;
  margin: 0 auto;
  min-width: 150px;
  max-width: 100%;
  min-height: 100%;
  transition: all 0.5s ease 0s;
}
.swg_offers_grid_3 .card__box .card__img-preview:hover {
  transform: scale(1.5);
}
.swg_offers_grid_3 .card__box .card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem;
}
.swg_offers_grid_3 .card__box .card__content {
  flex: 1 70%;
  -webkit-flex: 1 70%;
  padding: 0.8rem;
}
.swg_offers_grid_3 .card__box .card__title {
  font-size: 1rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  color: #333;
}
.swg_offers_grid_3 .card__box .card__title:hover {
  color: #E50019;
  text-decoration: none;
}
.swg_offers_grid_3 .card__box .card__text {
  font-size: 0.9rem;
  margin: 0;
}
.swg_offers_grid_3 .card__box .card__description {
  font-size: 0.8rem;
  margin: 0;
  margin-top: 0.5rem;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 2rem;
  line-height: 1rem;
}
.swg_offers_grid_3 .card__box .card__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #efefef;
  text-align: right;
  margin-top: 1rem;
  font-size: 0.8rem;
  color: #888;
}
.swg_offers_grid_3 .card__box .card__bottom .date {
  color: #000000;
  position: absolute;
  bottom: 10px;
}
.swg_offers_grid_3 .card__box .card__bottom .price {
  color: #168ea5;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.swg_offers_grid_3 .card__box .card__bottom .price s {
  font-size: 16px;
  font-weight: 300;
}

/****************
    SWG_OFFERS_GRID_4
    ********************/
.swg_offers_grid_4_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_4_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_offers_grid_4_dati .widget-title h1, .swg_offers_grid_4_dati .widget-title h2, .swg_offers_grid_4_dati .widget-title h3, .swg_offers_grid_4_dati .widget-title h4, .swg_offers_grid_4_dati .widget-title h5, .swg_offers_grid_4_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_offers_grid_4_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_4_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_4_dati .widget-description h1, .swg_offers_grid_4_dati .widget-description h2, .swg_offers_grid_4_dati .widget-description h3, .swg_offers_grid_4_dati .widget-description h4, .swg_offers_grid_4_dati .widget-description h5, .swg_offers_grid_4_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_4_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_4_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_4_dati .widget-content h1, .swg_offers_grid_4_dati .widget-content h2, .swg_offers_grid_4_dati .widget-content h3, .swg_offers_grid_4_dati .widget-content h4, .swg_offers_grid_4_dati .widget-content h5, .swg_offers_grid_4_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_4_dati .widget-content strong {
  font-weight: 700;
}

.snip1574 {
  position: relative;
  overflow: hidden;
  width: 100%;
  position: relative;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease 0s;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  min-height: 180px;
  max-height: 195px;
  height: 195px;
}
.snip1574::after {
  transform: scale(1.5);
}
.snip1574 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1574 img {
  width: 100%;
  height: 100%;
}
.snip1574 figcaption blockquote {
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-content: end;
}
.snip1574 figcaption blockquote .Field1 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 5px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.snip1574 figcaption blockquote .Field2 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 30px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.snip1574 figcaption blockquote .Field3 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 55px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.snip1574 figcaption blockquote .Field4 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 80px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.snip1574 figcaption blockquote .price-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 5;
  width: auto;
}
.snip1574 figcaption blockquote .price-container .price {
  width: auto;
  background-color: #168ea5;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}
.snip1574 figcaption blockquote .price-container .old-price {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}
.snip1574 figcaption blockquote .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 3px 0;
  left: 3%;
  bottom: 35px;
  position: absolute;
}
.snip1574 figcaption blockquote .subtitle {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
  left: 3%;
  bottom: 20px;
  position: absolute;
}
.snip1574 figcaption blockquote .bottone-offerta {
  display: none;
}
.snip1574 figcaption blockquote:hover {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.snip1574 figcaption blockquote:hover .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 3px 0;
  left: 3%;
  bottom: 60px;
  position: absolute;
}
.snip1574 figcaption blockquote:hover .subtitle {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  color: #168ea5;
  letter-spacing: 1px;
  left: 3%;
  bottom: 45px;
  position: absolute;
}
.snip1574 figcaption blockquote:hover .bottone-offerta {
  display: block;
  border-radius: 0px;
  color: #fff;
  left: 3%;
  bottom: 10px;
  position: absolute;
  padding: 5px;
  font-size: 13px;
  background-color: #168ea5;
  text-decoration: none;
  text-transform: uppercase;
}
.snip1574 figcaption blockquote:hover .bottone-offerta a {
  text-decoration: none;
}

.swg_offers_grid_4_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_4_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_4_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
}
.swg_offers_grid_4_nav li a {
  color: #000000;
}
.swg_offers_grid_4_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_4_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_4_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
}
.swg_offers_grid_4_nav li .active a {
  color: #ffffff;
}

@media (max-width: 991px) {
  .snip1574 {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    height: 390px;
  }
  .snip1574 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
  }
  .snip1574::after {
    transform: scale(1.5);
  }
  .snip1574::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 0;
  }
  .snip1574 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .snip1574 figcaption blockquote {
    position: absolute;
    z-index: 3;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: end;
  }
  .snip1574 figcaption blockquote .title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 3px 0;
    left: 3%;
    bottom: 35px;
    position: absolute;
  }
  .snip1574 figcaption blockquote .subtitle {
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    color: #168ea5;
    letter-spacing: 1px;
    left: 3%;
    bottom: 20px;
    position: absolute;
  }
  .snip1574 figcaption blockquote .bottone-offerta {
    display: none;
  }
  .snip1574 figcaption blockquote:hover {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .snip1574 figcaption blockquote:hover .title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 3px 0;
    left: 3%;
    bottom: 60px;
    position: absolute;
  }
  .snip1574 figcaption blockquote:hover .subtitle {
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 1px;
    left: 3%;
    bottom: 45px;
    position: absolute;
  }
  .snip1574 figcaption blockquote:hover .bottone-offerta {
    display: block;
    border-radius: 0px;
    color: #fff;
    left: 3%;
    bottom: 10px;
    position: absolute;
    padding: 5px;
    font-size: 13px;
    background-color: #168ea5;
    text-decoration: none;
    text-transform: uppercase;
  }
  .snip1574 figcaption blockquote:hover .bottone-offerta a {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .snip1574 {
    min-height: 390px;
    max-height: 490px;
    border: 1px solid red;
  }
}
/****************
    SWG_OFFERS_GRID_5
    ********************/
.swg_offers_grid_5_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swg_offers_grid_5_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #168ea5;
}
.swg_offers_grid_5_dati .widget-title h1, .swg_offers_grid_5_dati .widget-title h2, .swg_offers_grid_5_dati .widget-title h3, .swg_offers_grid_5_dati .widget-title h4, .swg_offers_grid_5_dati .widget-title h5, .swg_offers_grid_5_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #168ea5;
}
.swg_offers_grid_5_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_5_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_5_dati .widget-description h1, .swg_offers_grid_5_dati .widget-description h2, .swg_offers_grid_5_dati .widget-description h3, .swg_offers_grid_5_dati .widget-description h4, .swg_offers_grid_5_dati .widget-description h5, .swg_offers_grid_5_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_5_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_5_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_5_dati .widget-content h1, .swg_offers_grid_5_dati .widget-content h2, .swg_offers_grid_5_dati .widget-content h3, .swg_offers_grid_5_dati .widget-content h4, .swg_offers_grid_5_dati .widget-content h5, .swg_offers_grid_5_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_5_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_5 {
  /********************* Shopping Demo-3 **********************/
}
.swg_offers_grid_5 .swg_offers_grid_5_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav li {
  border: 1px solid #f4f4f4;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav li a {
  color: #000000;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav li:hover {
  background-color: #f4f4f4;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav li .active {
  background-color: #168ea5;
  border: 0 !important;
  color: #ffffff;
}
.swg_offers_grid_5 .swg_offers_grid_5_nav li .active a {
  color: #ffffff;
}
.swg_offers_grid_5 .product-grid3 {
  text-align: center;
  position: relative;
  z-index: 1;
  border: 1px solid #ccc;
}
.swg_offers_grid_5 .product-grid3:before {
  content: "";
  height: 81%;
  width: 100%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.swg_offers_grid_5 .product-grid3:hover:before {
  opacity: 1;
  height: 100%;
}
.swg_offers_grid_5 .product-grid3 .product-image3 {
  position: relative;
}
.swg_offers_grid_5 .product-grid3 .product-image3 a {
  display: block;
}
.swg_offers_grid_5 .product-grid3 .product-image3 img {
  width: 100%;
  height: auto;
}
.swg_offers_grid_5 .product-grid3 .pic-1 {
  opacity: 1;
  transition: all 0.5s ease-out 0s;
}
.swg_offers_grid_5 .product-grid3:hover .pic-1 {
  opacity: 0;
}
.swg_offers_grid_5 .product-grid3 .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}
.swg_offers_grid_5 .product-grid3:hover .pic-2 {
  opacity: 1;
}
.swg_offers_grid_5 .product-grid3 .social {
  width: 120px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -23px;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.swg_offers_grid_5 .product-grid3:hover .social {
  opacity: 1;
  transform: scale(1);
}
.swg_offers_grid_5 .product-grid3:hover .product-discount-label, .swg_offers_grid_5 .product-grid3:hover .product-new-label, .swg_offers_grid_5 .product-grid3:hover .title {
  opacity: 0;
}
.swg_offers_grid_5 .product-grid3 .social li {
  display: inline-block;
}
.swg_offers_grid_5 .product-grid3 .social li a {
  color: #e67e22;
  background: #fff;
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 2px;
  display: block;
  transition: all 0.3s ease 0s;
}
.swg_offers_grid_5 .product-grid3 .social li a:hover {
  background: #e67e22;
  color: #fff;
}
.swg_offers_grid_5 .product-grid3 .product-discount-label, .swg_offers_grid_5 .product-grid3 .product-new-label {
  background-color: #e67e22;
  color: #fff;
  font-size: 17px;
  padding: 2px 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all 0.3s;
}
.swg_offers_grid_5 .product-grid3 .product-content {
  z-index: -1;
  padding: 15px;
  text-align: justify;
}
.swg_offers_grid_5 .product-grid3 .product-content .description {
  max-height: 150px;
  min-height: 100px;
  height: 150px;
  overflow: hidden;
}
.swg_offers_grid_5 .product-grid3 .product-content .description .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 1.1rem;
  font-size: 14px;
}
.swg_offers_grid_5 .product-grid3 .title {
  font-size: 14px;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 0.3s ease 0s;
}
.swg_offers_grid_5 .product-grid3 .title a {
  color: #414141;
}
.swg_offers_grid_5 .product-grid3 .price {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-right: 2px;
  display: inline-block;
}
.swg_offers_grid_5 .product-grid3 .price span {
  color: #909090;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: line-through;
  text-align: left;
  display: inline-block;
  margin-top: -2px;
}
.swg_offers_grid_5 .product-grid3 .rating {
  padding: 0;
  margin: -22px 0 0;
  list-style: none;
  text-align: right;
  display: block;
}
.swg_offers_grid_5 .product-grid3 .rating li {
  color: #ffd200;
  font-size: 13px;
  display: inline-block;
}
.swg_offers_grid_5 .product-grid3 .rating li.disable {
  color: #dcdcdc;
}
@media only screen and (max-width: 1200px) {
  .swg_offers_grid_5 .product-grid3 .rating {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) {
  .swg_offers_grid_5 .product-grid3 {
    margin-bottom: 30px;
  }
  .swg_offers_grid_5 .product-grid3 .rating {
    margin: -22px 0 0;
  }
}
@media only screen and (max-width: 359px) {
  .swg_offers_grid_5 .product-grid3 .rating {
    margin: 0;
  }
}

/****************
    SWG_OFFERS_GRID_6
    ********************/
.swg_offers_grid_6_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_6_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_offers_grid_6_dati .widget-title h1, .swg_offers_grid_6_dati .widget-title h2, .swg_offers_grid_6_dati .widget-title h3, .swg_offers_grid_6_dati .widget-title h4, .swg_offers_grid_6_dati .widget-title h5, .swg_offers_grid_6_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_offers_grid_6_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_6_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_6_dati .widget-description h1, .swg_offers_grid_6_dati .widget-description h2, .swg_offers_grid_6_dati .widget-description h3, .swg_offers_grid_6_dati .widget-description h4, .swg_offers_grid_6_dati .widget-description h5, .swg_offers_grid_6_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
}
.swg_offers_grid_6_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_6_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_6_dati .widget-content h1, .swg_offers_grid_6_dati .widget-content h2, .swg_offers_grid_6_dati .widget-content h3, .swg_offers_grid_6_dati .widget-content h4, .swg_offers_grid_6_dati .widget-content h5, .swg_offers_grid_6_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_6_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_6_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_6_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_6_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
}
.swg_offers_grid_6_nav li a {
  color: #000000;
}
.swg_offers_grid_6_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_6_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_6_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
}
.swg_offers_grid_6_nav li .active a {
  color: #ffffff;
}

.swg_offers_grid_6_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_offers_grid_6_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

/*nel caso ci sono le categorie*/
.swg_offers_grid_6 .tab-content .tab-pane.fade .box {
  /* Zoom-n-rotate Container */
  /* The Transformation */
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) {
  width: 75%;
  padding: 0px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) {
  width: 25% !important;
  min-height: 310px;
  max-height: 350px;
  padding: 0px;
  /* Zoom-n-rotate Container */
  /* The Transformation */
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom {
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: right;
  min-height: 410px;
  max-height: 410px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom img {
  width: 100%;
  height: 100%;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom--zoom-n-rotate img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom--zoom-n-rotate:hover img {
  -webkit-transform: scale(1.2);
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom {
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: center;
  min-height: 185px;
  max-height: 410px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom img {
  width: 100%;
  height: 100%;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 60px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title .destination {
  position: absolute;
  bottom: 50px;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: start;
  color: #168ea5;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom--zoom-n-rotate img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom--zoom-n-rotate:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field1 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field2 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 35px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field3 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 60px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field4 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 85px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 5;
  width: auto;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container .price {
  width: auto;
  background-color: #168ea5;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}
.swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container .old-price {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}

/*nel caso non ci sono le categorie*/
.swg_offers_grid_6 .tab-content .render-offer .box {
  /* Zoom-n-rotate Container */
  /* The Transformation */
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) {
  width: 75%;
  padding: 0px;
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) {
  width: 25% !important;
  min-height: 310px;
  max-height: 350px;
  padding: 0px;
  /* Zoom-n-rotate Container */
  /* The Transformation */
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom {
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: right;
  min-height: 410px;
  max-height: 410px;
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom img {
  width: 100%;
  height: 100%;
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom--zoom-n-rotate img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom--zoom-n-rotate:hover img {
  -webkit-transform: scale(1.2);
}
.swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom {
  overflow: hidden;
  position: relative;
  object-fit: cover;
  object-position: center;
  min-height: 185px;
  max-height: 410px;
}
.swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom img {
  width: 100%;
  height: 100%;
}
.swg_offers_grid_6 .tab-content .render-offer .box .container-title {
  position: absolute;
  bottom: 10px;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: start;
  height: 60px;
}
.swg_offers_grid_6 .tab-content .render-offer .box .container-title .img-hover-zoom-title a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.swg_offers_grid_6 .tab-content .render-offer .box .container-title .destination {
  position: absolute;
  bottom: 50px;
  z-index: 4;
  display: flex;
  align-items: start;
  justify-content: start;
  color: #168ea5;
}
.swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom--zoom-n-rotate img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom--zoom-n-rotate:hover img {
  -webkit-transform: scale(1.2);
}
.swg_offers_grid_6 .tab-content .render-offer .box .Field1 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .render-offer .box .Field2 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 35px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .render-offer .box .Field3 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 60px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .render-offer .box .Field4 {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 85px;
  width: auto;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  font-size: 12px;
  padding: 2px 5px 2px 5px;
}
.swg_offers_grid_6 .tab-content .render-offer .box .price-container {
  display: flex;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 5;
  width: auto;
}
.swg_offers_grid_6 .tab-content .render-offer .box .price-container .price {
  width: auto;
  background-color: #168ea5;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}
.swg_offers_grid_6 .tab-content .render-offer .box .price-container .old-price {
  background-color: #000000;
  color: #ffffff;
  font-size: 12px;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
}

@media (max-width: 991px) {
  /*caso senza categorie*/
  .swg_offers_grid_6 .tab-content .render-offer .box {
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) {
    width: 50%;
    padding: 0px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) {
    width: 50% !important;
    padding: 0px;
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: center;
    min-height: 185px;
    max-height: 410px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .container-title {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 60px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .container-title .destination {
    position: absolute;
    bottom: 50px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    color: #168ea5;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .container-title a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field1 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field2 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 35px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field3 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 60px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field4 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 85px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .price-container {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5;
    width: auto;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .price-container .price {
    width: auto;
    background-color: #168ea5;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .price-container .old-price {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
  /*caso con categorie*/
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box {
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) {
    width: 50%;
    padding: 0px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) {
    width: 50% !important;
    padding: 0px;
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: center;
    min-height: 185px;
    max-height: 410px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 60px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title .destination {
    position: absolute;
    bottom: 50px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    color: #168ea5;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field1 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field2 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 35px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field3 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 60px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field4 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 85px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5;
    width: auto;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container .price {
    width: auto;
    background-color: #168ea5;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container .old-price {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
}
@media (max-width: 768px) {
  /*caso senza categorie*/
  .swg_offers_grid_6 .tab-content .render-offer .box {
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) {
    width: 100%;
    padding: 0px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(1) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) {
    width: 100% !important;
    padding: 0px;
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box:nth-child(2) .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: center;
    min-height: 185px;
    max-height: 410px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .container-title {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 60px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .container-title .destination {
    position: absolute;
    bottom: 50px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    color: #168ea5;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .container-title a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field1 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field2 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 35px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field3 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 60px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .Field4 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 85px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .price-container {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5;
    width: auto;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .price-container .price {
    width: auto;
    background-color: #168ea5;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
  .swg_offers_grid_6 .tab-content .render-offer .box .price-container .old-price {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
  /*caso con categorie*/
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box {
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) {
    width: 100%;
    padding: 0px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(1) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) {
    width: 100% !important;
    padding: 0px;
    /* Zoom-n-rotate Container */
    /* The Transformation */
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: right;
    min-height: 310px;
    max-height: 310px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box:nth-child(2) .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom {
    overflow: hidden;
    position: relative;
    object-fit: cover;
    object-position: center;
    min-height: 185px;
    max-height: 410px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom img {
    width: 100%;
    height: 100%;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title {
    position: absolute;
    bottom: 10px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    height: 60px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title .destination {
    position: absolute;
    bottom: 50px;
    z-index: 4;
    display: flex;
    align-items: start;
    justify-content: start;
    color: #168ea5;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .container-title a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom--zoom-n-rotate img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .img-hover-zoom--zoom-n-rotate:hover img {
    -webkit-transform: scale(1.2);
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field1 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field2 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 35px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field3 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 60px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .Field4 {
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 85px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    font-size: 12px;
    padding: 2px 5px 2px 5px;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container {
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 5;
    width: auto;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container .price {
    width: auto;
    background-color: #168ea5;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
  .swg_offers_grid_6 .tab-content .tab-pane.fade .box .price-container .old-price {
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    padding: 5px;
    align-items: center;
    display: flex;
  }
}
/****************
    SWG_OFFERS_GRID_7
    ********************/
.swg_offers_grid_7_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_7_dati .widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #168ea5;
  margin-top: 20px;
  text-align: center;
}
.swg_offers_grid_7_dati .widget-title h1, .swg_offers_grid_7_dati .widget-title h2, .swg_offers_grid_7_dati .widget-title h3, .swg_offers_grid_7_dati .widget-title h4, .swg_offers_grid_7_dati .widget-title h5, .swg_offers_grid_7_dati .widget-title h6 {
  font-size: 24px;
  font-weight: 600;
  color: #168ea5;
  margin-top: 20px;
  text-align: center;
}
.swg_offers_grid_7_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_7_dati .widget-description {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.swg_offers_grid_7_dati .widget-description h1, .swg_offers_grid_7_dati .widget-description h2, .swg_offers_grid_7_dati .widget-description h3, .swg_offers_grid_7_dati .widget-description h4, .swg_offers_grid_7_dati .widget-description h5, .swg_offers_grid_7_dati .widget-description h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.swg_offers_grid_7_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_7_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_7_dati .widget-content h1, .swg_offers_grid_7_dati .widget-content h2, .swg_offers_grid_7_dati .widget-content h3, .swg_offers_grid_7_dati .widget-content h4, .swg_offers_grid_7_dati .widget-content h5, .swg_offers_grid_7_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_7_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_7_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_7_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_7_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
  margin-bottom: 5px;
}
.swg_offers_grid_7_nav li a {
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.swg_offers_grid_7_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_7_nav li:hover a {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.swg_offers_grid_7_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center;
}
.swg_offers_grid_7_nav li .active a {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.swg_offers_grid_7 .box_grid_7 {
  width: 50%;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio {
  padding: 0 !important;
  float: left;
  width: 100%;
  min-height: 350px;
  height: auto;
  transition-duration: 0.4s;
  border-radius: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .Portfolio img {
  min-height: 380px;
  height: 380px;
  object-fit: cover;
  overflow: hidden;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .Portfolio img img {
  width: 100%;
  height: auto;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .desc {
  text-align: center;
  background: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  top: 21%;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .desc .title {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .desc .title a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .desc .offer-description {
  display: none;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .container-bottone-offerta {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 70%;
  display: flex;
  justify-content: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .container-bottone-offerta .bottone-offerta {
  width: 100%;
  text-align: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .container-bottone-offerta .bottone-offerta span {
  background-color: #168ea5;
  color: #ffffff;
  font-size: 22px;
  border-radius: 5px;
  padding: 5px 10px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .card_price {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  z-index: 3;
  top: 81%;
  left: 0%;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .card_price .old-price {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .card_price .price {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .Field1 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 40px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .Field3 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio .Field4 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 40px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover {
  padding: 0 !important;
  float: left;
  width: 100%;
  min-height: 350px;
  height: auto;
  transition-duration: 0.4s;
  border-radius: 0px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  position: relative;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Portfolio img {
  min-height: 380px;
  height: 380px;
  object-fit: cover;
  overflow: hidden;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Portfolio img img {
  width: 100%;
  height: auto;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .desc {
  text-align: center;
  background: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  top: 21%;
  left: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .desc .title {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .desc .offer-description {
  width: 80%;
  margin: auto;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: 8rem;
  line-height: 1.2rem;
  animation-name: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .container-bottone-offerta {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 70%;
  display: flex;
  justify-content: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .container-bottone-offerta .bottone-offerta {
  width: 100%;
  text-align: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .container-bottone-offerta .bottone-offerta span {
  background-color: #168ea5;
  color: #ffffff;
  font-size: 22px;
  border-radius: 5px;
  padding: 5px 10px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .card_price {
  position: absolute;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
  z-index: 3;
  top: 81%;
  left: 0%;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .card_price .old-price {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .card_price .price {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: center;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field1 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 40px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field3 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
.swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field4 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 40px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 12px;
  padding: 5px;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .swg_offers_grid_7 .box_grid_7 {
    width: 100%;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio {
    padding: 0 !important;
    float: left;
    width: 100%;
    height: auto;
    transition-duration: 0.4s;
    border-radius: 0px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    position: relative;
    object-fit: cover;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .Portfolio img {
    object-fit: cover;
    overflow: hidden;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .Portfolio img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .desc {
    text-align: center;
    background: transparent;
    position: absolute;
    width: 100%;
    height: auto;
    top: 30%;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .desc .title {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .desc .offer-description {
    display: none;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .container-bottone-offerta {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 70%;
    display: flex;
    justify-content: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .container-bottone-offerta .bottone-offerta {
    width: 100%;
    text-align: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .container-bottone-offerta .bottone-offerta span {
    background-color: #168ea5;
    color: #ffffff;
    font-size: 22px;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .card_price {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    z-index: 3;
    top: 81%;
    left: 0%;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .card_price .old-price {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .card_price .price {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .Field1 {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .Field2 {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 40px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .Field3 {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio .Field4 {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 40px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover {
    padding: 0 !important;
    float: left;
    width: 100%;
    height: auto;
    transition-duration: 0.4s;
    border-radius: 0px;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    position: relative;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
    z-index: 1;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Portfolio img {
    object-fit: cover;
    overflow: hidden;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Portfolio img img {
    width: 100%;
    height: auto;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .desc {
    text-align: center;
    background: transparent;
    position: absolute;
    width: 100%;
    height: auto;
    top: 30%;
    left: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .desc .title {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .desc .offer-description {
    width: 80%;
    margin: auto;
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    max-height: 8rem;
    line-height: 1.2rem;
    animation-name: fade-in;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .container-bottone-offerta {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    top: 70%;
    display: flex;
    justify-content: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .container-bottone-offerta .bottone-offerta {
    width: 100%;
    text-align: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .container-bottone-offerta .bottone-offerta span {
    background-color: #168ea5;
    color: #ffffff;
    font-size: 22px;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .card_price {
    position: absolute;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    text-align: center;
    flex-wrap: wrap;
    z-index: 3;
    top: 81%;
    left: 0%;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .card_price .old-price {
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .card_price .price {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field1 {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field2 {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 40px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field3 {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  .swg_offers_grid_7 .box_grid_7 .Portfolio:hover .Field4 {
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 40px;
    width: auto;
    background-color: #168ea5;
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
  }
  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
/****************
    SWG_OFFERS_GRID_8
    ********************/
.swg_offers_grid_8_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.swg_offers_grid_8_dati .widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #168ea5;
  margin-top: 20px;
  text-align: center;
}
.swg_offers_grid_8_dati .widget-title h1, .swg_offers_grid_8_dati .widget-title h2, .swg_offers_grid_8_dati .widget-title h3, .swg_offers_grid_8_dati .widget-title h4, .swg_offers_grid_8_dati .widget-title h5, .swg_offers_grid_8_dati .widget-title h6 {
  font-size: 24px;
  font-weight: 600;
  color: #168ea5;
  margin-top: 20px;
  text-align: center;
}
.swg_offers_grid_8_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_8_dati .widget-description {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.swg_offers_grid_8_dati .widget-description h1, .swg_offers_grid_8_dati .widget-description h2, .swg_offers_grid_8_dati .widget-description h3, .swg_offers_grid_8_dati .widget-description h4, .swg_offers_grid_8_dati .widget-description h5, .swg_offers_grid_8_dati .widget-description h6 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.swg_offers_grid_8_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_8_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_8_dati .widget-content h1, .swg_offers_grid_8_dati .widget-content h2, .swg_offers_grid_8_dati .widget-content h3, .swg_offers_grid_8_dati .widget-content h4, .swg_offers_grid_8_dati .widget-content h5, .swg_offers_grid_8_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
}
.swg_offers_grid_8_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_8 {
  cursor: pointer;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav li {
  border: 1px solid #cccccc;
  transition: all 0.6s;
  margin-bottom: 5px;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav li a {
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav li:hover {
  background-color: #168ea5;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav li:hover a {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav li .active {
  background-color: #168ea5;
  border: 1px solid #168ea5;
  color: #ffffff;
  margin-bottom: 5px;
  text-align: center;
}
.swg_offers_grid_8 .swg_offers_grid_8_nav li .active a {
  color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}
.swg_offers_grid_8 .swg_offers_grid_8_card {
  height: 400px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.swg_offers_grid_8 .swg_offers_grid_8_card::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: 30%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 1;
}
.swg_offers_grid_8 .swg_offers_grid_8_card img {
  width: 100%;
  height: 400px;
  object-position: center;
  object-fit: cover;
  position: relative;
}
.swg_offers_grid_8 .swg_offers_grid_8_card .card-8-text {
  z-index: 3;
  position: relative;
}
.swg_offers_grid_8 .swg_offers_grid_8_card .card-8-text .card-title {
  color: #ffffff;
}
.swg_offers_grid_8 .swg_offers_grid_8_card .card-8-text .card-text {
  color: #ffffff;
}

/****************
    SWG_OFFERS_GRID_9
    ********************/
.swg_offers_grid_9_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  text-align: center;
  margin-top: 0rem;
  margin-bottom: 1rem;
}
.swg_offers_grid_9_dati .widget-title {
  font-size: 42px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.swg_offers_grid_9_dati .widget-title h1, .swg_offers_grid_9_dati .widget-title h2, .swg_offers_grid_9_dati .widget-title h3, .swg_offers_grid_9_dati .widget-title h4, .swg_offers_grid_9_dati .widget-title h5, .swg_offers_grid_9_dati .widget-title h6 {
  font-weight: 100;
}
.swg_offers_grid_9_dati .widget-title strong {
  font-weight: 700;
}
.swg_offers_grid_9_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.swg_offers_grid_9_dati .widget-description h1, .swg_offers_grid_9_dati .widget-description h2, .swg_offers_grid_9_dati .widget-description h3, .swg_offers_grid_9_dati .widget-description h4, .swg_offers_grid_9_dati .widget-description h5, .swg_offers_grid_9_dati .widget-description h6 {
  font-size: 18px;
  margin-top: 10px;
}
.swg_offers_grid_9_dati .widget-description strong {
  font-weight: 700;
}
.swg_offers_grid_9_dati .widget-content {
  font-size: 13px;
}
.swg_offers_grid_9_dati .widget-content h1, .swg_offers_grid_9_dati .widget-content h2, .swg_offers_grid_9_dati .widget-content h3, .swg_offers_grid_9_dati .widget-content h4, .swg_offers_grid_9_dati .widget-content h5, .swg_offers_grid_9_dati .widget-content h6 {
  font-size: 13px;
}
.swg_offers_grid_9_dati .widget-content strong {
  font-weight: 700;
}

.swg_offers_grid_1_nav {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.swg_offers_grid_1_nav ul {
  background-color: blue;
  padding: 0;
}
.swg_offers_grid_1_nav li {
  border: 1px solid #f4f4f4;
}
.swg_offers_grid_1_nav li a {
  color: #000000;
}
.swg_offers_grid_1_nav li:hover {
  background-color: #f4f4f4;
}
.swg_offers_grid_1_nav li:hover a {
  color: #000000;
}
.swg_offers_grid_1_nav li .active {
  background-color: #168ea5;
  border: 0 !important;
  color: #ffffff;
}
.contenitore {
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-rows: 220px 220px;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  /*grid-template-columns: repeat(auto-fill, minmax(26%, 1fr));
  grid-template-rows: minmax(auto, auto);*/
  margin: 0px;
  grid-auto-flow: dense;
  grid-gap: 10px;
}
@media (min-width: 1920px) {
  .contenitore {
    grid-template-rows: 320px 320px;
  }
}
.contenitore .box-special {
  padding: 0px;
  display: grid;
  font-size: 20px;
  object-fit: cover;
  object-position: center;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 0;
  position: relative;
  background-color: #333;
  z-index: 0;
  border-radius: 20px;
}
.contenitore .box-special:hover {
  background-color: #333;
  border-radius: 20px;
}
.contenitore .box-special .link {
  background-color: transparent;
  position: absolute;
  z-index: 3;
  width: auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
  padding: 5px 15px !important;
  z-index: 1;
}
.contenitore .box-special .link a {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffffff;
}
.contenitore .box-special .link a:hover {
  text-decoration: none;
}
.contenitore .box-special img {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
  object-position: center;
  padding: 0;
}
.contenitore .box-special img:hover {
  -webkit-transform: scale(1.2);
  opacity: 0.5;
}
.contenitore .box-special:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}
.contenitore .box-special:nth-child(2) {
  grid-column: span 2;
  grid-row: span 1;
}
.contenitore .box-special:nth-child(3) {
  grid-column: span 2;
  grid-row: span 1;
}
.contenitore .box-special:nth-child(4) {
  grid-column: span 1;
  grid-row: span 1;
}
.contenitore .box-special:nth-child(5) {
  grid-column: span 2;
  grid-row: span 1;
}
.contenitore .box-special:nth-child(5) {
  grid-column: span 1;
  grid-row: span 2;
}

@media (max-width: 767.98px) {
  .contenitore {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows: minmax(auto, auto);
  }
}
/****************
    SWG_OFFERS_GRID_10
    prima galleria solo con il display-flex
    ********************/
/*Griglia animata
    con bg di fondo
*/
.swg_offers_grid_10_bg_class .swg_offers_grid_10_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_bg:before {
  content: "";
  background-color: #00435d;
  opacity: 0.3;
  mix-blend-mode: multiply;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 0;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
  color: #ffffff !important;
  font-weight: 900;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title h1, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title h2, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title h3, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title h4, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title h5, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title h6, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-title p {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
  color: #ffffff;
  font-weight: 900;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description h1, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description h2, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description h3, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description h4, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description h5, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-description h6 {
  font-size: 18px;
  margin-top: 10px;
  color: #ffffff;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content h1, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content h2, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content h3, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content h4, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content h5, .swg_offers_grid_10_bg_class .swg_offers_grid_10_dati .widget-content h6 {
  font-size: 13px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav ul {
  padding: 0;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav li {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 30px;
  margin-bottom: 15px !important;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav li a {
  color: #000000;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #cccccc;
  border-radius: 30px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav li .active {
  background-color: #168ea5 !important;
  border: 0px solid #168ea5;
  color: #ffffff !important;
  border-radius: 30px !important;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .swg_offers_grid_10_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 {
  width: 33.333%;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 {
    width: 50%;
  }
}
@media (max-width: 499.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 {
    width: 100%;
  }
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
  position: relative;
  width: 100%;
  height: 253px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 318.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
    height: 220px;
  }
}
@media (max-width: 810.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
    height: 200px;
  }
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field1 span {
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field2 span {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field3 {
  display: none;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field4 {
  display: none;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .title {
  display: block;
  position: absolute;
  left: 0%;
  width: 100%;
  top: 82%;
  text-align: center;
  background-color: rgba(22, 142, 165, 0.75);
  color: #fff;
  border-radius: 0px;
  line-height: 3rem;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .title {
    top: 76%;
  }
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover {
  height: 497px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .Field3 {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 82%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  display: block;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .Field4 {
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 82%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: block;
}
@media (max-width: 767.98px) {
  .swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .Field4 {
    left: 74%;
  }
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover img {
  border-radius: 16px 16px 0 0;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .title {
  opacity: 0;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.5s;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body {
  padding: 0.5rem 0.85rem 1rem;
  height: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .title_over {
  margin: 0.5rem 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
  width: 100%;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom div a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background-color: #168ea5;
  padding: 0.5rem;
  text-align: center;
  z-index: 999;
  font-size: 0.85rem;
  border-radius: 30px;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price .onlyprice {
  font-size: 25px;
  font-weight: 900;
}
.swg_offers_grid_10_bg_class .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}

/*Griglia animata
    senza fondo
*/
.swg_offers_grid_10_bg_white .swg_offers_grid_10_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
  font-weight: 900;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title h1, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title h2, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title h3, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title h4, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title h5, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title h6, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-title p {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
  font-weight: 900;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description h1, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description h2, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description h3, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description h4, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description h5, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-description h6 {
  font-size: 18px;
  margin-top: 10px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content {
  font-size: 13px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content h1, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content h2, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content h3, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content h4, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content h5, .swg_offers_grid_10_bg_white .swg_offers_grid_10_dati .widget-content h6 {
  font-size: 13px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav ul {
  padding: 0;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav li {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 30px;
  margin-bottom: 15px !important;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav li a {
  color: #000000;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #cccccc;
  border-radius: 30px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav li:hover a {
  color: #ffffff;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav li .active {
  background-color: #168ea5 !important;
  border: 0px solid #168ea5;
  color: #ffffff !important;
  border-radius: 30px !important;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .swg_offers_grid_10_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 {
  width: 33.333%;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 {
    width: 50%;
  }
}
@media (max-width: 499.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 {
    width: 100%;
  }
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
  position: relative;
  width: 100%;
  height: 253px;
  cursor: pointer;
  border-radius: 20px;
  box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  object-fit: cover;
  overflow: hidden;
}
@media (max-width: 318.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
    height: 220px;
  }
}
@media (max-width: 810.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card {
    height: 200px;
  }
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  display: flex;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field1 span {
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field2 span {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field3 {
  display: none;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .Field4 {
  display: none;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .title {
  display: block;
  position: absolute;
  left: 0%;
  width: 100%;
  top: 82%;
  text-align: center;
  background-color: rgba(22, 142, 165, 0.75);
  color: #fff;
  border-radius: 0px;
  line-height: 3rem;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .title {
    top: 76%;
  }
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover {
  height: 500px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .Field3 {
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 82%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  display: block;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .Field4 {
  position: absolute;
  z-index: 1;
  right: 18px;
  top: 82%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  display: block;
}
@media (max-width: 767.98px) {
  .swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .Field4 {
    left: 74%;
  }
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover img {
  border-radius: 16px 16px 0 0;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card:hover .title {
  opacity: 0;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.5s;
  max-height: 250px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body {
  padding: 0.5rem 0.85rem 1rem;
  height: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .title_over {
  margin: 0.5rem 0;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
  width: 100%;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom div a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
  background-color: #168ea5;
  padding: 0.5rem;
  text-align: center;
  z-index: 999;
  font-size: 0.85rem;
  border-radius: 30px;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price .onlyprice {
  font-size: 25px;
  font-weight: 900;
}
.swg_offers_grid_10_bg_white .swg_offers_grid_10 .item_swg_offers_grid_10 .card .card-body .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}

/****************
    SWG_OFFERS_GRID_11
    gestire sempre le template mettendo una superclasse in umbraco
    la classe eplica le colonne
    ********************/
.griglia_11_2_colonne .select-tab {
  border-radius: 30px;
  border: 2px solid #168ea5;
  font-size: 18px;
}
@media (min-width: 1199.97px) {
  .griglia_11_2_colonne .select-tab {
    display: none;
  }
}
.griglia_11_2_colonne .swg_offers_grid_11_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}
@media (max-width: 1199.98px) {
  .griglia_11_2_colonne .swg_offers_grid_11_nav {
    display: none;
  }
}
.griglia_11_2_colonne .swg_offers_grid_11_nav ul {
  padding: 0;
}
.griglia_11_2_colonne .swg_offers_grid_11_nav li {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 30px;
  margin-bottom: 15px !important;
}
.griglia_11_2_colonne .swg_offers_grid_11_nav li a {
  color: #000000;
}
.griglia_11_2_colonne .swg_offers_grid_11_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #cccccc;
  border-radius: 30px;
}
.griglia_11_2_colonne .swg_offers_grid_11_nav li:hover a {
  color: #ffffff;
}
.griglia_11_2_colonne .swg_offers_grid_11_nav li .active {
  background-color: #168ea5 !important;
  border: 0px solid #168ea5;
  color: #ffffff !important;
  border-radius: 30px !important;
}
.griglia_11_2_colonne .swg_offers_grid_11_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title h1, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title h2, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title h3, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title h4, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title h5, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title h6 {
  font-size: 42px;
  margin-top: 20px;
  line-height: 1;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-title p {
  font-weight: 100;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description h1, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description h2, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description h3, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description h4, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description h5, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-description h6 {
  font-size: 18px;
  margin-top: 10px;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content {
  font-size: 13px;
}
.griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content h1, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content h2, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content h3, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content h4, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content h5, .griglia_11_2_colonne .swg_offers_grid_11_dati .widget-content h6 {
  font-size: 13px;
}
.griglia_11_2_colonne .swg_offers_grid_11-container {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  padding: 0.4rem;
}
@media (max-width: 767.98px) {
  .griglia_11_2_colonne .swg_offers_grid_11-container {
    width: 100%;
  }
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 8px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  align-items: stretch;
  max-height: 550px;
  height: 550px;
}
@media (min-width: 1920px) {
  .griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card {
    max-height: 650px;
    height: 650px;
  }
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card:hover {
  box-shadow: 0px 0px 8px #ccc;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card img {
    max-height: 350px;
    height: 350px;
  }
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field3 {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 79%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field4 {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 79%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .griglia_11_2_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field4 {
    right: 30px;
  }
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body {
  min-height: 150px;
  max-height: 180px;
  height: 180px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .card-title a {
  color: #000000;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .localita {
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .star {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 11px;
  width: 100%;
  color: #ffd800;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .date {
  font-weight: 300;
  color: #000000;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .my-card-body .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: auto;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .bottom .my-card-btn {
  color: #ffffff;
  background-color: #168ea5;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: auto;
  display: flex;
}
.griglia_11_2_colonne .swg_offers_grid_11-container .bottom .my-card-btn:hover {
  color: #ffffff;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

/**************
  inserire una superclasse in umbraco per gestire 
  il numero di elementi per riga attivo solo per questa template
 *************/
.griglia_11_3_colonne .select-tab {
  border-radius: 30px;
  border: 2px solid #168ea5;
  font-size: 18px;
}
@media (min-width: 1199.97px) {
  .griglia_11_3_colonne .select-tab {
    display: none;
  }
}
.griglia_11_3_colonne .swg_offers_grid_11_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}
@media (max-width: 1199.98px) {
  .griglia_11_3_colonne .swg_offers_grid_11_nav {
    display: none;
  }
}
.griglia_11_3_colonne .swg_offers_grid_11_nav ul {
  padding: 0;
}
.griglia_11_3_colonne .swg_offers_grid_11_nav li {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 30px;
  margin-bottom: 15px !important;
}
.griglia_11_3_colonne .swg_offers_grid_11_nav li a {
  color: #000000;
}
.griglia_11_3_colonne .swg_offers_grid_11_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #cccccc;
  border-radius: 30px;
}
.griglia_11_3_colonne .swg_offers_grid_11_nav li:hover a {
  color: #ffffff;
}
.griglia_11_3_colonne .swg_offers_grid_11_nav li .active {
  background-color: #168ea5 !important;
  border: 0px solid #168ea5;
  color: #ffffff !important;
  border-radius: 30px !important;
}
.griglia_11_3_colonne .swg_offers_grid_11_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.griglia_11_3_colonne .swg_offers_grid_11_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.griglia_11_3_colonne .swg_offers_grid_11_dati .widget-title {
  font-size: 42px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.griglia_11_3_colonne .swg_offers_grid_11_dati .widget-title strong {
  font-weight: 700;
}
.griglia_11_3_colonne .swg_offers_grid_11_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.griglia_11_3_colonne .swg_offers_grid_11_dati .widget-content {
  font-size: 13px;
}
.griglia_11_3_colonne .swg_offers_grid_11-container {
  display: flex;
  flex-wrap: wrap;
  width: 33.333%;
  padding: 0.4rem;
}
@media (max-width: 991.98px) {
  .griglia_11_3_colonne .swg_offers_grid_11-container {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .griglia_11_3_colonne .swg_offers_grid_11-container {
    width: 100%;
  }
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 8px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  align-items: stretch;
  max-height: 550px;
  height: 550px;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card:hover {
  box-shadow: 0px 0px 8px #ccc;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  overflow: hidden;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field3 {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 79%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field4 {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 79%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .griglia_11_3_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field4 {
    right: 30px;
  }
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body {
  min-height: 150px;
  max-height: 180px;
  height: 180px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .card-title {
  color: #000000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .card-title a {
  color: #000000;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 80px;
  height: auto;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .localita {
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .star {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 11px;
  width: 100%;
  color: #ffd800;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .date {
  font-weight: 300;
  color: #000000;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .my-card-body .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 90px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: auto;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom .my-card-btn {
  color: #ffffff;
  background-color: #168ea5;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: auto;
  display: flex;
}
.griglia_11_3_colonne .swg_offers_grid_11-container .bottom .my-card-btn:hover {
  color: #ffffff;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

.griglia_11_4_colonne .select-tab {
  border-radius: 30px;
  border: 2px solid #168ea5;
  font-size: 18px;
}
@media (min-width: 1199.97px) {
  .griglia_11_4_colonne .select-tab {
    display: none;
  }
}
.griglia_11_4_colonne .swg_offers_grid_11_nav {
  display: flex;
  justify-content: center;
  border-bottom: 0px !important;
}
@media (max-width: 1199.98px) {
  .griglia_11_4_colonne .swg_offers_grid_11_nav {
    display: none;
  }
}
.griglia_11_4_colonne .swg_offers_grid_11_nav ul {
  padding: 0;
}
.griglia_11_4_colonne .swg_offers_grid_11_nav li {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all 0.6s;
  border-radius: 30px;
  margin-bottom: 15px !important;
}
.griglia_11_4_colonne .swg_offers_grid_11_nav li a {
  color: #000000;
}
.griglia_11_4_colonne .swg_offers_grid_11_nav li:hover {
  background-color: #168ea5;
  border: 1px solid #cccccc;
  border-radius: 30px;
}
.griglia_11_4_colonne .swg_offers_grid_11_nav li:hover a {
  color: #ffffff;
}
.griglia_11_4_colonne .swg_offers_grid_11_nav li .active {
  background-color: #168ea5 !important;
  border: 0px solid #168ea5;
  color: #ffffff !important;
  border-radius: 30px !important;
}
.griglia_11_4_colonne .swg_offers_grid_11_nav li .active a {
  color: #ffffff;
  border-radius: 30px;
}
.griglia_11_4_colonne .swg_offers_grid_11_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.griglia_11_4_colonne .swg_offers_grid_11_dati .widget-title {
  font-size: 42px;
  font-weight: 100;
  margin-top: 20px;
  line-height: 1;
}
.griglia_11_4_colonne .swg_offers_grid_11_dati .widget-title strong {
  font-weight: 700;
}
.griglia_11_4_colonne .swg_offers_grid_11_dati .widget-description {
  font-size: 18px;
  margin-top: 10px;
}
.griglia_11_4_colonne .swg_offers_grid_11_dati .widget-content {
  font-size: 13px;
}
.griglia_11_4_colonne .swg_offers_grid_11-container {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  padding: 0.4rem;
}
@media (max-width: 1199.98px) {
  .griglia_11_4_colonne .swg_offers_grid_11-container {
    width: 33.333%;
  }
}
@media (max-width: 991.98px) {
  .griglia_11_4_colonne .swg_offers_grid_11-container {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .griglia_11_4_colonne .swg_offers_grid_11-container {
    width: 100%;
  }
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards; /*when the spec is finished*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards; /*IE 10+*/
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card {
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: 0px 0px 8px;
  margin-bottom: 28px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s;
  align-items: stretch;
  max-height: 510px;
  height: 510px;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card:hover {
  box-shadow: 0px 0px 8px #ccc;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .my-card img {
  max-height: 250px;
  height: 250px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  overflow: hidden;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field1 {
  position: absolute;
  z-index: 1;
  left: 10px;
  top: 10px;
  width: auto;
  background-color: #168ea5;
  color: #ffffff;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field2 {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto;
  background-color: #ffffff;
  color: #168ea5;
  font-size: 14px;
  border-radius: 20px;
  padding: 4px 14px;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field3 {
  position: absolute;
  z-index: 1;
  left: 7%;
  top: 79%;
  width: max-content;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  text-align: left;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field4 {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 79%;
  width: max-content;
  color: #168ea5;
  font-size: 14px;
  text-align: right;
  padding: 5px;
}
@media (max-width: 767.98px) {
  .griglia_11_4_colonne .swg_offers_grid_11-container .swg_offers_grid_11 .Field4 {
    right: 30px;
  }
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body {
  min-height: 150px;
  max-height: 180px;
  height: 180px;
  padding: 5px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  position: relative;
  width: 100%;
  margin: auto;
  background-color: #ffffff;
  border: 0px solid #ccc;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .card-title {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
  width: 100%;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .card-title a {
  color: #000000;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .card-text-container {
  /*troncare il testo su piu' righe con css non compatibile con ie6*/
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .card-text-container .card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  min-height: 78px;
  height: auto;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .localita {
  border-radius: 30px;
  width: max-content;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  width: 100%;
  align-items: center;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .localita:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 10px;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .star {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0px;
  font-size: 11px;
  width: 100%;
  color: #ffd800;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .date {
  font-weight: 300;
  color: #000000;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .my-card-body .date:before {
  content: "\f073";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  height: 60px;
  margin-top: auto;
  border-top: 1px solid #ffffff;
  width: 90%;
  margin: auto;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom .card_price {
  width: 50%;
  justify-content: end;
  flex-wrap: wrap;
  text-align: right;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom .card_price .price {
  font-size: 25px;
  font-weight: 900;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom .card_price .old-price {
  font-size: 14px;
  width: 100%;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom .onlyprice {
  font-size: 24px;
  font-weight: 900;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom .my-card-btn {
  color: #ffffff;
  background-color: #168ea5;
  padding: 5px 10px;
  text-decoration: none;
  text-transform: capitalize;
  border-radius: 30px;
  transition: 0.5s;
  margin-top: auto;
  display: flex;
}
.griglia_11_4_colonne .swg_offers_grid_11-container .bottom .my-card-btn:hover {
  color: #ffffff;
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

/*azzurro*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/*********************************/
/*swg_imagesSet_carousel_2*/
/*********************************/
.swg_imagesSet_carousel_2_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 0;
}

.swg_imagesSet_carousel_2_dati {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .swg_imagesSet_carousel_2_dati {
    text-align: center;
  }
}
.swg_imagesSet_carousel_2_dati .widget-title {
  font-weight: 700;
  color: #000000;
  line-height: 1;
  width: 100%;
}
.swg_imagesSet_carousel_2_dati .widget-title h1, .swg_imagesSet_carousel_2_dati .widget-title h2, .swg_imagesSet_carousel_2_dati .widget-title h3, .swg_imagesSet_carousel_2_dati .widget-title h4, .swg_imagesSet_carousel_2_dati .widget-title h5, .swg_imagesSet_carousel_2_dati .widget-title h6 {
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .swg_imagesSet_carousel_2_dati .widget-title p {
    text-align: center;
  }
}
.swg_imagesSet_carousel_2_dati .widget-description {
  font-size: 16px;
  color: #000000;
}
.swg_imagesSet_carousel_2_dati .widget-description h1, .swg_imagesSet_carousel_2_dati .widget-description h2, .swg_imagesSet_carousel_2_dati .widget-description h3, .swg_imagesSet_carousel_2_dati .widget-description h4, .swg_imagesSet_carousel_2_dati .widget-description h5, .swg_imagesSet_carousel_2_dati .widget-description h6 {
  font-size: 16px;
  color: #000000;
}
.swg_imagesSet_carousel_2_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
}
.swg_imagesSet_carousel_2_dati .widget-content h1, .swg_imagesSet_carousel_2_dati .widget-content h2, .swg_imagesSet_carousel_2_dati .widget-content h3, .swg_imagesSet_carousel_2_dati .widget-content h4, .swg_imagesSet_carousel_2_dati .widget-content h5, .swg_imagesSet_carousel_2_dati .widget-content h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

/*********************************/
/*swg_imagesSet_carousel_2 - le nostre destinazioni*/
/*********************************/
.swg_imagesSet_carousel_2 {
  display: flex;
  justify-content: center;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 15px 5px;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 {
  position: relative;
  display: inline-block;
  max-width: 300px;
  height: 300px;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 640.98px) {
  .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 {
    max-width: 250px;
    height: 250px;
  }
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 0px solid #bbb;
  border-color: transparent #bbb;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  border: 0px solid #bbb;
  border-color: transparent #bbb;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 img {
  max-width: 300px;
  height: 300px;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  padding: 10px;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 img {
    max-width: 250px;
    height: 250px;
    border: 10px solid red;
  }
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 figcaption .item_title {
  position: absolute;
  left: 50%;
  top: 35%;
  width: 100%;
  font-size: 22px;
  color: #000000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 figcaption .item_title p {
  font-size: 22px;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 figcaption .item_description {
  position: absolute;
  left: 50%;
  top: 45%;
  font-size: 14px;
  color: #000000;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 figcaption .bottoni {
  position: absolute;
  left: 50%;
  top: 80%;
  font-size: 14px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 figcaption .bottoni a {
  text-align: center;
  color: #000000;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566:hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566:hover:before {
  border-width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566:hover:after {
  border-width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566.hover:before {
  border-width: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .snip1566.hover:after {
  border-width: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;
  margin-bottom: 50px;
  min-height: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card {
    width: 290px;
    min-height: 290px;
    height: 290px;
  }
}
@media (max-width: 420.98px) {
  .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card {
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .card-image {
  width: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 305px;
  height: 305px;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px 5px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .card-image {
    width: 290px;
    min-height: 290px;
    height: 290px;
  }
}
@media (max-width: 420.98px) {
  .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .card-image {
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .card-image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  height: 100%;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover {
  background-color: #2da7bf;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .text-muted {
  padding: 0 20px !important;
  display: block;
  color: #ffffff !important;
  font-size: 12px;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .h4 {
  display: block;
  color: #ffffff !important;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .card-image {
  display: none;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .text-muted {
  padding: 0 20px !important;
  display: none;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .h4 {
  display: none;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .fas.fa-arrow-right {
  position: absolute;
  bottom: -100px;
  background-color: gold;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #168ea5;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease;
  z-index: 999;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-arrow-right {
  bottom: 0px;
  opacity: 1;
  z-index: 999;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .fab.fa-envira,
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .fas.fa-cut,
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .fas.fa-people-carry {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e9525;
  z-index: 999;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .fab.fa-envira,
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-cut,
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-people-carry {
  color: gold;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .card .h4 {
  font-weight: 700;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .content {
  max-width: 300px;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .content .h-6 {
  color: #4e9525;
  font-weight: 600;
}
.swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .content .btn.btn-primary {
  padding: 15px;
  background-color: #4e9525;
  color: white;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  z-index: 999;
}
.swg_imagesSet_carousel_2 .owl-theme .owl-dots {
  position: absolute;
  top: 90%;
  width: 100%;
  left: 0;
  display: block !important;
}
.swg_imagesSet_carousel_2 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #e2e2e2;
}
.swg_imagesSet_carousel_2 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #168ea5;
}
@media (min-width: 768px) {
  .swg_imagesSet_carousel_2 .owl-theme .owl-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .swg_imagesSet_carousel_2 .owl-theme .owl-dots {
    top: 93%;
  }
}

.packages-carousel .swg_imagesSet_carousel_7_bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 0;
}
.packages-carousel .swg_imagesSet_carousel_7_dati {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .packages-carousel .swg_imagesSet_carousel_7_dati {
    text-align: center;
  }
}
.packages-carousel .swg_imagesSet_carousel_7_dati .widget-title {
  font-weight: 700;
  color: #000000;
  line-height: 1;
}
.packages-carousel .swg_imagesSet_carousel_7_dati .widget-title h1, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-title h2, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-title h3, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-title h4, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-title h5, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-title h6 {
  font-weight: 700;
  color: #ffffff;
}
.packages-carousel .swg_imagesSet_carousel_7_dati .widget-description {
  font-size: 16px;
  color: #000000;
}
.packages-carousel .swg_imagesSet_carousel_7_dati .widget-description h1, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-description h2, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-description h3, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-description h4, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-description h5, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-description h6 {
  font-size: 16px;
  color: #000000;
}
.packages-carousel .swg_imagesSet_carousel_7_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
}
.packages-carousel .swg_imagesSet_carousel_7_dati .widget-content h1, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-content h2, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-content h3, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-content h4, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-content h5, .packages-carousel .swg_imagesSet_carousel_7_dati .widget-content h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.packages-carousel .swg_imagesSet_carousel_7 {
  display: flex;
  justify-content: center;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 6px;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card {
  width: 260px;
  min-height: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;
  margin-bottom: 50px;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card {
    width: 300px;
    min-height: 300px;
    height: 300px;
  }
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image {
  width: 260px;
  min-height: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px 5px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image {
    width: 300px;
    min-height: 300px;
    height: 300px;
  }
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  height: 100%;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover {
  background-color: #168ea5;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .text-muted {
  padding: 0 20px !important;
  display: block;
  color: #ffffff !important;
  font-size: 12px;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .h4 {
  display: block;
  color: #ffffff !important;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .card-image {
  display: none;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .text-muted {
  padding: 0 20px !important;
  display: none;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .h4 {
  display: none;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .fas.fa-arrow-right {
  position: absolute;
  bottom: -100px;
  background-color: gold;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #168ea5;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease;
  z-index: 999;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-arrow-right {
  bottom: 0px;
  opacity: 1;
  z-index: 999;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .fab.fa-envira,
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .fas.fa-cut,
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .fas.fa-people-carry {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e9525;
  z-index: 999;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fab.fa-envira,
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-cut,
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-people-carry {
  color: gold;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .h4 {
  font-weight: 700;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .content {
  max-width: 300px;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .content .h-6 {
  color: #4e9525;
  font-weight: 600;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .content .btn.btn-primary {
  padding: 15px;
  background-color: #4e9525;
  color: white;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  z-index: 999;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-theme .owl-dots {
  position: absolute;
  top: 90%;
  width: 100%;
  left: 0;
  display: block !important;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #e2e2e2;
}
.packages-carousel .swg_imagesSet_carousel_7 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #168ea5;
}
@media (min-width: 768px) {
  .packages-carousel .swg_imagesSet_carousel_7 .owl-theme .owl-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .packages-carousel .swg_imagesSet_carousel_7 .owl-theme .owl-dots {
    top: 93%;
  }
}

/*********************************/
/*swg_imagesSet_carousel_2*/
/*********************************/
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 0;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title h1, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title h2, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title h3, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title h4, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title h5, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description {
  font-size: 12px;
  color: #000000;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description h1, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description h2, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description h3, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description h4, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description h5, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-description h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content {
  font-size: 13px;
  color: #000000;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content h1, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content h2, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content h3, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content h4, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content h5, .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2_dati .widget-content h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 {
  display: flex;
  justify-content: center;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5px 15px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item {
  text-align: center;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .image {
  overflow: hidden;
  min-width: 100px;
  max-width: 250px;
  width: 230px;
  min-height: 100px;
  max-height: 250px;
  height: 230px;
  border-radius: 100%;
  border: 5px solid #ffffff;
  object-fit: cover;
  object-position: center;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .item-title {
  margin-top: 10px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .item-description {
  margin-bottom: 10px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .bottoni a {
  margin-top: 20px;
  color: #ffffff;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 600;
  display: block;
  background: #168ea5;
  border-radius: 30px;
  position: relative;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  cursor: pointer;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .bottoni a:hover {
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .bottoni a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #D8AE40;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-carousel.owl-drag .owl-item .item .bottoni a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  width: 110%;
  left: -5%;
}
@media (max-width: 1399.98px) {
  .swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav {
    width: 106%;
    left: -3%;
  }
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav .owl-prev.disabled {
  display: block;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav .owl-prev {
  float: left;
  background-color: transparent;
  border: 0px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav .owl-prev .arrow-left {
  background-color: transparent;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav .owl-prev .arrow-left:before {
  content: "\f053";
  color: #000000;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav .owl-next {
  float: right;
  background-color: transparent;
  border: 0px;
}
.swg_imagesSet_carousel_tour_detail .swg_imagesSet_carousel_2 .owl-theme .owl-nav .owl-next .arrow-right:before {
  content: "\f054";
  color: #000000;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}

/*******************

    swg_imagesSet_carousel_3

********************/
.swg_imagesSet_carousel_3_bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 0;
}
.swg_imagesSet_carousel_3_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

.swg_imagesSet_carousel_3_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
.swg_imagesSet_carousel_3_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_3_dati .widget-title h1, .swg_imagesSet_carousel_3_dati .widget-title h2, .swg_imagesSet_carousel_3_dati .widget-title h3, .swg_imagesSet_carousel_3_dati .widget-title h4, .swg_imagesSet_carousel_3_dati .widget-title h5, .swg_imagesSet_carousel_3_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_3_dati .widget-description {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_3_dati .widget-description h1, .swg_imagesSet_carousel_3_dati .widget-description h2, .swg_imagesSet_carousel_3_dati .widget-description h3, .swg_imagesSet_carousel_3_dati .widget-description h4, .swg_imagesSet_carousel_3_dati .widget-description h5, .swg_imagesSet_carousel_3_dati .widget-description h6 {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_3_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.swg_imagesSet_carousel_3_dati .widget-content h1, .swg_imagesSet_carousel_3_dati .widget-content h2, .swg_imagesSet_carousel_3_dati .widget-content h3, .swg_imagesSet_carousel_3_dati .widget-content h4, .swg_imagesSet_carousel_3_dati .widget-content h5, .swg_imagesSet_carousel_3_dati .widget-content h6 {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}

.swg_imagesSet_carousel_3 {
  display: flex;
  justify-content: center;
}
.swg_imagesSet_carousel_3 .item {
  text-align: center;
  padding: 0 10px 0 10px;
}
.swg_imagesSet_carousel_3 .item .image {
  width: 48px;
  height: 48px;
  margin: auto;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.swg_imagesSet_carousel_3 .item .image img {
  width: 100%;
  height: 100%;
}
.swg_imagesSet_carousel_3 .item .item-title {
  margin-top: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  height: 20px;
  margin-bottom: 5px;
}
.swg_imagesSet_carousel_3 .item .item-description {
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}
.swg_imagesSet_carousel_3 .item .bottoni {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  height: 30px;
}
.swg_imagesSet_carousel_3 .item .bottoni a {
  color: #ffffff;
  margin: 3px;
}
.swg_imagesSet_carousel_3 .item i {
  display: none;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  width: 110%;
  left: -5%;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav .owl-prev.disabled {
  display: block;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav .owl-prev {
  float: left;
  background-color: transparent;
  border: 0px;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav .owl-prev .arrow-left {
  background-color: transparent;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav .owl-prev .arrow-left:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav .owl-next {
  float: right;
  background-color: transparent;
  border: 0px;
}
.swg_imagesSet_carousel_3 .owl-theme .owl-nav .owl-next .arrow-right:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}

/*******************

    swg_imagesSet_carousel_4

********************/
.swg_imagesSet_carousel_4_bg {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 0;
}
.swg_imagesSet_carousel_4_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

.swg_imagesSet_carousel_4_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
.swg_imagesSet_carousel_4_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_4_dati .widget-title h1, .swg_imagesSet_carousel_4_dati .widget-title h2, .swg_imagesSet_carousel_4_dati .widget-title h3, .swg_imagesSet_carousel_4_dati .widget-title h4, .swg_imagesSet_carousel_4_dati .widget-title h5, .swg_imagesSet_carousel_4_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_4_dati .widget-description {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_4_dati .widget-description h1, .swg_imagesSet_carousel_4_dati .widget-description h2, .swg_imagesSet_carousel_4_dati .widget-description h3, .swg_imagesSet_carousel_4_dati .widget-description h4, .swg_imagesSet_carousel_4_dati .widget-description h5, .swg_imagesSet_carousel_4_dati .widget-description h6 {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_4_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
}
.swg_imagesSet_carousel_4_dati .widget-content h1, .swg_imagesSet_carousel_4_dati .widget-content h2, .swg_imagesSet_carousel_4_dati .widget-content h3, .swg_imagesSet_carousel_4_dati .widget-content h4, .swg_imagesSet_carousel_4_dati .widget-content h5, .swg_imagesSet_carousel_4_dati .widget-content h6 {
  font-size: 13px;
  color: #ffffff;
}

.swg_imagesSet_carousel_4 {
  display: flex;
  justify-content: center;
}
.swg_imagesSet_carousel_4 .item {
  border-left: 1px solid #cccccc;
  margin-left: 15px;
  min-height: 260px;
}
.swg_imagesSet_carousel_4 .item .image {
  width: 88px;
  height: 88px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
}
.swg_imagesSet_carousel_4 .item .image img {
  width: 100%;
  height: 100%;
}
.swg_imagesSet_carousel_4 .item .item-title {
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.swg_imagesSet_carousel_4 .item .item-description {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 13px;
  height: 90px;
  overflow: hidden;
}
.swg_imagesSet_carousel_4 .item .bottoni {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 25px;
}
.swg_imagesSet_carousel_4 .item .bottoni a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.swg_imagesSet_carousel_4 .item .bottoni a:before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #cccccc;
  font-size: 10px;
  margin-right: 10px;
}
.swg_imagesSet_carousel_4 .item i {
  display: none;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  width: 110%;
  left: -5%;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev.disabled {
  display: block;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev {
  float: left;
  background-color: transparent;
  border: 0px;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev .arrow-left {
  background-color: transparent;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev .arrow-left:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-next {
  float: right;
  background-color: transparent;
  border: 0px;
}
.swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-next .arrow-right:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}

@media (max-width: 767px) {
  .swg_imagesSet_carousel_4 {
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .swg_imagesSet_carousel_4 .item {
    padding: 20px;
    min-height: 250px;
    height: auto;
    border-left: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid green;
    flex-wrap: wrap;
  }
  .swg_imagesSet_carousel_4 .item .image {
    width: 88px;
    height: 88px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin: auto;
  }
  .swg_imagesSet_carousel_4 .item .image img {
    width: 100%;
    height: 100%;
  }
  .swg_imagesSet_carousel_4 .item .item-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .swg_imagesSet_carousel_4 .item .item-description {
    color: #ffffff;
    font-size: 13px;
    overflow: hidden;
  }
  .swg_imagesSet_carousel_4 .item .bottoni {
    width: 96%;
    margin-left: auto;
  }
  .swg_imagesSet_carousel_4 .item .bottoni a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .swg_imagesSet_carousel_4 .item .bottoni a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro", sans-serif;
    color: #cccccc;
    font-size: 10px;
    margin-right: 10px;
  }
  .swg_imagesSet_carousel_4 .item i {
    display: none;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    width: 110%;
    left: -5%;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev.disabled {
    display: block;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev {
    float: left;
    background-color: transparent;
    border: 0px;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev .arrow-left {
    background-color: transparent;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev .arrow-left:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 40px;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-next {
    float: right;
    background-color: transparent;
    border: 0px;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-next .arrow-right:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swg_imagesSet_carousel_4 {
    display: flex;
    justify-content: center;
    align-items: start;
  }
  .swg_imagesSet_carousel_4 .item {
    padding: 20px;
    min-height: 250px;
    height: auto;
    border-left: 0px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
  }
  .swg_imagesSet_carousel_4 .item .image {
    width: 88px;
    height: 88px;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
    margin: auto;
  }
  .swg_imagesSet_carousel_4 .item .image img {
    width: 100%;
    height: 100%;
  }
  .swg_imagesSet_carousel_4 .item .item-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .swg_imagesSet_carousel_4 .item .item-description {
    color: #ffffff;
    font-size: 13px;
    overflow: hidden;
  }
  .swg_imagesSet_carousel_4 .item .bottoni {
    width: 96%;
    margin-left: auto;
  }
  .swg_imagesSet_carousel_4 .item .bottoni a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
  }
  .swg_imagesSet_carousel_4 .item .bottoni a:before {
    content: "\f061";
    font-family: "Font Awesome 5 Pro", sans-serif;
    color: #cccccc;
    font-size: 10px;
    margin-right: 10px;
  }
  .swg_imagesSet_carousel_4 .item i {
    display: none;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav {
    position: absolute;
    top: 30%;
    width: 110%;
    left: -5%;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev.disabled {
    display: block;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev {
    float: left;
    background-color: transparent;
    border: 0px;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev .arrow-left {
    background-color: transparent;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-prev .arrow-left:before {
    content: "\f053";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 40px;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-next {
    float: right;
    background-color: transparent;
    border: 0px;
  }
  .swg_imagesSet_carousel_4 .owl-theme .owl-nav .owl-next .arrow-right:before {
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-size: 40px;
  }
}
/*******************

    swg_imagesSet_carousel_5

********************/
.swg_imagesSet_carousel_5_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_imagesSet_carousel_5_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

.swg_imagesSet_carousel_5_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
.swg_imagesSet_carousel_5_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.swg_imagesSet_carousel_5_dati .widget-title h1, .swg_imagesSet_carousel_5_dati .widget-title h2, .swg_imagesSet_carousel_5_dati .widget-title h3, .swg_imagesSet_carousel_5_dati .widget-title h4, .swg_imagesSet_carousel_5_dati .widget-title h5, .swg_imagesSet_carousel_5_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.swg_imagesSet_carousel_5_dati .widget-description {
  font-size: 12px;
}
.swg_imagesSet_carousel_5_dati .widget-description h1, .swg_imagesSet_carousel_5_dati .widget-description h2, .swg_imagesSet_carousel_5_dati .widget-description h3, .swg_imagesSet_carousel_5_dati .widget-description h4, .swg_imagesSet_carousel_5_dati .widget-description h5, .swg_imagesSet_carousel_5_dati .widget-description h6 {
  font-size: 12px;
}
.swg_imagesSet_carousel_5_dati .widget-description::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f86c";
  font-weight: 900;
  text-align: center;
  font-size: 30px;
  display: block;
  color: #3c44d5;
}
.swg_imagesSet_carousel_5_dati .widget-content {
  font-size: 13px;
}
.swg_imagesSet_carousel_5_dati .widget-content h1, .swg_imagesSet_carousel_5_dati .widget-content h2, .swg_imagesSet_carousel_5_dati .widget-content h3, .swg_imagesSet_carousel_5_dati .widget-content h4, .swg_imagesSet_carousel_5_dati .widget-content h5, .swg_imagesSet_carousel_5_dati .widget-content h6 {
  font-size: 13px;
}

.swg_imagesSet_carousel_5 {
  display: flex;
  justify-content: end;
}
.swg_imagesSet_carousel_5 .item {
  position: relative;
  margin-left: 5px;
}
.swg_imagesSet_carousel_5 .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.swg_imagesSet_carousel_5 .item .item-title {
  position: absolute;
  left: 5%;
  top: 7%;
  z-index: 2;
  font-size: 18px;
  color: #ffffff;
}
.swg_imagesSet_carousel_5 .item .item-description {
  position: absolute;
  left: 5%;
  top: 14%;
  z-index: 2;
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_5 .item i {
  display: none;
}
.swg_imagesSet_carousel_5 .item .bottoni {
  position: absolute;
  left: 5%;
  top: 85%;
  z-index: 2;
}
.swg_imagesSet_carousel_5 .item .bottoni a {
  color: #ffffff;
}
.swg_imagesSet_carousel_5 .item .bottoni a:hover {
  color: #ffffff;
}
.swg_imagesSet_carousel_5 .item .bottoni::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-weight: 900;
  color: #ffffff;
}

.owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  left: 0;
}
.owl-theme .owl-nav .owl-prev.disabled {
  display: block;
}
.owl-theme .owl-nav .owl-prev {
  float: left;
  background-color: transparent;
  border: 0px;
}
.owl-theme .owl-nav .owl-prev .arrow-left {
  background-color: transparent;
}
.owl-theme .owl-nav .owl-prev .arrow-left:before {
  content: "\f053";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}
.owl-theme .owl-nav .owl-next {
  float: right;
  background-color: transparent;
  border: 0px;
}
.owl-theme .owl-nav .owl-next .arrow-right:before {
  content: "\f054";
  color: #ffffff;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 40px;
}

/*******************

    swg_imagesSet_carousel_6

********************/
.swg_imagesSet_carousel_6_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_imagesSet_carousel_6_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  z-index: 2;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title h1, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title h2, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title h3, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title h4, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title h5, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description h1, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description h2, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description h3, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description h4, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description h5, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-description h6 {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content h1, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content h2, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content h3, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content h4, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content h5, .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6_dati .widget-content h6 {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card {
  padding: 10px;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .card {
  border: solid 1px #212121;
  padding: 25px 25px 25px 25px;
  background-color: #212121;
  border-radius: 10px;
  color: #fff;
  min-height: 200px;
  height: auto;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .card .post .quote-left {
  color: #ffffff;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .card .post .quote-right {
  color: #ffffff;
  text-align: right;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .card .post .post-txt {
  font-size: 16px;
  margin-bottom: 0;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .arrow-down {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #212121;
  margin-left: 75px;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .profile-pic-container {
  display: flex;
  min-height: 150px;
  height: auto;
  flex-wrap: wrap;
  justify-content: start;
  padding-left: 37px;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .profile-pic-container .profile-pic {
  width: 120px !important;
  height: 120px;
  border-radius: 100%;
  margin-top: 5px;
  border: 10px solid #ffffff;
  object-fit: cover;
  overflow: hidden;
  margin-right: 20px;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .profile-pic-container .profile-pic .fit-image {
  width: 100%;
  height: 100%;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .profile-pic-container .profile-name {
  font-size: 16px;
  font-weight: 900;
  margin-top: 50px;
  color: #ffffff;
}
@media (max-width: 435px) {
  .swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .profile-pic-container .profile-name {
    margin-top: 10px;
  }
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .links {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  padding: 0px;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .links a {
  margin-right: 10px;
}
.swg_imagesSet_carousel_6_bg .swg_imagesSet_carousel_6 .swg_imageSet_carousel_6_card .links a::after {
  content: "|";
  margin-left: 5px;
}

/*******************

    swg_imagesSet_carousel_7

********************/
.swg_imagesSet_carousel_7_bg {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: auto;
  z-index: 0;
}

.swg_imagesSet_carousel_7_dati {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .swg_imagesSet_carousel_7_dati {
    text-align: center;
  }
}
.swg_imagesSet_carousel_7_dati .widget-title {
  font-weight: 700;
  color: #000000;
  line-height: 1;
}
.swg_imagesSet_carousel_7_dati .widget-title h1, .swg_imagesSet_carousel_7_dati .widget-title h2, .swg_imagesSet_carousel_7_dati .widget-title h3, .swg_imagesSet_carousel_7_dati .widget-title h4, .swg_imagesSet_carousel_7_dati .widget-title h5, .swg_imagesSet_carousel_7_dati .widget-title h6 {
  font-weight: 700;
  color: #ffffff;
}
.swg_imagesSet_carousel_7_dati .widget-description {
  font-size: 16px;
  color: #000000;
}
.swg_imagesSet_carousel_7_dati .widget-description h1, .swg_imagesSet_carousel_7_dati .widget-description h2, .swg_imagesSet_carousel_7_dati .widget-description h3, .swg_imagesSet_carousel_7_dati .widget-description h4, .swg_imagesSet_carousel_7_dati .widget-description h5, .swg_imagesSet_carousel_7_dati .widget-description h6 {
  font-size: 16px;
  color: #000000;
}
.swg_imagesSet_carousel_7_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
}
.swg_imagesSet_carousel_7_dati .widget-content h1, .swg_imagesSet_carousel_7_dati .widget-content h2, .swg_imagesSet_carousel_7_dati .widget-content h3, .swg_imagesSet_carousel_7_dati .widget-content h4, .swg_imagesSet_carousel_7_dati .widget-content h5, .swg_imagesSet_carousel_7_dati .widget-content h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}

.swg_imagesSet_carousel_7 {
  display: flex;
  justify-content: center;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 6px;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 5px;
  margin-bottom: 50px;
  min-height: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card {
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
}
@media (max-width: 420.98px) {
  .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card {
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image {
  width: 305px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 305px;
  height: 305px;
  border-radius: 50%;
  overflow: hidden;
  padding: 15px 5px;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image {
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
}
@media (max-width: 420.98px) {
  .swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image {
    width: 250px;
    min-height: 250px;
    height: 250px;
  }
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .card-image img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  height: 100%;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover {
  background-color: #168ea5;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .text-muted {
  padding: 0 20px !important;
  display: block;
  color: #ffffff !important;
  font-size: 12px;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .h4 {
  display: block;
  color: #ffffff !important;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .card-image {
  display: none;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .text-muted {
  padding: 0 20px !important;
  display: none;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .h4 {
  display: none;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .fas.fa-arrow-right {
  position: absolute;
  bottom: -100px;
  background-color: gold;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #168ea5;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease;
  z-index: 999;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-arrow-right {
  bottom: 0px;
  opacity: 1;
  z-index: 999;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .fab.fa-envira,
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .fas.fa-cut,
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .fas.fa-people-carry {
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4e9525;
  z-index: 999;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fab.fa-envira,
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-cut,
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card:hover .fas.fa-people-carry {
  color: gold;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .card .h4 {
  font-weight: 700;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .content {
  max-width: 300px;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .content .h-6 {
  color: #4e9525;
  font-weight: 600;
}
.swg_imagesSet_carousel_7 .owl-carousel.owl-drag .owl-item .content .btn.btn-primary {
  padding: 15px;
  background-color: #4e9525;
  color: white;
  border-radius: 0px;
  border: none;
  box-shadow: none;
  z-index: 999;
}
.swg_imagesSet_carousel_7 .owl-theme .owl-dots {
  position: absolute;
  top: 90%;
  width: 100%;
  left: 0;
  display: block !important;
}
.swg_imagesSet_carousel_7 .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #e2e2e2;
}
.swg_imagesSet_carousel_7 .owl-theme .owl-dots .owl-dot.active span {
  background-color: #168ea5;
}
@media (min-width: 768px) {
  .swg_imagesSet_carousel_7 .owl-theme .owl-dots {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .swg_imagesSet_carousel_7 .owl-theme .owl-dots {
    top: 93%;
  }
}
@media (max-width: 991.98px) {
  .swg_imagesSet_carousel_7 .col-lg-5.col-md-6.col-12 {
    order: 2;
  }
}

/*azzurro*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/*******************

    swg_imagesSet_grid_1

********************/
.swg_imagesSet_grid_1_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_imagesSet_grid_1_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

.swg_imagesSet_grid_1_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.swg_imagesSet_grid_1_dati .widget-title {
  font-size: 20px;
  font-weight: 300;
  color: #168ea5;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_1_dati .widget-title h1, .swg_imagesSet_grid_1_dati .widget-title h2, .swg_imagesSet_grid_1_dati .widget-title h3, .swg_imagesSet_grid_1_dati .widget-title h4, .swg_imagesSet_grid_1_dati .widget-title h5, .swg_imagesSet_grid_1_dati .widget-title h6 {
  font-size: 20px;
  font-weight: 300;
  color: #168ea5;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_1_dati .widget-description {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_1_dati .widget-description h1, .swg_imagesSet_grid_1_dati .widget-description h2, .swg_imagesSet_grid_1_dati .widget-description h3, .swg_imagesSet_grid_1_dati .widget-description h4, .swg_imagesSet_grid_1_dati .widget-description h5, .swg_imagesSet_grid_1_dati .widget-description h6 {
  font-size: 14px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_1_dati .widget-content {
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
.swg_imagesSet_grid_1_dati .widget-content h1, .swg_imagesSet_grid_1_dati .widget-content h2, .swg_imagesSet_grid_1_dati .widget-content h3, .swg_imagesSet_grid_1_dati .widget-content h4, .swg_imagesSet_grid_1_dati .widget-content h5, .swg_imagesSet_grid_1_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.swg_imagesSet_grid_1 figure.snip1200 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 100%;
  max-width: 100%;
  height: 320px;
  width: 100%;
  background: #312783;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.swg_imagesSet_grid_1 figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.swg_imagesSet_grid_1 figure.snip1200 i {
  display: none;
}
.swg_imagesSet_grid_1 figure.snip1200 img {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0.85;
  object-fit: cover;
  object-position: center;
}
.swg_imagesSet_grid_1 figure.snip1200 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
.swg_imagesSet_grid_1 figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.swg_imagesSet_grid_1 figure.snip1200 b {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  font-weight: 700;
  font-size: 22px;
}
.swg_imagesSet_grid_1 figure.snip1200 b span {
  font-weight: 800;
}
.swg_imagesSet_grid_1 figure.snip1200 b:before {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: "";
  background: white;
  top: 50%;
  left: -1000%;
}
.swg_imagesSet_grid_1 figure.snip1200 b:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: "";
  background: white;
  top: 50%;
  right: -1000%;
}
.swg_imagesSet_grid_1 figure.snip1200 p {
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 1.1rem;
  font-size: 12px;
}
.swg_imagesSet_grid_1 figure.snip1200 .social {
  position: absolute;
  left: 0;
  top: 67%;
  width: 100%;
}
.swg_imagesSet_grid_1 figure.snip1200 .social a {
  margin: 2px;
}
.swg_imagesSet_grid_1 figure.snip1200 .social a:hover {
  color: red;
}
.swg_imagesSet_grid_1 figure.snip1200 .social a i {
  font-size: 20px;
}
.swg_imagesSet_grid_1 figure.snip1200 .social a i:hover {
  color: red;
}
.swg_imagesSet_grid_1 figure.snip1200 .link {
  position: absolute;
  left: 0%;
  top: 80%;
  width: 100%;
}
.swg_imagesSet_grid_1 figure.snip1200 .link a {
  background-color: #168ea5;
  color: #ffffff;
  padding: 3px;
  width: 50%;
}
.swg_imagesSet_grid_1 figure.snip1200 .link-documento {
  position: absolute;
  left: 0%;
  top: 90%;
  width: 100%;
}
.swg_imagesSet_grid_1 figure.snip1200 .link-documento a {
  background-color: red;
  color: #ffffff;
  padding: 3px;
  width: 50%;
}
.swg_imagesSet_grid_1 figure.snip1200 a {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
  display: inline-block;
  color: #ffffff;
}
.swg_imagesSet_grid_1 figure.snip1200 a i {
  color: #ffffff;
}
.swg_imagesSet_grid_1 figure.snip1200 a i:hover {
  color: #f4f4f4;
}
.swg_imagesSet_grid_1 figure.snip1200:hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swg_imagesSet_grid_1 figure.snip1200:hover figcaption {
  top: 7%;
  bottom: 7%;
}
.swg_imagesSet_grid_1 figure.snip1200:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.swg_imagesSet_grid_1 figure.snip1200:hover a {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.swg_imagesSet_grid_1 figure.snip1200.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.swg_imagesSet_grid_1 figure.snip1200.hover figcaption {
  top: 7%;
  bottom: 7%;
}
.swg_imagesSet_grid_1 figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.swg_imagesSet_grid_1 figure.snip1200.hover a {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@media (max-width: 767px) {
  .swg_imagesSet_grid_1 figure.snip1200 {
    position: relative;
    overflow: hidden;
    margin: 0px;
    margin-bottom: 20px;
    min-width: 100%;
    max-width: 100%;
    height: 300px;
    width: 100%;
    background: #000000;
    color: #ffffff;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
  }
}
/***********************************

  swg_imagesSet_grid_2

/**********************************/
.swg_imagesSet_grid_2_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_imagesSet_grid_2_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

.swg_imagesSet_grid_2_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.swg_imagesSet_grid_2_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
.swg_imagesSet_grid_2_dati .widget-description {
  font-size: 12px;
  color: #ffffff;
}
.swg_imagesSet_grid_2_dati .widget-content {
  font-size: 13px;
  color: #ffffff;
}

.swg_imagesSet_grid_2 .snip1491 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #1A1A1A;
}
.swg_imagesSet_grid_2 .snip1491 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.swg_imagesSet_grid_2 .snip1491 i {
  display: none;
}
.swg_imagesSet_grid_2 .snip1491 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.swg_imagesSet_grid_2 .snip1491 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-color: #168ea5;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
}
.swg_imagesSet_grid_2 .snip1491 .title {
  margin: 0;
  line-height: 1.2em;
  font-size: 1.9em;
  color: #f4f4f4;
}
.swg_imagesSet_grid_2 .snip1491 p {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9em;
  margin-top: 12px;
  padding: 12px 0 15px;
  line-height: 1.5em;
}
.swg_imagesSet_grid_2 .snip1491 .social {
  width: 100%;
  text-align: center;
}
.swg_imagesSet_grid_2 .snip1491 .social a {
  margin: 2px;
}
.swg_imagesSet_grid_2 .snip1491 .social a:hover {
  color: red;
}
.swg_imagesSet_grid_2 .snip1491 .social a i {
  font-size: 20px;
}
.swg_imagesSet_grid_2 .snip1491 .social a i:hover {
  color: red;
}
.swg_imagesSet_grid_2 .snip1491 .link {
  position: absolute;
  top: 82%;
  width: 80%;
}
.swg_imagesSet_grid_2 .snip1491 .link a {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.swg_imagesSet_grid_2 .snip1491 .link-documento {
  position: absolute;
  top: 70%;
  width: 80%;
}
.swg_imagesSet_grid_2 .snip1491 .link-documento a {
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  position: absolute;
}
.swg_imagesSet_grid_2 .snip1491:hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.swg_imagesSet_grid_2 .snip1491:hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.swg_imagesSet_grid_2 .snip1491.hover > img {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.swg_imagesSet_grid_2 .snip1491.hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/***********************************

  swg_imagesSet_grid_3

/**********************************/
.swg_image_set_grid_3 .swg_imagesSet_grid_3_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.swg_image_set_grid_3 .swg_image_set_grid_3_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  z-index: 3;
  position: relative;
  padding-top: 20px; /*da mettere se c'è il bg di fondo*/
}
.swg_image_set_grid_3 .swg_image_set_grid_3_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.swg_image_set_grid_3 .swg_image_set_grid_3_dati .widget-description {
  font-size: 12px;
}
.swg_image_set_grid_3 .swg_image_set_grid_3_dati .widget-content {
  font-size: 13px;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 1.2em;
  text-align: center;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 img {
  width: 100%;
  height: 100%;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  content: "";
  background-color: #ffffff;
  opacity: 0;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  padding: 0 30px;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 .title {
  margin: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 2px;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 .description {
  margin-bottom: 10px;
  opacity: 0.6;
  font-size: 12px;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 .icons {
  width: 100%;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 .icons a {
  background-color: #f4f4f4;
  padding: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 .icons a:hover {
  background-color: #000000;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 .icons a i {
  color: #ffffff;
  font-size: small;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531 a {
  margin: 2px;
  display: inline-block;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531:hover figcaption {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531.hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .snip1531.hover figcaption {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 1;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .bottoni {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .bottoni a {
  color: #000000;
  padding: 5px;
  text-decoration: none;
}
.swg_image_set_grid_3 .swg_imagesSet_grid_3 .bottoni a:hover {
  color: #f4f4f4;
}

/***********************************

  swg_imagesSet_grid_4 da fare

/**********************************/
.swg_imagesSet_grid_4_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_imagesSet_grid_4_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}

.swg_imagesSet_grid_4_dati {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.swg_imagesSet_grid_4_dati .widget-title {
  font-size: 16px;
  font-weight: 300;
  color: #168ea5;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_4_dati .widget-title h1, .swg_imagesSet_grid_4_dati .widget-title h2, .swg_imagesSet_grid_4_dati .widget-title h3, .swg_imagesSet_grid_4_dati .widget-title h4, .swg_imagesSet_grid_4_dati .widget-title h5, .swg_imagesSet_grid_4_dati .widget-title h6 {
  font-size: 16px;
  font-weight: 300;
  color: #168ea5;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_4_dati .widget-description {
  font-size: 20px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_4_dati .widget-description h1, .swg_imagesSet_grid_4_dati .widget-description h2, .swg_imagesSet_grid_4_dati .widget-description h3, .swg_imagesSet_grid_4_dati .widget-description h4, .swg_imagesSet_grid_4_dati .widget-description h5, .swg_imagesSet_grid_4_dati .widget-description h6 {
  font-size: 20px;
  color: #666666;
  font-weight: 700;
  margin-bottom: 5px;
}
.swg_imagesSet_grid_4_dati .widget-content {
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
.swg_imagesSet_grid_4_dati .widget-content h1, .swg_imagesSet_grid_4_dati .widget-content h2, .swg_imagesSet_grid_4_dati .widget-content h3, .swg_imagesSet_grid_4_dati .widget-content h4, .swg_imagesSet_grid_4_dati .widget-content h5, .swg_imagesSet_grid_4_dati .widget-content h6 {
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}

.swg_imagesSet_grid_4 {
  width: 33%;
  padding: 5px;
}
.swg_imagesSet_grid_4 p {
  margin: 0;
}
.swg_imagesSet_grid_4 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.swg_imagesSet_grid_4 .container {
  margin: 25px auto;
}
.swg_imagesSet_grid_4 .image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swg_imagesSet_grid_4 .image .overlay {
  position: absolute;
  bottom: 0;
  padding-left: 25px;
  padding-top: 15px;
  width: 100%;
  color: white;
  font-size: 20px;
  z-index: 5;
}
.swg_imagesSet_grid_4 .image .overlay::before {
  content: "";
  background: white;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: -150px;
  z-index: -2;
  opacity: 0.5;
  transition: all 0.3s ease-out;
}
.swg_imagesSet_grid_4 .image:hover .overlay {
  color: black;
}
.swg_imagesSet_grid_4 .container .image:hover .overlay .amount,
.swg_imagesSet_grid_4 .container .image:hover .overlay .h4,
.swg_imagesSet_grid_4 .container .image:hover .overlay .textmuted,
.swg_imagesSet_grid_4 .container .image:hover .overlay .fa-star-half-alt,
.swg_imagesSet_grid_4 .container .image:hover .overlay .review,
.swg_imagesSet_grid_4 .container .image:hover .overlay .link {
  color: black;
}
.swg_imagesSet_grid_4 .image:hover .overlay::before {
  bottom: 0px;
}
.swg_imagesSet_grid_4 .icon {
  font-size: 15px;
}
.swg_imagesSet_grid_4 .textmuted {
  font-size: 13px;
  padding-bottom: 20px;
}
.swg_imagesSet_grid_4 .link {
  color: #ffffff;
  padding-bottom: 20px;
}
.swg_imagesSet_grid_4 .review {
  font-size: 12px;
  font-weight: 200;
}

@media (max-width: 767px) {
  .swg_imagesSet_grid_4 {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 520px) {
  .swg_imagesSet_grid_4 {
    width: 100%;
    padding: 0px;
  }
}
/***********************************
  swg_imagesSet_grid_5
    con js

/**********************************/
.swg_image_set_grid_5_bg_section {
  background-size: cover;
  background-position: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati {
  margin-bottom: 20px;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #168ea5;
  text-align: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title h1, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title h2, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title h3, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title h4, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title h5, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #168ea5;
  text-align: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description {
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description h1, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description h2, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description h3, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description h4, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description h5, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-description h6 {
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content {
  font-size: 13px;
  color: #000000;
  text-align: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content h1, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content h2, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content h3, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content h4, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content h5, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
  text-align: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: auto;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card {
  position: relative;
  width: 32%;
  background: white;
  color: currentColor;
  text-decoration: none;
  overflow: hidden;
  transition-property: color;
  transition-delay: 0.15s;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  margin: 5px;
}
@media (max-width: 991.98px) {
  .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card {
    width: 48%;
  }
}
@media (max-width: 667.98px) {
  .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card {
    width: 100%;
  }
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover {
  color: white;
  transition-delay: 0;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__image, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__image::after, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__author, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__body, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__foot, .swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__border {
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.51, 0.92, 0.24, 1);
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__head {
  position: relative;
  padding-top: 70%;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__author {
  position: absolute;
  padding: 2em;
  left: 0;
  bottom: 0;
  color: white;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.15s;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover .card__author {
  transition-delay: 0;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.15s;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(30deg, rgba(26, 42, 99, 0.85), rgba(26, 42, 99, 0.5));
  transition-property: opacity;
  transition-delay: 0.15s;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover .card__image {
  transition-delay: 0;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover .card__image::after {
  opacity: 1;
  transition-delay: 0;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__body {
  position: relative;
  padding: 2em;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-delay: 0.15s;
  background-color: #ffffff;
  height: 100%;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover .card__body {
  transition-delay: 0;
  background-color: transparent;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__headline {
  font-weight: 400;
  margin: 0 0 0.8em;
  font-size: 18px;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__text {
  line-height: 1.5;
  margin: 0;
  opacity: 0.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 16px;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__foot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 2em 2em;
  opacity: 0;
  transition-property: opacity;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover .card__foot {
  opacity: 1;
  transition-delay: 0.15s;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__link {
  text-decoration: none;
  border-bottom: 2px solid #b5272d;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__link a {
  color: #ffffff;
  margin-bottom: 2px;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__link a:hover {
  color: #ffffff;
  text-decoration: none;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card__border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px;
  background: #b5272d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .card.hover .card__border {
  -webkit-transform: none;
  transform: none;
  transition-delay: 0.15s;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .author {
  display: flex;
  align-items: center;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .author__image {
  flex-shrink: 0;
  margin-right: 1em;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .author__content {
  display: grid;
  grid-gap: 0.4em;
  font-size: 0.9em;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .author__header {
  margin: 0;
  font-weight: 600;
}
.swg_image_set_grid_5_bg_section .swg_image_set_grid_5_card-container .author__subheader {
  margin: 0;
  opacity: 0.8;
}

/***********************************
  swg_imagesSet_grid_6
    team box con ausilio del JS
/**********************************/
.swg_imagesSet_grid_6 .fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.1s infinite linear;
  animation: fa-spin-fast 0.1s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.swg_imagesSet_grid_6 .material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}
.swg_imagesSet_grid_6 .material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px 10px 20px;
  height: 82px;
  color: #fff;
  font-size: 1.4em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.swg_imagesSet_grid_6 .material-card h2 span {
  display: block;
}
.swg_imagesSet_grid_6 .material-card h2 strong {
  font-weight: 300;
  display: block;
  font-size: 0.76em;
}
.swg_imagesSet_grid_6 .material-card h2:after, .swg_imagesSet_grid_6 .material-card h2:before {
  content: " ";
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swg_imagesSet_grid_6 .material-card h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .swg_imagesSet_grid_6 .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.swg_imagesSet_grid_6 .material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
}
.swg_imagesSet_grid_6 .material-card.mc-active h2:before {
  top: 0;
}
.swg_imagesSet_grid_6 .material-card.mc-active h2:after {
  bottom: -16px;
}
.swg_imagesSet_grid_6 .material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.swg_imagesSet_grid_6 .material-card .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 46px;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swg_imagesSet_grid_6 .material-card .mc-btn-action:hover {
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.swg_imagesSet_grid_6 .material-card.mc-active .mc-btn-action {
  top: 62px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.swg_imagesSet_grid_6 .material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer a {
  display: block;
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
  text-decoration: none;
  top: 200px;
  border-radius: 50px;
}
.swg_imagesSet_grid_6 .material-card .mc-footer a:nth-child(1) {
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer a:nth-child(2) {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer a:nth-child(3) {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.swg_imagesSet_grid_6 .material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.swg_imagesSet_grid_6 .material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.swg_imagesSet_grid_6 .material-card.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 55px;
  height: 55px;
  z-index: 20;
}
.swg_imagesSet_grid_6 .img-fluid {
  max-width: 100%;
  height: auto;
}
.swg_imagesSet_grid_6 .material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
@media screen and (max-width: 767px) {
  .swg_imagesSet_grid_6 .material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.swg_imagesSet_grid_6 .material-card.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .swg_imagesSet_grid_6 .material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.swg_imagesSet_grid_6 .material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.swg_imagesSet_grid_6 .material-card.mc-active .mc-footer a {
  top: 0;
  border: 2px solid #e8eaf6;
}
.swg_imagesSet_grid_6 .material-card.mc-active .mc-footer h4 {
  top: 27px;
  left: 20px;
  font-weight: 400;
}
.swg_imagesSet_grid_6 .material-card.Color h2 {
  background-color: #168ea5;
}
.swg_imagesSet_grid_6 .material-card.Color h2:after {
  border-top-color: #168ea5;
  border-right-color: #168ea5;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.swg_imagesSet_grid_6 .material-card.Color h2:before {
  border-top-color: transparent;
  border-right-color: #146d6e;
  border-bottom-color: #146d6e;
  border-left-color: transparent;
}
.swg_imagesSet_grid_6 .material-card.Color.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #168ea5;
  border-bottom-color: #168ea5;
  border-left-color: transparent;
}
.swg_imagesSet_grid_6 .material-card.Color.mc-active h2:after {
  border-top-color: #146d6e;
  border-right-color: #146d6e;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.swg_imagesSet_grid_6 .material-card.Color .mc-btn-action {
  background-color: #168ea5;
}
.swg_imagesSet_grid_6 .material-card.Color .mc-btn-action:hover {
  background-color: #146d6e;
}
.swg_imagesSet_grid_6 .material-card.Color .mc-footer h4 {
  color: #146d6e;
}
.swg_imagesSet_grid_6 .material-card.Color .mc-footer a {
  background-color: #146d6e;
}
.swg_imagesSet_grid_6 .material-card.Color.mc-active .mc-content {
  background-color: #ffffff;
}
.swg_imagesSet_grid_6 .material-card.Color.mc-active .mc-footer {
  background-color: #cccccc;
}
.swg_imagesSet_grid_6 .material-card.Color.mc-active .mc-btn-action {
  border-color: #ffffff;
}
.swg_imagesSet_grid_6 h1, .swg_imagesSet_grid_6 h2, .swg_imagesSet_grid_6 h3 {
  font-weight: 200;
}
.swg_imagesSet_grid_6 h2 {
  font-weight: 100 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #212529;
}
.swg_imagesSet_grid_6 .ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.swg_imagesSet_grid_6 .ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 1s;
}
.swg_imagesSet_grid_6 .ripple:active:after {
  transform: scale(0, 0);
  opacity: 0.2;
  transition: 0s;
}
.swg_imagesSet_grid_6 .material-card h2 {
  text-align: left;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  white-space: nowrap;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .swg_imagesSet_grid_6 .material-card.mc-active .img-container {
    top: 20px;
    width: 45px;
    height: 45px;
  }
  .swg_imagesSet_grid_6 .material-card h2 {
    font-size: 12px;
  }
  .swg_imagesSet_grid_6 .material-card.mc-active h2 {
    padding: 10px 16px 10px 70px;
  }
  .swg_imagesSet_grid_6 .material-card.mc-active .mc-footer h4 {
    top: -32px;
  }
  .swg_imagesSet_grid_6 .material-card .mc-btn-action {
    width: 48px;
    height: 48px;
    line-height: 39px;
    right: 12px;
  }
}

/***********************************
  swg_imagesSet_grid_7

/**********************************/
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati {
  width: 90%;
  margin: auto;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title {
  display: contents;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .icons {
  display: none;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .sub-title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 0;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .sub-title * {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 0;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .main-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 30px;
}
.swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .main-title * {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text {
  width: 50%;
  text-align: left;
  padding-right: 2.5em;
  padding-left: 2.5em;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text {
    width: 100%;
    order: 2;
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-align: justify;
  }
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .title {
  color: #000000;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .text-muted {
  font-size: 17.4px;
  color: #696969;
  line-height: 1.4;
  margin-top: 0.8em;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .text-muted {
    font-size: 14px;
  }
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .link {
  margin-top: 2em;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .link a {
  color: red;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .icon {
  color: red;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .how-img {
  width: 50%;
  max-height: 350px;
  margin-bottom: 10px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 0px;
}
@media (max-width: 767.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .how-img {
    width: 100%;
    order: 1;
  }
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .how-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) {
  display: flex;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text {
  width: 50%;
  text-align: left;
  padding-left: 2.5em;
  padding-right: 2.5em;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}
@media (max-width: 767.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text {
    width: 100%;
    order: 2;
    padding-right: 1.5em;
    padding-left: 1.5em;
    text-align: justify;
  }
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text .title {
  order: 1;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text .text-muted {
  font-size: 17.4px;
  color: #696969;
  line-height: 1.4;
  margin-top: 0.8em;
}
@media (max-width: 991.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text .text-muted {
    font-size: 14px;
  }
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text .link a {
  color: red;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text .icon {
  color: red;
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .how-img {
  order: 2;
  width: 50%;
  max-height: 350px;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .how-img {
    width: 100%;
  }
}
.swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .how-img .img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.tonde {
  margin-top: 40px;
  margin-bottom: 40px;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7_bg {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati {
  width: 100%;
  margin: auto;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title {
  display: contents;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .icons {
  display: none;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .sub-title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 0;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .sub-title * {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 0;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .main-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 30px;
}
.tonde .swg_imagesSet_grid_7 .swg_offers_grid_7_dati .group-title .main-title * {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text {
  width: 60%;
  text-align: left;
  padding-right: 2.5em;
  padding-left: 2.5em;
}
@media (max-width: 991.98px) {
  .tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text {
    width: 100%;
    text-align: center;
    padding: 1rem;
    order: 2;
  }
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .title {
  color: #000000;
  font-size: 25px;
  line-height: 1;
  font-weight: 700;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .text-muted {
  font-size: 17.4px;
  color: #696969;
  line-height: 1.4;
  margin-top: 0.8em;
}
@media (max-width: 991.98px) {
  .tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .text-muted {
    font-size: 14px;
  }
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .link {
  margin-top: 2em;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .link a {
  color: red;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .text .icon {
  color: red;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .how-img {
  width: 350px;
  height: 350px;
  overflow: hidden;
  object-fit: cover;
  margin-bottom: 0px;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .how-img {
    order: 1;
    margin: auto;
  }
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section .how-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) {
  display: flex;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .text .title {
  order: 1;
}
.tonde .swg_imagesSet_grid_7 .swg_imagesSet_grid_7 .how-section:nth-child(odd) .how-img {
  order: 2;
}

/***********************************
  swg_imagesSet_grid_8
    timeline unica colonna
    VEDERE IMPOSTAZIONI DA CRUSOE

/**********************************/
.tour-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*per edge firefox*/
  /*per edge e altri browser*/
}
.tour-detail .py-4 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tour-detail .scroller {
  min-height: max-content;
  background-color: #A5BFE1;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #d4aa70 #e4e4e4;
  scrollbar-width: thin;
}
@media (max-width: 991.98px) {
  .tour-detail .scroller {
    max-height: 850px !important;
  }
}
.tour-detail .scroller h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.tour-detail .scroller p + p {
  margin-top: 1rem;
}
.tour-detail .scroller::-webkit-scrollbar {
  width: 10px;
}
.tour-detail .scroller::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 0px;
}
.tour-detail .scroller::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #d4aa70;
}
.tour-detail .swg_basic_1_dati {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.tour-detail .swg_basic_1_dati .line_after_title {
  display: none;
}
.tour-detail .swg_basic_1_dati .widget-title {
  width: 100%;
  font-weight: 700;
  color: #000000;
  line-height: 1;
}
.tour-detail .swg_basic_1_dati .widget-title h1, .tour-detail .swg_basic_1_dati .widget-title h2, .tour-detail .swg_basic_1_dati .widget-title h3, .tour-detail .swg_basic_1_dati .widget-title h4, .tour-detail .swg_basic_1_dati .widget-title h5, .tour-detail .swg_basic_1_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
}
.tour-detail .swg_basic_1_dati .widget-description {
  font-size: 16px;
  color: #000000;
  width: 100%;
}
.tour-detail .swg_basic_1_dati .widget-description h1, .tour-detail .swg_basic_1_dati .widget-description h2, .tour-detail .swg_basic_1_dati .widget-description h3, .tour-detail .swg_basic_1_dati .widget-description h4, .tour-detail .swg_basic_1_dati .widget-description h5, .tour-detail .swg_basic_1_dati .widget-description h6 {
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_basic_1_dati .widget-content {
  font-size: 13px;
  color: #000000;
  width: 100%;
}
.tour-detail .swg_basic_1_dati .widget-content h1, .tour-detail .swg_basic_1_dati .widget-content h2, .tour-detail .swg_basic_1_dati .widget-content h3, .tour-detail .swg_basic_1_dati .widget-content h4, .tour-detail .swg_basic_1_dati .widget-content h5, .tour-detail .swg_basic_1_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_dati {
  margin-bottom: 20px;
  margin-top: 30px;
  display: none;
}
.tour-detail .swg_imagesSet_grid_8_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_dati .widget-title h1, .tour-detail .swg_imagesSet_grid_8_dati .widget-title h2, .tour-detail .swg_imagesSet_grid_8_dati .widget-title h3, .tour-detail .swg_imagesSet_grid_8_dati .widget-title h4, .tour-detail .swg_imagesSet_grid_8_dati .widget-title h5, .tour-detail .swg_imagesSet_grid_8_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_dati .widget-description {
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_dati .widget-description h1, .tour-detail .swg_imagesSet_grid_8_dati .widget-description h2, .tour-detail .swg_imagesSet_grid_8_dati .widget-description h3, .tour-detail .swg_imagesSet_grid_8_dati .widget-description h4, .tour-detail .swg_imagesSet_grid_8_dati .widget-description h5, .tour-detail .swg_imagesSet_grid_8_dati .widget-description h6 {
  font-size: 16px;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_dati .widget-content {
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_dati .widget-content h1, .tour-detail .swg_imagesSet_grid_8_dati .widget-content h2, .tour-detail .swg_imagesSet_grid_8_dati .widget-content h3, .tour-detail .swg_imagesSet_grid_8_dati .widget-content h4, .tour-detail .swg_imagesSet_grid_8_dati .widget-content h5, .tour-detail .swg_imagesSet_grid_8_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.tour-detail .swg_imagesSet_grid_8_map {
  background-color: #D4DADC;
  width: 100%;
  overflow: hidden;
}
.tour-detail .swg_imagesSet_grid_8_map iframe {
  width: 120%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .tour-detail .swg_imagesSet_grid_8_map {
    min-height: 550px !important;
  }
}
.tour-detail .swg_imagesSet_grid_8_map .swg_basic_1_bg {
  height: 100%;
  background-size: contain;
}
@media (max-width: 380px) {
  .tour-detail .swg_imagesSet_grid_8_map .swg_basic_1_bg {
    min-height: 300px;
    height: auto;
  }
}
.tour-detail .swg_imagesSet_grid_8 {
  background-color: #A5BFE1;
}
.tour-detail .swg_imagesSet_grid_8 .timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.tour-detail .swg_imagesSet_grid_8 .timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 2px;
  min-height: 100px;
  background: #168ea5;
  left: 2.5%;
  margin-left: -2.5px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline > li {
  position: relative;
  min-height: 50px;
  padding: 20px 0;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-time {
  position: absolute;
  left: 0;
  width: 4%;
  text-align: right;
  top: 30px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-time .date {
  display: block;
  font-weight: 600;
  line-height: 16px;
  font-size: 12px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-time .time {
  display: block;
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  color: #242a30;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-icon {
  left: -2.4%;
  position: absolute;
  width: 10%;
  display: flex;
  justify-content: center;
  text-align: center;
  top: 30px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-icon a {
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 20px;
  background: #ffffff;
  line-height: 10px;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  border: 5px solid #168ea5;
  transition: border-color 0.2s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-icon a:hover {
  background: #168ea5;
  line-height: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body {
  margin-left: 9%;
  margin-right: 0%;
  background: #fff;
  position: relative;
  padding: 20px 25px;
  border-radius: 6px;
  width: 90%;
  margin-top: 0;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #fff;
  left: -18px;
  top: 20px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body > div + div {
  margin-top: 15px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body > div + div:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-radius: 0 0 6px 6px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline img {
  max-width: 100%;
  display: block;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-header {
  border-bottom: 1px solid #e2e7eb;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-header .userimage {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 40px;
  overflow: hidden;
  margin: -2px 10px -2px 0;
  object-fit: cover;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-header .userimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-header .username {
  color: #2d353c;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-header .username a {
  color: #2d353c;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-content .Descripton_Collapse {
  font-size: 16px;
  color: #000000;
  width: 100%;
  float: right;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-content .Descripton_Collapse:before {
  content: "\f13a";
  font-family: "Font Awesome 5 Pro", sans-serif;
  color: #168ea5;
  font-weight: 700;
  font-size: 16px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-content p {
  padding-top: 15px;
  margin-bottom: 5px;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-content:before {
  content: "";
  display: table;
  clear: both;
}
.tour-detail .swg_imagesSet_grid_8 .timeline-title {
  margin-top: 0;
  font-size: 14px !important;
}
.tour-detail .swg_imagesSet_grid_8 .lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
.tour-detail .swg_imagesSet_grid_8 .text-danger {
  color: #ff5b57 !important;
}
.tour-detail .swg_imagesSet_grid_8 .text-red {
  color: #ff5b57 !important;
}
@media (max-width: 520px) {
  .tour-detail .swg_imagesSet_grid_8 {
    padding-top: 20px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 2px;
    background: #168ea5;
    left: 7.5%;
    margin-left: -2.5px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline > li {
    position: relative;
    min-height: 50px;
    padding: 20px 0;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 4%;
    text-align: right;
    top: 30px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-time .date {
    display: block;
    font-weight: 600;
    line-height: 16px;
    font-size: 12px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-time .time {
    display: block;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    color: #242a30;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-icon {
    left: 2.4%;
    position: absolute;
    width: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
    top: -5px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-icon a {
    text-decoration: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 20px;
    background: #ffffff;
    line-height: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    border: 5px solid #168ea5;
    transition: border-color 0.2s linear;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-icon a:hover {
    background: #168ea5;
    line-height: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body {
    margin-left: 13%;
    margin-right: 17%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px;
    width: 85%;
    margin-top: 0;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body:before {
    content: "";
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body > div + div {
    margin-top: 15px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline .timeline-body > div + div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline img {
    max-width: 100%;
    display: block;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-header {
    border-bottom: 1px solid #e2e7eb;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-header .userimage {
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0;
    object-fit: cover;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-header .userimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-header .username {
    font-size: 16px;
    color: #2d353c;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-header .username a {
    color: #2d353c;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-content {
    font-size: 16px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-content .Descripton_Collapse {
    font-size: 14px;
    color: #000000;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-content .Descripton_Collapse:before {
    content: "\f13a";
    font-family: "Font Awesome 5 Pro", sans-serif;
    color: #168ea5;
    font-weight: 700;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-content p {
    padding-top: 15px;
    margin-bottom: 5px;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-content:after {
    content: "";
    display: table;
    clear: both;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-content:before {
    content: "";
    display: table;
    clear: both;
  }
  .tour-detail .swg_imagesSet_grid_8 .timeline-title {
    margin-top: 0;
    font-size: 14px !important;
  }
  .tour-detail .swg_imagesSet_grid_8 .lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
  }
  .tour-detail .swg_imagesSet_grid_8 .text-danger {
    color: #ff5b57 !important;
  }
  .tour-detail .swg_imagesSet_grid_8 .text-red {
    color: #ff5b57 !important;
  }
}

.swg_imagesSet_grid_collapse_dati {
  margin-bottom: 20px;
  margin-top: 30px;
}
.swg_imagesSet_grid_collapse_dati .widget-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.swg_imagesSet_grid_collapse_dati .widget-title h1, .swg_imagesSet_grid_collapse_dati .widget-title h2, .swg_imagesSet_grid_collapse_dati .widget-title h3, .swg_imagesSet_grid_collapse_dati .widget-title h4, .swg_imagesSet_grid_collapse_dati .widget-title h5, .swg_imagesSet_grid_collapse_dati .widget-title h6 {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.swg_imagesSet_grid_collapse_dati .widget-description {
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.swg_imagesSet_grid_collapse_dati .widget-description h1, .swg_imagesSet_grid_collapse_dati .widget-description h2, .swg_imagesSet_grid_collapse_dati .widget-description h3, .swg_imagesSet_grid_collapse_dati .widget-description h4, .swg_imagesSet_grid_collapse_dati .widget-description h5, .swg_imagesSet_grid_collapse_dati .widget-description h6 {
  font-size: 16px;
  color: #000000;
  text-align: center;
}
.swg_imagesSet_grid_collapse_dati .widget-content {
  font-size: 13px;
  color: #000000;
  text-align: left;
}
.swg_imagesSet_grid_collapse_dati .widget-content h1, .swg_imagesSet_grid_collapse_dati .widget-content h2, .swg_imagesSet_grid_collapse_dati .widget-content h3, .swg_imagesSet_grid_collapse_dati .widget-content h4, .swg_imagesSet_grid_collapse_dati .widget-content h5, .swg_imagesSet_grid_collapse_dati .widget-content h6 {
  font-size: 13px;
  color: #000000;
  text-align: left;
}

.swg_imagesSet_grid_collapse {
  /*collapse*/
}
.swg_imagesSet_grid_collapse * {
  box-sizing: border-box;
}
.swg_imagesSet_grid_collapse *::before, .swg_imagesSet_grid_collapse *::after {
  box-sizing: border-box;
}
.swg_imagesSet_grid_collapse .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.swg_imagesSet_grid_collapse .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.swg_imagesSet_grid_collapse .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  color: #000000;
}
.swg_imagesSet_grid_collapse .accordion button:hover, .swg_imagesSet_grid_collapse .accordion button:focus {
  cursor: pointer;
  color: #168ea5;
}
.swg_imagesSet_grid_collapse .accordion button:hover::after, .swg_imagesSet_grid_collapse .accordion button:focus::after {
  cursor: pointer;
  border: 1px solid #000000;
}
.swg_imagesSet_grid_collapse .accordion button .accordion-title {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.swg_imagesSet_grid_collapse .accordion button .userimage {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid #168ea5;
  margin-right: 10px;
}
.swg_imagesSet_grid_collapse .accordion button .userimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.swg_imagesSet_grid_collapse .accordion button .usericon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swg_imagesSet_grid_collapse .accordion button .usericon i {
  font-size: 26px;
  color: #000000;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.swg_imagesSet_grid_collapse .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.swg_imagesSet_grid_collapse .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.swg_imagesSet_grid_collapse .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.swg_imagesSet_grid_collapse .accordion button[aria-expanded=true] {
  color: #168ea5;
}
.swg_imagesSet_grid_collapse .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.swg_imagesSet_grid_collapse .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 99em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.swg_imagesSet_grid_collapse .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.swg_imagesSet_grid_collapse .accordion .accordion-content p {
  margin: 2em 0;
}
.swg_imagesSet_grid_collapse .accordion .accordion-content .link-collapse a {
  display: block;
  color: #000000;
}
.swg_imagesSet_grid_collapse .accordion .accordion-content .link-collapse a:before {
  content: "\f054";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  margin-right: 5px;
  color: #168ea5;
}
.swg_imagesSet_grid_collapse .accordion .accordion-content .link-collapse a:hover {
  color: #168ea5;
  text-decoration: none;
}

/*azzurro*/
/*viola chiaro*/
/*hover-bottone*/
/**/
/* Carosello Web Booking */
/* Fine Caroselli */
/*RESPONSIVE HEIGHT CAROSELLO SITO*/
/*BOX*/
/*BLOG DI TIPO 1*/
.top_bar_list_article {
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.125);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 5px solid #ccc;
  color: #000000;
}
.top_bar_list_article .titolo_lista_articoli span {
  font-size: 20px;
  font-weight: 900;
}
.top_bar_list_article .nav-pills {
  display: flex;
  justify-content: end;
}
.top_bar_list_article .nav-pills .nav-link {
  border-radius: 0;
}
.top_bar_list_article .nav-pills .show .nav-link {
  background-color: green;
  border-radius: 0;
}
.top_bar_list_article .nav-pills .show .dropdown-menu {
  border-radius: 0;
}
.top_bar_list_article .nav-pills .show .dropdown-menu .dropdown-item {
  text-align: right;
}

.header-container .blog_articles_collection_page_1_bg {
  height: 180px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
}
.header-container .blog_articles_collection_page_1_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.header-container .page-title-container {
  position: absolute;
  top: 190px;
  left: 8%;
  z-index: 3;
  border-left: 4px solid #ffffff;
}
.header-container .page-title-container .page-title {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
}
.header-container .page-title-container .page-title i {
  /*border-radius: 50%;
  background-color: #ccc;
  padding: 15px;*/
  margin-right: 10px;
}
.header-container .page-title-container .page-title i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f660";
  font-weight: 600;
  font-size: 40px;
}
.header-container .page-title-container .page-description {
  color: #ffffff;
  font-weight: 700;
  margin-left: 55px;
}

.single-blog .single-blog-img {
  overflow: hidden;
  height: 180px;
}
.single-blog .single-blog-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.single-blog .single-blog-img a img:hover {
  -webkit-transform: scale(1.09);
  -moz-transform: scale(1.09);
  -ms-transform: scale(1.09);
  -o-transform: scale(1.09);
  transform: scale(1.09);
}
.single-blog .blog-content-box {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  margin-left: 34px;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  background: #fff;
  padding-bottom: 30px;
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.125);
  min-height: 280px;
  max-height: 280px;
  height: auto;
}
.single-blog .blog-content-box .blog-post-date {
  display: table;
  float: left;
  margin-right: 20px;
}
.single-blog .blog-content-box .blog-post-date span:first-child {
  color: #ffca00;
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-top: -11px;
  margin-bottom: -4px;
  text-align: center;
}
.single-blog .blog-content-box .blog-post-date span:last-child {
  font-size: 13px;
  color: #212121;
  font-weight: 600;
}
.single-blog .blog-content-box .blog-content {
  display: table;
}
.single-blog .blog-content-box .blog-content h4 {
  color: #212121;
}
.single-blog .blog-content-box .blog-content h4 a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.single-blog .blog-content-box .blog-content h4 a:hover {
  color: #FFCA00;
}
.single-blog .blog-content-box .author {
  margin-bottom: 60px;
}
.single-blog .blog-content-box .title {
  color: #696969;
  margin-bottom: 17px;
  font-size: 12px;
  min-height: 153px;
  max-height: 153px;
  height: auto;
}
.single-blog .blog-content-box .bottom {
  position: absolute;
  bottom: 20px;
}
.single-blog .blog-content-box .bottom .badge-info {
  background-color: #000000;
}
.single-blog .blog-content-box .bottom .badge-secondary {
  background-color: #f4f4f4;
}

/*BOX*/
/* Blog di tipo 2
---------------------*/
.header-container .blog_articles_collection_page_2_bg {
  height: 180px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-top: 0px;
}
.header-container .blog_articles_collection_page_2_bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
.header-container .page-title-container {
  position: absolute;
  top: 190px;
  left: 8%;
  z-index: 3;
  border-left: 4px solid #ffffff;
}
.header-container .page-title-container .page-title {
  font-size: 24px;
  font-weight: 900;
  color: #ffffff;
}
.header-container .page-title-container .page-title i {
  /*border-radius: 50%;
  background-color: #ccc;
  padding: 15px;*/
  margin-right: 10px;
}
.header-container .page-title-container .page-title i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f660";
  font-weight: 600;
  font-size: 40px;
}
.header-container .page-title-container .page-description {
  color: #ffffff;
  font-weight: 700;
  margin-left: 55px;
}

.blog_articles_collection_page_2 .blog_categories {
  box-shadow: 0 0 10px rgba(31, 45, 61, 0.125);
  padding: 0px;
}
.blog_articles_collection_page_2 .blog_categories .list-group {
  border-radius: 0px;
}
.blog_articles_collection_page_2 .blog_categories .list-group .list-group-item.active {
  background-color: #f4f4f4 !important;
  border: 0;
  color: #ffffff;
}
.blog_articles_collection_page_2 .blog_categories .list-group .list-group-item {
  color: #000000;
}
.blog_articles_collection_page_2 .blog_categories .bottone_categories {
  background-color: #f4f4f4 !important;
  color: #ffffff;
  height: 40px;
}
.blog_articles_collection_page_2 .blog-grid {
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  border-radius: 0px;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 15px;
  min-height: 350px;
  height: auto;
}
.blog_articles_collection_page_2 .blog-grid .blog-img {
  max-height: 280px;
  overflow: hidden;
}
.blog_articles_collection_page_2 .blog-grid .blog-img a .img {
  object-fit: cover;
  object-position: center;
  position: relative;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .image-user-image {
  position: absolute;
  top: 220px;
  z-index: 2;
  left: 30px;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .image-user-image i {
  border-radius: 50%;
  background-color: #ccc;
  padding: 15px;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .image-user-image i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f508";
  font-weight: 900;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .image-user-image .author {
  color: #ffffff;
  font-weight: 700;
  margin-left: 5px;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .date {
  position: absolute;
  background: #fc5356;
  color: #ffffff;
  padding: 8px 15px;
  left: 30px;
  top: 30px;
  border-radius: 0px;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .date span {
  display: block;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .date span .month {
  font-size: 12px;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .date span .year {
  font-size: 16px;
}
.blog_articles_collection_page_2 .blog-grid .blog-img .date label {
  font-size: 14px;
  margin: 0;
}
.blog_articles_collection_page_2 .blog-grid .blog-info {
  padding: 20px;
  min-height: 320px;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: baseline;
}
.blog_articles_collection_page_2 .blog-grid .blog-info .article_title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
}
.blog_articles_collection_page_2 .blog-grid .blog-info .article_title a {
  color: #168ea5;
}
.blog_articles_collection_page_2 .blog-grid .blog-info .article-pub-date {
  width: 100%;
}
.blog_articles_collection_page_2 .blog-grid .blog-info .article-pub-date i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f017";
  font-weight: 900;
  color: #333;
}
.blog_articles_collection_page_2 .blog-grid .blog-info .article-categories {
  margin-right: 5px;
  position: absolute;
  bottom: 30px;
}
.blog_articles_collection_page_2 .blog-grid .blog-info .article-tags {
  position: absolute;
  bottom: 60px;
}
.blog_articles_collection_page_2 .blog-grid .blog-info p {
  margin: 0;
}

/*SINGOLO ARTICOLO LAYOUT 1*/
.blog_article_page_1 {
  /*collapse dx column*/
}
.blog_article_page_1 .blog-single-slider {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog_article_page_1 .blog-slider-active .owl-nav {
  width: 98%;
  position: absolute;
  left: 1%;
  top: 200px;
}
.blog_article_page_1 .blog-slider-active .owl-nav .owl-prev {
  float: left;
  background: transparent;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  border-radius: 0px;
}
.blog_article_page_1 .blog-slider-active .owl-nav .owl-prev.hover {
  color: #168ea5;
}
.blog_article_page_1 .blog-slider-active .owl-nav .owl-next {
  float: right;
  background: transparent;
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  border-radius: 0px;
}
.blog_article_page_1 .blog-slider-active .owl-nav .owl-next.hover {
  color: #168ea5;
}
.blog_article_page_1 .top_info h1 {
  font-size: 22px;
  font-weight: 900;
}
.blog_article_page_1 .top_info .blog-article-categories span {
  background-color: #000000;
}
.blog_article_page_1 .top_info .badge {
  background-color: #f4f4f4;
}
.blog_article_page_1 .lead {
  font-size: 13px;
  text-align: justify;
}
.blog_article_page_1 .card-menu .card-header-category {
  background-color: #f4f4f4;
}
.blog_article_page_1 .card-menu .card-header-category button {
  color: #000000;
  padding: 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog_article_page_1 .card-menu .card-header-category button span {
  font-weight: 900;
}
.blog_article_page_1 .card-menu .card-header-category button i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1ea";
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.blog_article_page_1 .card-menu .card-header-contact {
  background-color: #f4f4f4;
  text-align: right;
}
.blog_article_page_1 .card-menu .card-header-contact button {
  color: #000000;
  padding: 0;
  font-size: 16px;
}
.blog_article_page_1 .card-menu .card-header-contact i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f129";
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.blog_article_page_1 .card-menu .contact {
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
  border-top: 0px;
  margin-top: 0;
  padding: 20px;
}
.blog_article_page_1 .card-menu .contact .title {
  font-size: 12px;
}
.blog_article_page_1 .card-menu .contact p {
  font-size: 12px;
}
.blog_article_page_1 .card-menu .contact .btn {
  background-color: #000000;
  color: #ffffff;
  border: 0;
}
.blog_article_page_1 .card-menu .contact .btn:hover {
  background-color: #f4f4f4;
}
.blog_article_page_1 .card-menu .social {
  display: flex;
  justify-content: center;
  border: 1px solid #ccc;
  border-top: 0px;
  margin-top: 0;
  padding: 10px;
}
.blog_article_page_1 .card-menu .social span {
  font-size: 30px;
  justify-content: center;
}
.blog_article_page_1 .card-menu .card {
  border: 0px;
}
.blog_article_page_1 .card-menu .card .card-body {
  border-radius: 0px;
}
.blog_article_page_1 .card-menu .card .card-body .list-group-item {
  font-size: 14px;
  color: #666666;
}
.blog_article_page_1 .card-menu .card .card-body .list-group-item a {
  padding-left: 20px;
}
.blog_article_page_1 .card-menu .card .card-body .list-group-item i {
  /*border-radius: 50%;
  background-color: #ccc;
  padding: 15px;*/
  margin-right: 10px;
}
.blog_article_page_1 .card-menu .card .card-body .list-group-item i::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f1ea";
  font-weight: 600;
  font-size: 16px;
}

/***
   SOVRASCRITTURA SLIDER RANGE
***/
/* Barra dello slider prezzi*/
.dg-slider-container .slider-selection.tick-slider-selection {
  background: #00295b !important;
}

/**/
.dg-slider-container .slider.slider-horizontal .slider-tick,
.dg-slider-container .slider.slider-horizontal .slider-handle,
.dg-slider-container .slider.slider-horizontal .slider-track {
  border: 1px solid #00295b;
}

.dg-slider-container .slider-handle {
  background: #00295b !important;
}

/***
   FINE SOVRASCRITTURA SLIDER RANGE
***/
/***
   DATEPICKER RANGE
***/
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #00295b !important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #00aaf2 !important;
}

/***
   FINE DATEPICKER RANGE
***/
/*Centra un immagine orizzontalmente rispetto al contenitore*/
/*=====================
   DIMENSIONI TESTO/ICONE
======================*/
p {
  margin-bottom: auto;
}

/**umb_name:Dimensione 1*/
.umb-size-1 {
  font-size: 40px;
}

/**umb_name:Dimensione 2*/
.umb-size-2 {
  font-size: 1.8rem;
}

/**umb_name:Dimensione 3*/
.umb-size-3 {
  font-size: 1.5rem;
}

/**umb_name:Dimensione 4*/
.umb-size-4 {
  font-size: 1.75rem;
}

/**umb_name:Dimensione 5*/
.umb-size-5 {
  font-size: 1.4rem;
}

/**umb_name:Dimensione 6*/
.umb-size-6 {
  font-size: 1.1rem;
}

/**umb_name:Dimensione 7*/
.umb-size-7 {
  font-size: 1rem;
}

/**umb_name:Dimensione 8*/
.umb-size-8 {
  font-size: 0.75rem;
}

/**umb_name:Dimensione 9*/
.umb-size-9 {
  font-size: 0.5rem;
}

/**umb_name:Dimensione 10*/
.umb-size-10 {
  font-size: 0.25rem;
}

/**umb_name:Dimensione 11*/
.umb-size-11 {
  font-size: 0.35rem;
}

/*======================
   INIZIO COLORE TESTO
======================*/
/**umb_name:Colore 1 nero*/
.umb-color-1 {
  color: #333 !important;
}

/**umb_name:Colore 2 arancio*/
.umb-color-2 {
  color: gold !important;
}

/**umb_name:Colore 3*/
.umb-color-3 {
  color: #168ea5 !important;
}

/**umb_name:Colore 4*/
.umb-color-4 {
  color: #333 !important;
}

/**umb_name:Colore 5 bianco*/
.umb-color-5 {
  color: #fff !important;
}

/**umb_name:Colore 6 grigio chiaro*/
.umb-color-6 {
  color: #ccc !important;
}

/*======================
   FORMATTAZIONI DEL TEST
======================*/
.bold {
  font-weight: 700;
}

/**umb_name:Corsivo*/
.italic {
  font-style: italic;
}

/**umb_name:Maiuscolo*/
.uppercase {
  text-transform: uppercase;
}

/**umb_name:Barrato*/
.strikethrough {
  text-decoration: line-through;
}

/**umb_name:not_refundable*/
.not_refundable {
  color: #c52828;
}

/**umb_name:free_cancellation*/
.free_cancellation {
  color: #0f7610;
}

