@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);

:root {
    --primary-color: #8fb561;
    --secondary-color: #efe778;
    --title-light: #1D1C22;
    --color-dark: #1A191E;
    --primary-bg-light: #B4D700;
    --primary-bg-white: #F6F6F6;
    --bg-dark-hover: rgba(255, 255, 255, 0.1);
    --color-overlay: #fff;
    --color-logo: rgba(29, 28, 34, 1);
    --bg-switcher: #1A191E;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    line-height: 1;
    cursor: pointer;
    border: none;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type=search]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}

label {
    color: var(--title-light);
    font-size: 14px;
    line-height: 17px;
}

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

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

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #212121;
    position: relative;
}

@media only screen and (min-width: 1024px) {
    body {
        font-size: 21px;
    }
}

body.no-scroll {
    overflow: hidden;
}

.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .container {
        max-width: 100%;
        padding-right: 35px;
        padding-left: 35px;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1366px;
    }
}

h1 {
    position: relative;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 32px;
    color: #8fb561;
    margin-bottom: 15px;
    /*
  &:before {
      content:"";
      position:absolute;
      left:0;
      top:7px;
      border-left:2px solid $vl-green;
      height:23px;
      @media(min-width:768px) {
          top:21px;
          border-left:4px solid $vl-green;
          height:33px
      }
      @media(min-width:1024px) {
          top:31px;
          height:32px
      }
  }
  &.yellow{
      &::before {
          border-left:2px solid $vl-yellow;
          @media(min-width:768px) {
              border-left:4px solid $vl-yellow;
          }
      }
  }
  */
}

@media (min-width: 768px) {
    h1 {
        font-size: 44px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    h1 {
        font-size: 54px;
    }
}

h2 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #8fb561;
    font-size: 28px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    h2 {
        font-size: 44px;
    }
}

h2 strong, h2 b {
    font-weight: 700;
}

h3 {
    font-family: "Playfair Display", serif;
    font-weight: bold;
    color: #8fb561;
    font-size: 24px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    h3 {
        font-size: 26px;
    }
}

@media (min-width: 1024px) {
    h3 {
        font-size: 32px;
    }
}

h3 strong, h3 b {
    font-weight: 700;
}

h4 {
    color: #212121;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 16px;
}

@media (min-width: 1024px) {
    h4 {
        font-size: 22px;
    }
}

h4 strong, h4 b {
    font-weight: 700;
}

h5 {
    font-weight: bold;
    color: #212121;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    h5 {
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    h5 {
        font-size: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

#contenutoInformativoPage h1 {
    padding-left: 0px;
}

#contenutoInformativoPage h1::before {
    content: none;
}

p {
    font-size: 16px;
    line-height: 26px;
}

@media (min-width: 1024px) {
    p {
        font-size: 21px;
        line-height: 32px;
    }
}

p strong {
    font-weight: 700;
}

.form-area-riservata form {
    width: 100%;
    background: #FAFAFA;
    border-radius: 11px;
    padding-top: 25px;
    padding-left: 36px;
    padding-bottom: 32px;
    padding-right: 36px;
    margin-bottom: 50px;
}

.form-area-riservata form label {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.48px;
    color: #131200;
}

.form-area-riservata form label.form-check-label {
    font-weight: 400;
}

.form-area-riservata form .privacy-link {
    letter-spacing: 0.48px;
    color: #232323;
    font-size: 12px;
}

.form-area-riservata form .privacy-link a {
    text-decoration: none;
    color: #232323;
    font-weight: bold;
}

.form-area-riservata form button.btn {
    width: 100%;
    height: 40px;
    font-size: 16px;
    background: #8FB561 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 30px;
}

.text-grey {
    color: #666 !important;
}

.eventobodyinfo {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .eventobodyinfo {
        padding-top: 15px;
    }
}

@media (min-width: 1024px) {
    .eventobodyinfo {
        padding-top: 24px;
    }
}

.eventobodyinfo h4 {
    color: #8fb561;
    padding-left: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .eventobodyinfo h4 {
        font-size: 13px;
    }
}

@media (min-width: 1024px) {
    .eventobodyinfo h4 {
        font-size: 16px;
    }
}

.eventobodyinfo p {
    padding-top: 10px;
    color: #666666;
    font-weight: 600;
    font-size: 10px;
}

@media (min-width: 768px) {
    .eventobodyinfo p {
        font-size: 11px;
    }
}

@media (min-width: 1024px) {
    .eventobodyinfo p {
        font-size: 12px;
    }
}

@media (min-width: 1200px) {
    .eventobodyinfo p {
        font-size: 13px;
    }
}

.eventobodyinfo p a {
    color: #666666;
    text-decoration: none;
}

ul {
    padding-left: 0px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    ul {
        padding-left: 0px;
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    ul {
        padding-left: 30px;
        padding-top: 10px;
    }
}

ul li {
    display: block;
    position: relative;
    padding: 5px 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    ul li {
        padding: 5px 0px;
        padding-left: 25px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    ul li {
        padding: 5px 0px;
        padding-left: 30px;
        font-size: 21px;
        line-height: 28px;
    }
}

ul li:before {
    width: 12px;
    height: 12px;
    left: 0px;
    top: 8px;
    position: absolute;
    content: " ";
    background: transparent url(/images/list_image_verde.png?a748007b28ad6c86e4b8904ecd044ddd) no-repeat center center/cover;
}

@media (min-width: 768px) {
    ul li:before {
        width: 18px;
        height: 18px;
        left: 0px;
        top: 8px;
    }
}

@media (min-width: 1024px) {
    ul li:before {
        width: 20px;
        height: 20px;
        left: 0px;
        top: 10px;
    }
}

a {
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #8fb561;
}

.mobile-version {
    display: block !important;
}

@media only screen and (min-width: 992px) {
    .mobile-version {
        display: none !important;
    }
}

.desktop-version {
    display: none !important;
}

@media only screen and (min-width: 992px) {
    .desktop-version {
        display: block !important;
        position: relative;
    }
}

.relative {
    position: relative;
}

@media only screen and (min-width: 992px) {
    .row-eq-height {
        display: flex;
    }
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.no-padding {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-margin {
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

/*=======================================================
      MARGIN 10px
========================================================*/
.margin-r-10 {
    margin-right: 10px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-lg-10 {
    @media (max-width: 992px) {
        margin-top: 10px;
    }
}

.margin-b-10 {
    margin-bottom: 10px;
}

/*=======================================================
      MARGIN 20px
========================================================*/
.margin-r-20 {
    margin-right: 20px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

/*=======================================================
      MARGIN 30px
========================================================*/
.margin-r-30 {
    margin-right: 30px;
}

.margin-l-30 {
    margin-left: 30px;
}

.margin-t-30 {
    margin-top: 30px;
}

.margin-b-30 {
    margin-bottom: 30px;
}

/*=======================================================
      MARGIN 40px
========================================================*/
.margin-r-40 {
    margin-right: 40px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-t-40 {
    margin-top: 40px !important;
}

.margin-b-40 {
    margin-bottom: 40px;
}

/*=======================================================
      MARGIN 50px
========================================================*/
.margin-r-50 {
    margin-right: 50px;
}

.margin-l-50 {
    margin-left: 50px;
}

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

.margin-b-50 {
    margin-bottom: 50px;
}

/*=======================================================
      MARGIN 60px
========================================================*/
.margin-r-60 {
    margin-right: 60px;
}

.margin-l-60 {
    margin-left: 60px;
}

.margin-t-60 {
    margin-top: 60px !important;
}

.margin-b-60 {
    margin-bottom: 60px;
}

/*=======================================================
      MARGIN 70px
========================================================*/
.margin-r-70 {
    margin-right: 70px;
}

.margin-l-70 {
    margin-left: 70px;
}

.margin-t-70 {
    margin-top: 70px !important;
}

.margin-b-70 {
    margin-bottom: 70px;
}

/*=======================================================
      MARGIN 80px
========================================================*/
.margin-r-80 {
    margin-right: 80px;
}

.margin-l-80 {
    margin-left: 80px;
}

.margin-t-80 {
    margin-top: 80px;
}

.margin-b-80 {
    margin-bottom: 80px;
}

/*=======================================================
      MARGIN 90px
========================================================*/
.margin-r-90 {
    margin-right: 90px;
}

.margin-l-90 {
    margin-left: 90px;
}

.margin-t-90 {
    margin-top: 90px;
}

.margin-b-90 {
    margin-bottom: 90px;
}

/*=======================================================
      MARGIN 100px
========================================================*/
.margin-r-100 {
    margin-right: 100px;
}

.margin-l-100 {
    margin-left: 100px;
}

.margin-t-100 {
    margin-top: 100px;
}

.margin-b-100 {
    margin-bottom: 100px;
}

/* CSS Document */
/*=======================================================
      padding 0px
========================================================*/
.padding-r-0 {
    padding-right: 0px;
}

.padding-l-0 {
    padding-left: 0px;
}

.padding-t-0 {
    padding-top: 0px;
}

.padding-b-0 {
    padding-bottom: 0px;
}

/*=======================================================
      padding 10px
========================================================*/
.padding-r-10 {
    padding-right: 10px;
}

.padding-l-10 {
    padding-left: 10px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-r-15 {
    padding-right: 15px;
}

.padding-l-15 {
    padding-left: 15px;
}

/*=======================================================
      padding 20px
========================================================*/
.padding-r-20 {
    padding-right: 20px;
}

.padding-l-20 {
    padding-left: 20px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

/*=======================================================
      padding 30px
========================================================*/
.padding-r-30 {
    padding-right: 30px;
}

.padding-l-30 {
    padding-left: 30px;
}

.padding-t-30 {
    padding-top: 30px;
}

.padding-b-30 {
    padding-bottom: 30px;
}

/*=======================================================
      padding 40px
========================================================*/
.padding-r-40 {
    padding-right: 40px;
}

.padding-l-40 {
    padding-left: 40px;
}

.padding-t-40 {
    padding-top: 40px !important;
}

.padding-b-40 {
    padding-bottom: 40px;
}

/*=======================================================
      padding 50px
========================================================*/
.padding-r-50 {
    padding-right: 50px;
}

.padding-l-50 {
    padding-left: 50px;
}

.padding-t-50 {
    padding-top: 50px !important;
}

.padding-b-50 {
    padding-bottom: 50px;
}

/*=======================================================
      padding 60px
========================================================*/
.padding-r-60 {
    padding-right: 60px;
}

.padding-l-60 {
    padding-left: 60px;
}

.padding-t-60 {
    padding-top: 60px !important;
}

.padding-b-60 {
    padding-bottom: 60px;
}

/*=======================================================
      padding 70px
========================================================*/
.padding-r-70 {
    padding-right: 70px;
}

.padding-l-70 {
    padding-left: 70px;
}

.padding-t-70 {
    padding-top: 70px !important;
}

.padding-b-70 {
    padding-bottom: 70px;
}

/*=======================================================
      padding 80px
========================================================*/
.padding-r-80 {
    padding-right: 80px;
}

.padding-l-80 {
    padding-left: 80px;
}

.padding-t-80 {
    padding-top: 80px;
}

.padding-b-80 {
    padding-bottom: 80px;
}

/*=======================================================
      padding 90px
========================================================*/
.padding-r-90 {
    padding-right: 90px;
}

.padding-l-90 {
    padding-left: 90px;
}

.padding-t-90 {
    padding-top: 90px;
}

.padding-b-90 {
    padding-bottom: 90px;
}

/*=======================================================
      padding 100px
========================================================*/
.padding-r-100 {
    padding-right: 100px;
}

.padding-l-100 {
    padding-left: 100px;
}

.padding-t-100 {
    padding-top: 100px;
}

.padding-b-100 {
    padding-bottom: 100px;
}

a.btn-link, .btn-link {
    display: inline-block;
    border-radius: 20px;
    border: 1.4px solid #8fb561;
    padding: 8px 16px 8px 22px;
    background-color: #fff;
    color: #8fb561!important;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

a.btn-link span, .btn-link span {
    font-size: 16px;
    font-weight: 400;
}

a.btn-link span b, .btn-link span b {
    font-weight: 700;
}

a.btn-link img, .btn-link img {
    width: 9px;
    margin-left: 10px;
}

a.btn-link:hover, .btn-link:hover {
    color: #8fb561;
    background-color: rgba(143, 181, 97, 0.1)!important;
}

a.btn-link.black, .btn-link.black {
    color: #212121;
    border: 1.4px solid #212121;
}

.btn-link.white {
    border: 1.4px solid #fff;
    background-color: transparent;
    color: #fff;
}

.btn-link.white:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}

.btn-link-mobile.btn-link {
    display: block;
}

@media (min-width: 992px) {
    .btn-link-mobile.btn-link {
        display: none;
    }
}

.btn-link-desktop {
    display: none;
}

@media (min-width: 992px) {
    .btn-link-desktop {
        display: block;
    }
}

.heroImage {
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .heroImage {
        height: 300px;
    }
}

@media (min-width: 1024px) {
    .heroImage {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .heroImage {
        height: 350px;
    }
}

@media (min-width: 1400px) {
    .heroImage {
        height: 350px;
    }
}

.heroImage #map-canvas {
    width: 100%;
    height: 409px;
    position: relative;
}

@media (min-width: 768px) {
    .heroImage #map-canvas {
        height: 454px;
    }
}

@media (min-width: 992px) {
    .heroImage #map-canvas {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .heroImage #map-canvas {
        height: 847px;
    }
}

@media (min-width: 1400px) {
    .heroImage #map-canvas {
        height: 855px;
    }
}

.swiper.topSwiper {
    width: 100%;
    height: 100%;
}

.swiper.topSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper.topSwiper .swiper-slide .titolo {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-top: 320px;
}

@media (min-width: 768px) {
    .swiper.topSwiper .swiper-slide .titolo {
        text-align: right;
        padding-right: 120px;
        height: 54px;
        line-height: 54px;
        margin-top: 400px;
        background-color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
        color: #000;
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .swiper.topSwiper .swiper-slide .titolo {
        margin-top: 446px;
        font-size: 18px;
        font-weight: bold;
    }
}

@media (min-width: 1200px) {
    .swiper.topSwiper .swiper-slide .titolo {
        margin-top: 793px;
    }
}

@media (min-width: 1400px) {
    .swiper.topSwiper .swiper-slide .titolo {
        margin-top: 801px;
    }
}

.swiper.topSwiper .swiper-pagination {
    position: absolute;
    text-align: left;
    left: 20px;
    width: 100%;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper.topSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    margin: 30px 5px 5px 0;
}

.swiper.topSwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #8fb561;
}

.swiper.topSwiper .swiper-button-next, .swiper.topSwiper .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.8);
}

.swiper.topSwiper .swiper-button-next, .swiper.topSwiper .swiper-button-prev {
    position: absolute;
    top: calc(100% - 28px);
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .swiper.topSwiper .swiper-button-next, .swiper.topSwiper .swiper-button-prev {
        display: none;
    }
}

.swiper.topSwiper .swiper-button-next {
    right: 0;
}

.swiper.topSwiper .swiper-button-prev {
    left: calc(100% - 100px);
}

.swiper.topSwiper .swiper-button-prev::after, .swiper.topSwiper .swiper-button-next::after {
    display: none;
}

.swiper.topSwiper .swiper-button-prev {
    background-image: url("https://valdichianaliving.it/imgs/icons/left@2x.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper.topSwiper .swiper-button-next {
    background-image: url("https://valdichianaliving.it/imgs/icons/right@2x.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.swiper.topHomeSwiper {
    width: 100%;
    height: 328px;
}

@media (min-width: 768px) {
    .swiper.topHomeSwiper {
        height: 586px;
    }
}

.swiper.topHomeSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.swiper.topHomeSwiper .swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    *zoom: 1;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

.swiper.topHomeSwiper .swiper-slide .text-slider {
    position: absolute;
    bottom: 80px;
    z-index: 3;
}

@media (min-width: 1024px) {
    .swiper.topHomeSwiper .swiper-slide .text-slider {
        bottom: 50px;
    }
}

.swiper.topHomeSwiper .swiper-slide .text-slider h2 {
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 32px;
}

@media (min-width: 1024px) {
    .swiper.topHomeSwiper .swiper-slide .text-slider h2 {
        font-size: 44px;
        line-height: 50px;
    }
}

.swiper.topHomeSwiper .swiper-slide .text-slider .tag {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.swiper.topHomeSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

@media (min-width: 1024px) {
    .swiper.topHomeSwiper .swiper-pagination {
        text-align: right;
        right: 50px;
        width: 90%;
    }
}

.swiper.topHomeSwiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

.swiper.topHomeSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#map-canvas {
    width: 100%;
    height: 236px;
    padding-top: 66px;
    padding-top: 10px;
    position: relative;
}

@media (min-width: 1200px) {
    #map-canvas {
        height: 350px;
        padding-top: 66px;
        padding-top: 7px;
    }
}

#bloccoCategorie {
    margin-top: 25px;
    margin-bottom: 25px;
}

#bloccoCategorie a.lcat_e {
    position: relative;
    display: block;
    border-radius: 12px;
    height: 225px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 1024px) {
    #bloccoCategorie a.lcat_e {
        height: 260px;
        margin-bottom: 20px;
    }
}

#bloccoCategorie a.lcat_e .overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border-radius: 12px;
}

#bloccoCategorie a.lcat_e .overlay .lcat_ew {
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
}

#bloccoCategorie a.lcat_e .overlay .lcat_ew h2 {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 80%;
}

