/*
Theme Name: Machupicchu Sanctuary Explorer - Theme 1.0
Author: Hans Ccarita
Description: El tema, peronalizado y enfocado a los servicios que presta la Empresa con un diseño claro. La tipografía es sencilla, clara y legible en una gran variedad de tamaños de pantalla, además de disponible en multitud de idiomas. Lo hemos diseñado pensando primero en su uso móvil, lo que implica que tu contenido ocupará el centro de la escena independientemente de cómo lleguen tus visitantes, ya sea desde un móvil inteligente, una tableta, un portátil o un ordenador de escritorio.
Author URI: https://vibedigital.agency
version: 1.0
License: GNU General Public License v3 or later  
License URI: http://www.gnu.org/licenses/gpl-3.0.html  
Text Domain: original vibe digital agency
Tags: wordpress theme, hans designer, web developer
*/

/* GENERALES */
:root {
	--color-background: #fff;
	--color-white: #fff;
	--color-gray-1: #f0f0f0;
	--color-gray-2: #e9e5e5;
	--color-gray-3: #9c9c9c;
	--color-gray-4: #4e4f55;
	--color-gray-5: #272933;
	--color-gray-6: #1a1a1a;
	--color-black: #000;
	--color-blue: #337ab7;
	--color-blue-dark: #286090;
	--color-green: #5cb85c;
	--color-green-dark: #449d44;
	--color-yellow: #f0ad4e;
	--color-yellow-dark: #ec971f;
	--color-red: #d9534f;
	--color-red-dark: #c9302c;
	--color-vibe-green: #789461;
	--color-vibe-green-2: #3a8352;
	--color-vibe-green-dark: #294b2a;
	--color-vibe-yellow: #fed049;
	--color-vibe-blue-dark: #001524;
	--color-vibe-light: #f9f8f4;
	--color-vibe-light-2: #e9e8e3;
	--color-vibe-dark: #2d312d;
	--color-vibe-orange: #ff6000;
	--color-vibe-orange-light: #ffa559;
	--color-btn: #c0c5c0;
	--font-primary: "museo-sans", sans-serif;
	--font-secondary: "rozha-one", serif;
	--radius-vibe: 2rem;
}

*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	font-family: var(--font-primary);
	background: var(--color-white);
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-primary), -apple-system, Helvetica, Arial,
		sans-serif;
	/* -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	position: relative;
}

main {
	margin-top: 4rem;
	position: relative;
	z-index: 0;
}

section {
	width: 95%;
	max-width: 120rem;
	margin: 0 auto;
	/* position: relative; */
	padding: 0 1.5rem;
}

section p:not(section p:last-child),
section ul:not(section ul:last-child) {
	margin-bottom: 1rem;
	box-sizing: border-box;
}

section p:last-child {
	margin: 0;
}

section > p:first-child {
	padding-top: 0;
}

h1,
h2,
h3,
h4 {
	font: 500 3.4rem/3.6rem var(--font-secondary);
	color: var(--color-vibe-dark);
}

h2 strong {
	font-weight: 100;
}

h3 {
	font-weight: 900;
	font-size: 1.8rem;
	line-height: normal;
}

p,
li,
a {
	font: 300 1.6rem/2.6rem var(--font-primary);
	color: var(--color-vibe-dark);
	padding-top: 2.5rem;
	& strong {
		font-weight: 500;
	}
}

a {
	padding-top: 0;
}

p {
	+ p {
		padding-top: 0;
	}
	+ h2,
	+ h3,
	+ h4 {
		padding-top: 2rem;
	}
}

ul {
	+ h2,
	+ h3,
	+ h4 {
		padding-top: 2rem;
	}
}

h2,
h3,
h4 {
	+ p {
		padding-top: 1rem;
	}
}

li {
	text-align: left;
	list-style: disc outside;
	margin-left: 1em;
	padding-top: 0;
}

p,
h2,
h3 {
	&:empty {
		display: none;
	}
}

hr {
	margin: 3rem 0;
	color: var(--color-vibe-dark);
}

.btn a {
	font: 500 1.5rem / normal var(--font-primary);
	color: var(--color-btn);
	background: none;
	border-radius: var(--radius-vibe);
	padding: 1.2rem;
	margin: 0.5rem;
	transition: 0.5s;
	&:hover {
		background: var(--color-vibe-yellow);
		color: var(--color-vibe-blue-dark);
		transition: 0.5s;
	}
}
/* FIN-GENERALES */
.frontpage {
	background: url(assets/images/machupicchu-rain-background.webp) no-repeat
		center top;
	background-size: 100% auto;
}
.header__content {
	position: relative;
	width: 95%;
	margin: 0.7rem auto 0;
	z-index: 1;
	& .header__banner .banner__inicio .flexslider img {
		border-radius: var(--radius-vibe);
		height: 72rem;
		object-fit: cover;
	}
	& .header__banner {
		position: relative;
		&:after {
			content: "";
			width: 100%;
			height: 30rem;
			background: linear-gradient(
				to bottom,
				color-mix(in srgb, var(--color-black) 76%, transparent),
				color-mix(in srgb, var(--color-black) 0%, transparent)
			);
			position: absolute;
			top: 0;
			border-radius: var(--radius-vibe);
		}
		& .n2-ss-slider-3.n2-ow {
			border-radius: var(--radius-vibe);
		}
	}
}

