.page .tours-page .dashed-line {
	top: 0;
	bottom: 0;
	position: relative;
	border-top: 1px dashed #ccc;
	height: 1px;
	margin-top: auto;
	margin-bottom: 22px;
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -20px;
}

#id75005 {
	display:none !important;
}

#id75182 {
	display:none !important;
}


.wt-location-arr{
	display:none;
}


.bs-product {
    color: #7B99AF;
    font-family: Gilroy;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 116.3%;
    letter-spacing: 2px;
    margin: 50px 0 0 10%;
    text-decoration:none;
}

.tours-page h2{
    color: #000;
    font-family: Gilroy;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.3px;
    margin: 45px 40px 0;
}

@media (min-width: 1000px) {
    .tours-page h2 {
        margin: 45px 7% 0%;
    }
}

/**modal filtro **/

.modal-filtro {
	visibility:hidden;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
}

@media (min-width:1000px){
	.modal-filtro {
    position: absolute;
    bottom: 185px;
    width: 500px;
    height: 50%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
		left: 0;
		top:0;
	}
}

.category-filter {
    background-color: #fff;
    box-shadow: 2px 2px 12px 2px rgb(0 0 0 / 15%);
    padding: 20px;
    height: auto;
    border-radius: 8px;
}



@media only screen and (max-width: 768px) {
  .category-filter {
    width: 100vw;
    height: 100vh;
    margin: 0; 
    border-radius: 0; 
		padding: 75px 0;
  }
}

.filter-header{
	  display: flex;
    justify-content: space-between;
    margin: 5px 35px;
    align-items: center;
}

/** filtro container **/

.filtro-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
}

@media (min-width:1000px){
		.filtro-container {
		padding: 22px 9% 35px 7%;
	}
}

@media (min-width:1800px){
		.filtro-container {
		padding: 35px 13% 35px 7%;
	}
}


.filtro-btns {
    display: flex;
    gap: 10px;
		position:relative;
}

.filter-buttons{
	  display: flex;
    align-items: center;
	justify-content: space-around;
}

.filter-clear{
    background: none;
    border: none;
    display: flex;
    gap: 5px;
}

.filter-clear span{
	  color: #0079A9;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;	
}

.filter-btn, .orden-btn {
    display: flex;
    align-content: center;
    gap: 8px;
	
		padding: 10px 20px;
    background-color: #0079A9;
    border: none;
    border-radius: 5px;
    cursor: pointer;
		height: 33px;
		padding: 9px 16px 9px 13px;

		border-radius: 8px;
		background: rgba(0, 121, 169, 0.10);
	
		transition: opacity 1s ease;
		color: #0079A9;
		font-family: Ubuntu;
		font-size: 12px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
}

.orden-btn > svg {
	margin-top: 2px;
}

.orden-btn.op{
	opacity:0;
}

.filter-btn > svg {
	margin-top: 1px;
}

/* opciones de filtro */
.filter-options {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filter-option {
     width: 80%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    cursor: pointer;
	
	color: #292929;
	font-family: Ubuntu;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.5px;
}

.filter-option input{
	  width: 20px;
    height: 20px;
}

.search-btn {
    margin-left: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
	  border-radius: 50px;
    background: #F9F9F9;
    padding: 5px 10px 5px 5px;
}

@media (max-width:40em){
	.search-btn{
	  position: absolute;
    background: none;
    right: 30px;	
		margin: unset;
	}
}

@media (max-width:40em){
	.search-btn svg path{
	stroke: #0079A9;
	}
}
	.search-btn svg{
	transition: transform 0.5s ease, opacity 0.5s ease;
	}

.search-btn input[type="text"]{
	border: none;
	color: #8C8C8C;
	font-family: Ubuntu;
	font-size: .85rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: transform 0.5s ease, opacity 0.5s ease;
	background: transparent;
}

@media (max-width:40em){
	.search-btn input{
    position: absolute;
    right: 10px;
    width: 125px;
		pointer-events: none;
		transition: opacity 1s ease;
		opacity: 0;
	}
}

.search-btn input.active{
	pointer-events:auto;
	opacity: 1;
}

@media (max-width:40em){
	.search-btn svg.abierto{
    transform: translateX(-30vw);
}
}


#search:focus-visible{
	outline:none;
}

#search:focus{
	font-weight:500;
}


.tours-wrap span {
	color: #7B99AF;
	font-family: Gilroy;
	font-size: .8rem;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 24px;
	text-decoration:none;
}