#bloccoCategorie a.lcat_e .overlay .lcat_ew .data {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    width: 40%;
    text-align: right;
}

#bloccoCategorie a.lcat_e .overlay .lcat_ew p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding-top: 0px;
    color: #fff;
}

#bloccoCategorie.categorieElenco a.lcat_e {
    display: block;
}

#bloccoCategorie.categorieElenco a.lcat_e .bollinoAV {
    width: 100px;
    height: 62px;
    background-image: url(/images/bollinoVA.png?d99960450e4ede1f4865bee1ae574e93);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 20px;
    position: absolute;
    z-index: 20;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 6px 15px -10px #000000;
}

#bloccoCategorie.categorieElenco a.lcat_e .bollinoGreen {
    width: 62px;
    height: 62px;
    background-color: #fff;
    background-image: url(/images/sostenibilita.svg?810225dac59d0f3fbe1c5c210334d194);
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    top: 0;
    left: 20px;
    position: absolute;
    z-index: 20;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0px 6px 15px -10px #000000;
}

#bloccoCategorie.categorieElenco a.lcat_e .inEvidenza {
    width: 130px;
    height: 30px;
    background-color: #fff;
    background-position: center center;
    background-size: 80%;
    background-repeat: no-repeat;
    top: 10px;
    left: 20px;
    position: absolute;
    z-index: 20;
    border-radius: 8px;
    box-shadow: 0px 6px 15px -10px #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    small {
        color: inherit;
        font-size: 18px;
        text-transform: capitalize;
    }
}

#bloccoCategorie.categorieElenco a.lcat_e .bollino {
    width: 30px;
    height: 30px;
    top: 0;
    right: 0px;
    position: absolute;
    z-index: 20;
    border-bottom-left-radius: 100%;
    box-shadow: 0px 6px 15px -10px #000000;
}

#bloccoCategorie.categorieElenco a.lcat_e .bollino.rosso {
    background-color: red;
}

#bloccoCategorie.categorieElenco a.lcat_e .bollino.viola {
    background-color: blueviolet;
}

#bloccoCategorie.categorieElenco a.lcat_e .bollino.blu {
    background-color: cadetblue;
}

#bloccoCategorie.categorieElenco a.lcat_e .bollino.arancio {
    background-color: chocolate;
}


#bloccoCategorie.paginaElenco a.lcat_e .overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 100%);

}



#bloccoCategorie.paginaElenco a.lcat_e .overlay .tour-details {
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end!important;
}

#bloccoCategorie.paginaElenco .lcat_e:hover .overlay {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 100%);
}

#bloccoCategorie.paginaElenco a.lcat_e .overlay .tour-info {
    display: block;
    margin-top: 12px;
}

#bloccoCategorie.paginaElenco a.lcat_e .overlay h2 {
    font-weight: 400;
    font-family: "Playfair Display", serif;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
    width:100%;
    padding: 5px 10px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #bloccoCategorie.paginaElenco a.lcat_e .overlay h2 {
        font-size: 18px;
        line-height: 20px;
    }
}

#bloccoCategorie.paginaElenco a.lcat_e .overlay .duration {
    padding: 5px 10px;
    border-radius: 5px;
    color: #EFE778;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#bloccoCategorie.paginaElenco a.lcat_e .overlay .tour-info .tag {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #7B1B38;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-left: 10px;
    float: left;

}

#bloccoCategorie.paginaElenco a.lcat_e .overlay .tour-info .price{
    margin-right: 10px;
    float: right;
}

#bloccoCategorie.paginaElenco a.lcat_e .overlay .subtitle {
    margin-top: 0px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #bloccoCategorie.paginaElenco a.lcat_e .overlay .subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

#contenutoInformativoPage #bloccoCategorie a.lcat_e {
    height: 136px;
}

@media (min-width: 768px) {
    #contenutoInformativoPage #bloccoCategorie a.lcat_e {
        height: 230px;
    }
}

@media (min-width: 1024px) {
    #contenutoInformativoPage #bloccoCategorie a.lcat_e {
        height: 250px;
    }
}

.area-download-container {
    width: 100%;
    display: block;
    padding: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border-radius: 11px;
    opacity: 1;
}

.area-download-container .area-download-title {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid gray;
    text-transform: capitalize;
}

.area-download-container .area-download-text {
    padding-top: 30px;
    padding-bottom: 20px;
}

.area-download-container .area-download-text p {
    width: 100%;
    text-align: left;
    font: inherit;
    letter-spacing: 0px;
    color: #232323;
    opacity: 1;
}

.area-download-container .area-download-file-container {
    height: 34px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    opacity: 1;
}

@media (max-width: 992px) {
    .area-download-container .area-download-file-container {
        height: 34px;
        padding-top: 6px;
    }
}

.area-download-container .area-download-file-container ul {
    padding: 0;
}

.area-download-container .area-download-file-container ul li {
    padding-left: 0;
    padding: 0;
}

.area-download-container .area-download-file-container ul li:before {
    content: none;
}

.area-download-container .area-download-file-container .area-download-file-title {
    text-align: left;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.64px;
    color: #131200;
    opacity: 1;
    text-decoration: none;
    padding: 13px 10px;
}

.area-download-container .area-download-file-container .download_arrow {
    width: 20px;
    margin: -20px 10px;
    float: right;
}

.area-download-container .downloadbtn-container .downloadbtn {
    padding: 5px;
    left: 136px;
    width: 100%;
    height: 44px;
    background: #EEE787 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-align: center;
}

.area-download-container .downloadbtn-container .downloadbtn a {
    text-decoration: none;
}

.area-download-container .downloadbtn-container .downloadbtn a span {
    text-transform: capitalize;
    top: 1109px;
    left: 663px;
    width: 123px;
    height: 22px;
    text-align: left;
    font: normal normal 600 16px/36px Open Sans;
    letter-spacing: 0px;
    color: #232323;
    opacity: 1;
}

.filtriEventi {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #8fb561;
}

.filtriEventi .selectvl {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 11px;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 10px;
    padding-right: 10px;
    padding-right: 40px;
    background: #fff url(/images/freccia_grigia_giu.png?3b9192113048bad263fac1639e48ef25) no-repeat right 10px center;
}

.filtriEventi .cerca-blog {
    height: 53px;
    line-height: 30px;
    width: 100%;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 11px;
    background: #fff url(/images/lente@2x.png?b2b4d1176146061132678a6bf0c42f01) no-repeat right 10px center/auto 60%;
    border: 1px solid #8fb561;
    display: block;
}

@media (max-width: 768px) {
    .filtriEventi .cerca-blog {
        background: #fff url(/images/lente@2x.png?b2b4d1176146061132678a6bf0c42f01) no-repeat right 10px center/auto 40%;
    }
}

#evento_inevidenza, #carosello_eventi_speciali {
    height: 260px;
    margin-bottom: 10px;
    border-radius: 11px;
}

@media (min-width: 768px) {
    #evento_inevidenza, #carosello_eventi_speciali {
        height: 450px;
    }
}

@media (min-width: 992px) {
    #evento_inevidenza, #carosello_eventi_speciali {
        height: 473px;
    }
}

@media (min-width: 1200px) {
    #evento_inevidenza, #carosello_eventi_speciali {
        height: 560px;
    }
}

#evento_inevidenza .eventi_inevidenza_sfumatura {
    border-radius: 11px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#FF000000", endColorstr="#FF000000");
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    /*! background-image:linear-gradient(to top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%); */
}

#evento_inevidenza a {
    position: relative;
    display: block;
    border-radius: 12px;
    height: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.evento_wrapper {
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 2;
}

@media (min-width: 768px) {
    .evento_wrapper {
        left: 30px;
        bottom: 10px;
    }
}

@media (min-width: 992px) {
    .evento_wrapper {
        left: 35px;
        bottom: 20px;
    }
}

.evento_wrapper .evento_luogo {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 768px) {
    .evento_wrapper .evento_luogo {
        padding-bottom: 10px;
        font-size: 10px;
        line-height: 22px;
    }
}

@media (min-width: 960px) {
    .evento_wrapper .evento_luogo {
        font-size: 16px;
        line-height: 22px;
    }
}

.evento_wrapper h2 {
    position: relative;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-right: 35px;
    color: #fff;
    /*
  &::before {
      content: "";
      position: absolute;
      background: #8FB561;
      width: 2px;
      height: 18px;
      left: -7px;
      top: -4px;
      @media (min-width: 768px) {
          width: 4px;
          height: 24px;
          left: -10px;
          top: -8px;
      }
      @media (min-width: 960px) {
          width: 5px;
          height: 30px;
          left: -15px;
          top: -2px;
      }
  }
  */
}

@media (min-width: 768px) {
    .evento_wrapper h2 {
        margin-bottom: 10px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 960px) {
    .evento_wrapper h2 {
        margin-bottom: 10px;
        padding-right: 35px;
        font-size: 28px;
        line-height: 34px;
    }
}

.evento_wrapper .evento_data {
    display: inline-block;
    padding: 2px 10px;
    background: #8FB561;
    font-size: 11px;
    line-height: 18px;
    border-radius: 6px;
    color: #fff;
}

@media (min-width: 768px) {
    .evento_wrapper .evento_data {
        font-size: 11px;
        line-height: 15px;
        border-radius: 6px;
    }
}

@media (min-width: 960px) {
    .evento_wrapper .evento_data {
        font-size: 16px;
        line-height: 22px;
        border-radius: 6px;
    }
}

.swiper.eventiSwiper {
    width: 100%;
    height: 100%;
    border-radius: 11px;
}

.swiper.eventiSwiper .swiper-slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 11px;
}

.swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_sfumatura {
    border-radius: 11px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#FF000000", endColorstr="#FF000000");
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    /*! background-image:linear-gradient(to top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%); */
}

.swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo {
    z-index: 3;
    position: absolute;
    color: #fff;
    bottom: 35px;
    left: 35px;
}

@media (min-width: 768px) {
    .swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo {
        bottom: 45px;
    }
}

@media (min-width: 992px) {
    .swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo {
        bottom: 65px;
        height: 60px;
    }
}

.swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo h4 {
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-right: 35px;
    color: #fff;
}

@media (min-width: 768px) {
    .swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo h4 {
        margin-bottom: 10px;
        padding-right: 15px;
        font-size: 16px;
        line-height: 18px;
    }
}

@media (min-width: 960px) {
    .swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo h4 {
        margin-bottom: 10px;
        padding-right: 35px;
        font-size: 28px;
        line-height: 34px;
    }
}

.swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo p {
    line-height: 20px;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    .swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo p {
        line-height: 21px;
        font-size: 16px;
        padding-left: 10px;
        padding-top: 10px;
    }
}

@media (min-width: 992px) {
    .swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo p {
        line-height: 38px;
        font-size: 24px;
        padding-left: 20px;
        padding-top: 17px;
    }
}

.swiper.eventiSwiper .swiper-slide .slider_eventi_speciali_testo p.data_evento {
    border-radius: 6px;
    display: inline-block;
    background: #8fb561;
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
}

.swiper.eventiSwiper .swiper-pagination {
    position: absolute;
    text-align: right;
    width: 95%;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper.eventiSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.swiper.eventiSwiper .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
}

.evento {
    height: 140px;
    margin-bottom: 10px;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .evento {
        height: 240px;
    }
}

@media (min-width: 992px) {
    .evento {
        height: 280px;
    }
}

@media (min-width: 1200px) {
    .evento {
        height: 280px;
    }
}

.evento .eventi_sfumatura {
    border-radius: 11px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr="#FF000000", endColorstr="#FF000000");
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    /*! background-image:linear-gradient(to top,rgba(0,0,0,0.5) 0,rgba(0,0,0,0) 100%); */
}

.evento a {
    position: relative;
    display: block;
    border-radius: 12px;
    height: 100%;
    margin-bottom: 20px;
    background: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    #listaeventiV2 #evento_inevidenza, #listaeventiV2 .evento_inevidenza {
        width: 50%;
        min-width: 50%;
        border-radius: 6px;
    }
}

@media (min-width: 768px) {
    #listaeventiV2 #evento_inevidenza, #listaeventiV2 .evento_inevidenza {
        padding-right: 5px;
    }
}

