button{
  background-color: white;
}
.justify-content-end{
  justify-content: end;
}
.px-2 {
  padding-right: 8px;
  padding-left: 8px;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 13px !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.d-flex{
  display: flex;
}

.flex-column{
  flex-direction: column;
}
.rounded-circle{
  border-radius: 50%;
}
.justify-content-center
{
  justify-content: center;
}

#common * {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p{
    margin: 0;
}

button {
  border: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

#common {
  justify-content: space-evenly;
  overflow-x: none;
  overflow-y: auto;
  /*scrollbar-width: none;
    /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow: visible;
  ms-overflow-style: none;
  scrollbar-width: thin;
}

#common::-webkit-scrollbar {
  /*display: none;*/
  width: 0 !important;
}

body {
  scrollbar-width: thin;
  /* scrollbar-color: #aaa; */
}

/*
#advertisement_show {
    -ms-overflow-style: none;
    min-height: 30vh !important;
    overflow: scroll;
    overflow-y: hidden;
    overflow: scroll !important;
    overflow-x: hidden !important;
}*/

.hover-effect {
  transition: transform 0.01s ease-out, box-shadow 0.01s ease-out;
}
.hover-effect:hover {
  transform: scale(1.026);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.hover-effect {
  transition: transform 0.01s ease-in, box-shadow 0.01s ease-in;
}

#advertisement_show::-webkit-scrollbar {
  width: 10px !important;
}
#advertisement_show::-webkit-scrollbar-track {
  background: transparent !important;
}
#advertisement_show::-webkit-scrollbar-thumb {
  background: #aaa !important;
  border-radius: 5px !important;
}
#advertisement_show::-webkit-scrollbar-thumb::hover {
  background: #989898 !important;
}

.pt-1.btn-social {
  padding: 0 !important;
}

@media (max-width: 768px) {
  #advertisement_show .sticky-top {
    position: static;
  }
  #advertisement_show::-webkit-scrollbar {
    width: 0px !important;
  }
}
/* @media screen and (min-width: 280px) and (max-width: 320px) {
  .destra {
    justify-content: right !important;
  }
} */

@media screen and (min-width: 280px) and (max-width: 450px) {
  .btn-social {
    width: 22px;
    height: 22px;
  }

  .btn-group .pulsanticondi {
    padding: 0rem 0rem;
  }

  #add-to-favorites-button {
    margin-left: 0rem !important;
  }
  .sharesocial {
    margin-right: 0.5rem !important;
  }
}
@media screen and (min-width: 280px) and (max-width: 349px) {
  .btn-social {
    width: 19px;
    height: 19px;
  }
  .btn-group .pulsanticondi {
    padding: 0rem 0rem;
  }
  #add-to-favorites-button {
    margin-left: 0rem !important;
  }
  .sharesocial {
    margin-right: 0.5rem !important;
  }
}

#advertisement_show #red-top-btn {
  top: 45px !important;
  z-index: 999 !important;
}

#advertisement_show #red-top-btn a {
  width: 210px;
  background-color: #d51410;
  color: white;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4pt;
}

#advertisement_show #red-top-btn a img {
  width: 25px;
  height: 40px;
}

@media (max-width: 1199px) {
  #advertisement_show #red-top-btn .justify-content-personal {
    justify-content: space-around !important;
  }
}

@media (max-width: 768px) {
  #advertisement_show #red-top-btn {
    width: 100% !important;
  }
  #advertisement_show #red-top-btn .justify-content-personal {
    justify-content: center !important;
  }
  #advertisement_show #red-top-btn a {
    width: 33.3333333333%;
    justify-content: space-between;
  }
  #advertisement_show #red-top-btn a span p {
    display: none !important;
  }
  #advertisement_show #red-top-btn .smart-btn-parent {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 768px) {
  #advertisement_show .adv-top-row {
    padding-left: 1rem !important;
    padding-right: 0.3rem !important;
    margin-bottom: 0.4rem !important;
    margin-top: 0rem !important;
  }
  #advertisement_show .second-functions-row {
    cursor: default;
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  #advertisement_show .second-functions-row .col-funct {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  #advertisement_show .second-functions-row .pages-switcher button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  #advertisement_show .second-functions-row .justify-content-personal {
    justify-content: center !important;
  }
  #advertisement_show .second-functions-row a {
    width: 100%;
    padding: 0;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  #advertisement_show .second-functions-row a p {
    display: none !important;
  }
  #advertisement_show .second-functions-row .smart-btn-parent {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


#carouselControlsAdvertisementShow {
  width: 100% !important;
}


#advertisement_show.bottom-row {
  display: flex;
  justify-content: space-around !important;
  /*flex-wrap: wrap;*/
  max-width: 100%;
  margin-top: -1%;
}

#advertisement_show.bottom-row .advertisement-features h2.show-main-title {
  font-size: clamp(0.8rem, 4.5vw, 1.6rem) !important;
}

@media (max-width: 1459px) {
  #advertisement_show .additionaPhotoInCarousel {
    display: none !important;
  }
}

#advertisement_show .additionaPhotoInCarousel {
  max-width: 33.3333333333%;
  width: 33.3333333333%;
  /*    background-color: #e6e8e7 !important;*/
}
#advertisement_show .additionaPhotoInCarousel > img {
  object-fit: cover;
}