.n2-ss-slider .n2-ss-slide-background-image img {
	border-radius: var(--radius-vibe);
}

.header__navigation {
	position: absolute;
	top: 0;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	& .header__top_widgets {
		width: 100%;
		display: flex;
		& .wp-block-group > div {
			display: flex;
			align-items: center;
			gap: .8rem;
			& p {
				padding: 0;
				display: flex;
				&:nth-child(1) {
					gap: .5rem;
					height: 2.4rem;
				}
				&:nth-child(2) {
					background: var(--color-vibe-yellow);
					border-radius: var(--radius-vibe);
					padding: 0.6rem 1.4rem 0.6rem 4.1rem;
					position: relative;
				}
				&:nth-child(2)::before {
					content: "";
					width: 2.4rem;
					height: 2.4rem;
					background-color: var(--color-vibe-blue-dark);
					mask-image: url(assets/images/phone-top.svg);
					-webkit-mask-image: url(assets/images/phone-top.svg);
					mask-size: cover;
					-webkit-mask-size: cover;
					position: absolute;
					left: 1.1rem;
					top: 50%;
					transform: translateY(-50%);
				}
				&:nth-child(2) a {
					font: 300 1rem/1.2rem var(--font-primary);
					color: var(--color-vibe-blue-dark);
					text-decoration: none;
				}
				&:nth-child(2) a strong {
					font: 700 1.6rem/1.9rem var(--font-primary);
				}
			}
			& a {
				display: block;
			}
		}
		& .menu {
			display: flex;
			> li {
				list-style: none;
				margin: 0;
				padding: 0 1.5rem;
			}
			& li + li {
				border-left: solid 0.1rem
					color-mix(in srgb, var(--color-vibe-light) 70%, transparent);
			}
			& a {
				font: 300 1.2rem/1.3rem var(--font-primary);
				color: var(--color-vibe-light);
				text-decoration: none;
			}
		}
		& .wp-block-polylang-language-switcher {
			display: flex;
			height: 3.1rem;
			& li {
				list-style: none;
				margin-left: 0;
			}
			& li + li {
				margin-left: 0.5rem;
			}
			& a {
				display: block;
				height: 3.1rem;
			}
			& img {
				border-radius: 50%;
                width: 3.1rem;
                height: 3.1rem;
                object-fit: cover;
                outline: solid 0.6rem var(--color-vibe-light);
                margin-left: 0.4rem;
			}
		}
	}
	& .header__nav {
		display: flex;
		flex-direction: column;
		gap: 1rem;
		margin: 1rem auto 1.5rem;
		& .header__logo {
			border-radius: 1rem 0 var(--radius-vibe) 0;
			position: relative;
			a {
				display: block;
				padding: 0;
				line-height: unset;
				& .custom-logo {
					width: 12rem;
				}
			}
		}
	}
}

/*** MENU ***/
#menu__burger {
	display: none;
}