@media (min-width: 960px) {
    #listaeventiV2 #evento_inevidenza, #listaeventiV2 .evento_inevidenza {
        padding-right: 10px;
    }
}

#event_map {
    height: 400px;
    margin-top: 40px;
}

@media (max-width: 1023px) {
    #event_map {
        display: none;
    }
}

#sidebarBlog h4 {
    text-transform: uppercase;
    color: #8fb561;
    font-size: 12px;
    border-bottom: 1px solid #707070;
    padding: 15px;
    font-weight: 500;
}

@media (min-width: 992px) {
    #sidebarBlog h4 {
        font-size: 24px;
    }
}

#sidebarBlog .ultimiArticoli {
    background: #F8F7F7;
    border-radius: 11px;
}

#sidebarBlog .listaCategorie .listaCategorieLista dl {
    padding-left: 30px;
    padding-top: 32px;
}

@media (min-width: 768px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl {
        padding-left: 13px;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl {
        padding-left: 20px;
        padding-top: 27px;
    }
}

#sidebarBlog .listaCategorie .listaCategorieLista dl dt {
    position: relative;
}

#sidebarBlog .listaCategorie .listaCategorieLista dl dt a {
    color: #666666;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 13px;
    font-weight: 600;
}

@media (min-width: 768px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl dt a {
        font-size: 12px;
        line-height: 16px;
        padding-left: 0px;
        padding-bottom: 8px;
    }
}

@media (min-width: 992px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl dt a {
        font-size: 21px;
        line-height: 28px;
        padding-left: 0px;
        padding-bottom: 15px;
    }
}

#sidebarBlog .listaCategorie .listaCategorieLista dl dt::before {
    content: "";
    border-radius: 20px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #8fb561;
    left: -15px;
    top: 11px;
}

@media (min-width: 768px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl dt::before {
        width: 5px;
        height: 5px;
        left: -10px;
        top: 5px;
    }
}

@media (min-width: 992px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl dt::before {
        left: -15px;
        top: 11px;
    }
}

#sidebarBlog .listaCategorie .listaCategorieLista dl dd {
    color: #232323;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 13px;
}

@media (min-width: 768px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl dd {
        font-size: 10px;
        line-height: 16px;
        padding-left: 0px;
        padding-bottom: 8px;
    }
}

@media (min-width: 960px) {
    #sidebarBlog .listaCategorie .listaCategorieLista dl dd {
        font-size: 18px;
        line-height: 28px;
        padding-left: 0px;
        padding-bottom: 13px;
    }
}

.articolo {
    font-weight: 500;
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 24px;
}

@media (min-width: 768px) {
    .articolo {
        padding: 5px;
        padding-bottom: 0px;
        padding-top: 17px;
    }
}

@media (min-width: 992px) {
    .articolo {
        padding: 13px;
        padding-bottom: 0px;
        padding-top: 28px;
    }
}

.articolo .articolo_copertina {
    height: 127px;
}

@media (min-width: 768px) {
    .articolo .articolo_copertina {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_copertina {
        height: 160px;
    }
}

.articolo .articolo_copertina a {
    height: 127px;
    border-radius: 11px;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

@media (min-width: 768px) {
    .articolo .articolo_copertina a {
        height: 100px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_copertina a {
        height: 160px;
    }
}

.articolo .articolo_copertina a img {
    border-radius: 11px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.articolo .articolo_categoria {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (min-width: 768px) {
    .articolo .articolo_categoria {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_categoria {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.articolo .articolo_categoria a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}

@media (min-width: 768px) {
    .articolo .articolo_categoria a {
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_categoria a {
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
    }
}

.articolo .articolo_categoria::before {
    background: #8fb561;
    content: " ";
    position: absolute;
    width: 25px;
    height: 1px;
    left: 0px;
    bottom: 0px;
}

@media (min-width: 768px) {
    .articolo .articolo_categoria::before {
        width: 20px;
        height: 2px;
    }
}

@media (min-width: 960px) {
    .articolo .articolo_categoria::before {
        width: 32px;
        height: 2px;
    }
}

.articolo .articolo_titolo {
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .articolo .articolo_titolo {
        padding-top: 13px;
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_titolo {
        padding-top: 20px;
        padding-bottom: 5px;
    }
}

.articolo .articolo_titolo a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    line-height: 18px;
}

@media (min-width: 768px) {
    .articolo .articolo_titolo a {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_titolo a {
        font-size: 18px;
        line-height: 18px;
    }
}

.articolo .articolo_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.articolo .articolo_footer .articolo_autore {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.articolo .articolo_footer .articolo_autore .avatar {
    display: none;
    width: 29px;
    height: 29px;
}

@media (min-width: 768px) {
    .articolo .articolo_footer .articolo_autore .avatar {
        width: 43px;
        height: 43px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_footer .articolo_autore .avatar {
        width: 80px;
        height: 80px;
    }
}

.articolo .articolo_footer .articolo_autore .nome {
    color: #666;
    text-decoration: none;
    font-size: 10px;
    line-height: 11px;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .articolo .articolo_footer .articolo_autore .nome {
        font-size: 10px;
        line-height: 19px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_footer .articolo_autore .nome {
        font-size: 14px;
        line-height: 39px;
        padding-left: 0px;
    }
}

.articolo .articolo_footer .articolo_data {
    color: #666;
    font-size: 11px;
    line-height: 13px;
}

@media (min-width: 768px) {
    .articolo .articolo_footer .articolo_data {
        font-size: 11px;
        line-height: 19px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .articolo .articolo_footer .articolo_data {
        font-size: 14px;
        line-height: 39px;
        padding-left: 0px;
    }
}

.clsxBlog .articolo .articolo_copertina {
    height: 136px;
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_copertina {
        height: 326px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_copertina {
        height: 525px;
    }
}

.clsxBlog .articolo .articolo_copertina a {
    height: 136px;
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_copertina a {
        height: 326px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_copertina a {
        height: 525px;
    }
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_categoria a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_categoria a {
        font-size: 18px;
    }
}

.clsxBlog .articolo .articolo_titolo {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_titolo {
        padding-top: 13px;
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_titolo {
        padding-top: 20px;
        padding-bottom: 30px;
    }
}

.clsxBlog .articolo .articolo_titolo a {
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_titolo a {
        font-size: 24px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_titolo a {
        font-size: 34px;
        line-height: 34px;
    }
}

.clsxBlog .articolo .articolo_footer .articolo_autore {
    align-items: center;
    display: flex;
    flex-direction: row;
}

.clsxBlog .articolo .articolo_footer .articolo_autore .avatar {
    display: none;
    width: 29px;
    height: 29px;
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_footer .articolo_autore .avatar {
        width: 43px;
        height: 43px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_footer .articolo_autore .avatar {
        width: 80px;
        height: 80px;
    }
}

.clsxBlog .articolo .articolo_footer .articolo_autore .nome {
    color: #666;
    text-decoration: none;
    font-size: 10px;
    line-height: 11px;
    padding-left: 0px;
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_footer .articolo_autore .nome {
        font-size: 10px;
        line-height: 19px;
        padding-left: 0px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_footer .articolo_autore .nome {
        font-size: 14px;
        line-height: 39px;
        padding-left: 0px;
    }
}

@media (min-width: 768px) {
    .clsxBlog .articolo .articolo_footer .articolo_data {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (min-width: 992px) {
    .clsxBlog .articolo .articolo_footer .articolo_data {
        font-size: 21px;
        line-height: 39px;
    }
}

ul.pagination li {
    padding-left: 10px;
}

ul.pagination li::before {
    content: none;
}

.pagination .page-item {
    border-radius: 6px;
}

.pagination .page-item .page-link {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    color: #000;
    font-weight: 600;
}

.pagination .page-item .page-link:hover {
    color: #8fb561;
    background-color: #fff;
}

.pagination .active > .page-link, .pagination .page-link.active {
    background-color: #efefef;
    border-color: #efefef;
    color: #000;
}

.swiper.blogSwiper {
    margin-top: 50px;
    border-radius: 11px;
}

.swiper.blogSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
}

.swiper.blogSwiper .swiper-pagination {
    position: absolute;
    text-align: center;
    width: 100%;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper.blogSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.swiper.blogSwiper .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
}

.swiper.blogSwiper .swiper-button-next, .swiper.blogSwiper .swiper-button-prev {
    background-color: #8fb561;
}

.swiper.blogSwiper .swiper-button-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50px;
}

.swiper.blogSwiper .swiper-button-prev {
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50px;
}

.swiper.blogSwiper .swiper-button-prev::after, .swiper.blogSwiper .swiper-button-next::after {
    display: none;
}

.swiper.blogSwiper .swiper-button-prev {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

.swiper.blogSwiper .swiper-button-next {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.articolonav {
    border-top: 1px solid #d7d7d6;
    padding-top: 20px;
    padding-bottom: 40px;
}

.articolonav ul {
    padding-left: 0;
}

@media (min-width: 992px) {
    .articolonav ul {
        display: flex;
    }
}

.articolonav ul li {
    padding-left: 10px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
}

.articolonav ul li::before {
    content: none;
}

.articolonav ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 992px) {
    .articolonav ul li:first-child {
        width: 50%;
    }
}

@media (min-width: 992px) {
    .articolonav ul li:last-child {
        width: 50%;
        text-align: right;
    }
}

main#formBook {
    margin-top: 100px;
}

main#formBook #contattiForm .btn.btn-secondary {
    background-color: #F7F7F7;
    border-radius: 6px;
    color: #212121;
    border: none;
}

main#formBook #contattiForm input.btn-check[type=radio]:checked + label {
    background-color: #F9F6C7;
}

main#formBook #contattiForm .input-selezione {
    border: 1px solid #8fb561;
    border-radius: 6px;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

main#formBook #contattiForm .input-selezione input {
    width: 40px;
    text-align: center;
    border: none;
}

main#formBook #contattiForm .input-selezione .input-group-text {
    border: none;
}

main#formBook #contattiForm .selectvl {
    display: block;
    width: 100%;
    border-radius: 11px;
    border: 1px solid #8fb561;
    font-size: 12px;
    padding: 9px 10px;
    background: #fff url(/images/freccia_grigia_giu.png?3b9192113048bad263fac1639e48ef25) no-repeat right 10px center;
}

main#formBook #carrello {
    background: #FAFAFA;
    border-radius: 6px;
    height: -moz-fit-content;
    height: fit-content;
}

main#formBook #carrello .image {
    position: relative;
    width: 100%;
}

main#formBook #carrello .image img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}

main#formBook #carrello .image .status {
    position: absolute;
    bottom: 8px;
    left: 25px;
    border-radius: 3px;
    font-size: 13px;
    height: 30px;
    width: 100px;
    text-align: center;
    line-height: 30px;
}

main#formBook #carrello .image .status.green {
    color: #85A554;
    background: #DDEACA;
}

main#formBook #carrello .image .status.yellow {
    color: #C1A820;
    background: #F7F4C1;
}

main#formBook #carrello #content {
    border-radius: 0 12px 12px 0;
    padding: 6%;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 959px) {
    main#formBook #carrello #content {
        padding: 2%;
    }
}

main#formBook #carrello #content .linea {
    margin: 5% 0;
    width: 100%;
    border: 0.5px solid #E6E6E6;
}

main#formBook #carrello #content .titolo {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1;
}

main#formBook #carrello #content .offerta_durata {
    color: #97B46A;
    font-size: 16px;
    font-weight: bold;
}

main#formBook #carrello #content .data {
    margin-bottom: 10px;
}

main#formBook #carrello #content .data #data_selezionata {
    color: #BE6262;
    font-size: 16px;
    font-weight: bold;
}

main#formBook #carrello #content p {
    font-size: 16px;
}

main#formBook #carrello #content p span.bold {
    font-weight: bold;
}

main#formBook #carrello #content .sezione_prezzi {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

main#formBook #carrello #content .sezione_prezzi p.bold {
    font-weight: bold;
}

main#formBook #carrello #content .sezione-caparra {
    margin-bottom: 20px;
}

main#formBook #carrello #content .sezione-caparra .text {
    margin-bottom: 10px;
}

main#formBook #carrello #content .sezione-caparra .prezzo {
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: bold;
}

main#formBook #carrello #content .sezione-caparra .iva {
    color: #6F6F6F;
    font-size: 12px;
}

main#formBook #carrello #content .sezione_rate {
    border-left: 2px solid #1b9448;
    padding-left: 5px;
}

main#formBook #carrello #content .sezione_rate p {
    font-size: 14px;
    line-height: 20px;
}

main#formBook #annullamento {
    padding: 6%;
}

main#formBook #annullamento p {
    font-size: 16px;
    line-height: 22px;
}

main#formBook #annullamento .verde {
    color: #97B46A;
}

.searchbox {
    display: block;
    position: relative;
    width: 100%;
    height: 37px;
    white-space: nowrap;
    box-sizing: border-box;
    font-size: 16px;
}

.searchbox__wrapper {
    width: 100%;
    height: 100%;
}

.searchbox__input {
    display: inline-block;
    transition: box-shadow 0.4s ease, background 0.4s ease;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px #D9D9D9;
    background: #FFFFFF;
    padding: 0;
    padding-right: 30px;
    padding-left: 37px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    white-space: normal;
    font-size: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.searchbox__input::-webkit-search-decoration, .searchbox__input::-webkit-search-cancel-button, .searchbox__input::-webkit-search-results-button, .searchbox__input::-webkit-search-results-decoration {
    display: none;
}

.searchbox__input:hover {
    box-shadow: inset 0 0 0 1px silver;
}

.searchbox__input:focus, .searchbox__input:active {
    outline: 0;
    box-shadow: inset 0 0 0 1px #8fb561;
    background: #FFFFFF;
}

.searchbox__input::-moz-placeholder {
    color: #AAAAAA;
}

.searchbox__input::placeholder {
    color: #AAAAAA;
}

.searchbox__submit {
    position: absolute;
    top: 0;
    right: inherit;
    left: 0;
    margin: 0;
    border: 0;
    border-radius: 18px 0 0 18px;
    background-color: rgba(255, 255, 255, 0);
    padding: 0;
    width: 37px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.searchbox__submit::before {
    display: inline-block;
    margin-right: -4px;
    height: 100%;
    vertical-align: middle;
    content: "";
}

.searchbox__submit:hover, .searchbox__submit:active {
    cursor: pointer;
}

.searchbox__submit:focus {
    outline: 0;
}

.searchbox__submit img {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    fill: #666666;
}

.searchbox__reset {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    fill: rgba(0, 0, 0, 0.5);
}

.searchbox__reset.hide {
    display: none;
}

.searchbox__reset:focus {
    outline: 0;
}

.searchbox__reset img {
    display: block;
    margin: 4px;
    width: 13px;
    height: 13px;
}

.searchbox__input:valid ~ .searchbox__reset {
    display: block;
    animation-name: sbx-reset-in;
    animation-duration: 0.15s;
}

@keyframes sbx-reset-in {
    0% {
        transform: translate3d(-20%, 0, 0);
        opacity: 0;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

.tot-risultati {
    font-size: 16px;
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

.rox-risultati {
    margin-top: 60px;
    margin-bottom: 60px;
}

.rox-risultati .title {
    border-bottom: 0.5px solid #212121;
    display: inline-block;
    width: 246px;
    padding-bottom: 10px;
}

.rox-risultati .risultato-link {
    text-decoration: none;
    display: block;
    color: #212121;
    margin-top: 10px;
    margin-bottom: 10px;
}

.rox-risultati .risultato-link strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.rox-risultati .risultato-link span {
    font-size: 16px;
    line-height: 20px;
}

#quiz .button {
    transition: 0.3s;
}

#quiz .animated {
    transition-duration: 0.15s;
}

#quiz .questionBox {
    position: relative;
    display: flex;
    text-align: center;
}

#quiz .questionBox .questionContainer {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#quiz .questionBox .questionContainer .optionContainer {
    margin-top: 12px;
    flex-grow: 1;
}

#quiz .questionBox .questionContainer .optionContainer .option {
    border-radius: 100px;
    padding: 9px 18px;
    margin-bottom: 15px;
    transition: 0.3s;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.85);
    border: transparent 1px solid;
}