@media (min-width: 1460px) {
  #advertisement_show .additionaPhotoInCarousel {
    display: flex !important;
    flex-direction: column !important;
  }

  #carouselControlsAdvertisementShow
  {
    width: calc(100%/3*2) !important;
  }
}

#advertisement_show .media-modal-btn.photo-ico-mini {
  background-image: url("/img/ico/svg/photo-ico-mini-blue.svg");
  padding-bottom: 0px;
  background-size: 30px !important;
}

#advertisement_show .media-modal-btn.planimetry-ico-mini {
  background-image: url("/img/ico/svg/planimetry-ico-mini-blue.svg");
  padding-bottom: 0px;
  background-size: 25px !important;
}

#advertisement_show .media-modal-btn.video-ico-mini {
  background-image: url("/img/ico/svg/video-ico-mini-blue.svg");
  padding-bottom: 0px;
  background-size: 30px !important;
}

#advertisement_show .media-modal-btn.tour-ico-mini {
  background-image: url("/img/ico/svg/tour-ico-mini-blue.svg");
  padding-bottom: 0px;
  background-size: 35px !important;
}

#advertisement_show .media-modal-btn.all-ico-mini {
  background-image: url("/img/ico/svg/all-ico-mini-blue.svg");
  padding-top: 1.7rem;
  padding-bottom: 0px;
  background-size: 20px !important;
}

#advertisement_show .media-modal-btn:hover:not(.disabled).photo-ico-mini {
  background-image: url("/img/ico/svg/photo-ico-mini-white.svg");
  padding-bottom: 0px;
  background-size: 30px !important;
}

#advertisement_show .media-modal-btn:hover:not(.disabled).planimetry-ico-mini {
  background-image: url("/img/ico/svg/planimetry-ico-mini-white.svg");
  padding-bottom: 0px;
  background-size: 25px !important;
}

#advertisement_show .media-modal-btn:hover:not(.disabled).video-ico-mini {
  background-image: url("/img/ico/svg/video-ico-mini-white.svg");
  padding-bottom: 0px;
  background-size: 30px !important;
}

#advertisement_show .media-modal-btn:hover:not(.disabled).tour-ico-mini {
  background-image: url("/img/ico/svg/tour-ico-mini-white.svg");
  padding-bottom: 0px;
  background-size: 35px !important;
}

#advertisement_show .media-modal-btn:hover:not(.disabled).all-ico-mini {
  background-image: url("/img/ico/svg/all-ico-mini-white.svg");
  padding-bottom: 0px;
  background-size: 20px !important;
}

#advertisement_show .media-modal-btn.disabled {
  pointer-events: none;
  opacity: 0.4 !important;
}

@media screen and (min-width: 280px) and (max-width: 1199) {
  #advertisement_show.bottom-row {
    margin-top: -2% !important;
  }
}
@media (min-width: 768px) {
  #advertisement_show .media-modal-btn .tour-ico-mini {
    border-top-left-radius: 0.25rem !important;
  }
}

#common .showFooter {
  margin-top: 2rem;
  margin-bottom: 0 !important;
}

#advertisement_show #banner {
  margin-top: 3.2rem !important;
}

#advertisement_show #banner .card-body {
  padding-top: 0%;
}

#banner .card-body .banner-container {
  max-height: 600px;
  max-width: 300px;
  overflow: hidden;
  background: white;
}
@media (min-width: 768px) {
  #banner {
    display: grid;
    float: left;
  }

  #banner .card-body {
    display: flex;
  }
}

#advertisement_show #issMap {
  height: 500px !important;
  width: 100% !important;
}

#mediaModal {
  padding: 0% !important;
}

#mediaModal .modal-dialog-full-width {
  height: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  padding: 0 !important;
  width: 100% !important;
}

#mediaModal .modal-content-full-width {
  height: 100vh !important;
  max-height: 100vh !important;
  border-radius: 0 !important;
  background-color: white !important;
  overflow: hidden;
}

#mediaModal .modal-header-full-width {
  border-bottom: 1.75px solid #ddd !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.4rem 1rem !important;
  margin-bottom: 0.4rem;
  height: 60px;
}

#mediaModal .modal-header-full-width .close-media-modal-btn {
  background-color: #2178C0;
  color: white;
  opacity: 1 !important;
  padding: 0;
  border-radius: 0.25rem;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 28px;
  right: 20px;
  position: absolute;
}

#containerDatePicker .titleDatePicker {
  margin-bottom: 25px;
}
#containerDatePicker .titleDatePicker > * {
  margin: 0px;
  text-align: center;
}

#mediaModal .modal-header .nav-item button {
  background-position: 50%;
  background-position-y: center;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: 2.2em;
  min-width: 3rem;
  min-height: 2.5rem;
  background-color: white;
}
#mediaModal .modal-header .nav-item button.active{
  background-color: #2178C0;
}

#pills-photo-tab {
  background-image: url("/img/ico/svg/photo-ico-mini-blue.svg");
}

#pills-planimetry-tab {
  background-image: url("/img/ico/svg/planimetry-ico-mini-blue.svg");
}

#pills-video-tab {
  background-image: url("/img/ico/svg/video-ico-mini-blue.svg");
}

#pills-tour-tab {
  background-image: url("/img/ico/svg/tour-ico-mini-blue.svg");
}

