@charset "UTF-8";
/* CSS Document */
@import("setting.css");

@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}

/* ====================== */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html {
	width: 100%;
	height: 100%;
	min-height: 100%;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/* change colours to suit your needs */
ins {
	background-color: ;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select {
	vertical-align: middle;
}

body {
	width: 100vw;
	height: 100vh;
	min-height: 100vh;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	line-height: 1.2em;
	font-size: 16px;
	color: rgb(12, 12, 12);
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: normal;
	word-spacing: normal;
	background-image: url("../img/paper.jpg");
	background-size: 20%;
	background-repeat: repeat
}

h1 {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 4em;
	line-height: .8em;
	letter-spacing: normal;
	text-align: left;
	white-space: normal;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 1);
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}

h2 {
	font-style: normal;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2em;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	white-space: normal;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 1);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

h3 {
	font-style: normal;
	font-weight: 200;
	text-transform: uppercase;
	font-size: 2em;
	line-height: normal;
	letter-spacing: 0;
	text-align: left;
	white-space: normal;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, 1);
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

p {
	font-style: normal;
	font-weight: 600;
	text-transform: none;
	font-size: 1.1em;
	line-height: 1.3em;
	letter-spacing: inherit;
	text-align: left;
	white-space: normal;
	margin: 0;
	padding: 0;
}

p.comentario {
	font-weight: 100;
	font-size: .8em;
	padding: 0;
	opacity: .8;
	font-style: italic;
}

p.resaltado {
	font-weight: 400;
	font-size: 1em;
	padding: 0 .5em;
	opacity: .9;
	background: rgba(242, 4, 4, 0.15);
	display: inline;
}

p.columna {
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	font-size: .9em;
	line-height: normal;
	letter-spacing: normal;
	text-align: right;
	white-space: normal;
	margin: 1em 0 2em;
	padding: 2em;
	color: rgba(255, 255, 255, 1);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	white-space: pre-wrap;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.3));
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 10px;

	-webkit-column-count: 2;
	-o-column-count: 2;
	-moz-column-count: 2;
	-ms-column-count: 2;
	column-count: 2;

	-webkit-column-gap: 20px;
	-o-column-gap: 20px;
	-moz-column-gap: 20px;
	-ms-column-gap: 20px;
	column-gap: 20px;

	-webkit-column-width: 150px;
	-o-column-width: 150px;
	-moz-column-width: 150px;
	-ms-column-width: 150px;
	column-width: 150px;

	-webkit-column-rule-width: 1px;
	-o-column-rule-width: 1px;
	-moz-column-rule-width: 1px;
	-ms-column-rule-width: 1px;
	column-rule-width: 1px;

	-webkit-column-rule-color: #ffffff;
	-o-column-rule-color: #ffffff;
	-moz-column-rule-color: #ffffff;
	-ms-column-rule-color: #ffffff;
	column-rule-color: #ffffff;

	-webkit-column-rule-style: solid;
	-o-column-rule-style: solid;
	-moz-column-rule-style: solid;
	-ms-column-rule-style: solid;
	column-rule-style: solid;
}

a,
a:hover {
	text-decoration: none;
	color: #ffffff;
}

a.boton {
	padding: .5em 1em;
	background: rgba(225, 228, 218, 0.2);
	text-decoration: none;
	border-radius: 5px;
}

hr {
	width: 100%;
	margin: 3% auto;
	opacity: .3
}

.homeheader {
	width: 70%;
	height: 20%;
	top: 3%;
	left: 15%;
	position: absolute;
	z-index: 100;
	background: none;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	text-align: right;
	opacity: .6
}