#quiz .questionBox .questionContainer .optionContainer .option.is-selected {
    border-color: rgba(0, 0, 0, 0.25);
    background-color: rgba(143, 181, 97, 0.5);
}

#quiz .questionBox .questionContainer .optionContainer .option:hover {
    background-color: rgba(143, 181, 97, 0.3);
}

#quiz .questionBox .questionContainer .questionFooter {
    width: 100%;
    align-self: flex-end;
}

#quiz .questionBox .questionContainer .questionFooter .pagination {
    margin: 15px 25px;
    display: flex;
    justify-content: flex-end;
}

#quiz .questionBox .button {
    padding: 0.5rem 1rem;
    border: 1px solid #b8b8b8;
    border-radius: 5rem;
    margin: 0 0.25rem;
    transition: 0.3s;
    text-decoration: none;
    color: #fff;
    background-color: #b8b8b8;
}

#quiz .questionBox .button:hover {
    cursor: pointer;
    background-color: #595959;
    border-color: #595959;
}

#quiz .questionBox .button.is-active {
    background: rgba(143, 181, 97, 0.7);
    color: white;
    border-color: transparent;
}

#quiz .questionBox .button.is-active:hover {
    background: #8fb561;
}

.row-review {
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.review-stars {
    margin-right: 15px;
    position: relative;
    vertical-align: middle;
    width: 150px;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: var(--stars);
    --stars: url(/images/star.png?97cb4d5321010f79e9787107479ecb79) right/auto 100% no-repeat;
}

.review-stars:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: var(--stars);
    filter: grayscale(1);
}

.review-stars[data-stars="4.5"]:after {
    width: 10%;
}

.review-stars[data-stars="4"]:after {
    width: 20%;
}

.review-stars[data-stars="3.5"]:after {
    width: 30%;
}

.review-stars[data-stars="3"]:after {
    width: 40%;
}

.review-stars[data-stars="2.5"]:after {
    width: 50%;
}

.review-stars[data-stars="2"]:after {
    width: 60%;
}

.review-stars[data-stars="1.5"]:after {
    width: 70%;
}

.review-stars[data-stars="1"]:after {
    width: 80%;
}

.review-stars[data-stars="0.5"]:after {
    width: 90%;
}

#blocco-recensioni {
    /*padding-top: 150px;*/
}

.tot-review {
    font-size: 36px;
    font-weight: 700;
    margin-right: 15px;
}

.review {
    display: flex;
    font-size: 12px;
    align-items: center;
    margin: 15px 0;
}

.progress {
    background-color: rgba(100, 100, 100, 0.2);
    border-radius: 5px;
    position: relative;
    margin: 0 10px;
    height: 10px;
    width: 200px;
}

.progress-done {
    background: #FED141;
    border-radius: 5px;
    height: 10px;
    width: 0;
    transition: width 1s ease 0.3s;
}

.percent {
    color: #333;
}

.star {
    width: 32px;
    height: 32px;
    transition: 0.6s all;
}

#rating {
    cursor: pointer;
    display: inline-block;
}

#review-form .input-group-addon {
    min-width: 100px;
}

#review-form .btn {
    min-width: 100px;
}

#review-form input[type=text],
#review-form textarea {
    width: 100%;
}

#review-form .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

blockquote {
    border-left: 5px solid rgb(238, 238, 238);
    padding-left: 20px;
}

blockquote .footer {
    display: block;
    font-size: 80%;
}

.stars-container {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .modal-dialog.modal-review {
        width: 700px;
        max-width: 700px;
    }
}

.modal-dialog.modal-review .modal-header {
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom: none;
}