#pills-photo-tab.active {
  background-image: url("/img/ico/svg/photo-ico-mini-white.svg");
}

#pills-planimetry-tab.active {
  background-image: url("/img/ico/svg/planimetry-ico-mini-white.svg");
}

#pills-video-tab.active {
  background-image: url("/img/ico/svg/video-ico-mini-white.svg");
}

#pills-tour-tab.active {
  background-image: url("/img/ico/svg/tour-ico-mini-white.svg");
}

#mediaModal .modal-footer-full-width {
  border-top: 1px solid white !important;
}

#mediaModal .carousel-item-personal {
  height: auto;
  background-image: none;
  background-position: center;
  background-size: contain;
  margin-top: auto;
  margin-bottom: auto;
}

#mediaModal .carousel-item-personal .img-fluid {
  max-height: 300px;
}

.listing-features {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  line-height: 1.428571429;
  color: #666;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  overflow: hidden;
  max-height: 40px;
  padding-right: 0;
}

.listing-features li {
  font-size: 14px;
  color: #666;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1.1em;
  border-left: 1px solid #999;
  margin-left: 0;
  border-color: #ddd;
}

.pricing {
  flex-direction: column;
  display: inline-block;
  font-size: 23px !important;
  white-space: nowrap;
  padding-right: 8px;
  padding-left: 8px;
  border-left: 1px solid transparent;
  line-height: 1.1;
}

.lif__item ~ .lif__item {
  border-color: #ddd;
}

.list-piped li + li {
  border-left: 1px solid #999;
  margin-left: 0;
}

.list-piped li {
  padding-right: 8px;
  padding-left: 8px;
  line-height: 1.1em;
  border-left: 1px solid transparent;
}

.lif__item {
  display: flex;
  flex-direction: column;
}

.vl {
  border: solid 0.5px grey;
  height: 35px;
}

.table-title {
  border-bottom: 1px solid #d5d5d5;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 0.8;
  /* margin-bottom: 1.6rem;
  margin-top: 4.8rem; */
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  position: relative;
}

.show-main-description {
  overflow-x: auto;
  text-align: justify;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  /* margin-bottom: 2rem; */
}

.carousel-item-personal {
  height: 400px;
  background: url("/img/background/image_advertisement.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.im-features__list {
  display: flex;
  flex-wrap: wrap;
}

.im-features__list {
  cursor: default;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-wrap: break-word;
  color: black;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-variant: no-common-ligatures proportional-nums lining-nums slashed-zero;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  background-repeat: no-repeat;
  text-decoration: inherit;
  vertical-align: inherit;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.im-features__title {
  font-weight: 400;
  color: black;
  flex-grow: 1;
  min-width: 40%;
  padding-right: 0.8rem;
  padding-bottom: 0.8rem;
  line-height: 2.4rem;
  text-transform: uppercase;
}

.im-features__value:not(:last-child) {
  padding-top: 0.6rem;
}
@media screen and (min-width: 280px) and (max-width: 600px) {
  .im-features__value:not(:last-child) {
    padding-top: 0rem;
    margin-top: -0.6rem;
    flex-basis: calc(47952rem - 99900%);
  }
  .im-features__value:last-child {
    padding-top: 0rem;
    margin-top: -0.6rem;
  }
  .im-features__title {
    padding-bottom: 0rem;
    font-weight: bold;
  }
}

.im-features__value {
  flex-grow: 2;
  min-width: 60%;
  padding-top: 0.5rem;
}

.im-features__list > * {
  flex-grow: 1;
  flex-shrink: 1;
}

dt {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48em) {
  .energyClass {
    margin-top: -0.3rem;
  }
}

.energyClass {
  display: flex;
  align-items: center;
}

.features-energy::after {
  position: absolute;
  left: 100%;
  border-color: transparent white;
  border-style: solid;
  border-width: 1rem 0 1.2rem 1.2rem;
  content: "";
}

.features-energy.A\+,
.features-energy.A,
.features-energy.A1,
.features-energy.A2,
.features-energy.A3,
.features-energy.A4,
.features-energy.B,
.features-energy.C,
.features-energy.D,
.features-energy.E,
.features-energy.F,
.features-energy.G,
.features-energy.H {
  display: inline-flex;
  flex-basis: 2.2rem;
  flex-shrink: 1;
  align-items: center;
  justify-content: center;
  height: 2.2rem;
  margin-right: 1.9rem;
  padding: 0 0.4rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}

.features-energy.A\+,
.features-energy.A,
.features-energy.A1,
.features-energy.A2,
.features-energy.A3,
.features-energy.A4 {
  background-color: #009647;
  border-radius: 4px 0px 0px 4px;
}

.features-energy.A\+::after,
.features-energy.A::after,
.features-energy.A1::after,
.features-energy.A2::after,
.features-energy.A3::after,
.features-energy.A4::after {
  border-color: transparent #009647;
}

.features-energy.B {
  background-color: #91d102;
  position: relative;
}

.features-energy.B::after {
  border-color: transparent #91d102;
}

.features-energy.C {
  background-color: #ebc400;
  position: relative;
}

.features-energy.C::after {
  border-color: transparent #ebc400;
}

.features-energy.D {
  background-color: #eb9d00;
  position: relative;
}

.features-energy.D::after {
  border-color: transparent #eb9d00;
}

.features-energy.E {
  background-color: #e67300;
  position: relative;
}

.features-energy.E::after {
  border-color: transparent #e67300;
}

.features-energy.F {
  background-color: #d22300;
  position: relative;
}

.features-energy.F::after {
  border-color: transparent #d22300;
}

.features-energy.G {
  background-color: #b80000;
  position: relative;
}

.features-energy.G::after {
  border-color: transparent #b80000;
}

.features-energy.H {
  background-color: #b80000;
  position: relative;
}

.features-energy.H::after {
  border-color: transparent #b80000;
}

.im-sectionTitle__container {
  border-bottom: 1px solid #d5d5d5;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  margin-top: 4.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}

#carouselControlsAdvertisementShow .carousel-control-next-icon:hover,
#carouselControlsAdvertisementShow .carousel-control-prev-icon:hover {
  opacity: 1;
}

#carouselControlsAdvertisementShow .carousel-control-next-icon {
  background-image: url("/img/ico/svg/carousel_dx.svg") !important;
}

#carouselControlsAdvertisementShow .carousel-control-prev-icon {
  background-image: url("/img/ico/svg/carousel_sx.svg") !important;
}

