/* as fotos não têm as mesmas dimensões... aqui uma estilizações a adicionar ao caroussel*/
.c-item {
    height:430px;
}

.c-img {
    height: 100%;
    object-fit: cover;
}

ul#lista-locais {
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
ul#lista-locais li:hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

/* replicar estilos.... (setas do carousel), tabs - para retirar qdo página carregar os CSS respetivos */
.carousel-control {
    top: unset;
    background: #fafafa;
    opacity: 1 !important;
    width: 58px !important;
    height: 58px;
  }
.carousel-control .carousel-control-next-icon {
    background-image: url('../../../_assets/fbd086277289c830376535e37e006784/Icons/arrow_right_24.svg');

    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
.carousel-control .carousel-control-prev-icon {
    background-image: url('../../../_assets/fbd086277289c830376535e37e006784/Icons/arrow_left_24.svg');
    width: 24px;
    height: 24px;
    margin: 0 auto;
  }
.carousel .carousel-control-icon {
    border-radius: 2px;
    background-size: calc(100% - 4px);
    max-width: calc(100% - 20px);
  }
.carousel-control-prev {
    left: calc(100% - 116px);
  }

  .tab-navigation .nav-tabs .nav-link {
    padding: 12px 16px;
    border: none;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-width: medium;
      border-bottom-style: none;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-radius: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    border-bottom: 2px solid transparent !important;
      border-bottom-color: transparent;
    transition: all 0.2s ease-in-out;
  }
  .tab-navigation .nav-tabs .nav-link.active {
    border-color: transparent !important;
    background-color: transparent !important;
    border-color: #B4D755 !important;
    font-weight: 700 !important;
  }
  #events-container .nav-tabs {
    border-bottom: none;
  }
  
.arvore-tit {
  display: flex; 
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  background-color: #f2f5f7;
}

#map-container {
  margin-top: 0 !important;
}
#espacos-list-container {
  margin-top: 0 !important;
}
 
