.Contenido
{
	width: 100vw;
	height: 95vh;
	background-image: url(../Image/Fotos/MachuPicchu&TheTropicalRainforest.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	clip-path: polygon(100% 0, 100% 51%, 91% 75%, 77% 91%, 58% 100%, 0 100%, 0 0);
	z-index: 1;
	animation: Inicio 3s;
}
.Contenido .Ocurecer
{
	position: relative;
	top: 100px;
	left: 0;
	width: 50%;
	min-width: 500px;
	height: 100%;
	background-color: rgba(0,0,0,.1);
}
@keyframes Inicio
{
	0% {clip-path: polygon(100% 0, 100% 100%, 90% 100%, 77% 100%, 60% 100%, 0 100%, 0 0);};
	35% { clip-path: polygon(100% 0, 100% 59%, 90% 100%, 77% 100%, 60% 100%, 0 100%, 0 0);};
	70% { clip-path: polygon(100% 0, 100% 59%, 93% 80%, 77% 100%, 60% 100%, 0 100%, 0 0); };
	100% { clip-path: polygon(100% 0, 100% 59%, 93% 80%, 78% 94%, 60% 100%, 0 100%, 0 0); };
}
.Contenido .Seccion
{
	position: relative;
	/*top: 100px;*/
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100% - 100px);
	background-color: rgba(255,255,255,.2);
}
.Contenido .Seccion .Centrar
{
	/*transform: translateY(-20%);*/
	width: 80%;
}
.Contenido .Seccion .Centrar .Titulo
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 2.3em;
	color: rgba(255,255,255,1);
	line-height: 1.1em;
	margin-bottom: 10px;
}
.Contenido .Seccion .Centrar .SubTitulo
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 1.3em;
	color: rgba(255,255,255,.7);
	line-height: 1.1em;
	display: block;
	border-bottom: solid 1px rgba(255,255,255,.3);
	padding-bottom: 20px;
}
.Contenido .Seccion .Centrar .SubTitulo .Span
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	color: rgba(255,255,255,1);
	font-weight: 700;
}
.Contenido .Seccion .Centrar .Parrafo
{
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: rgba(255,255,255,1);
	letter-spacing: .1em;
}
.Contenido .Seccion .Centrar .Parrafo .Span
{
	font-size: 1.1em;
	font-weight: 600;
}
.ContenidoDos
{
	z-index: -1;
	text-align: right;
}
.ContenidoDos .Seccion
{
	display: inline-block;
	transform: translateY(-70px);
	width: 20vw;
	padding-right: 30px;
}
.ContenidoDos .Seccion .Parrafo
{
	text-align: left;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-size: 1em;
	font-weight: 600;
	color: rgba(0,0,0,.6);
}
.ContenidoDos .Seccion .Parrafo .Correo
{
	cursor: pointer;
	color: rgba(0,158,171,.9);
}
.ContenidoDos .Seccion .Parrafo .Icon
{
	float: left;
	margin-right: 10px;
	/*margin-bottom: 10px;*/
	display: inline-block;
	width: 50px;
	height: 50px;
	background-image: url(../Image/Icon/Correo.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	animation: Girar 3s infinite;
}
@keyframes Girar
{
	50%{ transform: rotate(0deg); }
	75% { transform: rotate(50deg); }
	85% { transform: rotate(-50deg); }
}
.Botonera
{
	width: 100%;
	text-align: center;
}
.Botonera .Centrar
{
	display: inline-block;
}
.Botonera .Centrar .Caja
{
	display: inline-block;
	position: relative;
	width: 300px;
	height: 80px;
	margin-left: 15px;
	margin-right: 15px;
	border-bottom: solid 1px rgba(150,150,150);
	border-radius: 10px;
	overflow: hidden;
}
.Botonera .Centrar .Caja:nth-child(1)
{
	width: 210px;
}
.Botonera .Centrar .Caja:after
{
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 110%;
	height: 10px;
	background-image: linear-gradient(to top, rgba(0,0,0,.3),rgba(0,0,0,0));
}
.Botonera .Centrar .Caja .Boton
{
	display: inline-block;
	transform: translateY(30px);
	padding: 15px 25px;
	height: 70px;
	font-size: 1.25em;
	font-family: 'Roboto Condensed Bold', sans-serif;
	background-image: linear-gradient(to right, rgba(171,168,76,.9), rgba(200,118,12,.9), rgba(172,34,32,.9));
	border: transparent;
	color: rgb(255,255,255);
	font-weight: 700;
	cursor: pointer;
	outline: none;
	transition: transform .3s;
}
.Botonera .Centrar .Caja .Boton:hover
{
	transform: translateY(10px);
}
.Tours
{
	margin-top: 50px;
	text-align: center;
}
.Tours .Titulo
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: rgba(0,158,171,.9);
}
.Tours .SubTitulo
{
	text-align: center;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: rgba(60,60,60,.9);
	margin-bottom: 50px;
}
.Tours .Tour
{
	display: inline-block;
	position: relative;
	width: 100vw;
	max-width: 600px;
	min-width: 300px;
	height: 300px;
	border-radius: 3px;
	margin-left: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.Tours .Tour:hover .Imagen
{
	transform: scale(1.2);
}
.Tours .Tour .Imagen
{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% + 60px);
	height: 100%;
	z-index: -1;
	object-fit: cover;
	transition: transform 2s ease-in-out;
}
.Tours .Tour .Texto
{
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	/*background-color: rgba(255,255,255,.7);*/
	background-image: linear-gradient(to right, rgba(255,255,255,0)0%, rgba(255,255,255,.7) 15%, rgba(255,255,255,1) 30%);
	/*background-image: linear-gradient(to right, green 25%, red 50%, yellow 75%);*/
	padding: 20px 3px 3px 70px;
	width: calc(50% + 60px);
	height: 100%;
	z-index: 1;
	border-top: solid 1px rgba(0,0,0,.2);
	border-bottom: solid 1px rgba(0,0,0,.2);
	border-right: solid 1px rgba(0,0,0,.2);
}
.Tours .Tour .Texto .Titulo
{
	text-align: left;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: 700;
	color: rgba(0,0,0,.75);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
.Tours .Tour .Texto .Parrafo
{
	margin: 0;
	/*margin-bottom: 10px;*/
	text-align: left;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-weight: 400;
	color: rgba(0,0,0,.7);
}
.Tours .Tour .Texto .Parrafo.Primero
{
	display: inline-block;
	/*min-height: 150px;*/
	font-weight: 1em;
	margin-bottom: 50px;
}
.Tours .Tour .Texto .Parrafo.Days
{
	/*white-space: pre;*/
	position: relative;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	display: inline-block;
	/*padding: 10px 10px;*/
	width: 150px;
	/*border: solid 1px rgba(0,0,0,.7);*/
	font-size: .9em;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	color: rgb(255,255,255);
	overflow: hidden;
}
.Tours .Tour .Texto .Parrafo.Days span:nth-child(1),
.Tours .Tour .Texto .Parrafo.Days span:nth-child(2)
{
	display: inline-block;
}
.Tours .Tour .Texto .Parrafo.Days span:nth-child(1)
{
	width: 45%;
	padding: 10px 0 11px 10px;
	background-color: #FBC000;
}
.Tours .Tour .Texto .Parrafo.Days span:nth-child(2)
{
	width: 55%;
	padding: 10px 10px 11px 0;
	background-color: #192652;
	text-align: right;
}
.Tours .Tour .Texto .Parrafo.Days:before
{
	content: "";
	display: block;
	width: 10px;
	height: 120%;
	position: absolute;
	top: -5px;
	left: 41.5%;
	transform: rotate(15deg);
	background-color: #FBC000;
	/*background-color: red;*/
}
.Tours .Tour .Texto .Precio,
.Tours .Tour .Texto .Boton
{
	position: relative;
	margin: 0;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 10px;
	font-size: 1.1em;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	background-color: transparent;
	border-right: solid 1px rgb(252, 131, 13);
	color: rgb(252, 131, 13);
	overflow: hidden;
	transition: all .3s;
}
.Tours .Tour .Texto .Precio
{
	width: 130px;
	text-align: center;
}
.Tours .Tour .Texto .Precio:before,
.Tours .Tour .Texto .Precio:after
{
	content: "";
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(252,131,13,0), rgba(252,131,13,1)50%);
	position: absolute;
}
.Tours .Tour .Texto .Precio:before
{
	top: 0;
}
.Tours .Tour .Texto .Precio:after
{
	bottom: 1px;
}
.Tours .Tour .Texto .Boton
{
	position: absolute;
	left: 50%;
	bottom: 3px;
	transform: translateX(-30%);
	padding: 10px 45px 10px 10px;
	border: solid 1px rgb(190,108,2);
	color: rgba(255,255,255,1);
	font-family: 'Roboto Condensed light', sans-serif;
	font-size: 1em;
	font-weight: 300;
	background-color: rgba(200,118,12,1);
	clip-path: polygon(10% 0, 100% 0, 100% 75%, 90% 100%, 0 100%, 0 30%);
	cursor: pointer;

	/*color: rgb(190,108,2);*/
	/*background-color: rgb(255,255,255);*/
}
.Tours .Tour .Texto .Boton:hover
{
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%, 0 0);
	/*transform: translateX(5px);*/
}
.Tours .Tour .Texto .Boton .Icon
{
	position: absolute;
	top: 7px;
	right: 5px;
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url(../Image/Icon/Flecha.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	animation: Flecha 1s infinite alternate;
}
@keyframes Flecha
{
	from {transform: translateX(0px);}
	to {transform: translateX(-10px);}
}

.Parrafo strong, .Parrafo b
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgba(255,255,255,1);
}