.a-loader-title {
  display: none !important;
}

#shareOnSocialNetwork .social-share {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}

#shareOnSocialNetwork .social-share .resp-sharing-button__link,
#shareOnSocialNetwork .social-share .resp-sharing-button__icon {
  display: inline-block;
}

#shareOnSocialNetwork .social-share .resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em;
  border-radius: 50% !important;
}

@media (max-width: 768px) {
  #shareOnSocialNetwork .social-share .resp-sharing-button__link:first-child {
    margin-left: 0;
  }
  #shareOnSocialNetwork .social-share .resp-sharing-button__link:last-child {
    margin-right: 0;
  }
}

#shareOnSocialNetwork .social-share .resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.5em;
}

#shareOnSocialNetwork .social-share .resp-sharing-button__icon svg {
  width: 2em;
  height: 2em;
  vertical-align: top;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle;
}

#shareOnSocialNetwork .social-share .resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}

#shareOnSocialNetwork .social-share .resp-sharing-button__icon--solid,
#shareOnSocialNetwork .social-share .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--twitter {
  background-color: #55acee;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--facebook {
  background-color: #3b5998;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--google {
  background-color: #dd4b39;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--google:hover {
  background-color: #c23321;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--linkedin {
  background-color: #0077b5;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--linkedin:hover {
  background-color: #046293;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--email {
  background-color: #777;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--whatsapp {
  background-color: #25d366;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--facebook:hover,
#shareOnSocialNetwork .social-share .resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--twitter:hover,
#shareOnSocialNetwork .social-share .resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--email:hover,
#shareOnSocialNetwork .social-share .resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--whatsapp {
  background-color: #25d366;
  border-color: #25d366;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--whatsapp:hover,
#shareOnSocialNetwork .social-share .resp-sharing-button--whatsapp:active {
  background-color: #1da851;
  border-color: #1da851;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--telegram {
  background-color: #54a9eb;
}

#shareOnSocialNetwork .social-share .resp-sharing-button--telegram:hover {
  background-color: #4b97d1;
}

#shareOnSocialNetwork .share-link {
  /* margin-top: 1rem; */
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  /* margin-left: 0.5rem;
  margin-right: 0.5rem; */
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  #shareOnSocialNetwork .share-link {
    flex-wrap: wrap;
  }
}

#shareOnSocialNetwork .share-link .share-link-box {
  padding: 0.5rem 0.75rem;
  border-radius: 50rem !important;
  color: black;
  background-color: lightgrey;
  width: 100%;
}

.center-all-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-container-modal-main {
  position: absolute !important;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .carousel-container-modal-main {
    display: none !important;
  }
}