.modal-dialog.modal-review .modal-header h5 {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.modal-dialog.modal-review .txt-label {
    font-size: 14px;
    margin-top: 30px;
    padding-bottom: 5px;
    font-weight: 700;
}

.modal-dialog.modal-review .modal-body {
    padding-top: 0;
}

.modal-dialog.modal-review .btn-review {
    display: inline-block;
    border-radius: 20px;
    border: 1.4px solid #8fb561;
    padding: 8px 16px 8px 22px;
    background-color: #8fb561;
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modal-dialog.modal-review .btn-review:hover {
    color: #8fb561;
    background-color: rgba(143, 181, 97, 0.1);
}

.review-name {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.recensione {
    margin-top: 50px;
}

.recensione .row-review {
    margin-bottom: 15px;
}

.recensione .review-title {
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
}

.recensione .review-name {
    font-size: 16px;
    font-weight: 400;
}

.recensione .row-review-like {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.recensione .row-review-like a {
    margin-right: 10px;
}

.recensione .row-review-like span {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
}

.txt-controlli-review {
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 30px;
}

.txt-tot-review {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #767676;
}

#infoWindow #infoWindowh1 a {
    display: block;
    color: #8fb561;
    font-weight: bold;
    font-size: 20px;
    padding: 10px 0px;
}

#infoWindow #infoWindowContent .infoWindowContent_img {
    max-width: 200px;
    max-height: 200px;
    text-align: center;
}

#infoWindow #infoWindowContent .infoWindowContent_img img {
    max-width: 200px;
    max-height: 200px;
}

.infoWindow {
    width: 222px;
    height: 200px;
}

.infoWindow .infoWindow_header {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 124px;
}

.infoWindow .infoWindow_titolo {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 13px;
    line-height: 14px;
    padding: 15px 0px;
    font-weight: 600;
}

.infoWindow .infoWindow_bottone a {
    margin: 0px auto;
    background: #8fb561;
    display: block;
    width: 126px;
    line-height: 26px;
    height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

header {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    height: 85px;
}

.header-two {
    position: relative;
    margin-top: 85px;
}

@media (min-width: 1024px) {
    header {
        height: 165px;
    }
}

@media (min-width: 1200px) {
    header {
        height: 180px;
    }
}

header.v2 {
    height: 75px;
    border-bottom: 1px solid lightgray;
    background: #fafafa;
    padding-top: 16px;
}

header.v2 .logo {
    width: calc(100% - 150px);
    float: left;
}

@media (min-width: 768px) {
    header.v2 .logo {
        width: calc(100% - 250px);
    }
}

header.v2 .logo img {
    width: 120px;
}

@media (min-width: 430px) {
    header.v2 .logo img {
        width: 200px;
    }
}

@media (min-width: 768px) {
    header.v2 .logo img {
        width: 210px;
    }
}

header.v2 a.indietro {
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    text-align: center;
    background-color: #8fb561;
    color: #fff;
    text-decoration: none;
    padding-top: 5px;
}

@media (min-width: 768px) {
    header.v2 a.indietro {
        width: 210px;
        line-height: 30px;
    }
}

header .exvalse.desktop {
    display: none;
}

@media (min-width: 1024px) {
    header .exvalse.desktop {
        font-size: 13px;
        background-color: #fff;
        display: block;
        height: 120px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

header .exvalse.desktop a {
    color: #212121;
    text-decoration: none;
    line-height: 30px;
    font-size: 11px;
}

@media (mix-width: 1200px) {
    header .exvalse.desktop a {
        font-size: 13px;
    }
}

header .exvalse.desktop p {
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    header .exvalse.desktop p {
        font-size: 13px;
    }
}

header .exvalse.mobile, .header-two .exvalse.mobile {
    display: none;
}

@media (max-width: 1023px) {
    header .exvalse.mobile, .header-two .exvalse.mobile {
        background-color: #fff;
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}

header .exvalse.mobile a, .header-two .exvalse.mobile a {
    color: #212121;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 15px;
    display: block;
}

header .exvalse.mobile p, .header-two .exvalse.mobile p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
}

header .exvalse ul#lista_istituzionali, .header-two .exvalse ul#lista_istituzionali {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

header .exvalse ul#lista_istituzionali li, .header-two .exvalse ul#lista_istituzionali li {
    display: flex;
    height: 30px;
    width: 25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

header .exvalse ul#lista_istituzionali li::before, .header-two .exvalse ul#lista_istituzionali li::before {
    content: none;
}

header .top-header {
    height: 15px;
    background-color: #8fb561;
}

@media (min-width: 1024px) {
    header .top-header {
        height: 40px;
    }
}

header .top-header .container {
    display: none;
}

@media (min-width: 1024px) {
    header .top-header .container {
        display: block;
    }
}

header ul.social {
    padding: 0;
    display: flex;
    margin-top: 4px;
}

header ul.social li {
    padding: 0;
}

header ul.social li:first-child {
    margin-right: 15px;
}

header ul.social li::before {
    content: none;
}

header ul.social li a {
    height: 24px;
    width: 24px;
}

header ul.social li a img {
    height: 24px;
    width: 24px;
}

header .top-menu ul {
    padding: 0;
    margin: 0;
}

header .top-menu ul li {
    padding: 0;
    border-radius: 4px;
    height: 30px;
    margin-top: 5px;
}

header .top-menu ul li::before {
    content: none;
}

header .top-menu ul li:hover {
    background-color: #cddfa9;
}

header .top-menu ul li a {
    font-size: 15px;
    color: #fff;
}

header .top-menu ul li a:hover, header .top-menu ul li a:focus {
    color: #fff;
}

header .top-menu ul li a span {
    display: inline;
}

header .top-menu ul li a img {
    display: inline;
    height: 22px;
    width: 22px;
    margin-right: 5px;
}

header .top-menu ul .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
}

header .top-menu ul .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 1px;
    content: url(/images/arrow-down.svg?f1ea32b338776b8861bd1816fdddf280);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

header .dropdown-menu {
    border-radius: 8px;
    border-color: transparent;
    top: -5px;
}

header .dropdown-menu li {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    border-radius: 8px;
    color: #212121;
}

header .dropdown-menu li:first-child {
    margin-top: 5px;
    margin-bottom: 2.5px;
}

header .dropdown-menu li:last-child {
    margin-top: 2.5px;
    margin-bottom: 5px;
}

header .dropdown-menu li a {
    color: #212121 !important;
}

header .dropdown-menu .dropdown-item:hover, header .dropdown-menu .dropdown-item:focus, header .dropdown-menu .dropdown-item.active, header .dropdown-menu .dropdown-item:active {
    background-color: #f5f5f5;
    border-radius: 8px;
}

header .dropdown-menu.lingue {
    min-width: 110px;
}

header .bottom-header {
    height: 70px;
    background-color: #fff;
}

@media (min-width: 1024px) {
    header .bottom-header {
        height: 85px;
    }
}

@media (min-width: 1200px) {
    header .bottom-header {
        height: 100px;
    }
}

header .bottom-header .logo {
    margin-top: 15px;
}

header .bottom-header .logo img {
    width: 147px;
}

@media (min-width: 568px) {
    header .bottom-header .logo img {
        width: 230px;
    }
}

@media (min-width: 1200px) {
    header .bottom-header .logo {
        margin-top: 22px;
    }
}

header .bottom-header .nav-wrap {
    display: none;
}

@media (min-width: 1200px) {
    header .bottom-header .nav-wrap {
        display: block;
    }
}

header .bottom-header .nav-wrap ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

header .bottom-header .nav-wrap ul li {
    padding-left: 0;
}

header .bottom-header .nav-wrap ul li::before {
    content: none;
}

header .bottom-header .nav-wrap ul li a {
    font-size: 16px;
    font-weight: 700;
}

header .bottom-header .nav-wrap ul li a span {
    color: #818182;
    font-size: 10px;
    font-weight: 400;
    display: block;
    line-height: 10px;
}

header .bottom-header .nav-wrap ul .nav-link {
    color: #212121;
}

header .bottom-header .nav-wrap ul .nav-link.sostenibilita img {
    display: inline;
    height: 15px;
    vertical-align: middle;
}

header .bottom-header .nav-wrap ul .nav-link.sostenibilita span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8fb561;
    display: inline;
    vertical-align: middle;
}

header .bottom-header .nav-wrap ul .nav-link.sostenibilita small {
    text-transform: none;
    color: #818182;
    font-size: 10px;
    font-weight: 400;
    display: block;
    line-height: 10px;
}

@media (min-width: 1200px) {
    header .bottom-header .nav-wrap ul .nav-link {
        padding-left: 20px;
    }
}

header .bottom-header .nav-wrap ul .dropdown-menu {
    border-radius: 8px;
    border-color: transparent;
    top: 50px;
}

header .bottom-header .nav-wrap ul .dropdown-menu li {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    color: #212121;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 8px;
}

header .bottom-header .nav-wrap ul .dropdown-menu li:first-child {
    padding-top: 10px;
}

header .bottom-header .nav-wrap ul .dropdown-menu li:last-child {
    padding-bottom: 10px;
}

header .bottom-header .nav-wrap ul .dropdown-menu li a {
    font-weight: 400;
    font-size: 15px;
}

header .bottom-header .nav-wrap ul .dropdown-item {
    padding: 5px;
}

header .bottom-header .nav-wrap ul .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 1px;
    content: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

header .bottom-header .tasto-cerca {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 8px;
}

@media (min-width: 568px) {
    header .bottom-header .tasto-cerca {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1024px) {
    header .bottom-header .tasto-cerca {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    header .bottom-header .tasto-cerca {
        margin-top: 25px;
    }
}

header .bottom-header .tasto-menu-mobile {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    display: inline-block;
    padding-top: 10px;
    padding-right: 8px;
}

@media (min-width: 568px) {
    header .bottom-header .tasto-menu-mobile {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1024px) {
    header .bottom-header .tasto-menu-mobile {
        margin-top: 18px;
    }
}

@media (min-width: 1200px) {
    header .bottom-header .tasto-menu-mobile {
        display: none;
    }
}

.side-menu {
    position: fixed;
    z-index: 200;
    background-color: #fff;
    transition: transform 0.3s;
}

.side-menu.side-menu--slide-right {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    transform: translateX(100%);
    overflow-y: auto;
}

@media all and (min-width: 320px) {
    .side-menu.side-menu--slide-right {
        width: 250px;
        transform: translateX(250px);
    }
}

.side-menu.side-menu--slide-right.is-active {
    transform: translateX(0);
    box-shadow: -5px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.side-menu .wrap-button-close {
    width: 100%;
    height: 50px;
}

.side-menu .wrap-button-close button.side-menu__close {
    float: right;
    padding: 0;
    margin: 0;
    background-color: #fff;
    width: 50px;
    height: 50px;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.side-menu ul.side-menu__items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu ul.side-menu__items li::before {
    content: none;
}

.side-menu ul.side-menu__items li a {
    font-size: 16px;
    font-weight: 700;
}

.side-menu ul.side-menu__items li a span {
    color: #818182;
    font-size: 10px;
    font-weight: 400;
    display: block;
    line-height: 10px;
}

.side-menu ul.side-menu__items .nav-link {
    color: #212121;
}

.side-menu ul.side-menu__items .nav-link.sostenibilita img {
    display: inline;
    height: 15px;
    vertical-align: middle;
}

.side-menu ul.side-menu__items .nav-link.sostenibilita span {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8fb561;
    display: inline;
    vertical-align: middle;
}

.sostenibilita span {
    line-height: 20px!important;
}

@media screen and (min-width: 1200px) {
    .sostenibilita span {
        line-height: 28px!important;
    }
}

.side-menu ul.side-menu__items .nav-link.sostenibilita small {
    text-transform: none;
    color: #818182;
    font-size: 10px;
    font-weight: 400;
    display: block;
    line-height: 10px;
}

@media (min-width: 1200px) {
    .side-menu ul.side-menu__items .nav-link {
        padding-left: 20px;
    }
}

.side-menu ul.side-menu__items .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 1px;
    content: none;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.side-menu ul.side-menu__items .side-menu__item {
    display: block;
    text-align: left;
    padding: 10px 20px;
}

.side-menu .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-menu .dropdown-menu li {
    padding-left: 0;
}

.side-menu .dropdown-menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-menu .dropdown-menu li a {
    font-weight: 400 !important;
    font-size: 15px;
}

.side-menu .dropdown-menu.show {
    display: block;
}

.side-menu .wrap-social {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    text-align: center;
    border-bottom: 0.5px solid #DFDFDF;
}

.side-menu .wrap-social ul.social {
    margin-top: 10px;
}

.side-menu ul.social {
    padding: 0;
    display: flex;
    margin-top: 4px;
}

.side-menu ul.social li {
    padding: 0;
}

.side-menu ul.social li:first-child {
    margin-right: 15px;
}

.side-menu ul.social li::before {
    content: none;
}

.side-menu ul.social li a {
    height: 24px;
    width: 24px;
}

.side-menu ul.social li a img {
    height: 24px;
    width: 24px;
}

.side-menu .top-menu {
    margin-top: 20px;
    margin-bottom: 20px;
}

.side-menu .top-menu ul {
    padding: 0;
    margin: 0;
}

.side-menu .top-menu ul li {
    padding: 0;
    border-radius: 0;
    margin-top: 10px;
    width: 100%;
}

.side-menu .top-menu ul li::before {
    content: none;
}

.side-menu .top-menu ul li .dropdown-divider {
    height: 20px;
    border-bottom: 0.5px solid #DFDFDF;
    opacity: 1;
}

.side-menu .top-menu ul li:hover {
    background-color: #fff;
}

.side-menu .top-menu ul li a {
    font-size: 13px;
    color: #212121;
}

.side-menu .top-menu ul li a:hover, .side-menu .top-menu ul li a:focus {
    color: #212121;
}

.side-menu .top-menu ul li a span {
    display: inline;
}

.side-menu .top-menu ul li a img {
    display: inline;
    height: 16px;
    width: 16px;
    margin-right: 5px;
}

.side-menu .top-menu ul .nav-link {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-menu .top-menu ul .nav-link .lingue {
    margin-bottom: 30px;
}

.side-menu .top-menu ul .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 1px;
    content: url(/images/arrow-down-n.svg?2326eb1bdd0504d8c485240236592c67);
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 10px;
}

.side-menu .top-menu ul .dropdown-menu {
    position: static !important;
    transform: none !important;
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.side-menu .top-menu ul .dropdown-menu .dropdown-item {
    padding-left: 40px;
}

.whatsup-button {
    display: block;
    position: fixed;
    z-index: 60;
    bottom: 30px;
    right: 30px;
    width: 58px;
    height: 58px;
    border-radius: 28px;
    background-color: #25d366;
    line-height: 56px;
    color: #fff;
    text-decoration: none;
    padding-left: 14px;
    font-size: 20px;
    font-weight: 700;
}

@media (min-width: 1024px) {
    .whatsup-button {
        width: 230px;
        height: 56px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1024px) {
    .whatsup-button {
        padding-top: 12px;
    }
}

.whatsup-button span {
    display: none;
}

@media (min-width: 1024px) {
    .whatsup-button span {
        display: inline;
    }
}

main {
    position: relative;
}

@media (min-width: 1024px) {
    main {
        margin-top: 165px;
    }
}

@media (min-width: 1200px) {
    main {
        margin-top: 180px;
    }
}

main .breadcrumbRow {
    font-size: 12px;
    color: #5c5c5c;
}

main .breadcrumbRow .row {
    padding-top: 20px;
    border-top: 0.5px solid rgba(33, 33, 33, 0.4);
}

main .breadcrumbRow .breadcrumb-item {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
}

main .breadcrumbRow .breadcrumb-item a {
    color: #5c5c5c;
    text-decoration: none;
    font-weight: 400;
}

main .breadcrumbRow .breadcrumb-item:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main .breadcrumbRow .breadcrumb-item + .breadcrumb-item::before {
    color: #5c5c5c;
}

main .breadcrumbRow .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
}

.box-mappa-percorso {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

@media (min-width: 1024px) {
    .box-mappa-percorso {
        width: 60%;
        height: 600px;
        display: inline-block;
        vertical-align: middle;
    }
}

.box-mappa-percorso .responsive-iframe {
    width: 100%;
    height: 600px;
}

.mappa-cannelline {
    display: block;
    text-align: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .mappa-cannelline {
        display: inline-block;
        width: 30%;
        margin-left: 20px;
        height: 500px;
        vertical-align: middle;
    }
}

.mappa-cannelline .img-cannelline {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    background-color: rgba(193, 217, 255, 0.5);
    display: block;
    margin: 0 auto;
    padding-top: 14px;
}

.mappa-cannelline .txt-cannelline {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
}

.mappa-cannelline .btn-link {
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
}

#listaMobile {
    width: 100%;
    background: #8fb561;
    padding: 10px 0px;
}

#listaMobile .selectvl {
    display: block;
    border-radius: 11px;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 10px;
    background-color: #fff;
    width: 95%;
    display: block;
    margin: 0px auto;
}

.cibodyinfo {
    padding-top: 28px;
}

.cibodyinfo h3 {
    color: #fff;
    background-color: #8fb561;
    font-weight: bold;
    border-radius: 6px;
    font-size: 16px;
    padding: 15px 10px;
    font-family: "Poppins", sans-serif;
}

.cibodyinfo ul.listaDettagli {
    padding-top: 18px;
    padding-left: 0;
}

.cibodyinfo ul.listaDettagli li {
    padding-left: 0px;
}

.cibodyinfo ul.listaDettagli li a {
    position: relative;
    color: #8fb561;
    text-decoration: none;
    font-size: 14px;
    line-height: 26px;
    padding-left: 10px;
}

@media (min-width: 1024px) {
    .cibodyinfo ul.listaDettagli li a {
        font-size: 16px;
        line-height: 32px;
        padding-left: 15px;
    }
}

.cibodyinfo ul.listaDettagli li a:hover {
    font-weight: 600;
}

.cibodyinfo ul.listaDettagli li a:hover::before {
    content: "";
    position: absolute;
    background: #EFE778;
}

@media (min-width: 768px) {
    .cibodyinfo ul.listaDettagli li a:hover::before {
        padding-top: 5px;
        width: 3px;
        height: 10px;
        left: 1px;
        top: 5px;
    }
}

@media (min-width: 1024px) {
    .cibodyinfo ul.listaDettagli li a:hover::before {
        width: 3px;
        height: 13px;
        left: 5px;
        top: 6px;
    }
}

.cibodyinfo ul.listaDettagli li.attivo a {
    font-weight: 600;
}

.cibodyinfo ul.listaDettagli li.attivo a::before {
    content: "";
    position: absolute;
    background: #EFE778;
}

@media (min-width: 768px) {
    .cibodyinfo ul.listaDettagli li.attivo a::before {
        padding-top: 5px;
        width: 3px;
        height: 10px;
        left: 1px;
        top: 5px;
    }
}

@media (min-width: 1024px) {
    .cibodyinfo ul.listaDettagli li.attivo a::before {
        width: 3px;
        height: 13px;
        left: 5px;
        top: 6px;
    }
}

.cibodyinfo ul.listaDettagli li::before {
    content: none;
}

.etichetta_carousel {
    background-color: #8fb561;
    filter: alpha(opacity=80);
    opacity: 0.8;
    position: absolute;
    z-index: 20;
    left: 12px;
    top: 20px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    width: 200px;
    padding-right: 15px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    border-radius: 0 6px 6px 0;
}

@media (max-width: 767px) {
    .etichetta_carousel {
        height: 35px;
        width: 170px;
    }
}

.etichetta_carousel .etichetta_carousel_text {
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.59px;
    text-align: center;
    padding: 8px 0;
    color: #faf6b8;
    margin-left: 12px;
}

@media (max-width: 767px) {
    .etichetta_carousel {
        font-size: 14px;
    }
}

.background-giallo1 {
    background-image: url("https://valdichianaliving.it/imgs/background3.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}

.background-giallo2 {
    background-image: url("https://valdichianaliving.it/imgs/background2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
}

.border-radius {
    border-radius: 11px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .filtri-vg {
        padding-right: 60px;
    }
}

.filtri-vg label {
    font-weight: 700;
    font-size: 16px;
}

.filtri-vg .form-switch {
    padding-left: 3em;
}

.filtri-vg .small {
    font-size: 12px;
}

.filtri-vg .custom-range::-webkit-slider-thumb {
    background-color: #8fb561;
}

.filtri-vg .custom-range::-moz-range-thumb {
    background-color: #8fb561;
}

.filtri-vg .custom-range::-webkit-slider-runnable-track {
    background-color: #d7d7d7;
}

.filtri-vg .custom-range::-moz-range-track {
    background-color: #d7d7d7;
}

.filtri-vg .custom-range:focus {
    outline: none;
}

.filtri-vg .custom-range:focus::-webkit-slider-thumb {
    box-shadow: none;
}

.filtri-vg .custom-range:focus::-moz-range-thumb {
    box-shadow: none;
}

.filtri-vg .custom-range:focus::-ms-thumb {
    box-shadow: none;
}

.filtri-vg .form-switch .form-check-input {
    border-color: rgb(33, 33, 33);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 1%29'/%3e%3c/svg%3e");
}

.filtri-vg .form-switch .form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-color: rgb(33, 33, 33);
}

.filtri-vg .form-switch .form-check-input:checked {
    background-color: #8fb561;
    border-color: #8fb561;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.filtri-vg .form-switch .form-check-input:active {
    background-color: #8fb561;
    border-color: #8fb561;
}

.filtri-vg .form-switch .form-check-input[type=checkbox]:indeterminate {
    background-color: #8fb561;
    border-color: #8fb561;
}

.filtri-vg .form-check {
    margin-bottom: 10px;
}

.filtri-vg .form-check .form-check-label {
    font-weight: 400;
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.filtri-vg .txt {
    width: calc(100% - 20px);
    display: block;
}

.filtri-vg .cerchio {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
    display: block;
}

.filtri-vg .cerchio.rosso {
    background-color: red;
}

.filtri-vg .cerchio.viola {
    background-color: blueviolet;
}

.filtri-vg .cerchio.blu {
    background-color: cadetblue;
}

.filtri-vg .cerchio.arancio {
    background-color: chocolate;
}

.bg-light {
    background: #FAFAFA;
    border-radius: 11px;
    padding-bottom: 48px;
    margin-bottom: 50px;
    position: relative;
    padding-top: 60px;
    padding-left: 30px;
}

.bg-light .etichetta-impresa {
    margin-top: -80px;
    position: absolute;
    background: #A76380;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 15px;
    background-color: #a76380;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bg-light h4 {
    text-align: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #212121;
    opacity: 1;
    margin-bottom: 20px;
}

.swiper.femminileSwiper {
    width: 100%;
    height: 400px;
}

.swiper.femminileSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

.swiper.femminileSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

.swiper.femminileSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 0px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

.swiper.femminileSwiper .swiper-button-next, .swiper.femminileSwiper .swiper-button-prev {
    background-color: #8fb561;
    border-radius: 8px;
}

.swiper.femminileSwiper .swiper-button-next {
    right: 0;
    width: 30px;
}

.swiper.femminileSwiper .swiper-button-prev {
    left: 0;
    width: 30px;
}

.swiper.femminileSwiper .swiper-button-prev::after, .swiper.femminileSwiper .swiper-button-next::after {
    display: none;
}

.swiper.femminileSwiper .swiper-button-prev {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

.swiper.femminileSwiper .swiper-button-next {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

#blogPage {
    margin-top: 50px;
}

@media (min-width: 992px) {
    #blogPage {
        margin-top: 100px;
    }
}

#blogPage .swiper.blogHomeSwiper {
    width: 100%;
    height: 100%;
    display: block;
}

#blogPage .swiper.blogHomeSwiper .swiper-slide {
    width: 100%;
    display: block;
    text-align: left;
}

#blogPage .swiper.blogHomeSwiper .swiper-slide a {
    color: #212121;
    text-decoration: none;
}

#blogPage .swiper.blogHomeSwiper .swiper-slide a .blog-img {
    height: 282px;
    width: 100%;
    display: block;
    border-radius: 11px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #blogPage .swiper.blogHomeSwiper .swiper-slide a .blog-img {
        height: 323px;
    }
}

#blogPage .swiper.blogHomeSwiper .swiper-slide a .date {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#blogPage .swiper.blogHomeSwiper .swiper-slide a .title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
}

.cosa-include {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 20px;
    margin-top: 60px;
}

.cosa-include .cosa_include1el {
    clear: both;
    min-height: 64px;
    margin-top: 20px;
}

.cosa-include .cosa_include1el ul {
    margin-bottom: 30px;
}

.cosa-include .cosa_include1el img.cosa_include_img {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
}

.cosa-include .cosa_include1el div.cosa_include_testo {
    width: calc(100% - 128px) !important;
    display: block;
    float: left;
    margin-left: 10px;
}

.cosa-include .cosa_include1el div.cosa_include_testo p {
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    padding-top: 8px;
}

.cosa-include .cosa_include1el div.cosa_include_testo p.didascalia {
    color: #212121;
    font-weight: 700;
}

.informazioni-aggiuntive {
    background: #FAFAFA;
    border-radius: 12px;
    padding: 20px;
    margin-top: 60px;
}

#tourPageDettagli {
    margin-top: 15px;
}

#tourPageDettagli h2 {
    position: relative;
    text-transform: uppercase;
    color: #8fb561;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 15px;
    border-radius: 12px 12px 0 0;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    background-color: transparent;
}

#tourPageDettagli .greyblock {
    background: #F1F1F1;
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
}

