.Contenido
{
	width: 100vw;
	height: 95vh;
	background-image: url(../Image/Fotos/Wallpaper2.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 Regular', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	color: rgba(255,255,255,.8);
	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;
	font-weight: 700;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
}
.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-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 700;
	font-size: 1.1em;
}
.Contenido .Seccion .Centrar .Parrafo .Span.Enlace
{
	border-bottom: 1px solid rgb(255,255,255);
	cursor: pointer;
}
.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
{
	color: rgba(0,158,171,.9);
	cursor: pointer;
}
.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: 250px;
}
.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);
}
.Tours2
{
	margin-top: 50px;
	text-align: center;
}
.Tours2 .Centrar
{
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.Tours2 .Titulo
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 2.5em;
	font-weight: 700;
	color: rgba(0,158,171,.9);
}
.Tours2 .Titulo.Titulo2
{
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 950px;
	padding: 10px 0px;
	margin-top: 30px;
	margin-left: 20px;
	margin-bottom: 50px;
}
.Tours2 .Titulo.Titulo2:before
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0,158,171,0),rgba(0,158,171,1),rgba(0,158,171,0));
}
.Tours2 .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;
}
.Tours2 .Tour
{
	display: inline-block;
	position: relative;
	width: 100vw;
	max-width: 300px;
	height: 550px;
	border-radius: 3px;
	margin-left: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.Tours2 .Tour .Imagen
{
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 10px);
	height: 100%;
	z-index: -1;
	object-fit: cover;
}
.Tours2 .Tour .Imagen
{
	width: 100%;
	height: 50%;
}
.Tours2 .Tour .Texto
{
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,.7);
	padding: 20px 3px 3px 10px;
	width: calc(50% + 10px);
	height: 100%;
	z-index: 1;
	border: solid 1px rgba(0,0,0,.2);
}
.Tours2 .Tour .Texto
{
	position: relative;
	transform: translateY(100%);
	text-align: center;
	width: 100%;
	height: 50%;
	padding: 15px;
	background-color: rgb(245,245,245);
}
.Tours2 .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,.7);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px rgba(0,0,0,.2);
}
.Tours2 .Tour .Texto .Titulo
{
	padding-bottom: 0;
	margin-bottom: 15px;
	border: transparent;
	text-align: center;
}
.Tours2 .Tour .Texto .Parrafo
{
	margin: 0;
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-size: 1em;
	font-weight: 400;
	color: rgba(0,0,0,.5);
}
.Tours2 .Tour .Texto .Parrafo
{
	text-align: justify;
}
.Tours2 .Tour .Texto .Parrafo.Days,
.Tours2 .Tour .Texto .Parrafo.Night
{
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 15px;
	font-size: 1em;
	font-weight: 600;
	color: rgb(255,255,255);
	text-transform: uppercase;
}
.Tours2 .Tour .Texto .Parrafo.Days
{
	padding-right: 50px;
	margin-right: -2px;
	border: solid 1px #FBC000;
	border-right: transparent;
	color: #FBC000;
}
.Tours2 .Tour .Texto .Parrafo.Night
{
	padding-left: 50px;
	margin-left: -2px;
	border: solid 1px #192652;
	border-left: transparent;
	color: #192652;
}
.Tours2 .Tour .Texto .Parrafo.Days .Icon,
.Tours2 .Tour .Texto .Parrafo.Night .Icon
{
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
}
.Tours2 .Tour .Texto .Parrafo.Days .Icon
{
	top: 0;
	right: 0;
	background-image: url(../Image/Icon/Sol.svg);
	background-color: #FBC000;
}
.Tours2 .Tour .Texto .Parrafo.Night .Icon
{
	top: 0;
	left: 0;
	background-image: url(../Image/Icon/Luna.svg);
	background-size: 65%;
	background-color: #192652;
	/*transform: rotate(38deg);*/
}
.Tours2 .Tour .Texto .Boton
{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 11px 45px 10px 10px;
	font-size: .78em;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	background-color: rgba(200,118,12,1);
	border: solid 1px rgb(190,108,2);
	color: rgba(255,255,255,1);
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}
.Tours2 .Tour .Texto .Boton
{
	padding: 12px;
	text-align: center;
	position: absolute;
	left: 15%;
	bottom: 5px;
	width: 70%;
	font-size: 1em;
	font-weight: 600;
	border: solid 3px rgb(200,118,12);
}
.Tours2 .Tour .Texto .Boton:hover
{
	transform: translate(-3px,-3px);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,.3);
	background-color: rgb(200,118,12);
	letter-spacing: .3em;
}

.Parrafo strong, .Parrafo b
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgba(250,250,250,1);
}