.tours-wrap span > a{
    text-decoration:none !important;
}

.tours-wrap span.sustitle {
color: #333A48;
font-family: Gilroy;
font-size: 2.3rem;
font-style: normal;
font-weight: 700;
letter-spacing: -0.5px;
}

.h2-tours .tours-mobile{
	   color: #292929;
    font-family: Gilroy;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.5px;
    margin-top: 24px;
}


/* Estilos para el fondo del modal */
.modal-orden {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vh;

  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
}



@media (min-width:1000px){
	.modal-orden{
    position: absolute;
    top: 0;
    left: 140px;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 9999;
    justify-content: center;
    align-items: center;
    opacity: 0;
	}
}


.modal-orden.open {
  transform: translateY(0);
  opacity: 1;
	display:flex;
}

/* Estilos para el contenido del modal */
.modal-contenido {
  text-align: center;
  width: 100%;
	min-width:270px;
	background-color: white;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.3);
	border-radius: 16px;
	padding: 0 0 22px;
	height: 100%;
}


/** filtro container **/

.price-container{
	display: flex;
	flex-direction: column;
	gap: 7px;
	align-items:center;
	    margin: 10px 35px;
}

.btn-price{
	margin: unset;
}

.btn-price .price-container {
	margin: 0;
	align-items:start;
	gap: 0;
}

@media (max-width:40em){
	.top-wrp .price-container{
	  position: absolute;
    top: 110px;
	}
}

@media (max-width:40em){
	.postid-58835 .top-wrp .price-container{
	  position: absolute;
    top: 85px;
	}
}

.top-wrp .price-container .priceam-wrp{
    display: flex;
    gap: 7px;
    color: #fff;
	align-items: baseline;
}

@media (max-width:40em){
.top-wrp .price-container .priceam-wrp{
	  display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
	}
}

@media (max-width:40em){
.top-wrp .price-container .priceam-wrp{
	  display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 7px;
	}
}

@media (max-width:40em){
.postid-58667 .top-wrp	.price-container{
    position: absolute;
		top: 84px;	
	}
}

.top-wrp .price-container .priceam-wrp span:first-of-type{
	color: #FFF;
	font-family: Ubuntu;
	font-size: .55rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (min-width:1000px){
	.top-wrp .price-container .priceam-wrp span:first-of-type{
		font-size: .9rem;
	}	
}

.top-wrp .price-container .priceam-wrp .woocommerce-Price-amount .woocommerce-Price-symbolo{
	color: #FFF;
	font-family: Ubuntu;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (min-width:1000px){
	.top-wrp .price-container .priceam-wrp .woocommerce-Price-amount .woocommerce-Price-symbolo {
	font-size:1.65rem;
	}
}


.top-wrp .price-container .woocommerce-Price-amount{
	color: #FFF;
	font-family: Gilroy;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (min-width:1000px){
.top-wrp .price-container .woocommerce-Price-amount {
	font-size:2.3rem;
	}
}


.plus-info {
	color: #343434;
	font-feature-settings: 'liga' off;
	font-family: Gilroy;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 21.6px */
	margin: 5px 7% 55px;
}

@media (min-width:1000px){
	.plus-info {
	margin: 35px 35px 50px;
	}
}


@media (max-width:40em){
	.h2-tours::first-letter {
		text-transform:uppercase;
	}	
}
.h2-tours {
		color: #292929;
		font-family: Gilroy;
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		letter-spacing: -0.5px;
	
		margin-top: 24px;
}





@media (max-width:40em){
.h2-tours {
	font-size:1.9rem;
}	
}

@media (max-width:40em){
	.tours-h{
	display: none;
	}	
}

.tours-wrap span.tours-h{
		color: #7B99AF;
		font-family: Gilroy;
		font-size: 2.5rem;
		font-style: normal;
		font-weight: 700;
		line-height: 130%;
		letter-spacing: -0.5px;
	
		margin-top: 24px;
}

#id60337{
	display:none !important;
}


.tours-wrap {
	width: 79%;
	margin: 45px 0 25px 40px; 
}

@media (min-width:1000px){
	.tours-wrap{
		margin: 45px 7% 5%;
}
}



.info-container {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 600px;
    overflow: hidden;
		height: 100px;
	flex-direction: column;
}

.info-container p {
	  display: flex;
    flex-direction: column;
    align-items: center;

}

@media (min-width:1000px){
	.info-container p{
	margin-top: 55px;		
	}
}

@media (min-width:1000px){
	.acerca-port .info-container p{
	margin-top: unset;		
	}
}


.info-container .info-text p {
	display:block;
	    color: #343434;
    font-feature-settings: 'liga' off;
    font-family: Gilroy;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
	  margin: 22px 7%;
}

.info-content {
  	margin: 0 35px;
    color: #878787;
    font-family: Gilroy;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}


.category-list{
	display: flex;
	gap: 6px;
	padding: 20px;
	flex-wrap:wrap;
}

.category-filter h3{
	color: #292929;
	font-family: Ubuntu;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.5px;
	margin: 0;
}

.category-filter h2{
	color:#0079A9;
	font-family: Ubuntu;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.3px;
}

.category-btn{
	padding: 8px;
	
	color: #292929;
	text-align: center;
	font-family: Ubuntu;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: none;
	border-radius: 4px;
	border: 1px solid #292929;
}

.category-btn.active {
	color: #fff;
	background: #292929;
	padding: 8px;
}

@media (min-width:1000px){
	#apply-filters, #apply-orden{
    width: 85%;
    height: 40px;
    background: #bbbbbb;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    border-radius: 50px;
    pointer-events: none;
	}	
}

#apply-filters, #apply-orden{
    width: 50%;
    height: 40px;
    background: #bbbbbb;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    border-radius: 50px;
    pointer-events: none;
}

