@charset "UTF-8";
body {
  --hero-mobile: url(/content/img/404/hero-mobile-mujer-playa.webp);
  --hero-desktop: url(/content/img/404/hero-desktop-pareja-viajando.webp);
  --lupa: url(/content/img/404/lupa.svg);
}

body[data-entorno="tourexperto.com"] {
  --hero-mobile: url(//imagenes.tourexperto.com/content/img/404/hero-mobile-mujer-playa.webp);
  --hero-desktop: url(//imagenes.tourexperto.com/content/img/404/hero-desktop-pareja-viajando.webp);
  --lupa: url(//imagenes.tourexperto.com/content/img/404/lupa.svg);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

.heroContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-image: var(--hero-mobile);
  background-size: cover;
  background-position: right;
  padding: 2rem 1rem 5.625rem 1rem;
}

.heroTextContainer {
  max-width: 448px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #FFFFFF;
}

.heroTextContainer h1 {
  font-size: 1.25rem;
  margin: 0;
}

.heroTextContainer p {
  font-size: 0.75rem;
  font-weight: 600;
}

.buscadorDestinos {
  width: 100%;
  max-width: 448px;
  display: flex;
  position: relative;
  z-index: 10;
}

.inputDestino {
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
  border-radius: 999px;
  border: none;
  color: #7B7B7B;
  font-size: 0.75rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem;
}

.inputDestino:focus {
  color: #7B7B7B;
  outline: none!important;
}

.inputDestino:focus-visible {
  outline: none!important;
}

.inputDestino option {
  background: none;
  font-weight: 600;
}

.inputDestino option:focus-visible {
  outline: none;
}

.inputDestino:focus option {
  background: #FFFFFF;
}

.buscadorDestinos button {
  height: 2.5rem;
  width: 7.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #D3245C;
  border: none;
  border-radius: 999px;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.lupaContainer {
  width: 1rem;
  height: 1rem;
  background: var(--lupa);
  background-size: cover;
  background-position: right;
}

.sectionSlider {
  margin-top: -65px;
}

.slick-track{
  padding-bottom: 5px;
}

.slideRegion {
  background-color: #FFFFFF;
  border-radius: 18px;
  text-decoration: none;
  padding: 0.375rem 0.375rem 0.75rem 0.375rem;
  margin-right: 0.5rem;
}

.slideRegion:first-of-type {
  margin-left: 0.5rem;
}

.slideRegion:hover {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  ;
}

.slideRegion img {
  width: 100%;
  height: 88px;
  object-fit: cover;
  border-radius: 12px;
}

.slideRegionText {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
}

.slideRegionText h2 {
  color: #D3245C;
  font-size: 1rem;
}

.slideRegionText p {
  display: inline-block;
  color: #2E0049;
  font-size: 0.75rem;
  font-weight: 600;
}

.btnVolver {
  height: 3rem;
  width: 16.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D3245C;
  border-radius: 999px;
  border: none;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  margin: 1rem auto 1.5rem auto;
}

@media (width >=1080px) {
  main {
    max-width: 1492px;
    margin: 0 auto;
  }

  .heroContainer {
    width: 90%;
    height: 26.5rem;
    justify-content: flex-start;
    align-items: start;
    gap: 2rem;
    background-image: var(--hero-desktop);
    border-radius: 18px;
    padding: 4.5rem 0 0 4rem;
    margin: 0 auto;
  }

  .heroTextContainer {
    max-width: 605px;
    gap: 1.5rem;
  }

  .heroContainer h1 {
    font-size: 2.25rem;
  }

  .heroTextContainer p {
    font-size: 1.25rem;
  }

  .sectionSlider {
    width: 85%;
    margin: -100px auto 0 auto;
  }

  .sectionSlider .slick-prev,
  .sectionSlider .slick-next {
    width: 3rem;
    height: 3rem;
    z-index: 1;
  }

  .sectionSlider .slick-prev {
    left: -20px;
  }

  .sectionSlider .slick-next {
    right: -20px;
  }

  .slideRegion {
    margin-right: 0.75rem;
  }

  .slideRegion:first-of-type {
    margin-left: 0.75rem;
  }

  .slideRegion img {
    height: 120px;
  }

  .btnVolver{
    margin-bottom: 4rem;
  }
}

/* ventana de espera */
#ventana-espera::-webkit-scrollbar,.ventana-espera__contenido::-webkit-scrollbar{display:none}
.ventana-espera{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(253, 255, 252, 0.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;z-index:2247483649!important;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ventana-espera__contenido{background-color:#fdfffc;border:#db326e 2px solid;border-radius:20px;padding:1.5rem;max-width:95%;overflow:scroll}.ventana-espera__spinner{margin-bottom:1rem}.ventana-espera__texto1{color:#6759f9;font-size:22px;font-weight:bold}.ventana-espera__texto2{color:#6759f9;font-size:17px;font-weight:bold;margin-bottom:1rem}.venta-espera__operadores{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:860px}.venta-espera__operadores img{width:90px;height:100%;margin:7px}.venta-espera__operadores img.europamundo,.venta-espera__operadores img.op-vpt{width:120px}.venta-espera__operadores img.op-localista{width:140px}.venta-espera__operadores img.op-liv{width:60px}.venta-espera__operadores img.op-Otsi{margin-top:-5px}@media (max-width:767.98px){.ventana-espera__texto1{font-size:18px;margin:0 1rem}.ventana-espera__texto2{font-size:14px;margin:0.7rem 1rem 1rem 1rem}.venta-espera__operadores img{width:75px}.venta-espera__operadores img.europamundo,.venta-espera__operadores img.op-vpt{width:105px}.venta-espera__operadores img.op-localista{width:105px}.venta-espera__operadores img.op-liv{width:48px}}@media (max-width:599.98px){.venta-espera__operadores img{width:60px}.venta-espera__operadores img.europamundo,.venta-espera__operadores img.op-vpt{width:90px}.ventana-espera__spinner{margin-bottom:0rem}.venta-espera__operadores img.op-localista{width:90px}.venta-espera__operadores img.op-liv{width:40px}}@media (max-width:399.98px){.ventana-espera__contenido{padding:1.5rem 0rem}} 
/*texto ventana de espera*/
.animar-texto{animation:espera-animation 5s ease-in-out infinite}
@keyframes espera-animation{0%{opacity:0;visibility:hidden}25%{opacity:1;visibility:visible} 80%{opacity:1;visibility:visible} 100%{opacity:0;visibility:hidden}}
/* buscador de destinos */
#searchForm{z-index:3;font-size:16px;background-color:#FBF9F9;border-radius:50px;position:relative;height:max-content;color:#636363;margin:auto}#searchForm input.select2-search__field:-moz-placeholder-shown{width:100%!important;min-width:180px}#searchForm input.select2-search__field:-ms-input-placeholder{width:100%!important;min-width:180px}#searchForm input.select2-search__field:placeholder-shown{width:100%!important;min-width:180px}#searchForm input{font-size:12px;line-height:0.8rem;margin-bottom:5px;margin-left: 10px;font-weight: normal;font-family: 'Raleway', sans-serif;}#searchForm .select2-container--default .select2-selection--single{border:0;background:transparent;height:30px}#searchForm ul li.select2-selection__choice{width:max-content;height:30px;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;letter-spacing:.5px;background-color:#fb2c73;border:1px solid #fff;border-radius:10px;margin:0 2px;padding:0 5px;font-size:10px;font-weight:400}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#1e2431;cursor:pointer;display:inline-block;font-weight:700;margin-right:3px;font-size:12px}#searchForm .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{font-size:21px;margin-bottom:4px;border: 0;outline: 0;}#searchForm .select2-container--default .select2-selection--single .select2-selection__arrow{display: none;}#searchForm span.select2-selection.select2-selection--multiple{height: 100% ;}
#searchForm .select2-selection__rendered li:nth-child(2){display:none}#searchForm span.select2.select2-container.select2-container--default{width:100%!important}#searchForm li:first-of-type.select2-search.select2-search--inline{color:#7B7B7B;font-size:0.75rem;}@media (max-width:1079.98px){#searchForm .select2-container--default.select2-selection--multiple.select2-selection__rendered{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:4px}}@media (min-width:1080px){#searchForm input{font-size:16px;}#searchForm .select2-container--default .select2-selection--multiple .select2-selection__rendered{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:10px;padding-bottom:10px;margin:0}#searchForm  li:first-of-type input.select2-search__field:-moz-placeholder-shown{height:35px;line-height:35px}#searchForm  li:first-of-type input.select2-search__field:-ms-input-placeholder{height:35px;line-height:35px}#searchForm  li:first-of-type input.select2-search__field:placeholder-shown,#searchForm  li:first-of-type input, #searchForm  li:first-of-type.select2-search.select2-search--inline{height:35px;line-height:35px}#searchForm li:not(:first-of-type).select2-search.select2-search--inline{height:35px;line-height:35px}#searchForm li:not(:first-of-type) input.select2-search__field:-moz-placeholder-shown{width:15px!important;max-width:15px!important;min-width:15px!important;height:35px}#searchForm li:not(:first-of-type) input.select2-search__field:-ms-input-placeholder{width:15px!important;max-width:15px!important;min-width:15px!important;height:35px}#searchForm li:not(:first-of-type) input.select2-search__field:placeholder-shown{width:15px!important;max-width:15px!important;min-width:15px!important;height:35px}}.select2-container .select2-dropdown{top: 12px;}#searchForm .select2-container--open .select2-dropdown{left:0;}#searchForm .select2-container--default .select2-selection--multiple .select2-selection__rendered input{color:#7B7B7B;}#searchForm{height:3rem;padding:0.5rem;}.inputDestino,#searchForm,#searchForm .select2-container--default .select2-selection--multiple .select2-selection__rendered,#searchForm span.select2-selection.select2-selection--multiple{width:100%;max-width:448px;display:flex;align-items:center;border-radius:999px;border:none;color:#7B7B7B;font-size:0.75rem;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:0;outline:0;}