ul.listaDettagli {
    padding-left: 0;
}

ul.listaDettagli .title {
    color: #8fb561;
    font-size: 18px;
}

ul.listaDettagli li {
    position: relative;
    padding: 0px 0px 5px 0px;
    padding-left: 0px;
}

ul.listaDettagli li h4 {
    color: #EFE778;
    font-weight: 700;
    font-size: 16px;
}

ul.listaDettagli li p {
    padding-top: 5px;
    color: #666666;
    font-weight: normal;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 0;
}

ul.listaDettagli li p a {
    color: #666666;
    text-decoration: none;
}

ul.listaDettagli li:not(:first-child) {
    padding: 10px 0px 5px 0px;
}

ul.listaDettagli li:last-child {
    padding-bottom: 18px;
}

ul.listaDettagli li::before {
    content: none;
}

ul.listaDettagli .prenota_desktop {
    display: block;
    width: 100%;
    border: 2px solid #8fb561;
    background: #8fb561;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear;
    padding: 13px 7px;
    font-size: 16px;
    margin-top: 10px;
}

ul.listaDettagli .prenota_desktop:hover {
    background: #fff;
    color: #8fb561;
}

.prenota {
    text-align: center;
}


a.prenota {
    display: block;
    width: 100%;
    border: 2px solid #8fb561;
    background: #8fb561;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear;
    padding: 13px 7px;
    font-size: 16px;
    margin-top: 20px;
}

a.prenota:hover {
    background: #fff;
    color: #8fb561;
}

a.info {
    display: block;
    width: 100%;
    border: 2px solid #767676;
    background: #767676;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear;
    padding: 13px 7px;
    font-size: 16px;
    margin-top: 20px;
}

a.info:hover {
    background: #fff;
    color: #767676;
}

.tourPerGruppi {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    background:#f7f1f3;
    border-radius: 12px;
    margin-top: 20px;
}

.tourPerGruppi h4 {
    position: relative;
    color: #BC8A9E;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 0px;
    font-size: 16px;
    width: 100%;
}

.tourPerGruppi .tourPerGruppiwrapper {
    font-size: 12px;
    line-height: 22px;
    padding: 20px 0px;
    color: #666666;
}

.tourPerGruppi .tourPerGruppiwrapper p {
    font-size: 16px;
    line-height: 24px;
}

.tourPerGruppi .tourPerGruppiwrapper p b {
    font-weight: 700;
}

.tourPerGruppi .tourPerGruppiwrapper a.richiedi_info_desktop {
    display: block;
    width: 100%;
    border: 2px solid #BC8A9E;
    background: #BC8A9E;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.3s linear, background-color 0.3s linear;
    padding: 13px 7px;
    font-size: 16px;
    margin-top: 20px;
}

.tourPerGruppi .tourPerGruppiwrapper a.richiedi_info_desktop:hover {
    background: #fff;
    color: #BC8A9E;
}

#tourPageDettagliMobile .button-link-gruppi-tour {
    margin-bottom: 30px;
    border-radius: 0;
    width: 100%;
    background-color: #F1F1F1;
    display: block;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    color: #BC8A9E;
    text-decoration: none;
    font-weight: 700;
}

#tourPageDettagliMobile .accordion-item {
    border-radius: 0;
    border: none;
}

#tourPageDettagliMobile .accordion-item h2 {
    font-weight: 700 !important;
    color: #8fb561;
    font-family: "Poppins", sans-serif;
}

#tourPageDettagliMobile .accordion-button {
    background-color: #F1F1F1;
    border-radius: 0;
    border: none;
    font-weight: 700 !important;
    color: #8fb561;
    font-family: "Poppins", sans-serif;
}

#tourPageDettagliMobile .accordion-button:focus {
    box-shadow: none;
}

#tourPageDettagliMobile .accordion-collapse {
    border: none;
}

#tourPageDettagliMobile .accordion-body {
    background-color: #F1F1F1;
}

#tourPageDettagliMobile .accordion-body h2 {
    color: #8fb561;
}

#offertaPageDettagli {
    margin-top: 15px;
}

#offertaPageDettagli .greyblock {
    background: #F1F1F1;
    padding: 15px 20px 15px 20px;
    border-radius: 12px;
}

#offertaPageDettagli .greyblock #informazioni-tour {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5%;
    font-size: 20px;
    width: 100%;
}

#offertaPageDettagli .greyblock #informazioni-tour p {
    margin-bottom: 0;
}

#offertaPageDettagli .greyblock #date-tour {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

#offertaPageDettagli .greyblock #date-tour .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    line-height: 24px;
    color: #8fb561;
}

#offertaPageDettagli .greyblock #date-tour .title img {
    width: 22px;
    height: 22px;
    margin-top: -3px;
}

#offertaPageDettagli .greyblock #date-tour .title .hover-text {
    position: relative;
}

#offertaPageDettagli .greyblock #date-tour .title .hover-text:hover .tooltip-text {
    visibility: visible;
}

#offertaPageDettagli .greyblock #date-tour .title .tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    width: 300px;
    color: #212121;
    font-size: 12px;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    box-shadow: 0px 0px 15px -3px #000000;
}

#offertaPageDettagli .greyblock #date-tour .title .tooltip-text b.green {
    font-weight: 700;
    color: #8fb561;
}

#offertaPageDettagli .greyblock #date-tour .title .tooltip-text b.yellow {
    font-weight: 700;
    color: rgb(241, 187, 7);
}

#offertaPageDettagli .greyblock #date-tour .title .tooltip-text b.red {
    font-weight: 700;
    color: red;
}

#offertaPageDettagli .greyblock #date-tour .title .tooltip-text#right {
    top: -8px;
    left: 110%;
}

#offertaPageDettagli .greyblock #date-tour .data-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
}

#offertaPageDettagli .greyblock #date-tour .data-item .status {
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 14px;
}

#offertaPageDettagli .greyblock #date-tour .data-item .status.prenotabile {
    background-color: rgba(143, 181, 97, 0.2);
    color: #8fb561;
}

#offertaPageDettagli .greyblock #date-tour .data-item .status.confermato {
    background-color: rgba(241, 187, 7, 0.2);
    color: rgb(241, 187, 7);
}

#offertaPageDettagli .greyblock #date-tour .data-item .status.esaurito {
    background-color: rgba(255, 0, 0, 0.2);
    color: red;
}

.box-login {
    background: #fafafa;
    border-radius: 11px;
    margin-bottom: 50px;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.box-login .btn-link {
    margin-bottom: 30px;
    background-color: #8fb561;
    color: #fff;
    padding: 10px 22px;
}

.box-login a {
    font-size: 12px;
}

.box-login label {
    margin-top: 30px;
}

.box-login .form-check-label {
    margin-top: 8px;
    font-size: 12px;
    color: #787878;
}

.box-login .form-check {
    padding-left: 45px;
    margin-top: 30px;
}

.box-login .grecaptcha-txt {
    font-size: 12px;
    color: #787878;
    margin-top: 20px;
}

.box-agenzie {
    background: #fafafa;
    border-radius: 11px;
    margin-bottom: 50px;
    padding: 10px;
}

@media (min-width: 410px) {
    .box-agenzie {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .box-agenzie {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .box-agenzie.sticky-lg-top {
        position: sticky;
        top: 195px;
        z-index: 0;
    }
}

.box-agenzie .btn-link {
    margin-bottom: 30px;
    background-color: #8fb561;
    color: #fff;
    padding: 10px 22px;
}

.box-agenzie label {
    margin-top: 10px;
}

.box-agenzie .accordion-button {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #fff;
}

.box-agenzie .accordion-button .product-image {
    width: 130px;
    display: block;
    height: 67px;
    background-color: #fff;
    margin-right: 15px;
}

.box-agenzie .accordion-button .product-image img {
    width: 130px;
}

.box-agenzie .accordion-button .product-txt .product-name {
    display: block;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.box-agenzie .accordion-button .product-txt .product-duration {
    display: block;
    color: #767676;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 13px;
}

.box-agenzie .accordion-button .product-txt .product-date-order {
    display: block;
    font-size: 12px;
}

.box-agenzie .accordion-button:not(.collapsed) {
    background-color: rgba(143, 181, 97, 0.1);
    box-shadow: none;
    color: #212121;
}

.box-agenzie .accordion-button:focus {
    box-shadow: none;
}

.box-agenzie .accordion-body {
    background-color: rgba(143, 181, 97, 0.1);
    font-size: 14px;
}

.box-agenzie .accordion-body .row-accordion-body {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 0.5px solid #fff;
}

.box-agenzie .accordion-body .row-accordion-body:last-child {
    border-bottom: none;
}

.box-agenzie .accordion-body .row-accordion-body.title {
    border-bottom: none;
}

.box-agenzie .accordion-body .row-accordion-body.title h3 {
    color: #212121;
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 0;
}

.box-agenzie .accordion-body .row-accordion-body .etichetta {
    font-style: italic;
}

.box-agenzie .accordion-body .row-accordion-body .value {
    font-weight: 500;
}

.price-input-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.price-input .price-field {
    display: flex;
    align-items: center;
}

.price-field label {
    font-size: 15px;
    color: #555;
    margin-right: 8px;
}

.price-field span {
    margin-right: 10px;
    margin-top: 6px;
    font-size: 17px;
}

.price-field input {
    width: 80px;
    padding: 4px 8px;
    text-align: right;
    font-size: 14px;
}

.price-input {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slider-container {
    width: 100%;
    height: 6px;
    position: relative;
    background: #e4e4e4;
    border-radius: 5px;
}

.slider-container .price-slider {
    height: 100%;
    left: 25%;
    right: 15%;
    position: absolute;
    border-radius: 5px;
    background: #01940b;
}

.range-input {
    position: relative;
}

.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    background: none;
    top: -5px;
    pointer-events: none;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]::-webkit-slider-thumb {
    height: 18px;
    width: 18px;
    border-radius: 70%;
    background: #8fb561;
    pointer-events: auto;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .price-input {
        justify-content: center;
        flex-wrap: nowrap;
    }

    .price-field {
        margin-bottom: 10px;
    }
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
}

.pagination .page-link {
    margin: 5px;
    padding: 8px 12px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.pagination .page-link.active {
    background-color: #007bff;
    color: white;
}

.pagination .page-link:hover {
    background-color: #e0e0e0;
}

@media screen and (max-width: 768px) {
    .pagination {
        flex-direction: row;
        justify-content: center;
    }

    .pagination .page-link {
        flex: 1;
        min-width: 40px;
        font-size: 14px;
        text-align: center;
    }
}

.customSwiper.swiper {
    border-radius: 11px;
}

.customSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 11px;
    position: relative;
}

.customSwiper .swiper-slide {
    z-index: -1;
}

.customSwiper .swiper-pagination {
    position: absolute;
    text-align: center;
    width: 100%;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.customSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0.8);
    background-color: transparent;
}

.customSwiper .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.8);
}

.customSwiper .swiper-button-next, .customSwiper .swiper-button-prev {
    background-color: #8fb561;
}

.customSwiper .swiper-button-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50px;
}

.customSwiper .swiper-button-prev {
    left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 50px;
}

.customSwiper .swiper-button-prev::after, .customSwiper .swiper-button-next::after {
    display: none;
}

.customSwiper .swiper-button-prev {
    background-image: url(https://www.valdichianaliving.it/imgs/icons/arrow-white.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

.customSwiper .swiper-button-next {
    background-image: url(https://www.valdichianaliving.it/imgs/icons/arrow-white.png) !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.customSwiper .swiper-slide .evento_data {
    padding: 2px 10px;
    background: #8fb561;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
    position: absolute;
    z-index: 1;
    color: #fff;
    left: 20px;
    bottom: 20px;
}

.customSwiper .swiper-slide a.label-button {
    position: absolute;
    z-index: 1;
    border-radius: 20px;
    background-color: #8fb561;
    color: #fff;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
    width: 135px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    right: 20px;
    bottom: 20px;
}

.customSwiper .swiper-slide h2 {
    position: absolute;
    z-index: 2;
    color: #fff;
    left: 20px;
    font-size: 30px;
    bottom: 50px;
}

.text-success-custom {
    color: #8fb561;
}

#popUpHome {
    position: absolute;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(143, 181, 97, 0.8);
    top: 0px;
    left: 0px;
    display: none;
}

#popUpHome.show {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#popUpHome .modalPopUp {
    width: 70%;
    min-height: 100px;
    background-color: #e2ffc7;
    background-size: cover;
    box-shadow: 0px 1px 15px -4px #000000;
    border-radius: 11px;
    text-align: center;
    padding: 30px;
}

@media (min-width: 1024px) {
    #popUpHome .modalPopUp {
        width: 750px;
    }
}

#popUpHome .modalPopUp .btn-link {
    margin-bottom: 30px;
    background-color: #8fb561;
    color: #fff!important;
    padding: 10px 22px;
}

.animazione-homepage {
    display: none;
}

@media (min-width: 1024px) {
    .animazione-homepage {
        display: block;
        position: absolute;
        top: 0;
        width: 98vw;
        z-index: -1;
        opacity: 0.58;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1024px) {
    .svgContainer {
        margin-top: 200px;
    }
}

@media (max-width: 767px) {
    .svgContainer {
        display: none;
    }
}

@media (min-width: 1440px) {
    #percorso {
        overflow: hidden;
    }
}

.col-dsk {
    display: inline-block;
}

#top-home {
    width: 100%;
    height: 328px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    #top-home {
        height: 586px;
    }
}

#top-home .sfumatura {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    *zoom: 1;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#top-home .cerca-viaggio {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
    #top-home .cerca-viaggio {
        width: 940px;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 50px;
    }
}

@media (min-width: 1024px) {
    #top-home .cerca-viaggio .div-select {
        width: 600px;
        display: inline-block;
        margin-right: 40px;
    }
}

#top-home .cerca-viaggio .div-select .form-select {
    border: 1px solid #8fb561;
    border-radius: 4px 0 0 4px;
    border-bottom: #8fb561;
    padding: 14px;
    width: 70%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

