/* HEADER */
.header__widgets {
	> div:not(:last-child) {
		display: initial;
	}
	> div + div {
		border-left: solid .1rem var(--color-vibe-light);
		padding-left: 1rem;
		margin-left: 1rem;
	}
	p, a {
		font: normal 1.4rem/normal var(--font-primary);
		color: var(--color-vibe-light);
		display: flex;
		column-gap: .5rem;
		margin: unset !important;
		&:hover {
			color: var(--color-vibe-yellow);
		}
	}
	.text-color-green a{
		color: var(--color-vibe-green);
	}
	> div:last-child ul {
		margin: 0;
		flex-direction: row;
		gap: 0.5rem;
	}
}

.header__menu {
	width: 100%;
	margin-top: 1rem;
}

.header__menu input + label {
	display: none;
}

.header__menu input ~ nav {
	display: block;
	position: initial;
	width: auto;
	overflow: auto;
	border-radius: var(--radius-vibe););
	background: rgb(96 207 102 / 50%);
	backdrop-filter: blur(3.5px);
}

.header__menu nav#menu ul > li > a {
	font: 600 1.4rem/normal var(--font-primary);
	width: auto;
	padding: 1.4rem 1.5rem 1.2rem;
	border-radius: 0;
	transition: 0.5s;
	color: var(--color-vibe-light);
	border: 2px solid #0000;
}

.header__menu nav#menu ul > li > a:hover {
	color: var(--color-vibe-yellow);
	background: none;
	border-bottom: 2px solid var(--color-vibe-yellow);
}

.header__menu nav#menu ul {
	flex-direction: initial;
	justify-content: flex-end;
	padding: 0;
}

.header__menu nav#menu ul > li {
	opacity: inherit;
	list-style: none;
	margin: 0;
}

.header__menu nav#menu ul > li > a[aria-current="page"] {
	color: var(--color-vibe-yellow);
	border-radius: 0.6rem 0.6rem 0 0;
	/* background: var(--color-vibe-yellow); */
	}
.header__banner .slider_instance .stx-main-container {
	height: inherit !important;
}

/* FIN-HEADER */
/* FRONTAPGE */

.welcome__text {
	max-width: 70%;
	& p,
	h2 {
		margin-bottom: 0;
	}
	> div {
		gap: 7rem;
		> div:first-child {
			align-content: center;
		}
	}
}

.welcome__image img {
	max-width: 45rem;
}

.frontpage__welcome {
	gap: 5rem;
	padding: 5rem 0;
}
.frontpage__blockTours h2 {
	font-size: 3.6rem;
	line-height: normal;
	margin: 0;
}
.bestdestinations_box {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		"card__1 card__1 card__2 card__3"
		"card__1 card__1 card__4 card__5";
}

.toursmachupicchu_box {
	/* grid-template-columns: repeat(2, 1fr); */
	/* grid-template-rows: 1fr; */
}

/* FIN-FRONTAPGE */
/* FOOTER */
.footer__widgets {
	flex-wrap: nowrap;
	flex-direction: initial;
	p,
	a,
	li {
		text-align: left;
		overflow-wrap: break-word;
		word-wrap: break-word; /* Soporte para navegadores más antiguos */
		word-break: break-word;
		hyphens: auto; /* Para añadir guiones automáticos si es necesario */
	}
	p.footer_social_icons {
		justify-content: left;
	}
	h2 {
		text-align: left;
		
		
		
		
		&:after {
			margin: unset;
		}
	}
	> div {
		min-width: 15rem;
		&:first-child {
			width: 20%;
		}
		&:first-child figure {
			text-align: left;
		}
	}
}

.copyright__box {
	justify-content: space-between;
}
/* FIN-FOOTER */
/* ITINERARIO */
.header__innerpages .header__nav {
	margin-bottom: 0;
	&:before {
		display: none;
	}
	.menu__nav {
		background: none;
		> ul > li:last-child a {
			padding-right: 0 !important;
		}
	}
	.header__content {
		.header__logo {
			&:after {
				height: 6rem;
			}
			img {
				width: 9rem;
			}
		}
	}
}