.thumbnails-modals {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.thumbnails-modals .thumb {
  max-height: 125px !important;
  max-width: 220px !important;
  min-width: 10rem;
  /*aspect-ratio: 16/9;*/
  object-fit: cover;
}

.thumbnails-modals .thumb:not(:last-child) {
  margin-right: 0.3rem;
}

.thumbnails-modals .thumb .thumb-img {
  max-width: 15.625rem !important;
  min-width: 9rem;
  /*aspect-ratio: 16/9;*/
}

.personal-title-icon {
  margin-top: auto;
  margin-bottom: auto;
}

@media (max-width: 768px) {
  .personal-title-icon {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0.7rem !important;
  }
}

.personal-small-icon {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  height: 23px;
}

.personal-icon-show-span {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  white-space: nowrap;
}

.show-bottom-area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.show-bottom-area h6 {
  white-space: nowrap;
}

.show-bottom-area .personal-small-icon-main {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .show-bottom-area {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }
  .show-bottom-area .personal-small-icon-main :first-child {
    border: none !important;
    white-space: nowrap;
  }
}

.show-bottom-area .show-main-price {
  display: flex;
  margin-right: 0.5rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.show-bottom-area .show-main-price .trattativa-riservata-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.25em;
  font-weight: 700;
}

@media (max-width: 768px) {
  .show-bottom-area .show-main-price .trattativa-riservata-text {
    flex-direction: row;
  }
  .show-bottom-area .show-main-price .trattativa-riservata-text h2 {
    margin-right: 0.25rem !important;
  }
}

.show-bottom-area .show-main-price .trattativa-riservata-text h2 {
  font-size: 1rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .show-bottom-area .show-main-price {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

.carouser-tour-item
  > div:nth-child(1)
  > a-scene:nth-child(1)
  > canvas:nth-child(3) {
  /*! max-height: 600px !important; */
  position: relative !important;
  /*! height: 600px !important; */
  border-radius: 26px !important;
  aspect-ratio: 16/9;
}

#pills-tour canvas {
  /*! max-height: 600px !important; */
  position: relative !important;
  /*! height: 600px !important; */
  border-radius: 26px !important;
  aspect-ratio: 16/9;
  height: 77vh !important;
  width: 136.89vh !important;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.carousel-personal-1 > div:nth-child(1) {
  aspect-ratio: 16/9;
}

.carouser-tour-item
  > div:nth-child(1)
  > a-scene:nth-child(1)
  > canvas:nth-child(3)
  .a-enter-ar {
  display: none !important;
}

@media (max-width: 768px) {
  .carousel-control-mobile-prev,
  .carousel-control-mobile-next {
    display: flex;
  }
}

img[class^="content-modal-show-"],
img[class*=" content-modal-show-"],
video[class^="content-modal-show-"],
video[class*=" content-modal-show-"] {
  max-width: 100%;
  height: 68vh;
}

@media (max-width: 768px) {
  img[class^="content-modal-show-"],
  img[class*=" content-modal-show-"],
  video[class^="content-modal-show-"],
  video[class*=" content-modal-show-"] {
    height: unset;
    width: 100%;
  }
}

img[class^="content-main-carousel-show-"],
img[class*=" content-main-carousel-show-"],
video[class^="content-main-carousel-show-"],
video[class*=" content-main-carousel-show-"] {
  max-width: 100%;
}

img[class^="content-main-carousel-show-"]:not(
    img[class^="content-main-carousel-show-"].top-show-carousel,
    img[class*=" content-main-carousel-show-"].top-show-carousel,
    video[class^="content-main-carousel-show-"].top-show-carousel,
    video[class*=" content-main-carousel-show-"].top-show-carousel
  ),
img[class*=" content-main-carousel-show-"]:not(
    img[class^="content-main-carousel-show-"].top-show-carousel,
    img[class*=" content-main-carousel-show-"].top-show-carousel,
    video[class^="content-main-carousel-show-"].top-show-carousel,
    video[class*=" content-main-carousel-show-"].top-show-carousel
  ),
video[class^="content-main-carousel-show-"]:not(
    img[class^="content-main-carousel-show-"].top-show-carousel,
    img[class*=" content-main-carousel-show-"].top-show-carousel,
    video[class^="content-main-carousel-show-"].top-show-carousel,
    video[class*=" content-main-carousel-show-"].top-show-carousel
  ),
video[class*=" content-main-carousel-show-"]:not(
    img[class^="content-main-carousel-show-"].top-show-carousel,
    img[class*=" content-main-carousel-show-"].top-show-carousel,
    video[class^="content-main-carousel-show-"].top-show-carousel,
    video[class*=" content-main-carousel-show-"].top-show-carousel
  ) {
  height: 68vh;
}

@media (max-width: 768px) {
  img[class^="content-main-carousel-show-"]:not(
      img[class^="content-main-carousel-show-"].top-show-carousel,
      img[class*=" content-main-carousel-show-"].top-show-carousel,
      video[class^="content-main-carousel-show-"].top-show-carousel,
      video[class*=" content-main-carousel-show-"].top-show-carousel
    ),
  img[class*=" content-main-carousel-show-"]:not(
      img[class^="content-main-carousel-show-"].top-show-carousel,
      img[class*=" content-main-carousel-show-"].top-show-carousel,
      video[class^="content-main-carousel-show-"].top-show-carousel,
      video[class*=" content-main-carousel-show-"].top-show-carousel
    ),
  video[class^="content-main-carousel-show-"]:not(
      img[class^="content-main-carousel-show-"].top-show-carousel,
      img[class*=" content-main-carousel-show-"].top-show-carousel,
      video[class^="content-main-carousel-show-"].top-show-carousel,
      video[class*=" content-main-carousel-show-"].top-show-carousel
    ),
  video[class*=" content-main-carousel-show-"]:not(
      img[class^="content-main-carousel-show-"].top-show-carousel,
      img[class*=" content-main-carousel-show-"].top-show-carousel,
      video[class^="content-main-carousel-show-"].top-show-carousel,
      video[class*=" content-main-carousel-show-"].top-show-carousel
    ) {
    height: unset;
    width: 100%;
  }
}

@media (max-width: 768px) {
  a[class^="show-main-carousel-mobile-"],
  a[class*=" show-main-carousel-mobile-"] {
    position: absolute;
    top: 0%;
    right: 1%;
    height: 60px;
    margin-top: auto;
    margin-bottom: auto;
  }
}

#advertisement_show .carousel-control-prev-icon,
#mediaModal .carousel-control-prev-icon {
  background-image: url("/img/ico/svg/carousel_sx.svg") !important;
}

#advertisement_show .carousel-control-next-icon,
#mediaModal .carousel-control-next-icon {
  background-image: url("/img/ico/svg/carousel_dx.svg") !important;
}

.personal-small-icon-main {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: initial !important;
}

@media print {
  body,
  html,
  #wrapper {
    width: 100%;
  }
}