.header__menu {
	& input + label {
		background: var(--color-vibe-yellow);
		border: 1.3rem solid var(--color-vibe-yellow);
		border-radius: 50%;
		position: fixed;
		bottom: 3rem;
		right: 3rem;
		height: 2rem;
		width: 2rem;
		z-index: 5;
		box-sizing: initial;
		& span {
			background: var(--color-vibe-blue-dark);
			position: absolute;
			width: 100%;
			height: 0.3rem;
			top: 50%;
			margin-top: -0.1rem;
			left: 0;
			display: block;
			transition: 0.5s;
			&:first-child {
				top: 0.4rem;
			}
			&:last-child {
				top: 1.6rem;
			}
			&:nth-of-type(1) {
				width: 50%;
			}
			&:nth-of-type(2) {
				width: 100%;
			}
			&:nth-of-type(3) {
				width: 75%;
			}
		}
	}
	& label:hover {
		cursor: pointer;
	}
	& label:after {
		content: "MENU";
		position: absolute;
		bottom: -3.4rem;
		left: 50%;
		transform: translateX(-50%);
		background: var(--color-vibe-yellow);
		padding: .3rem .8rem .2rem;
		border-radius: var(--radius-vibe);
	}
	& input {
		&:checked {
			+ label span {
				opacity: 0;
				top: 50%;
				width: 100%;
				&:first-child {
					opacity: 1;
					transform: rotate(405deg);
				}
				&:last-child {
					opacity: 1;
					transform: rotate(-405deg);
				}
			}
		}
		~ nav {
			background: var(--color-vibe-dark);
			position: fixed;
			top: 0;
			left: 0;
			width: 0%;
			height: 0%;
			z-index: 4;
			transition: 0.5s;
			transition-delay: 0.5s;
			overflow: scroll;
			box-shadow: none;
			display: none;
			& ul {
				display: flex;
				flex-direction: column;
				justify-content: flex-start;
				height: 100%;
				padding: 3rem 0;
				box-sizing: border-box;
				align-items: center;
				margin: 0 auto;
				> li {
					opacity: 0;
					transition: 0.5s;
					transition-delay: 0s;
					> a {
						font-family: var(--font-primary);
						font-size: 2.2rem;
						text-decoration: none;
						text-align: center;
						color: var(--color-white);
						font-weight: 400;
						display: block;
						padding: 2.3rem 2rem;
						width: 100%;
						text-transform: uppercase;
					}
				}
			}
		}
		&:checked ~ nav {
			display: inherit;
			background: var(--color-vibe-dark);
			height: 100vh;
			width: 100vw;
			& ul > li {
				opacity: 1;
				transition-delay: 0.5s;
				display: block;
				margin: 0;
				width: 100%;
				&.current-menu-item a {
					background: linear-gradient(
						90deg,
						var(--color-vibe-green) 0%,
						var(--color-vibe-dark) 90%
					);
				}
				&:not(:last-child) {
					border-bottom: 1px solid;
					border-image: linear-gradient(
							to right,
							var(--color-vibe-dark),
							var(--color-vibe-green),
							var(--color-vibe-dark)
						)
						1;
				}
				& .sub-menu li:not(:last-child) {
					border-bottom: 1px solid;
					border-image: linear-gradient(
							to right,
							var(--color-vibe-dark),
							var(--color-vibe-dark),
							var(--color-vibe-dark)
						)
						1;
				}
			}
			& ul > li:last-child {
				display: none;
			}
		}
		& ~ nav .sub-menu {
			display: none;
			padding: 0;
			width: 90%;
			border-radius: var(--radius-vibe);
			background: var(--color-vibe-green);
			height: auto;
			& a {
				text-transform: none;
			}
		}
	}
}

.menu__nav ul li {
	&.menu-item-has-children {
		display: none;
		background: var(--color-vibe-dark);
		position: relative;
		width: 100%;
		z-index: 1000;
		& li {
			display: block;
			overflow: hidden;
			& a {
				display: block;
				font-size: 1.6rem;
				padding: 1rem 2rem;
				& span {
					float: right;
					position: relative;
					top: 3px;
					margin-right: 0;
					margin-left: 10px;
				}
			}
		}
	}
	&.menu-item-has-children:hover {
		display: block;
	}
	&.lang-item a {
		& img {
			border-radius: 50%;
			width: 2.6rem;
			height: 2.6rem;
			object-fit: cover;
			outline: solid 0.4rem var(--color-vibe-light);
		}
	}
}
/*** FIN-MENU ***/

/** SWITCH DE IDIOMNAS **/
.header__top_widgets > div {
	height: 100%;
}

.lang_switch {
	height: 100%;
	display: flex;
	align-items: center;
	> div {
		display: flex;
		align-items: center;
	}
	& p {
		display: none;
	}
	& ul {
		& li {
			list-style: none;
			padding-top: 0;
		}
		& a {
			display: flex;
			padding: 0.8rem;
			border-radius: 0.6rem;
			background: #00000031;
		}
		& img {
			width: 4rem;
		}
	}
}
/** FIN SWITCH DE IDIOMNAS **/

/** INFORMACIÓN DE INICIO **/
.frontpage__welcome {
	padding: 5rem 0 5rem;
	margin-bottom: 5rem;
	& .welcome_text {
		width: 84%;
		margin: 0 auto;
		text-align: center;
		position: relative;
		& h2 {
			font: 300 3.2rem/3.4rem var(--font-secondary);
			color: var(--color-vibe-green-dark);
			position: relative;
			margin-bottom: 4rem;
			&:after {
				content: "";
				width: 30%;
				height: 0.2rem;
				background: var(--color-vibe-green-dark);
				position: absolute;
				bottom: -2rem;
				left: 50%;
				transform: translateX(-50%);
			}
		}
	}
}
/** FIN INFORMACIÓN DE INICIO **/

/** TEST DE DOBLE MENU **/
/* Oculta el menú mobile por defecto */
.header__menu--mobile {
	display: none !important;
}

/* Muestra el menú mobile en dispositivos móviles y resoluciones menores a 1200px */
@media (max-width: 1199px) {
	.header__menu--mobile {
		display: block !important;
	}

	.header__menu--desktop {
		display: none;
	}
}

/* Muestra el menú de escritorio por defecto */
.header__menu--desktop {
	display: block;
}

/* Oculta el menú de escritorio en resoluciones menores a 1200px */
@media (max-width: 1199px) {
	.header__menu--desktop {
		display: none;
	}
}
/** FIN TEST DE DOBLE MENU **/

