#filterAccordion .accordion-item .card {min-height: auto;}
#optionsCategorys li .formcheck {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    width: 100%;
    height: 30px;
}
li.category-item {  padding: 0.15rem;}
.custom-accordion .accordion-button:not(.collapsed) { color: #0d6efd; background-color: #f8f9fa; box-shadow: none;}
.custom-accordion .accordion-button:not(.collapsed) {
    color: #ffffff;
    background: linear-gradient(90deg, rgb(0 147 209) 0%, rgb(0 147 209 / 40%) 100%);
    box-shadow: none;
}
.flatpickr-calendar.rangeMode.animate.inline {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.custom-accordion .accordion-button:focus {  box-shadow: none; border-color: transparent;}
.custom-accordion .accordion-button:not(.collapsed) .filter-icon { color: #0d6efd;}
.list-unstyled:not(.show-all) li:nth-child(n+6) {  display: none;}
.custom-accordion .accordion-button:not(.collapsed) .transition-icon { transform: rotate(180deg); opacity: 1;}
.custom-accordion .filter-icon { color: #6c757d; font-size: 1.1rem; transition: all 0.2s ease;}
.custom-accordion .accordion-button:not(.collapsed) .filter-icon,
.custom-accordion .accordion-button:hover .filter-icon {
  color: rgb(195 195 195); max-width: 30px;}
.date-selector-container .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--base-blue-hover);
    border-color: #fff;
}
.custom-accordion .accordion-body {
  padding: 0.5rem;
  background-color: #f8f9fa;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.accordion-button:not(.collapsed) { background-color: rgba(13, 110, 253, 0.1);  color: #0d6efd;}
.accordion-button:focus { box-shadow: none;  border-color: rgba(13, 110, 253, 0.25);}
.filter-sidebar { transition: all 0.3s ease;}
.custom-accordion .accordion-item {  
    transition: all 0.3s ease;  border-radius: 0.5rem;}
.accordion-item::after {
    content: "";
    border-bottom: 4px solid #198754; height: 100%; width: 100%; display: flex;
}    
.custom-accordion .accordion-item:hover { transform: translateY(-0px);}
.custom-accordion .accordion-button {
  padding: 0.55rem 1.25rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #495057;
  background-color: #f8f9fa;
  border: none;
  box-shadow: none;
  transition: all 0.2s ease;
}
.date-selector-container .dispo-button{
    width: 100%;
    background: var(--green-lighter) !important;
    border-radius: 0px;
    padding: 0.7rem 1.25rem;
    font-weight: 500;
    color: #212529;
    border: none;
    box-shadow: none;
    transition: all 0.2s ease;
    font-size: 1.1rem;
    cursor: default;
}
.date-selector-header {
    background-color: var(--green-lighter) !important;
}
h2#heading-filtrodexFechas {
    color: #e8f3d7;
    text-shadow: 0px 0px 10px #123105;
    background: linear-gradient(90deg, #63AB45 50%, #439123 100%);
    box-shadow: none;
    font-size: 1.1rem;
    padding: 0.55rem 1.25rem;
    font-weight: 500;
}
.custom-accordion .accordion-button:not(.collapsed) {
    color: #e8f3d7;
    text-shadow: 0px 0px 10px #123105;
    /*background: linear-gradient(90deg, rgb(239 239 239) 0%, rgb(244 244 244) 100%);*/
    background: linear-gradient(90deg, #63AB45 50%, #439123 100%);
    box-shadow: none;
    font-size: 1.1rem;
    border-radius: 0px;
}
.accordion-button.collapsed {
    color: #206f00;
    text-shadow: 1px 0px 5px #ffffff;
    background: linear-gradient(90deg, #63AB45 50%, #439123 100%);
}
.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23206f00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.custom-accordion .accordion-button:hover { background-color: rgba(13, 110, 253, 0.05);}
.custom-accordion .accordion-button:focus { box-shadow: none; border-color: transparent;}
.custom-accordion .transition-icon { transition: transform 0.3s ease;  font-size: 1rem;  opacity: 0.7;}
.custom-accordion .accordion-collapse { transition: all 0.35s ease;}
.custom-accordion .form-check-input {  cursor: pointer;}
.custom-accordion .form-check-input:checked {  background-color: #0d6efd;  border-color: #0d6efd;}
.custom-accordion .form-check-label {
   cursor: pointer;
    padding-left: 0.5rem;
    transition: color 0.2s ease;
    max-width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    font-weight: 600;
}
.custom-accordion .form-check-input:checked ~ .form-check-label {  color: #0d6efd;  font-weight: 500;}
.custom-accordion .badge {  
    transition: all 0.2s ease;  font-weight: normal;
    background-color: var(--base-txt-orange);
    color: white;
    margin-right: 4px;
}
.custom-accordion .category-item:hover { background-color: rgb(0 0 0 / 7%); border-radius: 0.25rem;}
.custom-accordion .noUi-connect {background: #0d6efd;}
.custom-accordion .btn-outline-primary { transition: all 0.3s ease;}
.custom-accordion .btn-outline-primary:hover { background-color: rgba(13, 110, 253, 0.1); color: #0d6efd; border-color: #0d6efd;}
.custom-accordion .noUi-handle {
  border-radius: 50%;
  background: #ffffff;
  border: 2px solid #0d6efd;
  box-shadow: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.custom-accordion .noUi-handle:hover { transform: scale(1.1); background-color: #f8f9fa;}
.noUi-connect { background: #0d6efd;}
.noUi-handle {border-radius: 50%;background: #0d6efd; box-shadow: none;}
.custom-accordion .noUi-handle:before,
.custom-accordion .noUi-handle:after { display: none;}
.icheckbox_square-blue.checked { background-position: -48px 0;}
.icheckbox_square-blue:NOT(.checked) { background-position: -24px 0px!important;}
.icheckbox_square-blue {
   position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  background: url(/assets/css/icheck_skins/flat/blue.png) no-repeat;
  border: 0;
  cursor: pointer;
}
.iradio_square-blue.checked { background-position: -168px 0;}
.iradio_square-blue:NOT(.checked) { background-position: -144px 0px!important;}
.iradio_square-blue {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background: url(/assets/css/icheck_skins/flat/blue.png) no-repeat;
    border: 0;
    cursor: pointer;
}
.formCheck {
   flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30px;
    display: flex;
}
input[name="categorias"] { /*  top: 0% !important; left: 0% !important;*/}
.accordion-item { border: var(--bs-accordion-border-width) solid #dee2e666;}
li.category-item:has(input:checked) {
    /*background-color: #ffffff; */
    border-left: 4px solid #198754;
    padding-left: 0px;
    box-shadow: 4px 0px 0px #198754;
    border-radius: 6px;
    border-top: 1px dashed #24a96b38;
}

#btn-reset-dates {
    position: absolute;
    cursor: pointer;
    right: 4px;
    display: flex;
    font-weight: 400;
    font-size: 22px;
    color: #ffffff;
    background-color: rgb(0 147 209);
    border: 1px solid;
    padding: 0.2rem;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.25rem;
    border: 1px solid rgb(255 255 255);
    width: 42px;
    height: 32px;
}
span#btn-reset-dates i.ph-duotone {
    opacity: 1;
    font-size: 22px;
    text-align: center;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
#btn-reset-dates {
    transition: opacity 0.3s ease-in-out;
}

#btn-reset-dates.hidden {
    opacity: 0;
    pointer-events: none;
}
@media (max-width: 991px) {
    .panel-left {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important; /* Usar !important para sobreescribir estilos inline */
        width: 85% !important;
        max-width: 350px !important;
        height: 100vh !important;
        z-index: 9999 !important;
        background-color: #fff !important;
        overflow-y: auto !important;
        transition: left 0.3s ease !important;
        box-shadow: none !important;
    }
    .panel-left.panel-active { display: block !important; left: 0 !important;  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) !important; }
    .panel-wrapper__blocker {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9998;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    .panel-wrapper__blocker.panel-blocker-active { display: block; opacity: 1; }
    body.panel-open { overflow: hidden; }
    .filter-panel-header {
        position: sticky;
        top: 0;
        background-color: #fff;
        z-index: 10;
    }
    .widget-search-filters {padding-top: 0 !important;}
    .filter-close-btn {
        padding: 0.5rem;
        border: none;
        background-color: transparent;
        font-size: 1.2rem;
        cursor: pointer;
    }
    .panel-left .widget-search-filters {
        flex: 1;
        overflow-y: auto;
        padding-bottom: 80px; /* Espacio adicional al final para mejor UX */
    }
    .panel-wrapper__blocker {
        backdrop-filter: blur(2px); /* Efecto de desenfoque - solo en navegadores compatibles */
        transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }
   @media (max-width: 576px) {
      .panel-left {width: 90%;}
    }
   .panel-left {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
   }
   .filter-panel-footer {
      position: sticky;
      bottom: 0;
      background: white;
      padding: 10px;
      box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
      z-index: 10;
      text-align: center;
   }
   .activity-filters-container .ph-duotone { opacity: 1;}
   .activity-filters-container .results-count{
       text-transform: lowercase;
       flex-grow: .5;
       display: none;
   }
   section.breadcrumb-section.py-3 {
       display: none;
   }
}
.filter-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    transition: all 0.2s;
}
.filter-button:hover { background-color: #e9ecef;}
.filter-button i { margin-right: 0.25rem;}
.filter-button.active { background-color: #0093d1; color: white;  border-color: #0093d1;}
/* Estilos para reseñas expandibles */
.review-text-container {
    position: relative;
}

/* Texto truncado - máximo 3 líneas */
.review-text.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
    max-height: 4.5em; /* 3 líneas × 1.5 line-height */
    transition: max-height 0.3s ease;
}

/* Texto expandido */
.review-text.expanded {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    max-height: none;
}

/* Botón de toggle */
.review-toggle-btn {
    font-size: 0.85rem;
    border: none;
    background: none;
    text-decoration: none;
    margin-top: 0.25rem;
    transition: all 0.2s ease;
}

.review-toggle-btn:hover {
    text-decoration: none;
    color: #0056b3;
}

.review-toggle-btn:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
    border-radius: 2px;
}

/* Icono de transición suave */
.review-toggle-btn .bi {
    transition: transform 0.3s ease;
}

/* Rotar icono cuando está expandido */
.review-toggle-btn.expanded .bi-chevron-down {
    transform: rotate(180deg);
}

/* Fallback para navegadores que no soportan -webkit-line-clamp */
@supports not (-webkit-line-clamp: 3) {
    .review-text.truncated {
        height: 4.5em;
        overflow: hidden;
        position: relative;
    }
    
    .review-text.truncated::after {
        content: '...';
        position: absolute;
        bottom: 0;
        right: 0;
        background: white;
        padding-left: 0.25rem;
    }
    
    .review-text.expanded::after {
        display: none;
    }
}

/* Responsive: Ajuste para pantallas pequeñas */
@media (max-width: 576px) {
    .review-text.truncated {
        -webkit-line-clamp: 2;
        max-height: 3em; /* 2 líneas en móvil */
    }
    
    @supports not (-webkit-line-clamp: 2) {
        .review-text.truncated {
            height: 3em;
        }
    }
}

/* CSS Header y Navegación - */
.pt-10 {
padding-top: 10px !important;
}
li.elmtypepublic {
padding-left: 1px!important;
}
.panel-left,
span.ps-btn .icon {
padding-right: 10px;
}
.panel-left {
flex: 0 0 25%;
   padding-left: 10px;
   max-width: 25%;
}
.panel-rigth,
a.change-list.active i {
padding-left: 0;
}
a.change-grid.active,
a.change-list.active {
color: var(--blue-color);
}
.reviews-wrapper {
text-align: center;
    width: 100%;
    position: absolute;
    top: 20px;
    color: rgb(100 100 100);
   font-size: 0.85rem;
   font-weight: 400;
   line-height: 1rem;
   display: flex;
   flex-flow: column;
   justify-content: space-between;
   white-space: nowrap;
}
.reviews-content i {
width: 100%;
   text-align: center;
   /*font-size: 22px !important;*/
}
.modal.copyModal.show .modal-content .modal-header {
padding: 0.1rem 0;
}
span.material-icons.share:before {
color: rgb(255 255 255);
   content: "\e80d";
   padding-top: 3px;
   display: flex;
}
span.material-icons.colorBlue.share {
width: 35px;
}
span.material-icons.colorBlue.share:before {
color: var(--blue-color) !important;
   width: 100%;
}
span.duration-wrapper.pc {
position: relative;
    background-color: rgb(0 0 0 / 0%);
   z-index: 1;
   display: block;
   width: 48%;
   float: left;
   margin-top: -3px;
}
div.btnwrapper small.fr {
position: absolute;
   right: 0;
   display: inline-block;
}
.center-line-panel.active,
.center-line.active,
.lazyload,
.lazyloading {
opacity: 0;
}
#grid_grid ul.slides,
#grid_grid ul.slides li,
div.share.settings-button .material-icons.share {
width: 100%;
   height: 100%;
}
.rating-list-container {
flex-wrap: wrap;
}
.js-nav-panel.nav-left.show {
transform: translateX(0);
   opacity: 1;
}
button#js-hamburger-panel.hamburger-panel {
position: relative;
    margin-left: auto;
    width: 45px;
    height: 35px;
    z-index: 25;
    background-color: rgb(0 0 0 / 0%);
   border: unset;
}
button#js-hamburger-panel.hamburger-panel span {
position: absolute;
   left: 0;
   background-color: #fff;
   width: inherit;
   height: 5px;
   transition: transform 0.5s, opacity 0.5s;
}
.top-line.active {
transform: translateY(15px) rotate(45deg);
}
.bottom-line.active {
transform: translateY(-15px) rotate(-45deg);
}
.preventDefault:hover,
div.share.settings-button:hover,
li.duration label,
li.elmCaractr label,
li.elmCategory .btnwrapper label,
li.elmPinteres label,
li[class*="duration_"] label:hover,
li[class*="elmCategory_"] label:hover,
li[class*="pinteres_"] label:hover,
li[class*="zonaList_"] label:hover {
cursor: pointer;
}
.material-icons.tune:before {
color: var(--blue-color);
   content: "\e429";
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   font-size: 25px;
}
div.share.settings-button .material-icons.share:before {
color: rgb(255 255 255);
   content: "\e80d";
   padding-top: 3px;
   display: flex;
   width: 100%;
   height: 100%;
   flex-direction: column;
   justify-content: center;
   align-items: center;
}
.tool-items.toolbar-icons.show {
display: flex !important;
}
.item.add-share .arrow.show,
.panel-left.show.js-nav-panel {
display: block !important;
}
ul#typepublic li {
line-height: 35px;
   height: 35px;
   justify-content: flex-start;
   align-items: center;
}
button#js-hamburger-panel-close {
display: block;
   position: relative;
   margin-left: auto;
   width: 30px;
   height: 30px;
   z-index: 1;
   float: right;
   border: unset;
   cursor: pointer;
   background-color: unset;
}
.hamburger-panel span {
position: absolute;
    left: 0;
    background: rgb(106 102 102);
   width: inherit;
   height: 3px;
   transition: transform 0.5s, opacity 0.5s;
}
button#js-hamburger-panel-close .center-line-panel {
top: 5px;
}
button#js-hamburger-panel-close .bottom-line-panel {
bottom: unset;
}
.m-date-selector._activities-calendar h5 {
width: 90%;
}
.top-line-panel.active {
transform: translateY(-15px) rotate(45deg);
   width: 25px;
   left: 10px;
   top: 28px;
}
.bottom-line-panel.active {
width: 25px;
    left: 10px;
    top: 28px;
    transform: translateY(-15px) rotate(-45deg);
}
li.elmCaractr label {
margin-bottom: 0;
}
#filtrodexFechas .btn:hover{
    background-color: var(--base-txt-orange)!important;
}

#filtrodexFechas .btn:not(:first-child) {
  background-color: var(--bs-warning);
  border: unset;
    border-left: 2px solid #fff;
}
#filtrodexFechas .btn:first-child {
  background-color: var(--base-txt-orange);
  border-right: 0px solid #fff;
}
/* Media Queries */
@media only screen and (min-width: 1024px) {
    .list-wrapper .panel-left {
        padding: 10px !important;
    /* flex: 0 0 25%;*/
     /* padding-right: 10px;*/
     /* padding-left: 10px;*/
    }
}
@media only screen and (max-width: 912px) {
    .panel-left,
   .panel-rigth {
    flex: 0 0 100%;
      max-width: 100%;
    }
}
@media only screen and (max-width: 47.875em) and (min-width: 47.9375em) {
    .grid-card-_feature.trans_food,
   .grid-card-feature.bus_enter,
   .grid-card-feature.duration,
   .grid-card-feature.enter,
   .grid-card-feature.food,
   .grid-card-feature.lang,
   .grid-card-feature.music,
   .grid-card-feature.trans,
   .grid-card-feature.trans_alo,
   .grid-card-feature.trans_enter {
    padding-right: 1.1875rem;
    }
}
 @media only screen and (max-width: 980px) {}
 .icheckbox_flat-blue,
 .iradio_flat-blue {
   display: inline-block;
   vertical-align: middle;
   margin: 0 5px;
   padding: 0;
   width: 22px;
   height: 22px;
   background: url(blue.png) no-repeat;
   border: none;
   cursor: pointer;
 }
.icheckbox_flat-blue{
    background-position: -24px 0;
}
.iradio_flat-blue {
    background-position: -144px 0;
}
 .icheckbox_flat-blue.checked {
    background-position: -48px 0;
}
 .iradio_flat-blue.checked {
    background-position: -168px 0;
}

#ciudades .card-body.accordion-body ul.list-unstyled {
    max-height: 225px; 
    overflow-y: auto;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    padding-right: 5px; 
}