#apply-filters.active, #apply-orden.active{
    background: #0079A9;
		pointer-events:auto;
}
	
#apply-filters:hover{
		color: #fff;
		background: #18bc70;
}


.icon-t {
	  display: flex;
    gap: 16px;
		align-items: center;
}

.preguntas .icon-t{
	margin-right: 20px;
}

.accordion-item-header {
	display: flex;
	justify-content: space-between;
	margin: 0 28px 0 22px;
	
	color: #0F1924;;
	font-family: Gilroy;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (min-width:1000px){
		.accordion-list .accordion-item-header, .freq-header {
    padding: 22px 22px;
border-radius: 12px;
background: #FAFAFA;
		margin:unset;
	}
}

.lineas .accordion-list .accordion-item-header {
	background: none;
}

.preguntas .accordion-item-header {
	color: #333A48;
	font-size: 1.1rem;

	padding:unset;
	background: none;
}

.preguntas .accordion-list-faqs .accordion-item-header, .preguntas .accordion-list-reco .accordion-item-header,  .preguntas .accordion-list-info .accordion-item-header {
	margin: 0 39px;
  color: #768094;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.5px;
}

.home .preguntas .accordion-list-faqs .accordion-item-header, .home .preguntas .accordion-list-info .accordion-item-header, .preguntas .accordion-list-reco .accordion-item-header{
	margin: 0;
}

.preguntas .accordion-list-faqs li:last-child, .preguntas .accordion-list-reco li:last-child,  .preguntas .accordion-list-info li:last-child{
	padding: 22px 0 0;
}

.section-info .accordion-item-header{
	color: #768094;
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height:20.8px;
	letter-spacing: -0.5px;
}

.info-head {
	  display: flex;
    gap: 15px;
    color: #292929;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.5px;
    flex-direction: row;
    align-items: center;
    padding:0 35px 0px;
}

@media (min-width:1000px){
	.info-head{
		font-size: 2em;
	}
}


.lineas, .section-info {
	padding: 50px 0 ;
}


.lineas .accordion-item-header {
	margin: 0 35px;
}

.tours-tagline {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #64748b; /* gris medio */
  margin-bottom: 0.5rem;
}

.tours-title {
  font-family: 'Gilroy', sans-serif;
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #1e293b;
}

.tours-h {
  display: none;
}

.tours-wrap span.tours-mobile {
  display: block;
    font-family: 'Gilroy', sans-serif;
    font-size: clamp(1.75rem, 5vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem;
    color: #1e293b;
    letter-spacing:0px;
}

/* Desktop: mostrar versión larga */
@media (min-width: 768px) {
  .tours-h {
    display: block;
  }
  .tours-mobile {
    display: none;
  }
}


@media (min-width:1000px){
	.tours-wrap span.tours-mobile{
	display:none;
	}	
}
/* NUEVO: Intro paragraph - crítico para GEO */
.tours-intro {
  font-size: 1rem;
  line-height: 1.6;
  color: #475569;
}

.tours-intro strong {
  color: #1e293b;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .tours-intro {
    font-size: 1rem;
    padding: 0;
  }
}

/**
 * Tour Grid - Mejoras GEO
 * Complementa el CSS existente del tema woo-tour
 * NO reemplaza - solo agrega mejoras
 * 
 * Agregar en: Apariencia > Personalizar > CSS adicional
 */

/* ==========================================================================
   MEJORAS AL GRID EXISTENTE
   ========================================================================== */

/* Lazy loading smooth */
.item-post-n img {
    transition: opacity 0.3s ease;
}

.item-post-n img[loading="lazy"] {
    opacity: 0;
}

.item-post-n img.lazyloaded,
.item-post-n img:not([loading="lazy"]) {
    opacity: 1;
}
.wt-grid-shortcode figure.ex-modern-blog .grid-excerpt p{
    font-size: .9rem;
}
/* ==========================================================================
   PRECIO CON USD
   ========================================================================== */

/* Integración del shortcode [precio] en las cards */
.price-container .calafate-price {
    display: inline-flex;
    align-items: baseline;
    gap: 0.375rem;
}

.price-container .calafate-price__ars {
    font-size: inherit;
    font-weight: 700;
}

.price-container .calafate-price__usd {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #64748b;
}

/* Ajuste para layout inline */
.price-container .calafate-price--inline {
    flex-wrap: wrap;
}

/* ==========================================================================
   BOTÓN "VER DETALLES"
   ========================================================================== */

/* Estilo mejorado para el CTA */
.btn-price .btn.we-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 44px; /* Touch target */
    padding: 10px 20px;
    font-weight: 600;
    transition: background 0.2s ease, transform 0.1s ease;
}

