.carousel-inner .carousel-item {
    display: flex;
    overflow-x: auto;
    /* Habilita el desplazamiento horizontal */
}

.carousel-inner .carousel-item>div {
    flex: 0 0 33.333%;
    /* Ajusta el ancho de cada slide */
    margin-right: 10px;
    /* Espacio entre slides */
}

.text-2-lines {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 46px !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3em;
  background-color: #f4fff6;
  border-radius: 0.3rem;
  font-size: 0.75rem !important;
  font-weight: 500;
  box-shadow: 1px 1px 10px #9aae7526;
}

.text-4-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    min-height: 6em;
    -webkit-box-orient: vertical;
}

/* .filtroTiendas.selected,
.filtroTiendasSuperior.selected {
    transform: scale3d(1.3, 1.3, 1.3);
} */


input.loading {
    background: url(/images/loading-autocomplete.gif) no-repeat right 1% center
}

.ui-menu-item b {
    color: var(--bs-bg-brand);
}


/* Nueva Home*/

.cabecera-viajes {
    position: relative;
    padding: 30px 0 40px;
    background-image: url(https://travelclub.s3.eu-west-1.amazonaws.com/web/viajes-ocio/bg-viajes-enero-12.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 45%;;
  }



  .cabecera-viajes .hero-content {
    text-align: left;
    position: relative;
    z-index: 1;
  }

  .cabecera-viajes .hero-content .banner-content {
    padding: 10px 0 20px;
  }

  @media (min-width: 992px) {
    .cabecera-viajes {
      padding: 90px 0 120px;
    }
    .cabecera-viajes .hero-content .banner-content {
      padding: 0px 0 60px;
    }
  }


  .banner-form.card {
    background-color: #ffffffcf;
  }

  .card-header {
    padding: 20px 16px;
    margin-bottom: 0;
    color: rgb(78, 85, 97);
    background-color: rgba(0, 0, 0, 0);
    border-bottom:1px solid  rgb(231, 237, 242);
  }



  .card .card-header {
    border-color: #E7EDF2;
    position: relative;
    background: transparent;
    padding: 1rem 1.25rem 1rem;
  }

  .banner-form .nav li {
    margin-right: 8px;
  }

  .banner-form .nav li .nav-link {
    font-size: 13px;
    font-weight: 400;
    color: #111827;
    border-radius: 74px;
    padding: 8px 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .banner-form .nav li .nav-link.active, .banner-form .nav li .nav-link:hover {
    color: #FFF;
    background: #CF3425;
  }

  .frm-tipo-1 .required::after {
    display: none;
  }

  .frm-tipo-1 .form-floating > .form-control:focus, .frm-tipo-1 .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.75rem;
    padding-bottom: .325rem;
    font-size: 0.9rem !important;
    line-height: 1rem !important;
  }

  .frm-tipo-1 .btn.btn-primary {
    border-radius: .85rem !important;
    font-size: 0.95rem !important;
    height: auto;
    padding: 0.85rem 1rem !important;
    line-height: 1.5rem !important;
    min-width:1rem !important
  }

  .ui-widget.ui-widget-content {
    border: 1px solid #f8f6f2 !important;
    border-radius: 0.5rem !important;
    margin-top: 10px !important;
    font-family: "Rubik" !important;
    font-size: 0.95rem !important;
  }
  .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: #007fff;
    font-weight: normal;
    color: #fff;
  }

  .ui-state-active b{
    color:rgb(1, 10, 22) !important
  }


  .mb-n13 {
    margin-bottom: -1.3rem !important;
  }


  .btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
    width: 3.5rem;
    background-color: rgb(254, 105, 106);
    height: 3.5rem;
    z-index: 9;
    border: none;
  }

  .z-99{
    z-index:9 !important
  }

  .rounded-7 {
    border-radius: .7375rem !important;
  }

  .translate-middle-bg{
      -webkit-transform: translate(0%, -150%) !important;
      transform: translate(0%, -15%) !important;
  }

  .card-ademas{
    box-shadow: none !important;
    border:0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .text-banner-stroke{

    font-weight: 700;
    color: rgb(43, 38, 38) !important;
    
  }

  .owl-item {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .filtroTiendas {
    cursor: pointer;
  }


  .bg-info.selected{
    background-color: #f4fbdb !important;
  }

  #carruselInferior .owl-carousel .owl-stage {
margin-bottom:1rem !important;
  }

  .filtroTiendasSuperior, .filtroTiendasSuperior img{
  transition: color 0.2s ease-in-out;
}


  .filtroTiendasSuperior:hover img.imgoff{

    display: none;
      }


      .filtroTiendasSuperior.selected img.imgoff{
        display: none;
      }

  .filtroTiendasSuperior:hover img.imgon, .filtroTiendasSuperior.selected img.imgon {

    display: inline-block !important;
  }

  /* Barra extensión */

.bg-fixed-gradient_bar {
	bottom: 0;
	position: fixed;
	z-index: 9995;
	width: 100%;
	box-shadow: 1px 1px 10px black;
	background-color: #0f36ac !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#da526a+1,e66e4c+99 */
	background: #da526a;    /* Old browsers */
	background: -moz-linear-gradient(-45deg, #da526a 1%, #e66e4c 99%);    /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #da526a 1%, #e66e4c 99%);    /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #da526a 1%, #e66e4c 99%);    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da526a', endColorstr='#e66e4c', GradientType=1);    /* IE6-9 fallback on horizontal gradient */
  }
  
  .oculta-extension {
	position: absolute;
	width: 50px;
	height: 40px;
	background-color: rgb(218, 83, 105);
	color: #fff;
	text-align: center;
	border-radius: 50px 50px 0px 0px;
	cursor: pointer;
	left: 1%;
	top: -20px;
	line-height: 40px;
	font-size: 25px;
	font-weight: 600;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
  }
  
  .oculta-extension:hover {
  
	background: -moz-linear-gradient(-45deg, #da526a 1%, #e66e4c 99%);
	background: -webkit-linear-gradient(-45deg, #da526a 1%, #e66e4c 99%);
	background: linear-gradient(135deg, #da526a 1%, #e66e4c 99%);
	background-color: rgba(0, 0, 0, 0);
	height: 50px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
  
  }
  
  
  .btn.c-btn-border-2x {
	border-width: 2px;
	padding: 6px 20px 4px 20px;
  }