.tipo-isp-titolo {
  border-bottom: 2px dotted rgba(210, 210, 210, 0.5);
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center; }

.isp-associata a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s; }
  .isp-associata a .card {
    color: inherit; }
    .isp-associata a .card .card-body {
      font-size: 0.9rem;
      height: 28rem;
      overflow-y: hidden; }
      .isp-associata a .card .card-body figure {
        text-align: center; }
        .isp-associata a .card .card-body figure img {
          border-radius: 0.5rem;
          max-width: 100%;
          max-height: 250px; }
      .isp-associata a .card .card-body .card-title {
        font-size: 1.1rem;
        font-weight: bold;
        margin-bottom: 1rem;
        text-align: center; }
    .isp-associata a .card ._evento {
      height: 32rem; }
  .isp-associata a:hover {
    color: var(--rosso-gong);
    transition: color 0.3s; }

.msg-no-login {
  position: absolute;
  top: -10px;
  left: 0;
  background-color: #000;
  color: #FFF;
  padding: 0.5rem;
  font-size: 0.8rem;
  display: block;
  width: 100%;
  z-index: 100;
  border-radius: 6px; }

header {
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: var(--header-h);
  position: relative; }
  header .titoli {
    background-color: rgba(30, 30, 30, 0.5);
    border-radius: 6px;
    padding: 0.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(var(--header-h) / 2);
    width: 60%; }
    header .titoli h1 {
      font-size: 3rem; }
      header .titoli h1 small {
        font-size: 2rem; }
    header .titoli h3 {
      color: #FFF;
      display: block;
      font-size: 1.2rem;
      font-family: inherit;
      font-weight: bold;
      position: absolute;
      top: 70%;
      left: 50%;
      transform: translateX(-50%); }

.loc-actions {
  color: var(--rosso-gong);
  font-size: 1.3rem;
  margin-top: 1.5rem;
  text-align: center;
  position: relative; }
  .loc-actions .preferita, .loc-actions .__loc_actions:hover, .loc-actions .loc-pref:hover, .loc-actions .loc-rating:hover, .loc-actions .__loc_actions:focus, .loc-actions .loc-pref:focus, .loc-actions .loc-rating:focus, .loc-actions .__loc_actions:active, .loc-actions .loc-pref:active, .loc-actions .loc-rating:active {
    color: #FFF;
    background-color: var(--rosso-gong); }
  .loc-actions .__loc_actions, .loc-actions .loc-pref, .loc-actions .loc-rating {
    border-radius: 100px;
    border: 1px solid var(--rosso-gong);
    padding: 0.2rem; }
    .loc-actions .__loc_actions:hover, .loc-actions .loc-pref:hover, .loc-actions .loc-rating:hover, .loc-actions .__loc_actions:focus, .loc-actions .loc-pref:focus, .loc-actions .loc-rating:focus, .loc-actions .__loc_actions:active, .loc-actions .loc-pref:active, .loc-actions .loc-rating:active {
      cursor: pointer; }
  .loc-actions .loc-rating a {
    color: inherit; }

#ispirati a.isp-det {
  color: #000;
  text-decoration: none; }
  #ispirati a.isp-det .card {
    height: 330px; }

#racconti .card {
  height: 25rem; }
  #racconti .card .rdv-content {
    border-top: 1px solid #DDD;
    margin-top: 1rem;
    padding-top: 1rem;
    overflow: hidden; }
  #racconti .card .rdv-img {
    height: 10rem;
    text-align: center; }
    #racconti .card .rdv-img img {
      border-radius: 6px;
      max-height: 100%;
      max-width: 100%; }

#desideri-info ._descrizione span {
  font-family: "Montserrat Regular" !important; }
#desideri-info .__box, #desideri-info .arrivare, #desideri-info .info {
  border-radius: 4px;
  box-shadow: 0px 0px 4px 1px rgba(200, 200, 200, 0.5);
  margin-bottom: 1rem;
  padding: 0.5rem; }
#desideri-info .arrivare h5 {
  border-bottom: 1px solid #DDD;
  padding-bottom: 0.5rem; }
#desideri-info .arrivare i {
  color: var(--rosso-gong); }
#desideri-info .arrivare dl span {
  font-family: "Montserrat Regular" !important; }
#desideri-info .info h5 {
  margin-bottom: 0; }
  #desideri-info .info h5 span {
    display: inline-block;
    line-height: 48px; }
#desideri-info .info img {
  display: inline;
  height: 48px;
  width: 48px; }

#caratteristiche .filtro a {
  display: block;
  text-decoration: none; }