/** FOOTER **/
#footer {
	margin: 2rem auto 0;
	position: relative;
	width: 95%;
	background: linear-gradient(
		to bottom,
		var(--color-vibe-green) 0%,
		var(--color-vibe-green-dark) 100%
	);
	border-radius: var(--radius-vibe) var(--radius-vibe) 0 0;
}

.footer__box {
	padding: 5rem 0 0;
	position: relative;
	z-index: 1;
	width: 100%;
	& p,
	a,
	li {
		color: var(--color-vibe-light);
	}
}

.footer__widgets {
	display: flex;
	padding: 0 1.5rem 5rem;
	gap: 5rem;
	flex-wrap: wrap;
	> div {
		flex: 0 1 100%;
	}
	div[id^="nav_menu"] ul {
		padding-top: 3rem;
	}
	h2 {
		font: 500 2.4rem / 2.6rem var(--font-secondary);
		color: var(--color-vibe-yellow);
		margin-bottom: 1rem;
	}
	a {
		text-decoration: none;
		font-size: 1.4rem;
	}
	.socials-icons {
		figure {
			display: inline-block;
			margin-top: 1rem;
		}
		figure + figure {
			margin-left: 0.6rem;
		}
	}
}

.footer_logo img {
	max-width: 18rem;
}

.footer__copyright {
	width: 95%;
	margin: 0 auto;
	background-color: var(--color-vibe-blue-dark);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem max(20px, calc((90% - 1200px) / 2)) 1rem
		max(20px, calc((90% - 1200px) / 2));
	border-radius: 0 0 var(--radius-vibe) var(--radius-vibe);
	> div {
		padding: 1rem 0;
		width: 100%;
	}
	& a,
	& p {
		font: 300 1.4rem / 1.6rem var(--font-primary);
		color: var(--color-white);
		text-align: center;
		padding: 0;
	}
	.payments {
		display: flex;
		gap: 1.5rem;
		justify-content: center;
	}
}