#ciudades .card-body.accordion-body ul.list-unstyled.show-all {
    max-height: 500px; 
}

/* Scroll súper moderno con sombra */
#ciudades .card-body.accordion-body ul.list-unstyled::-webkit-scrollbar {
    width: 8px;
}

#ciudades .card-body.accordion-body ul.list-unstyled::-webkit-scrollbar-track {
    background: var(--base-blue);
    border-radius: 12px;
    margin: 4px 0;
}

#ciudades .card-body.accordion-body ul.list-unstyled::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #fff 0%, var(--base-blue) 100%);
    border-radius: 12px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3);
    border: 2px solid transparent;
    background-clip: content-box;
}

#ciudades .card-body.accordion-body ul.list-unstyled::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: scale(1.1);
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .a-button,
   .noUi-handle,
   .ocollapsible__header,
   li[class*="duration_"] label:hover,
   li[class*="elmCategory_"] label:hover,
   li[class*="features_"] label:hover,
   li[class*="pinteres_"] label:hover,
   li[class*="zonaList_"] label:hover {
    cursor: pointer;
    }
    .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper,
   ul#catlist_wrapper > li {
    background-color: rgb(255 255 255);
    }
    .list-wrapper .panel-left {
    flex: 0 0 85%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 85%;
    }
    .head__title {
    position: relative;
      left: -4px;
      line-height: 100%;
      font-size: 4.5625rem;
      font-weight: 700;
    }
    .activity-filters {
    position: relative;
      min-height: 18.75rem;
    }
    .activity-filters > * {
    opacity: 1;
      transition: opacity 1s;
    }
    .activity-filters._loaded {
    z-index: 5;
    }
    .filters__container {
    display: block;
      padding: 9px 0;
      margin-bottom: 1.25rem;
    }
    .activity-filters._loaded > * {
    opacity: 1;
      display: block;
    }
    .ulList_wrapper {
    padding: 0;
    }
    button#js-hamburger-panel-close {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 30px;
      top: 10px;
    }
    .m-date-selector__header {
    display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .a-button {
    text-align: center;
    border: 1px solid rgb(106 196 235);
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 8px 5px;
      font-size: 0.875rem;
    }
    .m-date-selector__header .a-button {
    flex-grow: 1;
      border-left-style: solid;
      white-space: nowrap;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .m-date-selector__header > span {
    flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      text-transform: capitalize;
    }
    .m-date-selector__header > span:not(:last-child) {
    border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
    }
    .m-date-selector__header > span:first-child {
    border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
    }
    .m-date-selector__header span.a-button.active {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .a-button.selected-range-date.flatpickr-input,
   .m-date-selector__header .a-button a {
    color: var(--blue-color);
      font-size: 17px;
    }
    .m-date-selector__header .a-button .sm-button,
   .m-date-selector__header .a-button.selected .sm-button:hover {
    text-decoration: none;
    color: var(--blue-color);
    }
    .m-date-selector__header > span:not(:last-child):after {
    position: absolute;
      content: " ";
      width: 1px;
      height: 42px;
      right: -1px;
    }
    li[class*="pinteres_"] .iradio_flat-blue,
   li[class*="pinteres_"] .iradio_flat-blue.checked {
    top: 50%;
    transform: translate(0, -90%);
      height: 20px;
    }
    span#date-range {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 1px solid rgb(106 196 235);
    }
    .ocollapsible {
    margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .ocollapsible__header {
    color: rgb(51 51 51);
    padding: 10px;
    font-size: 18px;
    background-color: rgb(239 239 239);
      font-weight: 600;
      position: relative;
    }
    #activity-filters-container .ocollapsible__header {
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    #ciudades .ulList_wrapper {
    position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
    div#optionsCategorys {
    padding: 0.2em 0.6em;
    border-top: 0;
    overflow: visible;
    background: rgb(255 255 255);
    }
    ul.m-checklist {
    float: left;
    }
    .m-checklist li {
    float: left;
      width: 100%;
      max-height: 80px;
      padding-left: 10px;
      margin-left: 0;
      transition: max-height 0.5s;
      display: flex;
      justify-content: left;
    }
    div.btnwrapper {
    display: flex;
      position: relative;
      vertical-align: middle;
      justify-content: start;
      width: 100%;
      align-items: center;
    }
    .icheckbox_square-blue,
   .iradio_square-blue {
    float: left;
      background-position: -48px 0;
    }
    .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
      border: 0;
      cursor: pointer;
    }
    .btnwrapper label {
    font-weight: 400;
      margin-bottom: 0;
      padding: 5px;
    }
    .m-checklist label {
    font-weight: 400;
    font-size: 1rem;
    padding-left: 5px;
    color: rgb(51 51 51);
    }
    .m-checklist li .activitiesNumber {
    position: absolute;
    right: 4px;
    color: rgb(153 153 153);
      font-size: 14px;
    }
    ul.m-checklist.beautyRadio li {
    line-height: 34px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    ul.m-checklist.beautyRadio li label {
    margin-bottom: 0;
    }
    .orange-slider {
    padding: 5px;
    }
    .noUi-target {
    background: rgb(230 230 230);
      border-radius: 4px;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
    .noUi-horizontal {
    height: 8px;
    }
    .noUi-connect {
    background: var(--blue-color);
    }
    .noUi-horizontal .noUi-handle {
    width: 25px;
      height: 25px;
      right: -10px;
      top: -9px;
      border-radius: 50%;
    }
    .noUi-handle:after,
   .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: rgb(205 205 205);
      left: 6px;
      top: 4px;
    }
    .noUi-handle:after {
    left: 11px;
    }
    .search-filters-price-item__form {
    align-content: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 10px;
    }
    .search-filters-price-item__form-field:first-child {
    margin-right: 16px;
    }
    .gyg-input {
    display: flex;
      position: relative;
    }
    .gyg-input-icon {
    align-items: center;
    color: var(--label-secondary);
      display: flex;
      height: 100%;
      pointer-events: none;
      position: absolute;
    }
    .gyg-input-icon-preicon {
    right: 0.75em;
    }
    .gyg-input-field {
    background: rgb(255 255 255);
    border: 2px solid rgb(220 223 228);
    border-radius: 2px;
    color: rgb(26 43 73);
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      transition: border-color 0.3s;
      line-height: normal;
      padding: 0.5em 0.75em;
      width: 100%;
    }
    .gyg-input-icon-preicon ~ .gyg-input-field {
    padding-left: 2.25em;
    }
    .search-filters-price-item__form-field .gyg-input-field,
   .search-filters-price-item__form-field input[type="number"] {
    -moz-appearance: textfield;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
    }
    .search-filters-price-item__form-field {
    flex: 1;
    }
    .gyg-form-label {
    color: var(--label-primary);
      font-size: 1em;
      margin: 0 0 0.5em;
    }
    .iradio_flat-blue.checked {
    position: absolute;
      top: 0;
    }
    .gyg-form-hint,
   .gyg-form-label {
    display: block;
      line-height: normal;
    }
    .search-filters-price-item__form-field .gyg-form-label {
    font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
    }
    .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6) {
    display: none;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 35px;
      height: 35px;
      justify-content: flex-start;
      align-items: center;
    }
    .noUi-handle {
    border-radius: 3px;
      background: #ff9a00;
      box-shadow: unset;
    }
    span.slider-val {
    font: 400 12px Arial;
    color: rgb(136 136 136);
      display: block;
      margin: 10px 0 0;
    }
    span.slider-val.range-from {
    padding-left: 20px;
      float: left;
    }
    span.slider-val.range-to {
    padding-right: 20px;
      float: right;
    }
    li[class*="pinteres_"] .iradio_flat-blue {
    width: 22px;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .material-icons.star.star-15:before,
   .material-icons.star.star-25:before,
   .material-icons.star.star-2:before,
   .material-icons.star.star-3:before,
   .material-icons.star.star-45:before,
   .material-icons.star.star-4:before,
   .material-icons.star.star-5:before {
    /*color: #ffb307;
      font-size: 24px;
    }*/
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sortx-dropdown.closed.with-selection,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6) {
    display: none;
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .list-wrapper .panel-left {
    flex: 0 0 100%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 100%;
    }
    .head__title {
    position: relative;
      left: -4px;
      line-height: 100%;
      font-size: 4.5625rem;
      font-weight: 700;
    }
    .activity-filters {
    position: relative;
      min-height: 18.75rem;
    }
    .activity-filters > * {
    opacity: 0;
      transition: opacity 1s;
    }
    .activity-filters._loaded {
    z-index: 5;
    }
    .filters__container {
    display: block;
      padding: 9px 0;
      margin-bottom: 1.25rem;
    }
    .activity-filters._loaded > * {
    opacity: 1;
      display: block;
    }
    .ulList_wrapper {
    padding: 0;
    }
    .m-date-selector__header {
    display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .a-button {
    cursor: pointer;
    text-align: center;
    border: 1px solid rgb(106 196 235);
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 8px 5px;
      font-size: 0.875rem;
    }
    .m-date-selector__header .a-button {
    flex-grow: 1;
      border-left-style: solid;
      white-space: nowrap;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .m-date-selector__header > span {
    flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      text-transform: capitalize;
    }
    .m-date-selector__header > span:not(:last-child) {
    border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
    }
    .m-date-selector__header > span:first-child {
    border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
    }
    .m-date-selector__header span.a-button.active {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .a-button.selected-range-date.flatpickr-input,
   .m-date-selector__header .a-button a {
    color: var(--blue-color);
      font-size: 17px;
    }
    .m-date-selector__header .a-button .sm-button,
   .m-date-selector__header .a-button.selected .sm-button:hover {
    text-decoration: none;
    color: var(--blue-color);
    }
    .m-date-selector__header > span:not(:last-child):after {
    position: absolute;
      content: " ";
      width: 1px;
      height: 42px;
      right: -1px;
    }
    li[class*="pinteres_"] .iradio_flat-blue,
   li[class*="pinteres_"] .iradio_flat-blue.checked {
    top: 50%;
    transform: translate(0, -90%);
      height: 20px;
    }
    span#date-range {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 1px solid rgb(106 196 235);
    }
    .ocollapsible {
    margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .ocollapsible__header {
    color: rgb(51 51 51);
    padding: 10px;
    font-size: 18px;
    background-color: rgb(239 239 239);
      cursor: pointer;
      font-weight: 600;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    .ocollapsible__header:after {
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-align: center;
    color: rgb(153 153 153);
      position: absolute;
      font-size: 1.375rem;
      width: 0.875rem;
      height: 0.75rem;
      right: 10px;
      font-family: "Material Icons";
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-smoothing: antialiased;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: "liga";
    }
    #ciudades .ulList_wrapper {
    position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
    .is-expanded .ocollapsible__header:after {
    content: "\e5cf";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .is-expanded .ocollapsible__header.collapsed:after {
    content: "\e5ce";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    div#optionsCategorys {
    padding: 0.2em 0.6em;
    border-top: 0;
    overflow: visible;
    background: rgb(255 255 255);
    }
    ul.m-checklist {
    float: left;
    }
    .m-checklist li {
    float: left;
      width: 100%;
      max-height: 80px;
      padding-left: 10px;
      margin-left: 0;
      transition: max-height 0.5s;
      display: flex;
      justify-content: left;
    }
    div.btnwrapper {
    display: flex;
      position: relative;
      vertical-align: middle;
      justify-content: start;
      width: 100%;
      align-items: center;
    }
    .icheckbox_square-blue,
   .iradio_square-blue {
    float: left;
      background-position: -48px 0;
    }
    .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
      border: 0;
      cursor: pointer;
    }
    .icheckbox_square-blue.checked {
    background-position: -48px 0;
    }
    .btnwrapper label {
    font-weight: 400;
      margin-bottom: 0;
      padding: 5px;
    }
    .m-checklist label {
    font-weight: 400;
    font-size: 1rem;
    padding-left: 5px;
    color: rgb(51 51 51);
    }
    .m-checklist li .activitiesNumber {
    position: absolute;
    right: 4px;
    color: rgb(153 153 153);
      font-size: 14px;
    }
    ul.m-checklist.beautyRadio li {
    line-height: 34px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    ul.m-checklist.beautyRadio li label {
    margin-bottom: 0;
    }
    .orange-slider {
    padding: 5px;
    }
    .noUi-target {
    background: rgb(230 230 230);
      border-radius: 4px;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
    .noUi-horizontal {
    height: 8px;
    }
    .noUi-connect {
    background: var(--blue-color);
    }
    .noUi-horizontal .noUi-handle {
    width: 25px;
      height: 25px;
      right: -10px;
      top: -9px;
      border-radius: 50%;
    }
    .noUi-handle:after,
   .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: rgb(205 205 205);
      left: 6px;
      top: 4px;
    }
    .noUi-handle:after {
    left: 11px;
    }
    .search-filters-price-item__form {
    align-content: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 10px;
    }
    .search-filters-price-item__form-field:first-child {
    margin-right: 16px;
    }
    .gyg-input {
    display: flex;
      position: relative;
    }
    .gyg-input-icon {
    align-items: center;
    color: var(--label-secondary);
      display: flex;
      height: 100%;
      pointer-events: none;
      position: absolute;
    }
    .gyg-input-icon-preicon {
    right: 0.75em;
    }
    .gyg-input-field {
    background: rgb(255 255 255);
    border: 2px solid rgb(220 223 228);
    border-radius: 2px;
    color: rgb(26 43 73);
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      transition: border-color 0.3s;
      line-height: normal;
      padding: 0.5em 0.75em;
      width: 100%;
    }
    .gyg-input-icon-preicon ~ .gyg-input-field {
    padding-left: 2.25em;
    }
    .search-filters-price-item__form-field .gyg-input-field,
   .search-filters-price-item__form-field input[type="number"] {
    -moz-appearance: textfield;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
    }
    .search-filters-price-item__form-field {
    flex: 1;
    }
    .gyg-form-label {
    color: var(--label-primary);
      font-size: 1em;
      margin: 0 0 0.5em;
    }
    .iradio_flat-blue.checked {
    position: absolute;
      top: 0;
    }
    .gyg-form-hint,
   .gyg-form-label {
    display: block;
      line-height: normal;
    }
    .search-filters-price-item__form-field .gyg-form-label {
    font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 35px;
      height: 35px;
      justify-content: flex-start;
      align-items: center;
    }
    .noUi-handle {
    border-radius: 3px;
      background: #ff9a00;
      cursor: pointer;
      box-shadow: unset;
    }
    span.slider-val {
    font: 400 12px Arial;
    color: rgb(136 136 136);
      display: block;
      margin: 10px 0 0;
    }
    span.slider-val.range-from {
    padding-left: 20px;
      float: left;
    }
    span.slider-val.range-to {
    padding-right: 20px;
      float: right;
    }
    li[class*="pinteres_"] .iradio_flat-blue {
    width: 22px;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .font-roboto {
    font-family: var(--roboto-font);
    }
    #activity-filters-applied,
   .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper {
    background-color: rgb(255 255 255);
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .list-wrapper .panel-left {
      /*display: none;*/
      min-height: 100px;
      flex: 0 0 100%;
      padding-right: 0px;
      padding-left: 0px;
      max-width: 100%;
    }
    .head__title {
    position: relative;
      left: -4px;
      line-height: 100%;
      font-size: 4.5625rem;
      font-weight: 700;
    }
    .activity-filters {
    position: relative;
      min-height: 18.75rem;
    }
    .activity-filters > * {
    opacity: 0;
      transition: opacity 1s;
    }
    .activity-filters._loaded {
    z-index: 5;
    }
    .filters__container {
    display: block;
      padding: 9px 0;
      margin-bottom: 1.25rem;
    }
    .activity-filters._loaded > * {
    opacity: 1;
      display: block;
    }
    .ulList_wrapper {
    padding: 0;
    }
    button#js-hamburger-panel-close {
    display: block;
    }
    .top-line-panel.active {
    transform: translateY(-15px) rotate(45deg);
    }
    .center-line-panel.active {
    opacity: 0;
    }
    .bottom-line-panel.active {
    transform: translateY(-15px) rotate(-45deg);
    }
    .m-date-selector__header {
    display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .a-button {
    cursor: pointer;
    text-align: center;
    border: 1px solid rgb(106 196 235);
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 8px 5px;
      font-size: 0.875rem;
    }
    .m-date-selector__header .a-button {
    flex-grow: 1;
      border-left-style: solid;
      white-space: nowrap;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .m-date-selector__header > span {
    flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      text-transform: capitalize;
    }
    .m-date-selector__header > span:not(:last-child) {
    border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
    }
    .m-date-selector__header > span:first-child {
    border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .a-button.selected-range-date.flatpickr-input,
   .m-date-selector__header .a-button a {
    color: var(--blue-color);
      font-size: 17px;
    }
    .m-date-selector__header .a-button .sm-button,
   .m-date-selector__header .a-button.selected .sm-button:hover {
    text-decoration: none;
    color: var(--blue-color);
    }
    .m-date-selector__header > span:not(:last-child):after {
    position: absolute;
      content: " ";
      width: 1px;
      height: 42px;
      right: -1px;
    }
    li[class*="pinteres_"] .iradio_flat-blue,
   li[class*="pinteres_"] .iradio_flat-blue.checked {
    transform: translate(0, -90%);
      height: 20px;
      top: 50%;
    }
    span#date-range {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 1px solid rgb(106 196 235);
    }
    .ocollapsible {
    margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .ocollapsible__header {
    color: rgb(51 51 51);
    padding: 6px 10px;
    font-size: 18px;
    background-color: rgb(239 239 239);
      cursor: pointer;
      font-weight: 600;
      position: relative;
    }
    .ocollapsible__header:after {
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    text-align: center;
    color: rgb(153 153 153);
      position: absolute;
      font-size: 1.375rem;
      width: 0.875rem;
      height: 100%;
      right: 10px;
      font-family: "Material Icons" !important;
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      font-feature-settings: "liga";
      top: 0;
    }
    #ciudades .ulList_wrapper {
    position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
    .is-expanded .ocollapsible__header:after {
    content: "\e5cf";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .is-expanded .ocollapsible__header.collapsed:after {
    content: "\e5ce";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    div#optionsCategorys {
    padding: 0.2em 0.6em;
    border-top: 0;
    overflow: visible;
    background: rgb(255 255 255);
    }
    ul.m-checklist {
    float: left;
    }
    .m-checklist li {
    float: left;
      width: 100%;
      max-height: 80px;
      padding-left: 10px;
      margin-left: 0;
      transition: max-height 0.5s;
      display: flex;
      justify-content: left;
    }
    div.btnwrapper {
    display: flex;
      position: relative;
      vertical-align: middle;
      justify-content: start;
      width: 100%;
      align-items: center;
    }
    .icheckbox_square-blue,
   .iradio_square-blue {
    float: left;
      background-position: -48px 0;
    }
    .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
      border: 0;
      cursor: pointer;
    }
    .icheckbox_square-blue.checked {
    background-position: -48px 0;
    }
    .btnwrapper label {
    font-weight: 400;
      margin-bottom: 0;
      padding: 5px;
    }
    .m-checklist label {
    font-weight: 400;
    font-size: 1rem;
    padding-left: 5px;
    color: rgb(51 51 51);
    }
    .m-checklist li .activitiesNumber {
    position: absolute;
    right: 4px;
    color: rgb(153 153 153);
      font-size: 14px;
    }
    ul.m-checklist.beautyRadio li {
    line-height: 34px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    ul.m-checklist.beautyRadio li label {
    margin-bottom: 0;
    }
    .orange-slider {
    padding: 5px;
    }
    .noUi-target {
    background: rgb(230 230 230);
      border-radius: 4px;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
    .noUi-horizontal {
    height: 8px;
    }
    .noUi-connect {
    background: var(--blue-color);
    }
    .noUi-horizontal .noUi-handle {
    width: 25px;
      height: 25px;
      right: -10px;
      top: -9px;
      border-radius: 50%;
    }
    .noUi-handle:after,
   .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: rgb(205 205 205);
      left: 6px;
      top: 4px;
    }
    .noUi-handle:after {
    left: 11px;
    }
    .search-filters-price-item__form {
    align-content: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 10px;
    }
    .search-filters-price-item__form-field:first-child {
    margin-right: 16px;
    }
    .gyg-input {
    display: flex;
      position: relative;
    }
    .gyg-input-icon {
    align-items: center;
    color: var(--label-secondary);
      display: flex;
      height: 100%;
      pointer-events: none;
      position: absolute;
    }
    .gyg-input-icon-preicon {
    right: 0.75em;
    }
    .gyg-input-field {
    background: rgb(255 255 255);
    border: 2px solid rgb(220 223 228);
    border-radius: 2px;
    color: rgb(26 43 73);
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      transition: border-color 0.3s;
      line-height: normal;
      padding: 0.5em 0.75em;
      width: 100%;
    }
    .gyg-input-icon-preicon ~ .gyg-input-field {
    padding-left: 2.25em;
    }
    .search-filters-price-item__form-field .gyg-input-field,
   .search-filters-price-item__form-field input[type="number"] {
    -moz-appearance: textfield;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
    }
    .search-filters-price-item__form-field {
    flex: 1;
    }
    .gyg-form-label {
    color: var(--label-primary);
      font-size: 1em;
      margin: 0 0 0.5em;
    }
    .iradio_flat-blue.checked {
    position: absolute;
      top: 0;
    }
    .gyg-form-hint,
   .gyg-form-label {
    display: block;
      line-height: normal;
    }
    .search-filters-price-item__form-field .gyg-form-label {
    font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6) {
    display: none;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 35px;
      height: 35px;
      justify-content: flex-start;
      align-items: center;
    }
    .noUi-handle {
    border-radius: 3px;
      background: #ff9a00;
      cursor: pointer;
      box-shadow: unset;
    }
    span.slider-val {
    font: 400 12px Arial;
    color: rgb(136 136 136);
      display: block;
      margin: 10px 0 0;
    }
    span.slider-val.range-from {
    padding-left: 20px;
      float: left;
    }
    span.slider-val.range-to {
    padding-right: 20px;
      float: right;
    }
    li[class*="pinteres_"] .iradio_flat-blue {
    width: 22px;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .material-icons.star.star-1:before,
   .material-icons.star.star-2:before,
   .material-icons.star.star-35:before,
   .material-icons.star.star-3:before,
   .material-icons.star.star-45:before,
   .material-icons.star.star-4:before,
   .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1025px) {
    .font-roboto {
    font-family: var(--roboto-font);
    }
    .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper {
    background-color: rgb(255 255 255);
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .list-wrapper .panel-left {
    flex: 0 0 25%;
      padding-right: 0;
      padding-left: 5px;
      max-width: 25%;
    }
    .head__title {
    position: relative;
      left: -4px;
      line-height: 100%;
      font-size: 4.5625rem;
      font-weight: 700;
    }
    .activity-filters {
    position: relative;
      min-height: 18.75rem;
    }
    .activity-filters > * {
    opacity: 0;
      transition: opacity 1s;
    }
    .activity-filters._loaded {
    z-index: 5;
    }
    .filters__container {
    display: block;
      padding: 9px 0;
      margin-bottom: 1.25rem;
    }
    .activity-filters._loaded > * {
    opacity: 1;
      display: block;
    }
    .ulList_wrapper {
    padding: 0;
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6),
   button#js-hamburger-panel-close {
    display: none;
    }
    .m-date-selector__header {
    display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .a-button {
    cursor: pointer;
    text-align: center;
    border: 1px solid rgb(106 196 235);
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 8px 5px;
      font-size: 0.875rem;
    }
    .m-date-selector__header .a-button {
    flex-grow: 1;
      border-left-style: solid;
      white-space: nowrap;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .m-date-selector__header > span {
    flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      text-transform: capitalize;
    }
    .m-date-selector__header > span:not(:last-child) {
    border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
    }
    .m-date-selector__header > span:first-child {
    border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .a-button.selected-range-date.flatpickr-input,
   .m-date-selector__header .a-button a {
    color: var(--blue-color);
      font-size: 17px;
    }
    .m-date-selector__header .a-button .sm-button,
   .m-date-selector__header .a-button.selected .sm-button:hover {
    text-decoration: none;
    color: var(--blue-color);
    }
    .m-date-selector__header > span:not(:last-child):after {
    position: absolute;
      content: " ";
      width: 1px;
      height: 42px;
      right: -1px;
    }
    li[class*="pinteres_"] .iradio_flat-blue,
   li[class*="pinteres_"] .iradio_flat-blue.checked {
    transform: translate(0, -90%);
      height: 20px;
      top: 50%;
    }
    span#date-range {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 1px solid rgb(106 196 235);
    }
    .ocollapsible {
    margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .ocollapsible__header {
    color: rgb(51 51 51);
    padding: 6px 10px;
    font-size: 18px;
    background-color: rgb(239 239 239);
      cursor: pointer;
      font-weight: 600;
      position: relative;
    }
    .ocollapsible__header:after {
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    content: "\E901";
    text-align: center;
    color: rgb(153 153 153);
      position: absolute;
      font-size: 1.375rem;
      width: 0.875rem;
      height: 0.75rem;
      right: 10px;
      font-family: "Material Icons" !important;
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      font-feature-settings: "liga";
      top: 0;
    }
    .is-expanded .ocollapsible__header:after {
    content: "\e5cf";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      content: "\e5cf";
    }
    #ciudades .ulList_wrapper {
    position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
    .is-expanded .ocollapsible__header.collapsed:after {
    content: "\e5ce""";
    }
    div#optionsCategorys {
    padding: 0.2em 0.6em;
    border-top: 0;
    overflow: visible;
    background: rgb(255 255 255);
    }
    ul.m-checklist {
    float: left;
    }
    #optionsCategorys ul#domNode li {
    padding-left: 0;
    }
    .m-checklist li {
    float: left;
      width: 100%;
      max-height: 80px;
      padding-left: 10px;
      margin-left: 0;
      transition: max-height 0.5s;
      display: flex;
      justify-content: left;
    }
    div.btnwrapper {
    display: flex;
      position: relative;
      vertical-align: middle;
      justify-content: start;
      width: 100%;
      align-items: center;
    }
    .icheckbox_square-blue,
   .iradio_square-blue {
    float: left;
      background-position: -48px 0;
    }
    .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
      border: 0;
      cursor: pointer;
    }
    .icheckbox_square-blue.checked {
    background-position: -48px 0;
    }
    .btnwrapper label {
    font-weight: 400;
      margin-bottom: 0;
      padding: 5px;
    }
    .m-checklist label {
    font-weight: 400;
    color: rgb(51 51 51);
      font-size: 0.85rem;
      padding-left: 2px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      line-height: 18px;
    }
    #caracteristicas ul li {
    width: 100%;
    }
    .m-checklist li .activitiesNumber {
    position: absolute;
    right: 4px;
    color: rgb(153 153 153);
      font-size: 14px;
    }
    ul.m-checklist.beautyRadio li {
    display: flex;
      align-items: center;
      justify-content: flex-start;
      line-height: 32px;
      height: 32px;
      width: 100%;
    }
    ul.m-checklist.beautyRadio li label {
    margin-bottom: 0;
    }
    .orange-slider {
    padding: 5px;
    }
    .noUi-target {
    background: rgb(230 230 230);
      border-radius: 4px;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
    .noUi-horizontal {
    height: 8px;
    }
    .noUi-connect {
    background: var(--blue-color);
    }
    .noUi-horizontal .noUi-handle {
    width: 25px;
      height: 25px;
      right: -10px;
      top: -9px;
      border-radius: 50%;
    }
    .noUi-handle:after,
   .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: rgb(205 205 205);
      left: 6px;
      top: 4px;
    }
    .noUi-handle:after {
    left: 11px;
    }
    .search-filters-price-item__form {
    align-content: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 10px;
    }
    .search-filters-price-item__form-field:first-child {
    margin-right: 16px;
    }
    .gyg-input {
    display: flex;
      position: relative;
    }
    .gyg-input-icon {
    align-items: center;
    color: var(--label-secondary);
      display: flex;
      height: 100%;
      pointer-events: none;
      position: absolute;
    }
    .gyg-input-icon-preicon {
    right: 0.75em;
    }
    .gyg-input-field {
    background: rgb(255 255 255);
    border: 2px solid rgb(220 223 228);
    border-radius: 2px;
    color: rgb(26 43 73);
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      transition: border-color 0.3s;
      line-height: normal;
      padding: 0.5em 0.75em;
      width: 100%;
    }
    .gyg-input-icon-preicon ~ .gyg-input-field {
    padding-left: 0.25em;
    }
    .search-filters-price-item__form-field .gyg-input-field,
   .search-filters-price-item__form-field input[type="number"] {
    -moz-appearance: textfield;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
    }
    .search-filters-price-item__form-field {
    flex: 1;
    }
    .gyg-form-label {
    color: var(--label-primary);
      font-size: 1em;
      margin: 0 0 0.5em;
    }
    .iradio_flat-blue.checked {
    position: absolute;
      top: 0;
    }
    .gyg-form-hint,
   .gyg-form-label {
    display: block;
      line-height: normal;
    }
    .search-filters-price-item__form-field .gyg-form-label {
    font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 35px;
      height: 35px;
      justify-content: flex-start;
      align-items: center;
    }
    .noUi-handle {
    border-radius: 3px;
      background: #ff9a00;
      cursor: pointer;
      box-shadow: unset;
    }
    span.slider-val {
    font: 400 12px Arial;
    color: rgb(136 136 136);
      display: block;
      margin: 10px 0 0;
    }
    span.slider-val.range-from {
    padding-left: 20px;
      float: left;
    }
    span.slider-val.range-to {
    padding-right: 20px;
      float: right;
    }
    li[class*="pinteres_"] .iradio_flat-blue {
    width: 22px;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .ocollapsible__header:after,
   ol.breadcrumb li a,
   ol.breadcrumb li a span,
   ol.breadcrumb li span {
    -webkit-font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
      -webkit-font-smoothing: antialiased;
    }
    .font-roboto {
    font-family: var(--roboto-font);
    }
    .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper {
    background-color: rgb(255 255 255);
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .list-wrapper .panel-left {
    /*flex: 0 0 26%;*/
    /*  padding-right: 10px;*/
    /*  padding-left: 10px;*/
     /* max-width: 26%;*/
    }
    .head__title {
    position: relative;
      left: -4px;
      line-height: 100%;
      font-size: 4.5625rem;
      font-weight: 700;
    }
    .activity-filters {
    position: relative;
      min-height: 18.75rem;
    }
    .activity-filters > * {
    opacity: 0;
      transition: opacity 1s;
    }
    .activity-filters._loaded {
    z-index: 5;
    }
    .filters__container {
    display: block;
      padding: 9px 0;
      margin-bottom: 1.25rem;
    }
    .activity-filters._loaded > * {
    opacity: 1;
      display: block;
    }
    .ulList_wrapper {
    padding: 0;
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6),
   button#js-hamburger-panel-close {
    display: none;
    }
    .m-date-selector__header {
    display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .a-button {
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--blue-color);
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 8px 5px;
      font-size: 0.875rem;
    }
    .m-date-selector__header .a-button {
    flex-grow: 1;
      border-left-style: solid;
      white-space: nowrap;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .m-date-selector__header > span {
    flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      text-transform: capitalize;
    }
    .m-date-selector__header > span:not(:last-child) {
    border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
    }
    .m-date-selector__header > span:first-child {
    border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .a-button.selected-range-date.flatpickr-input,
   .m-date-selector__header .a-button a {
    color: var(--blue-color);
      font-size: 17px;
    }
    .m-date-selector__header .a-button .sm-button,
   .m-date-selector__header .a-button.selected .sm-button:hover {
    text-decoration: none;
    color: var(--blue-color);
    }
    .m-date-selector__header > span:not(:last-child):after {
    position: absolute;
      content: " ";
      width: 1px;
      height: 42px;
      right: -1px;
    }
    li[class*="pinteres_"] .iradio_flat-blue,
   li[class*="pinteres_"] .iradio_flat-blue.checked {
    transform: translate(0, -90%);
      height: 20px;
      top: 50%;
    }
    span#date-range {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 1px solid var(--blue-color);
    }
    .ocollapsible {
    margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .ocollapsible__header {
    color: rgb(51 51 51);
    padding: 6px 10px;
    font-size: 18px;
    background-color: rgb(239 239 239);
      cursor: pointer;
      font-weight: 600;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    .ocollapsible__header:after {
    font-variant: normal;
    text-decoration: inherit;
    text-align: center;
    color: rgb(153 153 153);
      position: absolute;
      font-size: 1.375rem;
      width: 0.875rem;
      height: 0.75rem;
      right: 10px;
      font-family: "Material Icons";
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      text-rendering: optimizeLegibility;
      -moz-osx-font-smoothing: grayscale;
      font-feature-settings: "liga";
    }
    #ciudades .ulList_wrapper {
    position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
    .is-expanded .ocollapsible__header:after {
    content: "\e5cf";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .is-expanded .ocollapsible__header.collapsed:after {
    content: "\e5ce";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    div#optionsCategorys {
    padding: 0.2em 0.6em;
    border-top: 0;
    overflow: visible;
    background: rgb(255 255 255);
    }
    ul.m-checklist {
    float: left;
    }
    .m-checklist li {
    float: left;
      width: 100%;
      max-height: 80px;
      padding-left: 10px;
      margin-left: 0;
      transition: max-height 0.5s;
      display: flex;
      justify-content: left;
    }
    div.btnwrapper {
    display: flex;
      position: relative;
      vertical-align: middle;
      justify-content: start;
      width: 100%;
      align-items: center;
    }
    .icheckbox_square-blue,
   .iradio_square-blue {
    float: left;
      background-position: -48px 0;
    }
    .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
      border: 0;
      cursor: pointer;
    }
    .icheckbox_square-blue.checked {
    background-position: -48px 0;
    }
    .btnwrapper label {
    font-weight: 400;
      margin-bottom: 0;
      padding: 5px;
    }
    .m-checklist label {
    font-weight: 400;
    font-size: 1rem;
    padding-left: 5px;
    color: rgb(51 51 51);
    }
    .m-checklist li .activitiesNumber {
    position: absolute;
    right: 4px;
    color: rgb(153 153 153);
      font-size: 14px;
    }
    ul.m-checklist.beautyRadio li {
    line-height: 34px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    ul.m-checklist.beautyRadio li label {
    margin-bottom: 0;
    }
    .orange-slider {
    padding: 5px;
    }
    .noUi-target {
    background: rgb(230 230 230);
      border-radius: 4px;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
    .noUi-horizontal {
    height: 8px;
    }
    .noUi-connect {
    background: var(--blue-color);
    }
    .noUi-horizontal .noUi-handle {
    width: 25px;
      height: 25px;
      right: -10px;
      top: -9px;
      border-radius: 50%;
    }
    .noUi-handle:after,
   .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: rgb(205 205 205);
      left: 6px;
      top: 4px;
    }
    .noUi-handle:after {
    left: 11px;
    }
    .search-filters-price-item__form {
    align-content: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 10px;
    }
    .search-filters-price-item__form-field:first-child {
    margin-right: 16px;
    }
    .gyg-input {
    display: flex;
      position: relative;
    }
    .gyg-input-icon {
    align-items: center;
    color: var(--label-secondary);
      display: flex;
      height: 100%;
      pointer-events: none;
      position: absolute;
    }
    .gyg-input-icon-preicon {
    right: 0.75em;
    }
    .gyg-input-field {
    background: rgb(255 255 255);
    border: 2px solid rgb(220 223 228);
    border-radius: 2px;
    color: rgb(26 43 73);
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      transition: border-color 0.3s;
      line-height: normal;
      padding: 0.5em 0.75em;
      width: 100%;
    }
    .gyg-input-icon-preicon ~ .gyg-input-field {
    padding-left: 2.25em;
    }
    .search-filters-price-item__form-field .gyg-input-field,
   .search-filters-price-item__form-field input[type="number"] {
    -moz-appearance: textfield;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
    }
    .search-filters-price-item__form-field {
    flex: 1;
    }
    .gyg-form-label {
    color: var(--label-primary);
      font-size: 1em;
      margin: 0 0 0.5em;
    }
    .iradio_flat-blue.checked {
    position: absolute;
      top: 0;
    }
    .gyg-form-hint,
   .gyg-form-label {
    display: block;
      line-height: normal;
    }
    .search-filters-price-item__form-field .gyg-form-label {
    font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 35px;
      height: 35px;
      justify-content: flex-start;
      align-items: center;
    }
    .noUi-handle {
    border-radius: 3px;
      background: #ff9a00;
      cursor: pointer;
      box-shadow: unset;
    }
    span.slider-val {
    font: 400 12px Arial;
    color: rgb(136 136 136);
      display: block;
      margin: 10px 0 0;
    }
    span.slider-val.range-from {
    padding-left: 20px;
      float: left;
    }
    span.slider-val.range-to {
    padding-right: 20px;
      float: right;
    }
    li[class*="pinteres_"] .iradio_flat-blue {
    width: 22px;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
}
@media only screen and (min-width: 1281px) {
    .row {
    display: block;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .font-roboto {
    font-family: var(--roboto-font);
    }
    .activity-filters,
   .collapse,
   .filters__container,
   .ulList_wrapper {
    background-color: rgb(255 255 255);
    }
    #grid_grid .grid-card-category-label .material-icons,
   .head__title,
   .m-date-selector__header span.a-button.active a {
    color: rgb(255 255 255);
    }
    .list-wrapper .panel-left {
    flex: 0 0 25%;
      padding-right: 10px;
      padding-left: 10px;
      max-width: 25%;
    }
    .head__title {
    position: relative;
      left: -4px;
      line-height: 100%;
      font-size: 4.5625rem;
      font-weight: 700;
    }
    .activity-filters {
    position: relative;
      min-height: 18.75rem;
    }
    .activity-filters > * {
    opacity: 0;
      transition: opacity 1s;
    }
    .activity-filters._loaded {
    z-index: 5;
    }
    .filters__container {
    display: block;
      padding: 9px 0;
      margin-bottom: 1.25rem;
    }
    .activity-filters._loaded > * {
    opacity: 1;
      display: block;
    }
    .ulList_wrapper {
    padding: 0;
    }
    .only-small,
   .ulList_wrapper.closed li:nth-child(n + 6),
   .ulList_wrapper.show-count-5 li:nth-child(n + 6),
   button#js-hamburger-panel-close {
    display: none;
    }
    .m-date-selector__header {
    display: flex;
      margin-top: 15px;
      margin-bottom: 15px;
    }
    .a-button {
    cursor: pointer;
    text-align: center;
    border: 1px solid var(--blue-color);
      align-items: center;
      display: flex;
      justify-content: center;
      padding: 8px 5px;
      font-size: 0.875rem;
    }
    .m-date-selector__header > span {
    flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      position: relative;
      text-transform: capitalize;
    }
    .m-date-selector__header .a-button {
    flex-grow: 1;
      border-left-style: solid;
      white-space: nowrap;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .m-date-selector__header > span:not(:last-child) {
    border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: none;
    }
    .m-date-selector__header > span:first-child {
    border-top-left-radius: 200px;
      border-bottom-left-radius: 200px;
    }
    .m-date-selector__header span.a-button.active,
   .select2-container--default
      .select2-results__option--highlighted[aria-selected] {
    background-color: var(--blue-color);
    color: rgb(255 255 255);
    }
    .m-date-selector__header .a-button .sm-button,
   .m-date-selector__header .a-button.selected .sm-button:hover {
    text-decoration: none;
    color: var(--blue-color);
    }
    .m-date-selector__header > span:not(:last-child):after {
    position: absolute;
      content: " ";
      width: 1px;
      height: 42px;
      right: -1px;
    }
    li[class*="pinteres_"] .iradio_flat-blue,
   li[class*="pinteres_"] .iradio_flat-blue.checked {
    transform: translate(0, -90%);
      height: 20px;
      top: 50%;
    }
    .a-button.selected-range-date.flatpickr-input,
   .m-date-selector__header .a-button a {
    color: var(--blue-color);
      font-size: 17px;
    }
    span#date-range {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border: 1px solid var(--blue-color);
    }
    .ocollapsible {
    margin-bottom: 10px;
      display: inline-block;
      width: 100%;
    }
    .ocollapsible__header {
    color: rgb(51 51 51);
    padding: 6px 10px;
    font-size: 18px;
    background-color: rgb(239 239 239);
      cursor: pointer;
      font-weight: 600;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    #ciudades .ulList_wrapper {
    position: relative;
      display: block;
      width: 100%;
      overflow: hidden;
    }
    div#optionsCategorys {
    padding: 0.2em 0.6em;
    border-top: 0;
    overflow: visible;
    background: rgb(255 255 255);
    }
    ul.m-checklist {
    float: left;
    }
    .m-checklist li {
    float: left;
      width: 100%;
      max-height: 80px;
      padding-left: 10px;
      margin-left: 0;
      transition: max-height 0.5s;
      display: flex;
      justify-content: left;
    }
    div.btnwrapper {
    display: flex;
      position: relative;
      vertical-align: middle;
      justify-content: start;
      width: 100%;
      align-items: center;
    }
    .icheckbox_square-blue,
   .iradio_square-blue {
    float: left;
      background-position: -48px 0;
    }
    .icheckbox_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(blue.png) no-repeat;
      border: 0;
      cursor: pointer;
    }
    .icheckbox_square-blue.checked {
    background-position: -48px 0;
    }
    .btnwrapper label {
    font-weight: 400;
      margin-bottom: 0;
      padding: 5px;
    }
    .m-checklist label {
    font-weight: 400;
    font-size: 1rem;
    padding-left: 5px;
    color: rgb(51 51 51);
    }
    #ciudades li.elmPinteres label {
    font-size: 0.9rem;
    }
    #caracteristicas li.elmCaractr label,
   #lugar-salida li .m-checklist label,
   #lugar-salida li.elmZones label {
    font-size: 0.9rem;
      margin-bottom: 0;
    }
    .m-checklist li .activitiesNumber {
    position: absolute;
    right: 4px;
    color: rgb(153 153 153);
      font-size: 14px;
    }
    ul.m-checklist.beautyRadio li {
    line-height: 34px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    ul.m-checklist.beautyRadio li label {
    margin-bottom: 0;
    }
    .orange-slider {
    padding: 5px;
    }
    .noUi-target {
    background: rgb(230 230 230);
      border-radius: 4px;
      box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
    }
    .noUi-horizontal {
    height: 8px;
    }
    .noUi-connect {
    background: var(--blue-color);
    }
    .noUi-horizontal .noUi-handle {
    width: 25px;
      height: 25px;
      right: -10px;
      top: -9px;
      border-radius: 50%;
    }
    .noUi-handle:after,
   .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    background: rgb(205 205 205);
      left: 6px;
      top: 4px;
    }
    .noUi-handle:after {
    left: 11px;
    }
    .search-filters-price-item__form {
    align-content: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 0;
      margin-top: 10px;
    }
    .search-filters-price-item__form-field:first-child {
    margin-right: 16px;
    }
    .gyg-input {
    display: flex;
      position: relative;
    }
    .gyg-input-icon {
    align-items: center;
    color: var(--label-secondary);
      display: flex;
      height: 100%;
      pointer-events: none;
      position: absolute;
    }
    .gyg-input-icon-preicon {
    right: 0.75em;
    }
    .gyg-input-field {
    background: rgb(255 255 255);
    border: 2px solid rgb(220 223 228);
    border-radius: 2px;
    color: rgb(26 43 73);
      font-family: inherit;
      font-size: inherit;
      line-height: inherit;
      transition: border-color 0.3s;
      line-height: normal;
      padding: 0.5em 0.75em;
      width: 100%;
    }
    .gyg-input-icon-preicon ~ .gyg-input-field {
    padding-left: 2.25em;
    }
    .search-filters-price-item__form-field .gyg-input-field,
   .search-filters-price-item__form-field input[type="number"] {
    -moz-appearance: textfield;
      border-radius: 4px;
      border-width: 1px;
      box-shadow: none;
    }
    .search-filters-price-item__form-field {
    flex: 1;
    }
    .gyg-form-label {
    color: var(--label-primary);
      font-size: 1em;
      margin: 0 0 0.5em;
    }
    .iradio_flat-blue.checked {
    position: absolute;
      top: 0;
    }
    .gyg-form-hint,
   .gyg-form-label {
    display: block;
      line-height: normal;
    }
    .search-filters-price-item__form-field .gyg-form-label {
    font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.25rem;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 35px;
      height: 35px;
      justify-content: flex-start;
      align-items: center;
    }
    .noUi-handle {
    border-radius: 3px;
      background: #ff9a00;
      cursor: pointer;
      box-shadow: unset;
    }
    span.slider-val {
    font: 400 12px Arial;
    color: rgb(136 136 136);
      display: block;
      margin: 10px 0 0;
    }
    span.slider-val.range-from {
    padding-left: 20px;
      float: left;
    }
    span.slider-val.range-to {
    padding-right: 20px;
      float: right;
    }
    li[class*="pinteres_"] .iradio_flat-blue {
    width: 22px;
    }
    .closed .control.more {
    display: block;
    font-size: 14px;
    font-family: Roboto;
    letter-spacing: 0;
    color: var(--blue-color);
    }
    .material-icons.star.star-5:before {
    color: #ffb307;
      font-size: 18px;
      content: "\e838\e838\e838\e838\e838";
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .m-checklist li {
    padding-left: 0;
      margin-left: 0;
    }
    .m-checklist label,
   li[class*="pinteres_"] label {
    font-size: 0.85rem;
      padding-left: 2px;
      line-height: 18px;
      display: flex;
    }
    .m-checklist label {
    flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    div#ciudades ul.m-checklist {
    float: left;
      width: 100%;
    }
    #caracteristicas ul li,
   div.ulList_wrapper ul.m-checklist.show-firstXX li {
    line-height: 32px;
      height: 32px;
      width: 100%;
    }
    div#duracion ul li label {
    line-height: 28px;
    }
    div#optionsCategorys {
    padding: 0.2em 0;
    }
    #list_grid .product-desc.center p,
   .activity-attributes_attribute .label,
   .m-checklist label,
   .search-filters-price-item__form-field .gyg-form-label {
    color: #000;
    }
    .ocollapsible__header {
    padding: 5px 10px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
    }
    .ocollapsible__header:after {
    font-size: 1.375rem;
      width: 0.875rem;
      height: 0.75rem;
      right: 10px;
      font-family: "Material Icons" !important;
      font-weight: 400;
      font-style: normal;
      display: inline-block;
      font-feature-settings: "liga";
      top: 0;
    }
    .is-expanded .ocollapsible__header:after {
    content: "\e5cf";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    .is-expanded .ocollapsible__header.collapsed:after {
    content: "\e5ce";
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .m-date-selector__header > span:not(:last-child):after {
    background-color: unset;
    }
}