@media (min-width: 768px) {
    #top-home .cerca-viaggio .div-select .form-select {
        width: 350px;
    }
}

#top-home .cerca-viaggio .div-select .btn-outline-secondary {
    background-color: #8fb561;
    border: 1px solid #8fb561;
    font-weight: 700;
    color: #fff;
}

#top-home .cerca-viaggio .div-btn {
    display: inline-block;
    width: 49%;
}

@media (min-width: 1024px) {
    #top-home .cerca-viaggio .div-btn {
        width: 120px;
    }
}

#top-home .cerca-viaggio .div-btn .btn-link {
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    border-radius: 8px;
}

#esploraHome {
    text-align: center;
}

#esploraHome .boxBig {
    width: 100%;
    height: 250px;
    border-radius: 11px;
    margin-top: 14px;
    position: relative;
}

@media (min-width: 992px) {
    #esploraHome .boxBig {
        height: 532px;
    }
}

#esploraHome .boxSmall {
    width: 100%;
    height: 250px;
    border-radius: 11px;
    margin-top: 14px;
    position: relative;
}

@media (min-width: 992px) {
    #esploraHome .boxSmall {
        height: 259px;
    }
}

#esploraHome .swiper.tourEvidenzaSwiper {
    width: 100%;
    height: 100%;
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 40px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#esploraHome .swiper.tourEvidenzaSwiper {
    width: 100%;
    height: 100%;
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 40px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#esploraHome .swiper.tourEvidenzaSwiper {
    width: 100%;
    height: 100%;
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .tag {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #8fb561
}

#esploraHome .swiper.tourEvidenzaSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 40px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

#esploraHome .swiper.tourEvidenzaSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#esploraHome .swiper.eventiHomeSwiper {
    width: 100%;
    height: 100%;
}

#esploraHome .swiper.eventiHomeSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

#esploraHome .swiper.eventiHomeSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#esploraHome .swiper.eventiHomeSwiper a.swiper-slide .tag {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #8fb561
}

#esploraHome .swiper.eventiHomeSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 40px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#esploraHome .swiper.eventiHomeSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

#esploraHome .swiper.eventiHomeSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

#esploraHome .swiper.eventiHomeSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#esploraHome .swiper.annoHomeSwiper {
    width: 100%;
    height: 100%;
}

#esploraHome .swiper.annoHomeSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

#esploraHome .swiper.annoHomeSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#esploraHome .swiper.annoHomeSwiper a.swiper-slide .tag {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #8fb561
}

#esploraHome .swiper.annoHomeSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 40px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#esploraHome .swiper.annoHomeSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

#esploraHome .swiper.annoHomeSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

#esploraHome .swiper.annoHomeSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#esploraHome .swiper.garantitaSwiper {
    width: 100%;
    height: 100%;
}

#esploraHome .swiper.garantitaSwiper a.swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 11px;
    position: relative;
}

#esploraHome .swiper.garantitaSwiper a.swiper-slide .slider_sfumatura {
    overflow: hidden;
    position: absolute;
    border-radius: 11px;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#esploraHome .swiper.garantitaSwiper a.swiper-slide .tag {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 20px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #8fb561;
}

#esploraHome .swiper.garantitaSwiper a.swiper-slide .text-slider {
    position: absolute;
    text-align: left;
    padding: 20px;
    width: 100%;
    bottom: 40px;
    z-index: 3;
    font-size: 22px;
    line-height: 26px;
    height: 100px;
    overflow: hidden;
    color: #fff;
    font-family: "Playfair Display", serif;
}

#esploraHome .swiper.garantitaSwiper .swiper-pagination {
    position: absolute;
    bottom: 20px;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
}

#esploraHome .swiper.garantitaSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: transparent;
    border-radius: 50px;
    border: 1px solid #fff;
}

#esploraHome .swiper.garantitaSwiper .swiper-pagination-bullet-active {
    background: #fff;
}

#viaggiHome {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 992px) {
    #viaggiHome {
        margin-top: 140px;
    }
}

#viaggiHome a.boxBig {
    width: 100%;
    height: 259px;
    border-radius: 11px;
    background-color: #efe778;
    margin-top: 14px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    color: #fff;
    padding: 20px;
    align-items: end;
    text-decoration: none;
    text-align: left;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #viaggiHome a.boxBig {
        height: 294px;
    }
}

#viaggiHome a.boxBig .slider_sfumatura {
    display: flex;
    color: #fff;
    padding: 20px;
    align-items: end;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 11px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#viaggiHome a.boxBig .slider_sfumatura .tag {
    border-radius: 8px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 15px;
    background-color: #A76380;
    margin-bottom: 20px;
    width: fit-content;
}

@media screen and (min-width: 400px) {
    #viaggiHome a.boxBig .slider_sfumatura .tag {
        font-size: 16px;
    }
}

#viaggiHome a.boxBig .slider_sfumatura h4 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

@media screen and (min-width: 400px) {
    #viaggiHome a.boxBig .slider_sfumatura h4 {
        font-size: 22px;
    }
}

#row-sostenibilita {
    margin-top: 50px;
    text-align: center;
}

@media (min-width: 992px) {
    #row-sostenibilita {
        padding-top: 80px;
    }
}

#row-sostenibilita .imageSostenibilita {
    height: 44px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 992px) {
    #row-sostenibilita .imageSostenibilita {
        height: 64px;
    }
}

#row-sostenibilita .imageSostenibilita img {
    height: 40px;
}

@media (min-width: 992px) {
    #row-sostenibilita .imageSostenibilita img {
        height: 64px;
    }
}

#row-sostenibilita .titleSostenibilita {
    font-size: 24px;
    color: #8fb561;
    vertical-align: middle;
    width: 200px;
    display: inline-block;
}

@media (min-width: 992px) {
    #row-sostenibilita .titleSostenibilita {
        font-size: 30px;
        width: 260px;
        margin-left: 15px;
    }
}

#row-sostenibilita .titleSostenibilita b {
    font-weight: 700;
}

#row-sostenibilita .titleSostenibilita span {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 26px;
}

@media (min-width: 992px) {
    #row-sostenibilita .titleSostenibilita span {
        font-size: 32px;
    }
}

#row-sostenibilita .swiper.sostenibilitaSwiper {
    width: 100%;
    height: 100%;
}

#row-sostenibilita .swiper.sostenibilitaSwiper .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #efe778;
    display: flex;
    padding: 20px;
    align-items: end;
    width: 100%;
    height: 170px;
    color: #fff;
    border-radius: 11px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#row-sostenibilita .swiper.sostenibilitaSwiper .swiper-slide .slider_sfumatura {
    color: #fff;
    display: flex;
    padding: 20px;
    align-items: end;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 11px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
    font-size: 14px;
}

@media screen and (min-width: 420px) {
    #row-sostenibilita .swiper.sostenibilitaSwiper .swiper-slide .slider_sfumatura {
        font-size: 18px;
    }
}

#mappaHome {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 992px) {
    #mappaHome {
        margin-top: 200px;
    }
}

#mappaHome .title-mobile {
    position: absolute;
    z-index: 2;
    bottom: 70px;
    width: 200px;
    left: 0;
    text-align: left;
}

#mappaHome a.linkBorghi {
    display: block;
    border: 2px solid #efe778;
    padding: 10px;
    text-decoration: none;
    border-radius: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
}

#mappaHome a.linkBorghi h4 {
    color: #212121;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}

#mappaHome a.linkBorghi p {
    font-size: 13px;
    line-height: 19px;
    color: #212121;
    padding: 0;
    margin: 0;
}

#mappaHome a.linkBorghi:hover {
    background-color: rgba(239, 231, 120, 0.3);
}

#appasionaHome {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 992px) {
    #appasionaHome {
        margin-top: 100px;
    }
}

#appasionaHome .swiper {
    width: 100%;
    height: 100%;
}

#appasionaHome .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    border-radius: 11px;
    background-color: #efe778;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#appasionaHome .swiper .swiper-slide a.slider_sfumatura {
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    text-align: center;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 11px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#appasionaHome .swiper .swiper-slide a.slider_sfumatura p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background-color: #8fb561;
    margin: 0;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (min-width: 768px) {
    #appasionaHome .swiper .swiper-slide a.slider_sfumatura p {
        font-size: 14px;
    }
}

#appasionaHome .swiper .swiper-button-next, #appasionaHome .swiper .swiper-button-prev {
    background-color: #8fb561;
    border-radius: 8px;
}

#row-sostenibilita .swiper .swiper-button-next, #row-sostenibilita .swiper .swiper-button-prev {
    background-color: #8fb561;
    border-radius: 8px;
}

#blogHome .swiper .swiper-button-next, #blogHome .swiper .swiper-button-prev {
    background-color: #8fb561;
    border-radius: 8px;
}

#appasionaHome .swiper .swiper-button-next, #row-sostenibilita .swiper .swiper-button-next, #blogHome .swiper .swiper-button-next {
    right: 0;
    width: 30px;
}

#appasionaHome .swiper .swiper-button-prev, #row-sostenibilita .swiper .swiper-button-prev, #blogHome .swiper .swiper-button-prev {
    left: 0;
    width: 30px;
}

#appasionaHome .swiper .swiper-button-prev::after, #appasionaHome .swiper .swiper-button-next::after {
    display: none;
}
#row-sostenibilita .swiper .swiper-button-prev::after, #row-sostenibilita .swiper .swiper-button-next::after {
    display: none;
}
#blogHome .swiper .swiper-button-prev::after, #blogHome .swiper .swiper-button-next::after {
    display: none;
}

#appasionaHome .swiper .swiper-button-prev, #row-sostenibilita .swiper .swiper-button-prev, #blogHome .swiper .swiper-button-prev {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

#appasionaHome .swiper .swiper-button-next, #row-sostenibilita .swiper .swiper-button-next, #blogHome .swiper .swiper-button-next  {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

#ricordoHome {
    text-align: center;
    margin-top: 50px;
}

@media (min-width: 992px) {
    #ricordoHome {
        margin-top: 100px;
    }
}

#ricordoHome a.boxBig {
    width: 100%;
    height: 216px;
    border-radius: 11px;
    background-color: #efe778;
    margin-top: 14px;
    position: relative;
    display: flex;
    color: #fff;
    padding: 20px;
    align-items: end;
    text-decoration: none;
    text-align: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #ricordoHome a.boxBig {
        height: 381px;
    }
}

#ricordoHome a.boxBig .slider_sfumatura {
    display: flex;
    color: #fff;
    padding: 20px;
    align-items: end;
    text-decoration: none;
    text-align: left;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-size: 100%;
    border-radius: 11px;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
}

#blogHome {
    margin-top: 50px;
}

@media (min-width: 992px) {
    #blogHome {
        margin-top: 100px;
    }
}

#blogHome .swiper.blogHomeSwiper {
    width: 100%;
    height: 100%;
    display: block;
}

#blogHome .swiper.blogHomeSwiper .swiper-slide {
    width: 100%;
    display: block;
    text-align: left;
}

#blogHome .swiper.blogHomeSwiper .swiper-slide a {
    color: #212121;
    text-decoration: none;
}

#blogHome .swiper.blogHomeSwiper .swiper-slide a .blog-img {
    height: 282px;
    width: 100%;
    display: block;
    border-radius: 11px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) {
    #blogHome .swiper.blogHomeSwiper .swiper-slide a .blog-img {
        height: 323px;
    }
}

#blogHome .swiper.blogHomeSwiper .swiper-slide a .date {
    font-size: 16px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#blogHome .swiper.blogHomeSwiper .swiper-slide a .title {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
}

#row-video {
    margin-top: 50px;
    text-align: center;
}

@media (min-width: 992px) {
    #row-video {
        margin-top: 100px;
    }
}

#row-video #home_video_youtube {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 11px;
}

@media (min-width: 768px) {
    #row-video #home_video_youtube {
        height: 365px;
    }
}

@media (min-width: 1200px) {
    #row-video #home_video_youtube {
        height: 505px;
    }
}

#row-video #home_video_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 11px;
}

footer {
    margin-top: 50px;
}

#wrap-swiper-top-footer .swiper {
    width: 100%;
    height: 100%;
}

#wrap-swiper-top-footer .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrap-swiper-top-footer .swiper .swiper-button-next, #wrap-swiper-top-footer .swiper .swiper-button-prev {
    background-color: #8fb561;
    border-radius: 8px;
}

#wrap-swiper-top-footer .swiper .swiper-button-next {
    right: 0;
    width: 30px;
}

#wrap-swiper-top-footer .swiper .swiper-button-prev {
    left: 0;
    width: 30px;
}

#wrap-swiper-top-footer .swiper .swiper-button-prev::after, #wrap-swiper-top-footer .swiper .swiper-button-next::after {
    display: none;
}

#wrap-swiper-top-footer .swiper .swiper-button-prev {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

#wrap-swiper-top-footer .swiper .swiper-button-next {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

#wrap-newsletter-footer {
    background-color: #8fb561;
    padding-top: 30px;
    padding-bottom: 30px;
}

#wrap-newsletter-footer h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
}

#wrap-newsletter-footer p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

#wrap-newsletter-footer label {
    color: #fff;
}

#wrap-newsletter-footer .btn-nl {
    background-color: #8fb561;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
}

#wrap-content-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

#wrap-content-footer .bordo {
    border-bottom: 1px solid rgba(33, 33, 33, 0.4);
    padding-bottom: 40px;
}

#wrap-content-footer h4 {
    font-family: "Poppins", sans-serif;
    padding-left: 0;
    font-size: 18px;
    font-weight: 700;
}

#wrap-content-footer ul {
    padding: 0;
}

#wrap-content-footer ul li {
    padding-left: 0;
    padding: 0;
}

#wrap-content-footer ul li:before {
    content: none;
}

#wrap-content-footer ul li a {
    font-size: 16px;
    color: #212121;
    text-decoration: none;
}

#wrap-swiper-bottom-footer .swiper {
    width: 100%;
    height: 100%;
}

#wrap-swiper-bottom-footer .swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrap-swiper-bottom-footer .swiper .swiper-button-next, #wrap-swiper-bottom-footer .swiper .swiper-button-prev {
    background-color: #8fb561;
    border-radius: 8px;
}

#wrap-swiper-bottom-footer .swiper .swiper-button-next {
    right: 0;
    width: 30px;
}

#wrap-swiper-bottom-footer .swiper .swiper-button-prev {
    left: 0;
    width: 30px;
}

#wrap-swiper-bottom-footer .swiper .swiper-button-prev::after, #wrap-swiper-bottom-footer .swiper .swiper-button-next::after {
    display: none;
}

#wrap-swiper-bottom-footer .swiper .swiper-button-prev {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(180deg);
}