#caratteristiche .filtro h5 {
  background-color: #f0f0f0;
  border-radius: 6px;
  font-family: "Open Sans Condensed";
  font-size: 1.4rem;
  padding: 0.5rem;
  text-transform: uppercase; }
  #caratteristiche .filtro h5 img {
    margin-right: 1rem;
    width: 64px; }
#caratteristiche .filtro .subfiltro img {
  border-radius: 6px 6px 0 0;
  width: 100%; }
#caratteristiche .filtro .subfiltro span.nome-filtro {
  background-color: rgba(50, 50, 50, 0.8);
  border-radius: 0 0 6px 6px;
  color: #FFF;
  display: block;
  font-family: "Open Sans Condensed";
  font-size: 0.8rem;
  height: 5rem;
  padding: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

.card-img {
  border-bottom: 1px solid #DDD;
  padding: 0.5rem 0;
  text-align: center; }
  .card-img img {
    border-radius: 6px;
    height: 150px; }

ul.parametri {
  list-style: none;
  margin: 2rem 0 0 0;
  padding: 0; }
  ul.parametri li {
    border-top: 1px dotted #EDEDED;
    padding: 0.6rem 0; }
    ul.parametri li:nth-child(odd) {
      background-color: #FBFBFB; }
    ul.parametri li img {
      box-shadow: 1px 1px 4px 1px rgba(200, 200, 200, 0.5);
      border-radius: 100px;
      padding: 0.4rem;
      width: 48px; }
      ul.parametri li img:hover, ul.parametri li img:focus {
        box-shadow: -1px -1px 4px 1px rgba(200, 200, 200, 0.5);
        transform: translate(-4px, -4px); }
    ul.parametri li a {
      text-decoration: none; }
      ul.parametri li a span {
        float: right;
        font-weight: bold; }

#cat-tags {
  padding: 2rem; }
  #cat-tags img {
    border-radius: 10px; }

.classifica {
  text-align: center; }
  .classifica img {
    width: 72px;
    margin: 0 auto;
    display: block; }
  .classifica strong {
    margin-top: 1rem; }
  .classifica span {
    color: #999999;
    border-bottom: 2px solid var(--rosso-gong);
    padding-bottom: 1rem; }

.distanza {
  display: none; }

#loc-ordina-per span {
  margin-right: 1rem; }
#loc-ordina-per button {
  background-color: var(--rosso-gong);
  color: #FFF;
  min-width: 100px; }

#num-risultati strong {
  color: var(--rosso-gong); }

button[checked] {
  background-color: #ab0000 !important; }

#loc-per-pagina span {
  margin-right: 1rem; }
#loc-per-pagina ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0; }
  #loc-per-pagina ul li {
    display: inline-block;
    border-right: 1px solid var(--rosso-gong);
    margin-left: -4px; }
    #loc-per-pagina ul li a {
      color: var(--rosso-gong);
      display: block;
      padding: 0 0.3rem;
      text-decoration: none; }
      #loc-per-pagina ul li a:hover, #loc-per-pagina ul li a:focus, #loc-per-pagina ul li a:active {
        background-color: var(--rosso-gong);
        color: #FFF; }
    #loc-per-pagina ul li:nth-child(1) {
      border-left: 1px solid var(--rosso-gong); }
#loc-per-pagina .lpp-active {
  background-color: var(--rosso-gong) !important;
  color: #FFF !important; }

.recensione-loc {
  height: 100%;
  background-color: #FAFAFA;
  border-radius: 6px;
  padding: 1rem;
  text-align: center; }
  .recensione-loc img {
    border-radius: 6px;
    max-height: 200px;
    margin-top: 10px; }
  .recensione-loc .info-utente {
    display: flex;
    align-items: center;
    justify-content: center; }
    .recensione-loc .info-utente img {
      border-radius: 200px;
      height: 48px;
      width: 48px;
      margin-right: 1rem; }

._car_content {
  font-family: "Montserrat Regular", serif; }
  ._car_content h2 {
    font-family: inherit; }

#racconti a {
  color: var(--bs-dark);
  text-decoration: none;
  transition: color 0.3s; }
  #racconti a:hover {
    color: var(--rosso-gong);
    transition: color 0.3s; }

@media screen and (max-width: 575px) {
  header {
    background-size: 300%;
    background-position: 55% -20%; }
    header .titoli {
      background-color: rgba(30, 30, 30, 0.5);
      border-radius: 6px;
      padding: 0.2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: calc(var(--header-h) / 2);
      width: 80%; }
      header .titoli h1 {
        font-size: 2rem; }
        header .titoli h1 small {
          font-size: 1.5rem; }
      header .titoli h3 {
        font-size: 1rem; } }