.carousel-indicators {
  overflow-x: scroll !important;
  overflow-y: hidden;
  padding-bottom: 1.25rem;
}

.carousel-container-modal-main {
  position: absolute !important;
  width: 100% !important;
  /*left: -2.88rem !important;
    right: -5.76rem !important;*/
}

/*.carousel-item.active{
    min-height: 32.438rem !important;
    max-height: 32.438rem !important;
}*/

#adv-top-row {
  padding-right: 1.35rem !important;
}

@media (min-width: 280px) and (max-width: 1199px) {
  #advertisement_show.bottom-row {
    flex-wrap: wrap;
  }

  #advertisement_show .col-xl-10 {
    max-width: 100% !important;
  }

  .col-lg-10 {
    max-width: 100% !important;
  }

  #advertisement_show::-webkit-scrollbar {
    width: 0px !important;
  }
}

@media (max-height: 531px) {
  /* .personal_mobile {
    height: 63vh !important;
  } */

  #pills-tour canvas {
    height: 60vh !important;
  }

  #tour_thumbnails {
    padding-top: 0vh !important;
  }
}
/* 
@media (min-height: 532px) {
  .personal_mobile {
    height: 77vh !important;
  }
} */

@media (min-width: 1200px) {
  .d-xl-none {
    display: block !important;
  }
}

@media screen and (max-width: 1199) {
  #casaCalendario
    > div.d-flex.flex-wrap.carousel-contact-section
    > div.col-xl-8.col-12.mb-2.productPhoto.py-0.px-2
    > div.d-flex.justify-content-start.mb-2 {
    /* Da mobile, riduce l'altezza del container della foto principale*/
    min-height: auto !important;
  }
}

/*
#banner {
    display: none !important;
}
*/

@media (min-width: 1200px) {
  #common {
    display: flex;
    flex-wrap: wrap;
  }

  #common > #commonNav {
    width: 100% !important;
  }
  #common > #advertisement_show.bottom-row > div {
    max-width: calc(100vw - 350px) !important;

    width: 100% !important;
    max-width: 100% !important;
    flex-grow: 1;
    justify-content: flex-start;
  }

  #common > #advertisement_show.bottom-row {
    max-width: calc(100vw - 350px) !important;
  }
}


@media (max-width: 1199px) {
  #banner-cards .card-body {
    display: flex;
    flex-wrap: wrap;
    /* margin: 20px; */
    justify-content: space-evenly;
  }

  #banner-cards .card-body .banner-max-width {
    width: 45vw;
  }

  #banner-cards .card-body .banner-container {
    width: min(300px, 100%);
    min-width: min(300px, 100%);
    box-sizing: border-box;
    margin: auto;
    max-width: fit-content;
  }
}

@media (max-width: 699px) {
  #banner-cards .card-body .banner-max-width {
    width: 98vw;
  }
}

.content-modal-show-links {
  width: 100% !important;
}

#section-video video,
#section-video iframe,
.content-modal-show-links,
.content-modal-show-videos {
  width: min(100vw, 1200px) !important;
  height: calc(min(100vw, 1200px) * 9 / 16) !important;
  margin: auto !important;
}

#myCarouselVideo .carousel-inner .carousel-item {
  display: flex;

}carousel-inner

.productPhoto .justify-content-start {
  min-height: unset !important;
}

@media (max-width: 1199px) {
  .carousel-item #main-image-carousel {
    height: 100% !important;
    display: block !important;
  }
}

/* DA QUI INIZIANO I NUOVI STILI 
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/* VARIABILI CSS */
:root {
  --height-carousel: 550px;
  --height-carousel-buttons: 70px;
  --gap-between-carousel-images-and-buttons: 10px;
  --gap-between-carousel-images: 2px;
}

/* Inizio sezione carousel immagini */

@media (max-width: 1279px) {
  #carouselMainPhoto {
    max-height: calc(100vw * 9 / 16) !important;
  }
  #carouselMainPhoto > div > img {
    min-height: calc(100vw * 9 / 16);
  }
}

@media (min-width: 1200px) {
  #carouselMainPhoto > div > img {
    max-height: calc(
      var(--height-carousel) - var(--gap-between-carousel-images-and-buttons) -
        var(--height-carousel-buttons)
    );
    min-height: calc(
      var(--height-carousel) - var(--gap-between-carousel-images-and-buttons) -
        var(--height-carousel-buttons)
    );
    object-fit: cover;
    overflow: hidden;
    max-width: 100%;
  }
}

.contenitore-immagini,
.additionaPhotoInCarousel {
  gap: var(--gap-between-carousel-images);
}
.additionaPhotoInCarousel > img {
  height: calc(
    (
        var(--height-carousel) - var(--gap-between-carousel-images-and-buttons) -
          var(--height-carousel-buttons)
      ) / 2
  );
}

.btn-under-carousel-container {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  height: calc(
    var(--gap-between-carousel-images-and-buttons) +
      var(--height-carousel-buttons)
  );
  min-height: calc(
    var(--gap-between-carousel-images-and-buttons) +
      var(--height-carousel-buttons)
  );
}