#wrap-swiper-bottom-footer .swiper .swiper-button-next {
    background-image: url("https://www.valdichianaliving.it/imgs/icons/arrow-white.png") !important;
    background-repeat: no-repeat;
    background-position: center center;
}

#wrap-bottom-footer {
    background-color: #fafafa;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

#wrap-bottom-footer a {
    color: inherit;
    text-decoration: underline;
}

#wrap-bottom-footer .logo-footer {
    width: 300px;
}

#wrap-bottom-footer .text-end {
    text-align: center !important;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #wrap-bottom-footer .text-end {
        text-align: right !important;
    }
}

#wrap-bottom-footer .text-start {
    text-align: center !important;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #wrap-bottom-footer .text-start {
        text-align: left !important;
    }
}

#CDSRATINGWIDGET112 {
    margin: 0 auto;
}

#contattiPage p, #contattiPage address {
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #contattiPage p, #contattiPage address {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1024px) {
    #contattiPage p, #contattiPage address {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

#contattiPage p a, #contattiPage address a {
    text-decoration: none;
    color: #666666;
}

#contattiPage p em, #contattiPage address em {
    font-style: italic;
}

#contattiPage p strong, #contattiPage address strong {
    font-weight: bold;
}

#contattiPage ul {
    padding-left: 0px;
    padding-top: 10px;
}

@media (min-width: 768px) {
    #contattiPage ul {
        padding-left: 0px;
        padding-top: 10px;
    }
}

@media (min-width: 1024px) {
    #contattiPage ul {
        padding-left: 30px;
        padding-top: 10px;
    }
}

#contattiPage ul li {
    display: block;
    position: relative;
    padding: 5px 0px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 22px;
}

@media (min-width: 768px) {
    #contattiPage ul li {
        padding: 5px 0px;
        padding-left: 25px;
        font-size: 16px;
        line-height: 22px;
    }
}

@media (min-width: 1024px) {
    #contattiPage ul li {
        padding: 5px 0px;
        padding-left: 30px;
        font-size: 21px;
        line-height: 28px;
    }
}

#contattiPage ul li:before {
    width: 12px;
    height: 12px;
    left: 0px;
    top: 8px;
    position: absolute;
    content: " ";
    background: transparent url(/images/list_image_verde.png?a748007b28ad6c86e4b8904ecd044ddd) no-repeat center center/cover;
}

@media (min-width: 768px) {
    #contattiPage ul li:before {
        width: 18px;
        height: 18px;
        left: 0px;
        top: 8px;
    }
}

@media (min-width: 1024px) {
    #contattiPage ul li:before {
        width: 20px;
        height: 20px;
        left: 0px;
        top: 10px;
    }
}

#contattiForm input.vl {
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    border-radius: 11px;
    padding: 0px 15px;
}

@media (min-width: 1024px) {
    #contattiForm input.vl {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding: 0px 15px;
        border-radius: 11px;
    }
}

#contattiForm input.vl.is-invalid {
    border: 1px solid #dc3545;
}

#contattiForm .form-select.vl {
    width: 100%;
    display: block;
    height: 38px;
    line-height: 38px;
    border-radius: 11px;
    padding: 0px 15px;
}

@media (min-width: 1024px) {
    #contattiForm .form-select.vl {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        padding: 0px 15px;
        border-radius: 11px;
    }
}

#contattiForm .form-select.vl.is-invalid {
    border: 1px solid #dc3545;
}

#contattiForm textarea {
    border: 1px solid #8fb561;
    width: 100%;
    display: block;
    height: 218px;
    padding: 15px;
    border-radius: 11px;
}

@media (min-width: 1024px) {
    #contattiForm textarea {
        height: 178px;
        line-height: 38px;
        font-size: 12px;
        padding: 15px;
        border-radius: 11px;
    }
}

#contattiForm .btn.send {
    font-size: 16px;
    background: #8FB561 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 30px;
    min-width: 80px;
    min-height: 27px;
    margin-bottom: 50px;
    float: right;
}

@media (min-width: 1024px) {
    #contattiForm .btn.send {
        min-width: 80px;
        min-height: 36px;
    }
}

@media (max-width: 767px) {
    #contattiForm .btn.send {
        width: 100%;
        margin-top: 20px;
    }
}

#contattiForm .privacy-link a {
    text-decoration: none;
    font-weight: bold;
    color: #8fb561;
}

#cartPage .btn-link {
    padding: 8px 16px 8px 16px !important;
}

#cartPage .cart-block {
    background: #FAFAFA;
    border-radius: 6px;
    padding: 20px;
}

#cartPage a {
    color: #8fb561;
}

#cartPage p {
    font-size: 16px;
}

#cartPage p span.bold {
    font-weight: bold;
}

#cartPage .btn.send {
    font-size: 16px;
    background: #8FB561 0% 0% no-repeat padding-box;
    border-radius: 6px;
    opacity: 1;
    text-transform: capitalize;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 30px;
    min-width: 80px;
    min-height: 27px;
    margin-bottom: 50px;
    float: right;
}

@media (min-width: 1024px) {
    #cartPage .btn.send {
        min-width: 80px;
        min-height: 36px;
    }
}

@media (max-width: 767px) {
    #cartPage .btn.send {
        width: 100%;
        margin-top: 20px;
    }
}

#cartPage .privacy-link a {
    text-decoration: none;
    font-weight: bold;
}

#cartPage #annullamento p {
    font-size: 16px;
    line-height: 22px;
}

#cartPage #annullamento .verde {
    color: #97B46A;
}

#cartPage .sezione_rate {
    border-left: 2px solid #1b9448;
    padding-left: 5px;
}

#cartPage .sezione_rate p {
    font-size: 14px;
    line-height: 20px;
}

#cartPage b {
    font-weight: bold;
}

#cartPage .sezione_prezzi {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

#cartPage .sezione_prezzi p.bold {
    font-weight: bold;
}

.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}


.footer-logos-img {
    @media (max-width: 639px) {
        max-width: 70% !important;
    }
}

.footer-slider {
    @media (min-width: 640px) {
        justify-content: center !important;
    }
}

.book-offer-cart {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #8fb561;
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
}

.accordion .accordion-button {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 23px;
    background-color: #ffffff;
    color: #333;
    border: none;
    box-shadow: none;
    padding: 12px 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.accordion .accordion-item {
    border: none;
}

.accordion .accordion-button.collapsed {
    color: #232323;
    background-color: #ffffff;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: #e0e0e0;
    color: #000000;
}

.accordion .accordion-button .day-number {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    width: 28px;
    color: #97b46a;
    background-color: rgba(151, 180, 106, 0.12);
    font-weight: bold;
    font-size: 23px;
    border-radius: 4px;
    box-shadow: none;
}

.accordion .accordion-body {
    padding: 20px;
    background-color: #ffffff;
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

.accordion .program-image {
    margin-top: 20px;
    text-align: center;
}

.accordion .program-image img {
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .accordion .accordion-button {
        font-size: 15px;
    }

    .accordion .accordion-button .day-number {
        height: 24px;
        width: 24px;
        font-size: 12px;
    }
}

.lcat_e {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    overflow: hidden;
}

.lcat_e .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(60, 60, 60, 0.2);
    transition: background-color 0.3s ease;
}

.lcat_e:hover .overlay {
    background: rgba(60, 60, 60, 0.7);
}

.lcat_e .lcat_ew h2 {
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    transition: opacity 0.3s ease;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.lcat_e:hover .lcat_ew h2 {
    opacity: 0;
}

.tour-details {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 12;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.lcat_e:hover .tour-details {
    opacity: 1;
}

.tour-info {
    display: flex;
    justify-content: space-between;
}

.duration {
    padding: 5px 10px;
    border-radius: 5px;
    color: #EFE778;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.price {
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #8fb561;
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.subtitle {
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-family: inherit;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff !important;
    width: 80%;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .lcat_ew h2 {
        font-size: 16px;
    }

    .duration {
        font-size: 14px;
    }

    .price {
        font-size: 16px;
    }

    .subtitle {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .lcat_ew h2 {
        font-size: 14px;
    }

    .duration {
        font-size: 12px;
    }

    .price {
        font-size: 14px;
    }

    .subtitle {
        font-size: 14px;
    }
}

.btn-filtri{
    display: block!important;
}
@media (max-width: 991px) {
    .btn-filtri {
        position: fixed;
        top: 10px;
        left: 10px;
        right: 10px;
        z-index: 9999;
        width: calc(100% - 20px);
        text-align: center;
        border-radius: 20px;
        border: 1.4px solid #8fb561!important;
        padding: 8px 16px 8px 22px!important;
        background-color: #fff!important;
        color: #8fb561 !important;
        text-decoration: none!important;
        margin-top: 15px!important;
        margin-bottom: 15px!important;

    }
    .btn-filtri:hover {
        border-radius: 20px;
        border: 1.4px solid #8fb561!important;
        padding: 8px 16px 8px 22px!important;
        background-color: #fff!important;
        color: #8fb561 !important;
        text-decoration: none!important;
        margin-top: 15px!important;
        margin-bottom: 15px!important;
    }
}

@media (min-width: 992px) {
    #filtri-box.sticky {
        position: -webkit-sticky;
        position: sticky;
        top:200px

    }
    .btn-filtri{
        display: none!important;
    }

    #filtri-box .collapse{
        display: block!important;
    }

    #filtri-box .card-body {
        flex:none;
        padding: 0;
        color: inherit;
    }
    #filtri-box .card {
        border: none;
    }
}


#infoTab  li {
    display: block;
    position: relative;
    padding:0px;
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
}

#infoTab li:before {
   background: none!important;
}

#infoTab  .nav-link {
    display: block;
    padding: 6px 4px;
    font-size:13px;
    font-weight:400;
    text-decoration: none;
    color: #97b46a;
    background-color: rgba(151, 180, 106, 0.12);
    border: 1px solid #97b46a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom:-1px;
    border-bottom: none;
}

#infoTab  .nav-link.active {
    background-color: #8fb561;
    border: 1px solid #8fb561;
    color: #fff;
}

@media (min-width: 414px) {
    #infoTab  .nav-link {
        padding: 12px 8px;
        font-size:15px;
    }
    #infoTab  li {
        padding-right: 3px;
    }
}

@media (max-width: 767px) {
    #infoTab.nav-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        display: flex;
    }

    #infoTab .nav-item {
        flex: 0 0 auto;
        white-space: nowrap;
        margin-right: 5px;
    }

    #infoTab  .nav-link {
        min-width: max-content;
        padding: 18px;
        font-size:20px;
    }
    #infoTab  li {
        padding-right: 10px;
    }
}

#infoTab.nav-tabs {
    border-bottom:1px solid rgba(151, 180, 106, 0.5);
}

#infoTabContent {
    background-color: rgba(151, 180, 106, 0.03);
    border:1px solid rgba(151, 180, 106, 0.5);
    border-top: none;
    padding: 20px;
    margin-bottom: 30px;
}
#infoTabContent h3 {
    margin-bottom: 30px;
}

#infoTabContent .cosa-include {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}

#infoTabContent .informazioni-aggiuntive {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
}

#accordion-item {
    background-color: rgba(151, 180, 106, 0.03);
    border: 1px solid rgba(151, 180, 106, 0.5);
    border-top: none;
    padding: 20px;
    margin-bottom: 30px;
}
#infoAccordion .accordion-button {
    color: #97b46a;
    background-color: rgba(151, 180, 106, 0.12);
    border: 1px solid #97b46a;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

#infoAccordion .accordion-button:not(.collapsed) {
    background-color: #8fb561;
    border: 1px solid #8fb561;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -1px;
    border-bottom: none;
}

#infoAccordion .accordion-body {
    background-color: rgba(151, 180, 106, 0.03);
    border: 1px solid rgba(151, 180, 106, 0.5);
    border-top: none;
    padding: 20px;
    margin-bottom: 10px;
    margin-top:0!important;
    font-family: inherit!important;
}

.tripadvisor {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: fit-content;
    opacity: 0;
    transition: opacity 0.35s ease;
    min-height: 120px;
    overflow: hidden;
}
.tripadvisor.loaded {
    opacity: 1;
}

.tripadvisor .TA_links img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.tripadvisor ul li:before {
    background: none!important;
}



.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.content-spaced {
    margin-top: 520px;
}

@media (max-width: 1200px) {
    .content-spaced {
        margin-top: 150px;
    }
}

@media (max-width: 992px) {
    .content-spaced {
        margin-top: 150px;
    }
}

@media (max-width: 768px) {
    .content-spaced {
        margin-top: 150px;
    }
}

@media (max-width: 480px) {
    .content-spaced {
        margin-top: 150px;
    }
}
@media (max-width: 992px) {
    .content-spaced {
        margin-top: 150px;
    }
}

/* VisitTuscany ideas section */
.vt-section { margin-bottom: 48px; }
.vt-section-header { border-top: 2px solid #8fb561; margin-top: 50px; padding-top: 20px; margin-bottom: 10px; display: flex; align-items: center; gap: 14px; }
.vt-section-header h3 { font-size: 18px; font-weight: 700; margin: 0; color: #000; }
.vt-logo-img { height: 80px; width: 64px; object-fit: contain; flex-shrink: 0; }
.vt-section-description { font-size: 14px; color: #666; margin-bottom: 24px; }
.vt-section-description a { color: #e61e3c; text-decoration: none; font-weight: 600; }
.vt-section-description a:hover { text-decoration: underline; }
.vt-card { display: flex; gap: 14px; border: 1px solid #eee; border-radius: 11px; overflow: hidden; background: #fff; height: 110px; }
.vt-card-img { flex-shrink: 0; width: 120px; height: 110px; overflow: hidden; background: #f0f0f0; }
.vt-card-img img { width: 100%; height: 100%; object-fit: cover; }
.vt-card-body { padding: 12px 12px 12px 0; flex: 1; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.vt-card-theme { font-size: 10px; font-weight: 700; text-transform: uppercase; color: #666; margin-bottom: 4px; }
.vt-card-title { font-size: 14px; font-weight: 700; line-height: 1.3; margin-bottom: 6px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.vt-card-title a { color: #000; text-decoration: none; }
.vt-card-title a:hover { color: #e61e3c; }
.vt-card-link { font-size: 11px; color: #e61e3c; text-decoration: none; font-weight: 600; white-space: nowrap; }
.vt-card-link:hover { text-decoration: underline; }
.vt-pagination { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 24px; padding-bottom: 32px; border-bottom: 2px solid #8fb561; }
.vt-pag-btn { background: none; border: 1.5px solid #e61e3c; color: #e61e3c; border-radius: 50%; width: 36px; height: 36px; cursor: pointer; font-size: 16px; line-height: 1; display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; padding: 0; }
.vt-pag-btn:hover:not(:disabled) { background: #e61e3c; color: #fff; }
.vt-pag-btn:disabled { opacity: .3; cursor: default; }
.vt-pag-info { font-size: 13px; color: #666; min-width: 60px; text-align: center; }
