@import "../../../basic_imports";
@import "../../../../../../common/sass/components/_listas";

//Breadcrumb especifico para turismo
.breadcrumb_overheader .cont_breadcrumb {
  background: rgba(48, 50, 53, .5);
  position: absolute;
  width: 100%;
  z-index: 1;
  .breadcrumb {
    > li + li::before, > .active, > li a {
      color: #FFF
    }
    > li a svg.icon-logo-destinia-breadcrumb, > li a svg.icon-logo-destinia-breadcrumb * {
      fill: #FFF
    }
  }
}
.bg_entradas{
  background:url('/headers/ilusion/img/cabecera_home_entradas1.jpg') no-repeat scroll center top;
  height:340px;
  left:0;
  margin-left:0;
  width: 100%;
  h1{
    text-align: center;
    padding-top:110px;
    color:#FFF;
    font-size:48px;
    margin:0;
    text-shadow:0 0 3px rgba(0, 0, 0, 0.9)
  }
  p{
    text-align:center;
    font-size:21px;
    color:#FFF;
    line-height:30px;
    width:52%;
    margin:20px auto 0 auto;
    text-shadow:0 0 3px rgba(0, 0, 0, 0.9)
  }
}
/* Lista de enlaces */
h2.title_menu{
  font-size:24px;
  font-weight:700;
  color:$brand-grey-dark;
  margin:80px 0 50px 0;
}
h3.categoria_top{
  font-size:16px;
  font-weight:400;
  text-transform: uppercase;
  margin-top:0
}
.lista_enlaces.list_links {
  margin-bottom: 40px;
  li{
    &:last-child{
      border-bottom: 0!important;
      &.more, &.more *{
        color:$brand-secondary;
        &:before{
          background:none;
        }
      }
    }
  }
}




.lista_enlaces.lista_pois li a:before {
  width: 0;
  height: 0; }

.lista_enlaces li .glyphicons-gps {
  color: $brand-grey-dark;
  margin: 0 4px;
}
/* fin enlaces */
/*fichas*/
.row.cont_all_fichas{
  a{
    text-decoration: none!important;
    display: block;
  }
  .ficha{
    overflow: hidden ;
    height: 100%;
    border: 1px solid $colorBordes;
    border-radius: $border-radius-large;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    transition: all $transition-time;
    .info_ficha{
      padding:10px;
      overflow:hidden;
      h4{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        max-height: 42px;
        height: 42px;
        line-height:20px;
        color:$brand-grey-dark;
        font-size:18px;
        @include medium-weight;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top:0;
      }
      .localizacion{
        color:$travel-copy-light-color;
        font-size:14px;
      }
      .cont-precio{
        color:#7a726b;
        font-size:12px;
        float:right;
        .precio{
          font-size:18px;
          color:$brand-grey-dark;
          @include medium-weight;
          padding-left:5px;
        }
      }
    }

  }
  a:hover, a:focus {
    .ficha {
      box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
    }
  }
}
/*fin fichas*/


//Mobile
@media (max-width: $grid-float-breakpoint-max) {
  .bg_entradas{
    h1{
      font-size:40px;
    }
    p{
      font-size:16px;
      line-height:22px;
      width:95%
    }
  }
  h2.title_menu{margin-top:50px;}

}
//Tablet
@media (min-width: $grid-float-breakpoint) and (max-width: $screen-sm-max) {
  .bg_entradas p{width:80%}
  .info_ficha h4{font-size:17px;}
}