.btn-under-carousel-container > button {
  background-color: transparent;
  flex-grow: 1;
  margin: 0 8px;
  color: #295C75;
  box-shadow: 0 0 2px 0 #00315129, 0 1px 4px 0 #0031511f;
  border: 0px;
  /* border-radius: 0.8rem; */
  font-weight: bold;
  height: var(--height-carousel-buttons);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.btn-under-carousel-container > button input {
  display: none;
}

.btn-under-carousel-container > button:hover {
  /*box-shadow: 0 4px 12px 0 #0000001f;*/
  border: #a1cbef solid 3px;
}

.btn-under-carousel-container > button img {
  height: 20px;
}

@media (min-width: 1280px) {
  .contenitore-immagini {
    max-height: calc(
      var(--height-carousel) - var(--gap-between-carousel-images-and-buttons) -
        var(--height-carousel-buttons)
    );
  }

  .btn-under-carousel-container > button {
    margin-top: auto;
  }
  .carousel-item #main-image-carousel {
    width: 100%;
    height: calc(
      var(--height-carousel) - var(--gap-between-carousel-images-and-buttons) -
        var(--height-carousel-buttons)
    );
  }
}

@media (max-width: 768px) {
  .productPhoto .contenitore-immagini {
    border-radius: 0px !important;

    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

/* Fine sezione carousel immagini */

/* Inizio stili sezione Contact Form EMAIL */
#advertisement_show.bottom-row .user-contact-section {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0.35rem !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 8px;
  height: 100%;
}

@media (min-width: 1200px) {
  #advertisement_show.bottom-row .user-contact-section {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

/* Inizio sezione moadale di contatto */

#advertisement_show.bottom-row .user-contact-section .contactBox {
  border: 1px solid #dee2e6 !important;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  padding: 20px;
}

#advertisement_show
  .bottom-row
  .user-contact-section
  .contactBox
  #contact-form
  #contact-button {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-weight: bold;
  height: 55px;
  border-radius: 10px;
}

#advertisement_show
  .bottom-row
  .user-contact-section
  .contactBox
  #contact-textarea {
  border-radius: 10px;
}


#containerDatePicker #dropdownScelta > div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 16px;
  margin: 8px 0px;
}

#btn-informami a {
  height: 55px;
  width: 100%;
}

.user_logo_adv {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid #dee2e6 !important;
  padding: 16px !important;
  border-radius: 10px;
  margin: 10px;
}

#divider-hr {
  margin: 0px;
}

#contact-form #form-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 5px;
}

#contact-form #form-content > div > * {
  border: 1px solid #dee2e6;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  /* color: #495057; */
}

#contact-form #form-content > div > *:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a1cbef;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.contactBox .contactInfoUser {
  display: flex;
  justify-content: center;
  padding: 15px 0px;
  align-items: start;
}
.contactBox .contactInfoUser .contactInfoUserNumber {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-right: 8px;
  padding-left: 8px;
  justify-content: start;
}

.btn-under-carousel-container > button {
  margin-top: auto;
}
.contactInfoUser .contactInfoUserNumber .contactInfoUserNumberDigits {
  display: flex;
  justify-content: start;
  text-align: start;
}

#containerDatePicker #divDatepicker {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #dee2e6 !important;
  border-radius: 7px 7px 0px 0px;
}

#containerDatePicker #divDatepicker > * {
  padding: 16px;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  max-width: 50%;
}

#containerDatePicker #divSceltaOspiti {
  border-top: 0 !important;
  padding: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6 !important;
  border-radius: 0px 0px 7px 7px;
  position: relative;
}

#containerDatePicker #divSceltaOspiti > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#containerDatePicker #dropdownScelta {
  display: none !important;
  border-radius: 10px;
  z-index: 1000;
  background-color: white;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 16px;
  padding: 4px 0px;

  position: absolute;
  top: calc(100% + 2px);
  right: 0;
}

#containerDatePicker #dropdownScelta.show{
  display: block !important;
}


.btn-under-carousel-container > button {
  margin-top: auto;
}

#containerDatePicker #dropdownScelta > div > div:first-child {
  flex: 0 0 100%;
  max-width: 100%;
}
#containerDatePicker #dropdownScelta > div > div:last-child {
  display: flex;
  justify-content: right;
  flex: 0 0 100%;
}

#containerDatePicker #dropdownScelta > div > div:last-child > * {
  display: flex;
  align-self: center;
  justify-content: center;
  margin: 0px 4px;
}

#containerDatePicker #dropdownScelta > div:last-child {
  display: flex;
  justify-content: end;
}