.itinerario-titulo h1 {
	text-align: left;
	font-size: 4rem;
	width: 100%;
	span {
	padding-top: 0.9rem;
	margin-top: 1.3rem;
	&:before {
		left: 0;
		transform: translateX(0);
		}
	}
}

.itinerario-estracto p {
	text-align: left;
}

.itinerario-estracto {
	margin-bottom: 3rem;
	width: 100%;
}
.itinerario-titulo h1:before {
	/* width: 35%; */
	/* left: -40%; */
}

.itinerario-titulo h1:after {
	width: 35%;
	right: -40%;
}

.itinerarios__box {
	width: 90%;
	max-width: 140rem;
	margin: 0 auto 7rem;
	display: flex;
	gap: 3%;
}
.itinerary--content {
    width: 100%;
}

.itinerarios__highlights {
	/* width: max-content; */
	padding: 2rem;
	justify-content: flex-start;
}

.slider__slide {
	height: 44rem;
}

.itinerary--content .responsive-tabs-wrapper:before,
.tourContent .responsive-tabs-wrapper:after {
	display: none;
}

.itinerary--content .responsive-tabs ul.responsive-tabs__list {
	margin: 0;
	display: flex;
	align-items: center;
	height: 100%;
	border-radius: 1rem 1rem 0 0;
}

.itinerary--content .responsive-tabs .responsive-tabs__list__item {
	font: 500 1.8rem var(--font-primary);
	text-transform: uppercase;
	color: var(--dark);
	border: none;
	padding: 1.5rem 2rem 1.5rem;
	border-radius: 1rem;
	border-bottom: solid 2px #02894c00;
}

.itinerary--content .responsive-tabs .responsive-tabs__list__item--active,
.itinerary--content
	.responsive-tabs
	.responsive-tabs__list__item--active:hover {
	background: none;
	padding: 1.5rem 2rem 1.5rem;
	top: 0;
	border-bottom: solid 2px var(--red);
	color: var(--white);
	background: var(--red-dark);
}

.itinerary--content .responsive-tabs .responsive-tabs__panel {
	border: none;
	background: var(--white);
	padding: 2.5rem 1.8rem;
	border-radius: 1rem;
	margin-top: 1rem;
}

.itinerary--content .responsive-tabs .responsive-tabs__list__item:hover {
	border-bottom: solid 2px var(--red-dark);
	color: var(--white);
	background: var(--red);
	padding: 1.5rem 2rem 1.5rem;
}

.general_sidebar {
	width: 100%;
	max-width: 37rem;
	margin: 0 auto;
}

.slider__slide {
	height: 60rem;
}

.itinerarios__box article {
	width: 100%;
}
.slider__slide img {
	/* height: auto; */
	/* object-fit: initial; */
	border-radius: var(--radius-vibe);
}

.itinerarios__highlights > div {
	margin: 0 6rem 0 0;
	flex-basis: initial;
}

aside.general_sidebar {
    width: 100%;
    margin: 0;
}
/* FIN-ITINERARIO */
/* FORMULARIOS */
.pages__box form label {
	flex-basis: 49%;
}


/* FIN-FORMULARIOS */

/* SIDEBAR-PAGINAS */
.sidebar__pages {
	width: 100%;
}
/* FIN-SIDEBAR-PAGINAS */
/* PAGINAS */
.pages__box .itinerary--content {
	width: 100%;
}

[id^="menu-menu-header"] {
	display: flex !important;
}
/* FIN-PAGINAS */
/* CARDS */
.taxonomy_box {
	.category__cards {
		column-gap: 2%;
		.besttours__card {
			width: 23.5%;
			&:before {
				padding-top: 150%;
			}
		}
	}
}
/* FIN-CARDS */
/** REVIEWS **/
.itinerario__reviews {
    width: 100%;
    margin: 0;
}
/** FIN REVIEWS **/