.main-menu .integration-wrapper .menu-left li:first-child {
    display: none;
}

/* Bottoni */

.ba-button-wrapper .ba-btn-transition a {
  background: #7ECCA4;
background: linear-gradient(90deg, rgba(126, 204, 164, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(88, 142, 114, 1) 100%);
  
}

.ba-button-wrapper .ba-btn-transition a span {
  font-size: 1.25rem;
}

/* Modulo sinistra: mostra solo voci left */
.main-menu .integration-wrapper .menu-left li a:not(.menu-left-item) {
    display: none;
}

/* Modulo destra: mostra solo voci right */
.main-menu .integration-wrapper .menu-right li a:not(.menu-right-item) {
    display: none;
}


body footer a:hover, #item-1771322947620 .ba-icon-list-wrapper ul li a:hover span {
  color: #7ecca4;
}

.img-rounded.bshad img {
  border-radius: 20px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /*padding: 20px;*/
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.06),
    0 8px 20px rgba(0, 0, 0, 0.12);
}



.hotel-tabs {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-top: 1px solid #7ecca4;
}

.hotel-tabs .nav-tabs {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.hotel-tabs .tab-content {
    border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  
    overflow: hidden;
}


/*  CAMERE   */

#item-17718602749230.camere-hero {
  min-height: 66vh;
}

.card-img .ba-image-wrapper {
  width:100%;
}

.card-img .ba-image-wrapper img {
  border-radius:10px;
}

.card-price {
  background-color: #4b7a62 ;
  padding: 8px;
  border-radius:10px;
}

/*  DOVE SIAMO  */

.location-carousel {
  border-radius: 10px;
  overflow: auto;
}

@media (max-width: 420px) {
.location-carousel {
  border-radius: 10px;
  overflow: auto;
}
}