.homeheader img {
	position: absolute;
	width: 15%;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.homeheader ul li {
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid rgba(246, 239, 9, 1);
}

.homeheader ul li:last-child {
	border-right: none;
}

.homeheader ul li span {
	font-size: 1.5em;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.homeheader.tour {
	position: fixed
}

.mainbody {
	position: relative;
	width: 100vw;
	background: linear-gradient(0deg, rgba(76, 98, 135, 0.75) 0%, rgba(87, 168, 195, 0.5) 35%, rgba(225, 228, 218, 0.25) 100%);
	z-index: 0;
}

.home {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-image: url("../pics/main.png");
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	text-align: center;
}

.home h1 {
	text-align: center;
	font-size: 8em;
	margin-bottom: 0;
}

.home h2 {
	text-align: center;
	font-size: 5em;
}

.home p {
	text-align: center;
	color: rgba(225, 228, 218, 1);
}

.home div {
	width: 50%;
	position: absolute;
	top: 85vh;
	left: 25%;
	z-index: 1000;
	color: rgba(204, 211, 203, 1);
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}

.tourblock {
	position: relative;
	width: 100vw;
	height: 30vw;
	margin: 0 auto;
}

.tourblock .cont {
	position: absolute;
	width: 26vw;
	height: 30vw;
	background-origin: center;
	background-size: cover;
	padding: 0 2vw;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	color: rgba(225, 228, 218, 1);
	border-radius: 5px
}

.tourblock h1 {
	font-size: 5em;
	line-height: .8em;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
	opacity: .75
}

.tourblock p {
	font-size: 1em;
	opacity: .75;
	font-weight: 200;
}

.tourblock.tres h1 {
	font-size: 4.2em;
	line-height: .8em;
	filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
	opacity: .75
}

.tourblock .left h1,
.tourblock .left h2 {
	text-align: right;
}

.tourblock h2 {
	font-size: 2.5em;
	line-height: .8em;
	color: rgba(47, 137, 171, 1);
}

.tourblock.uno .left {
	background-image: url("../pics/f01.png");
	left: 20vw;
}

.tourblock.uno .right {
	background: -webkit-linear-gradient(5deg, rgba(76, 98, 135, .6) 0, rgba(84, 58, 104, .1) 70%);
	background: -o-linear-gradient(5deg, rgba(76, 98, 135, .6) 0, rgba(84, 58, 104, .1) 70%);
	background: -moz-linear-gradient(5deg, rgba(76, 98, 135, .6) 0, rgba(84, 58, 104, .1) 70%);
	background: linear-gradient(5deg, rgba(76, 98, 135, .6) 0, rgba(84, 58, 104, .1) 70%);
	left: 50vw;
	text-align: left;
}

.tourblock.dos .left {
	background: -webkit-linear-gradient(355deg, rgba(47, 137, 171, .6) 0, rgba(84, 58, 104, .1) 70%);
	background: -o-linear-gradient(355deg, rgba(47, 137, 171, .6) 0, rgba(84, 58, 104, .1) 70%);
	background: -moz-linear-gradient(355deg, rgba(47, 137, 171, .6) 0, rgba(84, 58, 104, .1) 70%);
	background: linear-gradient(355deg, rgba(47, 137, 171, .6) 0, rgba(84, 58, 104, .1) 70%);
	left: 20vw;
	text-align: right;
}

.tourblock.dos .right {
	background-image: url("../pics/f02.png");
	left: 50vw;
}

.tourblock.tres .left {
	background-image: url("../pics/f03.png");
	left: 20vw;
}

.tourblock.tres .right {
	background: -webkit-linear-gradient(5deg, rgba(131, 184, 200, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: -o-linear-gradient(5deg, rgba(131, 184, 200, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: -moz-linear-gradient(5deg, rgba(131, 184, 200, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: linear-gradient(5deg, rgba(131, 184, 200, .8) 0, rgba(84, 58, 104, .1) 70%);
	left: 50vw;
	text-align: left;
}

.tourblock.cuatro .left {
	background: -webkit-linear-gradient(355deg, rgba(197, 212, 212, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: -o-linear-gradient(355deg, rgba(197, 212, 212, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: -moz-linear-gradient(355deg, rgba(197, 212, 212, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: linear-gradient(355deg, rgba(197, 212, 212, .8) 0, rgba(84, 58, 104, .1) 70%);
	left: 20vw;
	text-align: right;
}

.tourblock.cuatro .right {
	background-image: url("../pics/f04.png");
	left: 50vw;
}

.tourblock.cinco .left {
	background-image: url("../pics/f05.png");
	left: 20vw;
}

.tourblock.cinco .right {
	background: -webkit-linear-gradient(5deg, rgba(225, 228, 218, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: -o-linear-gradient(5deg, rgba(225, 228, 218, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: -moz-linear-gradient(5deg, rgba(225, 228, 218, .8) 0, rgba(84, 58, 104, .1) 70%);
	background: linear-gradient(5deg, rgba(225, 228, 218, .8) 0, rgba(84, 58, 104, .1) 70%);
	left: 50vw;
	text-align: left;
}

.flyer {
	width: 100%;
	min-height: 120vh;
	padding: 0;
	background-image: url("../pics/leading.png");
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 500;
}


.flyer .leading {
	position: absolute;
	left: 15%;
	top: 30%;
}

.flyer .leading img {
	width: 50%;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
}

.flyer .adress {
	position: absolute;
	right: 10%;
	bottom: 10%;
	text-align: right;
	font-size: .8em;
	color: rgba(225, 228, 218, 1);
	border-right: 1px solid rgba(47, 137, 171, 1);
	padding-right: .75em;
}

.flyer .adress span {
	float: right;
	margin-left: 1.3em;
	color: #e1e4da
}

.flyer .adress #copy {
	color: #f6ef09;
	font-size: .75em;
	opacity: .75;
}

.flyer .adress #madeby {
	color: #ccd3cb;
	font-size: .75em;
	opacity: .4;
}

.flyer.landing {
	width: 100%;
	min-height: 100%;
	padding: 0;
	background: none;
	z-index: 500;
}

.flyer.landing ul {
	width: 38%;
	height: 90%;
	padding: 5% 3% 5% 10%;
	text-align: right;
}


.flyer.landing ul img {
	width: 45%;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.flyer.landing ul h1 {
	margin-top: .5em;
	text-align: right;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.flyer.landing ul h2 {
	text-align: right;
	background: rgba(255, 255, 255, .25);
	padding: 0 1em;
	color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	font-weight: 400;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}

.flyer.landing ul a.boton {
	background: rgba(246, 239, 9, 1);
	color: rgba(0, 0, 0, 1);
	border-radius: 10px;
}

.flyer.landing ul li.tagline h1 {
	font-size: 3em;
	margin-top: 0;
}

.flyer.landing ul li.tagline h2 {
	font-size: 2em;
	margin-top: 1.5em;
	background: none;
	color: rgba(255, 255, 255, 1);
	padding: 0;
}

.flyer.landing ul li.tagline.bottom h2 {
	font-size: 2.5em;
	margin-top: 0;
	background: none;
	color: rgba(255, 255, 255, 1);
	padding: 0;
}

.flyer.landing ul hr {
	width: 60%;
	margin: 1em 0 1em 40%;
}

.flyer.landing ul li.adress-landing {
	font-size: 1em;
	margin-top: .3em;
}

.flyer.landing ul li.adress-landing span {
	font-size: 1.3em;
	color: rgba(246, 239, 9, 1);
	float: right;
	margin-left: 1em;
}

.flyer.landing ul li#copy-landing {
	font-size: .7em;
	color: rgba(246, 239, 9, 1);
}

.flyer.landing ul li#madeby-landing {
	font-size: .7em;
	opacity: .4
}

.flyer.landing .contactlanding  {
	position: fixed;
	top: 6%;
	right: 15%;
}

.flyer.landing .contactlanding li {
	display: inline;
	padding: 0 .5em;
	border-right: 1px solid rgba(246, 239, 9, 1);
}

.flyer.landing .contactlanding li:last-child {
	border-right: none;
}

.flyer.landing .contactlanding li span {
	font-size: 2em;
	filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

#color0 {
	color: rgba(246, 239, 9, 1)
}

#color1 {
	color: rgba(225, 228, 218, 1)
}

#color2 {
	color: rgba(204, 211, 203, 1)
}

#color3 {
	color: rgba(197, 212, 212, 1)
}

#color4 {
	color: rgba(166, 199, 207, 1)
}

#color5 {
	color: rgba(131, 184, 200, 1)
}

#color6 {
	color: rgba(87, 168, 195, 1)
}

#color7 {
	color: rgba(47, 137, 171, 1)
}

#color8 {
	color: rgba(65, 116, 153, 1)
}

#color9 {
	color: rgba(76, 98, 135, 1)
}

#color10 {
	color: rgba(82, 77, 120, 1)
}

#color11 {
	color: rgba(84, 58, 104, 1)
}

.classic_sacred_valley_tour {
	background-image: url("../pics/LaresTrekMachuPicchuP.jpg");
}

.ancascocha_trail_indigenous_experience {}

.ancascocha_trek {}

.ausangate_trek_rainbow_mountain_hike .choquequiraw_trek .classic_inca_trail_hike_to_machu_picchu .classic_sacred_valley_tour .inca_quarry_trek .inca_trail_with_indigenous_experience .lares_trek .sacred_valley_atv_tour .sacred_valley_gastronomy_experience .sacred_valley_hike_chicon .sacred_valley_horseback_riding .sacred_valley_indigenous_experience .sacred_valley_machu_picchu .sacred_valley_maras_moray .sacred_valley_tour_with_camping .salcantay_trek .short_inca_trail_sacred_valley_with_camping .short_inca_trail_trek .huaraz_trek .manu_national_park .puerto_maldonado .iquitos .ayacucho_tours .horseback_riding_trek_to_machu_picchu_with_village_experience .horseback_riding_trek_to_machu_picchu .photography_tour_in_sacred_valley .gastronomy_route_healthy_adventure