.btn-price .btn.we-button:hover {
    transform: translateY(-1px);
}

.btn-price .btn.we-button:active {
    transform: translateY(0);
}

/* ==========================================================================
   SPECS (DURACIÓN + TRANSPORTE)
   ========================================================================== */

.wt-more-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
    align-items: center;
}

.tour-duration,
.tour-transport {
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
    color: #64748b;
}

.tour-duration svg,
.tour-transport svg {
    flex-shrink: 0;
}

/* ==========================================================================
   BADGE DE UBICACIÓN
   ========================================================================== */

.wt-location-arr {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 6px;
}

/* ==========================================================================
   EXCERPT OPTIMIZADO
   ========================================================================== */

.grid-excerpt p {
    /* Limitar a 3 líneas para chunking óptimo */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.5;
}

/* ==========================================================================
   HOVER EFFECTS
   ========================================================================== */

.item-post-n figure.ex-modern-blog {
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.item-post-n:hover figure.ex-modern-blog {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}


/* ==========================================================================
   RESPONSIVE FIXES
   ========================================================================== */

@media (max-width: 767px) {
    /* Precio + CTA en columna en mobile */
    .btn-price {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    
    .btn-price .price-container {
        text-align: center;
    }
    
    .btn-price .btn.we-button {
        width: 100%;
        justify-content: center;
    }
    
    /* Specs en columna si no caben */
    .wt-more-meta {
        gap: 8px 12px;
    }
    
    .tour-duration,
    .tour-transport {
        font-size: 0.8125rem;
    }
}

/* ==========================================================================
   ACCESIBILIDAD
   ========================================================================== */

/* Focus visible para navegación por teclado */
.item-post-n a:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* Contraste mejorado */
.grid-excerpt p {
    color: #475569;
}

/* ==========================================================================
   PRINT
   ========================================================================== */

@media print {
    .item-post-n {
        break-inside: avoid;
        page-break-inside: avoid;
    }
    
    .btn-price .btn.we-button {
        border: 1px solid #000;
        background: transparent !important;
        color: #000 !important;
    }
}

/* ==========================================================================
   OCULTAR SCHEMA (no visual, solo para bots)
   ========================================================================== */

.item-post-n script[type="application/ld+json"] {
    display: none;
}

.tours-page .accordion-list li {
    margin: unset;
    border-radius: unset;
    box-shadow: unset;
    padding: 20px 15px;
}

@media (max-width: 40em) {
    .modal-contenido {
        margin: 125% auto 0;
        width: 100%;
        border-radius: 12px;
        height: auto;
        overflow: scroll;
        overflow-x: hidden;
    }
}