p[class^="ico"] {
	position: relative;
	padding-left: 3.5rem;
	padding-top: 0;
	&:before {
		content: "";
		width: 2.4rem;
		height: 2.4rem;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

p.ico-phone:before {
	background-color: var(--color-vibe-light);
	mask-image: url(assets/images/ico-phone.svg);
	-webkit-mask-image: url(assets/images/ico-phone.svg);
	mask-size: cover;
	-webkit-mask-size: cover;
}

p.ico-map:before {
	background-color: var(--color-vibe-light);
	mask-image: url(assets/images/ico-home.svg);
	-webkit-mask-image: url(assets/images/ico-home.svg);
	mask-size: cover;
	-webkit-mask-size: cover;
}

p.ico-mail:before {
	background-color: var(--color-vibe-light);
	mask-image: url(assets/images/ico-mail.svg);
	-webkit-mask-image: url(assets/images/ico-mail.svg);
	mask-size: cover;
	-webkit-mask-size: cover;
}
/** FIN FOOTER **/

/** CREDITOS **/
.credits {
	width: calc(90% - 3rem);
	margin: 0 auto 1rem;
	text-align: center;
	a {
		font-weight: 300;
		font-size: 10px;
		line-height: 27px;
		background: linear-gradient(to right, #bf1e63, #fc950f, #0b7ef0);
		background-size: 200% 200%;
		animation: rainbow 2s ease-in-out infinite;
		background-clip: text;
		-webkit-background-clip: text;
		color: #ffffff00;
		transition: color 0.2s ease-in-out;
		text-rendering: optimizeLegibility;
		display: inline-flex;
		a:hover {
			color: rgb(255 255 255);
		}
	}
	img {
		height: 24px;
		padding: 0 5px;
	}
}

@keyframes rainbow {
	0% {
		background-position: left;
	}

	50% {
		background-position: right;
	}

	100% {
		background-position: left;
	}
}
/** FIN CREDITOS **/

/** ENCABEZADO PAGINAS INTERNAS **/
.header__innerpages {
	& .header__content {
		width: 95%;
		max-width: 120rem;
		& .header__navigation {
			position: unset;
			background: var(--color-vibe-blue-dark);
			border-radius: var(--radius-vibe);
			padding-top: 0;
			padding-bottom: 0;
			align-items: center;
		}
	}
	& .header__logo {
		background: none !important;
		padding: 0.7rem 1.7rem 0.7rem 1.5rem !important;
		&:before,
		&:after {
			display: none;
		}
	}
	.header__nav {
		border-radius: var(--radius-vibe);
		position: unset;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	.lang_switch p {
		color: var(--vibe-dark);
	}
}
/** FIN ENCABEZADO PAGINAS INTERNAS **/

/** CUERPO DE PAGINAS INTERNAS **/
.v_title {
	margin-bottom: 3rem;
	& h1,
	& p {
		text-align: center;
	}
}

.category__cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 3rem;
	margin-bottom: 7rem;
	> p {
		padding-bottom: 2rem;
	}
}

.v__card {
	flex: 0 1 100%;
	background: var(--color-vibe-light);
	box-shadow: 0px 4px 12px
		color-mix(in srgb, var(--color-vibe-dark) 15%, transparent);
	border-radius: 2rem;
	height: fit-content;
	transition: all 0.5s;
	& a {
		text-decoration: none;
		display: block;
		text-align: center;
	}
	& p {
		padding: 0;
	}
	& .card_image {
		padding: 0.5rem;
		border-radius: 1.6rem 1.6rem 0.5rem 0.5rem;
		margin-bottom: 0.7rem;
		overflow: hidden;
		& img {
			width: 100%;
			height: 31rem;
			object-fit: cover;
			border-radius: 1.6rem 1.6rem 0.5rem 0.5rem;
			transition: transform 0.5s ease;
		}
	}
	& .card_description {
		padding: 0 0.5rem;
		text-align: center;
		& .card_title {
			& h3 {
				font: 700 1.8rem/2.2rem var(--font-primary);
				color: var(--color-vibe-blue-dark);
			}
			& p {
				font: 500 1.5rem/2rem var(--font-secondary);
				color: var(--color-gray-3);
			}
		}
	}
	& .card_btn {
		& .btn_more {
			padding: 1.5rem 1rem 0.9rem 1rem;
			border-top: 0.1rem solid var(--color-btn);
			border-radius: 0;
			transition: all 0.5s;
			& p {
				font: 500 1.5rem / 1.5rem var(--font-primary);
				color: var(--color-btn);
				position: relative;
				display: block;
				width: fit-content;
				margin: 0 auto;
				padding-left: 2.1rem;
				&:before {
					content: "";
					width: 1.6rem;
					height: 1.6rem;
					background-color: var(--color-btn);
					mask-image: url(assets/images/ver-itinerario.svg);
					-webkit-mask-image: url(assets/images/ver-itinerario.svg);
					mask-size: cover; /* Ajusta el tamaño de la máscara */
					-webkit-mask-size: cover; /* Ajuste para WebKit */
					position: absolute;
					left: 0;
					top: 45%;
					transform: translateY(-50%);
				}
			}
		}
	}
	&:hover {
		background: var(--color-vibe-blue-dark);
		box-shadow: 0px 6px 20px
			color-mix(in srgb, var(--color-vibe-dark) 35%, transparent);
		transition: all 0.5s;
		.card_image {
			img {
				transition: transform 0.5s ease;
				transform: scale(1.5);
			}
		}
		.card_title {
			h3 {
				color: var(--color-vibe-yellow);
			}
			p {
				color: var(--color-vibe-light-2);
			}
		}
		.btn_more {
			padding: 1.2rem 1rem 1.2rem 1rem;
			background: var(--color-vibe-yellow);
			border-top-color: var(--color-vibe-yellow);
			border-radius: 0.5rem 0.5rem 1.6rem 1.6rem;
			transition: all 0.5s;
			p {
				color: var(--color-vibe-blue-dark);
				&:before {
					background-color: var(--color-vibe-blue-dark);
				}
			}
		}
	}
}

/** FIN CUERPO DE PAGINAS INTERNAS **/
/* FORMULARIO */
form.wpcf7-form {
	background: var(--color-vibe-light);
	padding: 1.5rem;
	border-radius: 0 0 0.7rem 0.7rem;
	position: relative;
}

form.wpcf7-form span + span {
	display: block;
	margin-top: 0.7rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 input[type="submit"],
.wpcf7 .wpcf7-select,
.wpcf7 textarea {
	width: 100%;
	font: 400 1.6rem var(--font-primary);
	border-radius: var(--radius-vibe);
}

.wpcf7 input,
.wpcf7 textarea {
	padding: 1.5rem;
	border: none;
	background-color: var(--color-white);
	letter-spacing: 1.2px;
	transition: 0.3s ease background-color;
	color: var(--gray-3);
}

.wpcf7 ::placeholder {
	color: var(--color-gray-3);
}

.wpcf7 {
	& input,
	& select,
	& textarea {
		&:focus,
		&:focus-visible,
		&:focus-within {
			color: var(--color-vibe-dark);
			outline: none;
			border-style: none;
		}
	}
}

.wpcf7 :focus::placeholder {
	color: var(--white);
}

.wpcf7 textarea {
	height: 150px;
	resize: none;
}

.v_submit {
	background-color: var(--color-vibe-green);
	border-radius: var(--radius-vibe);
	position: relative;
	width: fit-content;
	margin: 0 auto;
	transition: all 0.5s;
	&:hover {
		background-color: var(--color-green);
		transition: all 0.5s;
	}
	&:before {
		position: absolute;
		left: 1.7rem;
		top: 50%;
		transform: translateY(-50%);
		content: "";
		width: 2.4rem;
		height: 2.4rem;
		background: url(assets/images/send-mail.svg) no-repeat center center;
		background-size: 2.4rem 2.4rem;
		margin-right: 0.5rem;
		transition: 0.5s;
	}
	&:hover:before {
		filter: brightness(10);
		transition: 0.3s;
	}
}

.wpcf7 input[type="submit"] {
	background: none;
	color: var(--color-white);
	cursor: pointer;
	font-weight: 600;
	text-transform: uppercase;
	width: auto;
	padding-left: 4.5rem;
	&:hover {
		color: var(--color-background);
	}
}

.wpcf7 span.wpcf7-list-item {
	margin: 0 0 10px 0;
}

.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
	border: 5px solid var(--red);
	margin-top: -30px;
}

.wpcf7 span.wpcf7-not-valid-tip {
	color: var(--red);
	font-size: 12px;
	padding: 5px;
}

.wpcf7 .wpcf7-mail-sent-ok {
	border: 5px solid var(--white);
	margin-top: -30px;
}

span.wpcf7-spinner {
	position: absolute;
	bottom: 14px;
	right: 10px;
	height: 24px !important;
	margin: 0;
}

/* --- Formulario de Contactanos --- */
.v_the_content .wp-block-contact-form-7-contact-form-selector {
	margin: 2rem auto;
	background: var(--color-vibe-light);
	padding: 2.5rem 2rem;
	border-radius: var(--radius-vibe);
}

.v_the_content .wpcf7 span input,
.v_the_content .wpcf7 span select,
.v_the_content .wpcf7 span textarea {
	padding-left: 2%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0.4rem;
	font-family: var(--font-primary), sans-serif;
	width: 100%;
	font-weight: 300;
	font-size: 1.6rem;
	color: var(--color-vibe-dark);
	box-sizing: border-box;
	border-radius: 5px;
	background: var(--color-white);
}

.v_the_content form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: none;
	padding: 0;
}

.v_the_content form label {
	flex-basis: 100%;
}

.v_the_content form .formT {
	flex-basis: 100%;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--color-gray-4);
	padding-bottom: 0.7rem;
	border-bottom: 1px solid var(--color-green);
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.v_the_content form p > label {
	width: 48%;
}
.v_the_content form label + span {
	margin-top: 2rem;
}

.v_the_content .wpcf7 input[type="submit"] {
	font-family: var(--font-primary), sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 4px;
	background: var(--color-vibe-green-2);
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	transition: 0.2s ease-in-out;
	padding: 16px 18px;
}

.v_the_content .wpcf7 input[type="submit"]:hover {
	background: var(--color-vibe-green-dark);
	background-size: 200% 200%;
	animation: rainbow 2s ease-in-out infinite;
}

.v_the_content form span {
	font-size: 1.6rem;
	font-weight: 400;
	padding-bottom: 0.5rem;
	color: var(--color-gray-4);
	display: block;
}

/* FIN-FORMULARIO */

/** ITINERARIOS **/
section[class^="itinerary"] {
	width: 100%;
	max-width: unset;
	margin: 0;
	position: unset;
	padding: initial;
}
main.itinerary__box {
	display: flex;
	flex-wrap: wrap;
	gap: 3rem;
	width: 90%;
	max-width: 120rem;
	margin: 3rem auto 0;
	margin-bottom: 0px;
	position: relative;
	justify-content: center;
	> article {
		flex: 1;
	}
	> aside.general_sidebar {
		max-width: 37rem;
	}
}

section.itinerary__banner {
	margin-bottom: 3rem;
	position: relative;
	&:before {
		content: "";
		width: 100%;
		height: 24rem;
		background: linear-gradient(
			to top,
			color-mix(in srgb, var(--color-vibe-blue-dark) 50%, transparent),
			color-mix(in srgb, var(--color-vibe-blue-dark) 0%, transparent)
		);
		border-radius: 0 0 var(--radius-vibe) var(--radius-vibe);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	& #slider__itinerario-mw {
		border-radius: var(--radius-vibe);
	}
	& .slider__slide {
		width: 100%;
		height: 58rem;
		& img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
	}
}

section.itinerary__title {
	margin-top: -30rem;
	margin-bottom: 2rem;
	padding: 0 1.5rem;
	position: relative;
	z-index: 1;
	h1 {
		font: 500 4.6rem/5.2rem var(--font-secondary);
		color: var(--color-vibe-light);
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
		position: relative;
		&:after {
			content: "";
			width: 12rem;
			height: 0.2rem;
			border-radius: 0.2rem;
			background: var(--color-vibe-light);
			position: absolute;
			bottom: 0;
			left: 0;
		}
	}
	span {
		font: 700 2rem/2.2rem var(--font-primary);
		color: var(--color-vibe-light);
	}
}

.itinerarios__highlights {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	background: var(--color-vibe-light);
	border-radius: var(--radius-vibe);
	box-shadow: 0px 4px 12px
		color-mix(in srgb, var(--color-vibe-dark) 15%, transparent);
	padding: 3rem 2rem;
	width: calc(100% - 3rem);
	margin: 0 auto 4rem;
	gap: 2.5rem;
	h4 {
		font: 500 1.3rem/1.4rem var(--font-primary);
	}
	.caracteristica--tour p {
		font: 700 1.6rem/1.9rem var(--font-primary);
		padding-top: 0.5rem;
	}
	[class^="caracteristica__"] {
		padding-left: 6rem;
		position: relative;
		&:before {
			content: "";
			width: 4.8rem;
			height: 4.8rem;
			background-color: var(--color-vibe-green-2);
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}
	}
	.caracteristica__max-pax:before {
		width: 4.5rem;
		mask-image: url(assets/images/pasajeros-icon.svg);
		-webkit-mask-image: url(assets/images/pasajeros-icon.svg);
		mask-size: cover;
		-webkit-mask-size: cover;
	}
	.caracteristica__dificultad:before {
		height: 3.8rem;
		-webkit-mask-image: url(assets/images/dificultad-icon.svg);
		mask-size: cover;
		-webkit-mask-size: cover;
	}
	.caracteristica__destino:before {
		mask-image: url(assets/images/destinos-icon.svg);
		-webkit-mask-image: url(assets/images/destinos-icon.svg);
		mask-size: cover;
		-webkit-mask-size: cover;
	}
}

.caracteristicas__botones {
	display: flex;
	gap: 1.5rem;
	button {
		cursor: pointer;
		font: 700 1.4rem/1.6rem var(--font-primary);
		color: var(--color-vibe-light);
		background: var(--color-vibe-green-2);
		padding: 4.5rem 2rem 1rem 2rem;
		border-radius: var(--radius-vibe);
		border: none;
		box-shadow: 0px 4px 12px
			color-mix(in srgb, var(--color-vibe-dark) 15%, transparent);
		position: relative;
		transition: all 0.5s;
		&:before {
			content: "";
			width: 2.6rem;
			height: 2.5rem;
			background-color: var(--color-vibe-light);
			mask-image: url(assets/images/reservar-arrow.svg);
			-webkit-mask-image: url(assets/images/reservar-arrow.svg);
			mask-size: cover;
			-webkit-mask-size: cover;
			position: absolute;
			left: 50%;
			top: 1.4rem;
			transform: translatex(-50%);
			transition: all 0.5s;
		}
		&:hover {
			background: var(--color-vibe-yellow);
			color: var(--color-vibe-blue-dark);
			transition: all 0.5s;
			&:before {
				background-color: var(--color-vibe-blue-dark);
				transition: all 0.5s;
			}
		}
	}
	a {
		text-decoration: none;
		font: 700 1.4rem/1.6rem var(--font-primary);
		color: var(--color-vibe-dark);
		text-align: center;
		background: var(--color-vibe-light-2);
		padding: 4.5rem 2rem 1rem 2rem;
		border-radius: var(--radius-vibe);
		border: none;
		box-shadow: 0px 4px 12px
			color-mix(in srgb, var(--color-vibe-dark) 15%, transparent);
		position: relative;
		&:before {
			content: "";
			width: 3rem;
			height: 3.2rem;
			background-color: var(--color-vibe-green-2);
			mask-image: url(assets/images/informacion-icon.svg);
			-webkit-mask-image: url(assets/images/informacion-icon.svg);
			mask-size: cover;
			-webkit-mask-size: cover;
			position: absolute;
			left: 50%;
			top: 1rem;
			transform: translatex(-50%);
		}
	}
}

.v_content .itinerary__content {
	& h3 {
		font: 700 1.8rem/2.4rem var(--font-primary);
		color: var(--color-blue);
	}
	& h2 {
		font: 700 2.2rem/2.6rem var(--font-primary);
		text-transform: uppercase;
	}
}

.itinerary__content div.wp-block-pb-accordion-item {
	margin-bottom: 3rem;
}
/** FIN ITINERARIOS **/

/** SIDEBAR ITINERARIOS **/
.itinerary__form {
	background: var(--color-vibe-dark);
	border-radius: var(--radius-vibe) var(--radius-vibe) 0 0;
	padding-bottom: 0.5rem;
	> p {
		font: 100 1.5rem/2.2rem var(--font-primary);
		display: block;
		padding: 0 1.5rem;
		text-align: center;
		color: var(--color-vibe-light);
		&:first-child {
			padding: 0;
		}
		&:last-child {
			width: 90%;
			margin: 0 auto;
			border-bottom: 2px solid var(--color-vibe-dark);
			padding: 0 0 1.5rem 0;
		}
		& strong {
			border-radius: var(--radius-vibe) var(--radius-vibe) 0 0;
			background: var(--color-vibe-green-dark);
			padding: 2rem 1.5rem 1.8rem;
			font: 900 2.2rem/2.2rem var(--font-primary);
			color: var(--color-vibe-light);
			text-transform: uppercase;
			letter-spacing: 0.1rem;
			display: block;
			text-align: center;
		}
	}
	> h4 {
		font: 500 2.4rem/2.8rem var(--font-primary);
		text-align: center;
		color: var(--color-vibe-green);
		padding: 2rem 1.5rem 2rem;
	}
}

/** FIN SIDEBAR ITINERARIOS **/

/* TABS */
.itinerary__content {
	.responsive-tabs {
		.responsive-tabs__heading {
			background: var(--color-vibe-dark);
			color: var(--color-white);
			text-transform: uppercase;
			font: 500 1.8rem var(--font-primary);
			text-align: center;
			padding: 1.5rem;
			border: none;
		}
		.responsive-tabs__heading--active,
		.responsive-tabs__heading--active:hover {
			background: var(--color-vibe-green-2);
		}
		.responsive-tabs__panel {
			background: var(--color-vibe-light);
			padding-bottom: 30px;
			border: none;
		}
		.responsive-tabs__heading:after {
			border-left: 6px solid transparent;
			border-right: 6px solid transparent;
			border-top: 6px solid var(--color-white);
			content: "";
			display: block;
			position: absolute;
			right: 1.2rem;
			top: 50%;
			transform: translate(-50%, -50%);
		}
		.responsive-tabs__heading--active:after,
		.responsive-tabs__heading--active:hover:after {
			border-top: 0;
			top: 50%;
		}

		.responsive-tabs__heading:hover {
			border: none;
		}
	}
}
/* FIN - TABS */

/*  FEATURES */
.frontpage__features {
	width: 100%;
	padding: 2rem calc((100vw - 90%) / 2) 8rem calc((100vw - 90%) / 2);
	> h2 {
		font: 700 1.4rem/2rem var(--font-primary);
		color: var(--color-vibe-green);
		position: relative;
		padding-left: 5rem;
		&:before {
			content: "";
			width: 4rem;
			height: 0.1rem;
			background: var(--color-vibe-green);
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}
	}
	> h3 {
		font: 300 3.2rem/4.5rem var(--font-secondary);
		color: var(--color-vibe-blue-dark);
	}
	.features-box {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		gap: 5rem;
		padding-top: 3rem;
		.feature {
			flex: 0 1 100%;
			padding: 2.5rem;
			background: var(--color-vibe-light);
			border-radius: var(--radius-vibe);
			border: solid 0.2rem var(--color-vibe-light);
			transition: border 0.5s;
			&:hover {
				border: solid 0.2rem var(--color-vibe-yellow);
				transition: border 0.5s;
			}
			p {
				font-weight: 100;
			}
			h3 {
				font: 300 1.8rem / 2.2rem var(--font-primary);
				color: var(--color-vibe-dark);
				text-transform: uppercase;
				letter-spacing: 0.3rem;
				padding: 2rem 2rem;
				margin-bottom: 1rem;
				position: relative;
				&:after {
					position: absolute;
					content: "";
					width: 7rem;
					height: 0.4rem;
					background: var(--color-vibe-yellow);
					left: 0;
					right: 0;
					bottom: 0;
					margin: auto;
				}
			}
		}
	}
}
/*  FIN FEATURES */

/* ABOUT */
.about_title {
	> h2 {
		font: 700 1.4rem/2rem var(--font-primary);
		color: var(--color-vibe-green);
		position: relative;
		padding-left: 5rem;
		&:before {
			content: "";
			width: 4rem;
			height: 0.1rem;
			background: var(--color-vibe-green);
			position: absolute;
			left: 0;
			top: 50%;
			transform: translateY(-50%);
		}
	}
	> h3 {
		font: 300 3.2rem/4.5rem var(--font-secondary);
		color: var(--color-vibe-blue-dark);
	}
}
/* FIN-ABOUT */

/* LIGHTBOX FORMULARIO */
#lightboxForm {
	display: none; /* Oculto por defecto */
	opacity: 0;
	transition: opacity 0.5s ease; /* Transición suave de 0.5 segundos */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
	align-items: center;
	justify-content: center;
	z-index: 999;
	&.show {
		display: flex; /* Muestra el lightbox */
		opacity: 1; /* Totalmente visible */
	}
	.lightbox-content {
		border-radius: 8px;
		width: 95%;
		max-width: 500px;
		position: relative;
		.close-btn {
			position: absolute;
			top: 10px;
			right: 10px;
			font-size: 2.3rem;
			font-weight: 900;
			line-height: 2.8rem;
			cursor: pointer;
			color: var(--color-vibe-dark);
			background: var(--color-vibe-yellow);
			border-radius: 50%;
			padding: 0.05rem 0.8rem 0.15rem 0.8rem;
		}
	}
}

/* FIN - LIGHTBOX FORMULARIO */