@media (min-width: 576px) {
  #containerDatePicker #dropdownScelta > div > div:first-child {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  #containerDatePicker #dropdownScelta > div > div:last-child {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}

.btn-importanti {
  /* font-weight: bold !important; */
  letter-spacing: 0.02rem !important;
  font-size: 1rem !important;
  display: flex;
  justify-content: center;
  height: 55px;
  vertical-align: middle;
  text-align: center;
  color: white;
  border: 0px;
  border-radius: 10px;
  background: #2178C0;
  width: 100%;
  gap: 8px;
  transition: transform 0.2s ease-in-out !important;
}

.btn-importanti:hover {
  transform: scale(0.99) !important;
  /* box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25); */
  filter: brightness(0.9);
}

.btn-importanti *:first-letter {
  text-transform: capitalize !important;
}
.btn-importanti > * {
  margin-top: auto;
  margin-bottom: auto;
  line-height: normal;
}

/* Fine sezione moadale di contatto */

/* Fine stili sezione Contact Form EMAIL */

@media (min-width: 1200px) {
  #casaCalendario .productPhoto,
  .user-contact-section .contactBox {
    max-height: var(--height-carousel);
    height: var(--height-carousel);
    margin-bottom: 0px !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

#advertisement_show .media-modal-btn {
  background-color: transparent;
  background-position: 50%;
  background-position-y: calc(50% - 0.7em);
  background-repeat: no-repeat;
  background-size: 2em;
  color: #295C75;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  border-radius: 13px;
  gap: 4px;
}

.titoli-form {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.second-functions-row > * {
  flex-grow: 1 !important;
  max-width: calc(100% / 3) !important;
}

.second-functions-row #advertisement-list {
  margin: auto 0px;
  cursor: default;
}

@media (min-width: 1200px) {
  .productPhoto {
    max-width: calc(100% / 3 * 2);
  }
}

input::placeholder {
  text-transform: none !important;
}

.show-bottom-area.px-2 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.col-lg-12.col-md-12.col-sm-12.col-12.my-2.py-0.px-2 {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}

.row.w-100.px-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}


/* FINE STILI VECCHI, INIZIO STILI NUOVI 2025/10/11 */

#mediaModal {
    display:none;
}

#mediaModal.show{
    display:flex;
}

.contenitore-immagini
{
    margin-right: 8px;
    margin-left: 8px;
    display: flex;
}


.modal, #shareOnSocialNetwork{
    position: fixed;
    width: 100vw;
    height: 100svh;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.modal.show, #shareOnSocialNetwork.show{
    display: flex;
}

#shareOnSocialNetwork .modal-content{
    margin: auto;
    width: fit-content;
    height: fit-content;

    background-color: white;
    border-radius: 12px;
    border: 1px solid #0003;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px; 

    padding: 20px;
}
#shareOnSocialNetwork .modal-body{
  gap: 12px;
}


#shareOnSocialNetwork .modal-dialog{
    margin: auto;
}

#shareOnSocialNetwork .modal-title{
    position: relative;
}
#shareOnSocialNetwork #shareOnSocialNetworkLabel{
    margin:0;
    margin-top: 1rem;
    width: 100%;
    text-align: center;
}

#shareOnSocialNetwork .close{
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
}

#carouselMainPhoto {
    max-height: 100%;
    display: flex;
    flex-direction: column;
    overflow:hidden;
}

.carousel-inner .carousel-item:not(.active)
{
    display:none
}

.carousel-contact-section{
    gap: 8px;
    display: flex;
}

.carousel-inner
{
    display: flex;
    position: relative;
}
.carousel-control{
    margin: 0 16px;
    width: 80px;
}

.second-functions-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.modal-mix-item{
    max-width: 100vw;
}

.carousel-control > span{
  width: 60px;
  height: 60px;
}


/* BOOTSTRAP CAROUSEL INDICATORS */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0px;
  bottom: 0px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0px;
  color: rgb(255, 255, 255);
  text-align: center; 
  background: none;
  border: 0px;
  opacity: 0.5;
  transition: opacity 0.15s;
  transition: none;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: rgb(255, 255, 255);
  text-decoration: none;
  outline: 0px;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0px;
}
.carousel-control-next {
  right: 0px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: 50% center / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0px;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s;
  
}
/* FINE BOOTSTRAP CAROUSEL INDICATORS */

#mediaModal * {
  box-sizing: border-box;
  overflow: hidden !important;
}
.w-100{
  width: 100%;
}

@media (max-width: 1199px)
{
  .carousel-contact-section
  {
    display: flex;
    flex-direction: column;
  }
}


#top-action-btns-group{
  display: flex;
  flex-direction: row;
  gap: 8px;
  z-index: 2;
}

.horizontal-data li{
  border: none !important;
}

#advertisement-title-and-map-container{
  display: flex;
  gap: 8px;
}

#report-advertisement-form{
  max-width: calc(100vw - 80px); 
}

.pages-switcher span{
  gap: 8px;
}

.prev-next-btn {
  gap: 8px;
}

@media (min-width: 1200px)
{
   .pages-switcher > span {
      transform: translateX(calc(50% - 143px));
  }
}

.horizontal-data > li {
  display: flex;
  flex-direction: column-reverse !important;
  justify-content: center;
  position: relative;
  margin: 0;
  border: none !important;
  margin: 0 !important;
  padding: 2px 10px !important;
}

.horizontal-data > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  width: 2px;
  background-color: #ccc;
}


img, video, iframe {
  user-select: none;       /* Impedisce la selezione */
  -webkit-user-drag: none; /* Impedisce il trascinamento su browser WebKit */
}


.advertisement-features{
  gap: 2rem;
  display: flex;
  flex-direction: column;
}

.font-weight-bold{
  font-weight: bold;
}

.text-end{
  text-align: end;
}

@media (max-width: 360px){
  #advertisement_show .second-functions-row .pages-switcher button {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #top-action-btns-group {
    gap:0px !important;
  }

  #top-action-btns-group img {
    display: flex;
  }
}