.VideoContent
{
	position: relative;
	width: 100vw;
	height: 100vh;
	margin-bottom: 50px;
	overflow: hidden;
}
.VideoContent:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 140px;
	background-image: url(../Image/Video/Wave.svg);
	/*background-color: red;*/
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	z-index: 3;
}
.Video
{
	position: absolute;
	object-position: center;
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 1080px;
	z-index: -1;
}
.VideoContent .Contenido
{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*background-color: rgba(255,255,255,.5);*/
	/*background-image: linear-gradient(to right, rgba(118, 170, 58,.6), rgba(0, 155, 219,.6));*/
}
.VideoContent .Titulo,
.VideoContent .Subtitulo
{
	margin: 0; 
	color: rgb(255,255,255)
}
.VideoContent .Titulo
{
	display: inline-block;
	position: relative;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 10px 15px;
	border-radius: 5px;
	background-image: linear-gradient(to right, rgba(171,168,76,.9), rgba(200,118,12,.9), rgba(172,34,32,.9));
	transform: translateX(3px);
}
.VideoContent .Titulo .Span
{
	display: inline-block;
	/*margin-right: -9px;*/
	/*padding: 0px 10px;*/
}
/*.VideoContent .Titulo .Span:nth-child(1)
{
	border-radius: 10px 0px 0px 10px;
	background-color: rgba(171,168,76,.9);
}
.VideoContent .Titulo .Span:nth-child(2)
{
	background-color: rgba(200,118,12,.9);
}
.VideoContent .Titulo .Span:nth-child(3)
{
	border-radius: 0px 10px 10px 0px;
	background-color: rgba(172,34,32,.9);
}*/
.VideoContent .Subtitulo
{
	line-height: .7em;
	position: relative;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	margin-bottom: 15px;
	/*margin-top: 2px;*/
	padding: 10px;
	border-radius: 0 0 10px 10px;
	/*background-color: rgba(0, 155, 219,.7);*/
}

.VideoContent .Boton
{
	position: relative;
	border: transparent;
	font-family: 'Roboto Condensed Regular', sans-serif;
	padding: 5px 20px 5px 10px;
  	font-size: 1.5em;
  	font-weight: 400;
  	color: rgb(255,255,255);
  	background-color: rgb(0,158,171);
  	box-shadow: 2px 2px 0px 0px rgb(0,108,121);
  	transition: all .1s;
  	cursor: pointer;
  	transform: translateX(-5px);
  	outline: none;
  	/*border-radius: 5px;*/
}
.VideoContent .Boton:hover
{
	transform: translate(2px, 2px);
	box-shadow: 0px 0px 0px 0px rgb(0,95,159);
}
.VideoContent .Boton:after
{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background-image: url(../Image/Iconos/Click.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.Articulo
{
	display: flex;
	justify-content: center;
}
.Articulo .Contenido
{
	position: relative;
	width: 90vw;
	min-width: 300px;
	max-width: 800px;
	text-align: center;
	margin-bottom: 50px;
}
.Articulo .Contenido .Titulo
{
	display: inline-block;
	/*transform: translateY(-20px);*/
	padding: 20px;
	background-color: rgb(0,158,171);
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 2em;
	color: rgba(255,255,255,1);
	border-radius: 10px;
	z-index: 2;
}
.Articulo .Contenido .Parrafo
{
	display: inline-block;
	position: relative;
	top: -60px;
	left: -50px;
	width: 900px;
	padding: 80px 30px 30px 30px;
	background-color: rgb(255,255,255);
	border: solid 1px rgba(0,0,0,.3);
	border-radius: 10px;
	text-align: justify;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	letter-spacing: .05em;
	font-size: 1.1em;
	color: rgba(120,120,120,1);
	line-height: 1.7em;
	box-shadow: 0px 0px 2px 1px rgba(0,0,0,.2);
	z-index: -1;
}
.Articulo .Contenido .Parrafo strong
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgba(90,90,90,1);
}

.Viajes
{
	width: 100vw;
	margin-bottom: 50px;
	padding-bottom: 50px;
	overflow: hidden;
	text-align: center;
	background-color: rgb(240,240,240);
	/*padding-top: 30px;*/
}
.Viajes .Titulo
{
	position: relative;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 2em;
	font-weight: 700;
	color: rgba(60,60,60,1);
	padding-top: 30px;
}
.Viajes .Titulo:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	display: none;
	width: 100px;
	height: 1px;
	background-color: rgb(150,150,150);
}
.Viajes .Subtitulo
{
	font-family: 'Roboto Condensed Light', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	color: rgba(100,100,100,1);
	margin-bottom: 30px;
}
.Album
{
	/*margin-bottom: 19px;*/
}
.Album .Viaje
{
	position: relative;
	width: calc(25vw - 4px);
	min-width: 300px;
	max-width: 600px;
	height: 480px;
	/*min-height: 300px;*/
	/*max-height: 600px;*/
	margin-right: -3px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	background-color: rgb(230,230,230);
	/*box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);*/
	margin-bottom: 10px;
	cursor: pointer;
}
.Album .Viaje .Texto
{
	content: "";
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.0);
	transition: all .3s;
	z-index: 1;
	padding-right: 10px;
	padding-left: 10px;
}
.Album .Viaje:hover .Texto
{
	background-color: rgba(0,0,0,.5);
}
.Album .Viaje .Texto .Parrafo
{
	font-family: 'Roboto Condensed Light', sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	font-weight: 300;
	color: rgba(255,255,255,1);
	margin: 0;
	margin-bottom: 5px;
	opacity: 0;
	transition: opacity .7s, transform .7s;
	transform: translateY(20px);
}
.Album .Viaje:hover .Texto .Parrafo
{
	transform: translateY(0px);
	opacity: 1;
}
.Album .Viaje:hover .Texto .Parrafo:nth-child(1)
{
	transition-delay: .3s;
}
.Album .Viaje:hover .Texto .Parrafo:nth-child(2)
{
	transition-delay: .5s;
}
.Album .Viaje .Texto .Parrafo .Precio
{
	display: inline-block;
	padding: 5px 10px;
	background-color: rgb(200,118,12);
	/*font-size: 1.1em;*/
	border-radius: 5px;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgb(255,255,255);
}
.Album .Viaje:hover .Texto .Parrafo .Precio,
.Album .Viaje:hover .Texto .Parrafo .Boton
{
	animation: PrecioBoton 1s ease .7s;
}
@keyframes PrecioBoton
{
	20% { transform: rotate(5deg); }
	40% { transform: rotate(-5deg); }
	60% { transform: rotate(3deg); }
	80% { transform: rotate( -3deg); }
	100% { transform: rotate( 0deg); }
}
.Album .Viaje:hover .Imagen
{
	transform: scale(1.1);
}
.Album .Viaje .Imagen
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-fit: center;
	transition: transform .5s ease;
	z-index: -1;
}
.Album .Viaje .Texto .Boton
{
	border: solid 1px rgb(255,255,255);
	padding: 5px 10px;
	background-color: transparent;
	color: rgb(255,255,255);
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px rgba(255,255,255,.3);
	cursor: pointer;
}
.Album .Viaje:hover .Texto .Boton
{
	background-color: rgba(255,255,255,.2);
}
.Album2 .Viaje
{
	position: relative;
	width: calc(25vw - 15px);
	min-width: 300px;
	max-width: 600px;
	height: 600px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: top;
	background-color: rgb(230,230,230);
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 7px 7px 5px -2px rgba(0,0,0,.25);
	overflow:hidden;
}
.Album2 .Viaje .Texto
{
	/*display: none;*/
	position: relative;
	/*bottom: 0;*/
	/*left: 0;*/
	transform: translateY(-61.7%);
	width: 100%;
	height: 300px;
	padding: 150px 10px 50px 10px;
	/*background-color: red;*/
	background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.7) 25%, rgba(255,255,255,1) 50%);
	transition: all .3s;
	z-index: 1;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: solid 1px rgba(0,0,0,.3); 
}
.Album2 .Viaje .Texto:before,
.Album2 .Viaje .Texto:after
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.3));
}
.Album2 .Viaje .Texto:before
{
	left: 0;
}
.Album2 .Viaje .Texto:after
{
	right: 0;
}
.Album2 .Viaje .Texto .Parrafo
{
	text-transform: uppercase;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: rgba(0,0,0,.7);
	margin: 0;
	margin-bottom: 20px;
	/*transform: translateY(20px);*/
}
.Album2 .Viaje .Texto .DaysBoton
{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
}
.Album2 .Viaje .Texto .Parrafo.Days
{
	position: relative;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	display: inline-block;
	padding: 10px 27px 10px 20px;
	border: solid 2px rgba(0,0,0,.5);
	margin-right: 10px;
	overflow: hidden;
}
.Album2 .Viaje .Texto .Parrafo.Days:after
{
	content: "";
	display: block;
	position: absolute;
	top: -40%;
	right: -20%;
	width: 50px;
	height: 100%;
	background-image: url(../Image/Iconos/Sol.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
.Album2 .Viaje .Texto .Boton
{
	display: inline-block;
	border: transparent;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	/*letter-spacing: .05em;*/
	padding: 12px 20px;
	background-color: rgb(200,118,12);
	color: rgb(255,255,255);
	cursor: pointer;
	vertical-align: top;
}
.Album2 .Viaje .Imagen
{
	width: 100%;
	height: 480px;
	object-fit: cover;
	object-fit: center;
	transition: transform .5s ease;
	z-index: -1;
}
.Botonera
{
	width: 100vw;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.Botonera .Centrar
{
	width: 99vw;
	max-width: 1200px;
	text-align: center;
	border: dashed 5px rgba(0,0,0,.1);
	padding: 30px;
}
.Botonera .Centrar .Boton
{
	display: inline-block;
	margin: 5px;
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: rgb(0,158,171);
	border: solid 2px rgb(0,138,151);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,.3);
	border-radius: 5px;
	color: rgb(255,255,255);
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	cursor: pointer;
	transition: all .3s;
}
.Botonera .Centrar .Boton.Segundo
{
	background-color: rgb(200,118,12);
	border: solid 2px rgb(170,88,2);
	/*box-shadow: 3px 3px 3px 2px rgb(150,68,2);*/
}
.Botonera .Centrar .Boton:hover
{
	transform: scale(.99) translate(5px, 5px);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.3);
}
.YouTube
{
	position: relative;
	width: 100vw;
	height: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.YouTube .Fondo
{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.YouTube .Fondo .Azul
{
	width: 70%;
	height: 100%;
	background-color: rgb(0,158,171);
}
.YouTube .Fondo .Gris
{
	width: 30%;
	height: 100%;
	background-color: rgb(230,230,230);
	transform: translate(70vw, -100%);
}
.YouTube .CentrarHD
{
	position: relative;
	height: 100%;
	width: 1280px;
	z-index: 1;
}
.YouTube .Texto
{
	display: inline-block;
	width: 70%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.YouTube .Texto .Centrar
{
	width: 470px;
	margin-right: 390px;
}
.YouTube .Texto .Centrar .Contenedor
{
	width: 100%;
}
.YouTube .Texto .Centrar .Contenedor .Titulo
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 2.7em;
	letter-spacing: .05em;
	color: rgb(255,255,255);
}
.YouTube .Texto .Centrar .Contenedor .Parrafo
{
	font-family: 'Roboto Condensed Light', sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	letter-spacing: .03em;
	color: rgb(255,255,255);
	text-align: justify;
}
.YouTube .Video
{
	display: inline-block;
	width: 30%;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	max-height: 600px;
	vertical-align: bottom;
}
.YouTube .Video .Link
{
	width: 640px;
	height: 360px;
	transform: translateY(90px) translateX(-50%);
	box-shadow: 10px 10px 5px -5px rgba(0,0,0,.3);
	z-index: 1;
}
.Testimonials
{
	width: 100vw;
	text-align: center;
}
.Testimonials .Texto
{
	height: 250px;
	margin-bottom: 20px;
}
.Testimonials .Titulo
{
	position: relative;
	left: 120px;
	display: inline-block;
	width: 400px;
	height: 130px;
	background-color: rgb(200,118,12);
	border-radius: 10px;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: rgba(255,255,255,1);
	padding-top: 40px;
}
.Testimonials .Titulo:before,
.Testimonials .Subtitulo:before
{
	content: "";
	display: block;
	position: absolute;
	bottom: -40px;
	border-top: solid 25px rgb(200,118,12); 
	border-left: solid 25px rgb(200,118,12); 
	border-right: solid 25px transparent; 
	border-bottom: solid 25px transparent; 
	width: 0px;
	height: 0px;
}
.Testimonials .Titulo:before,
{
	left: 0;
}
.Testimonials .Titulo .Icono,
.Testimonials .Subtitulo .Icono
{
	display: inline-block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	/*background-color: red;*/
	background-image: url(../Image/Iconos/Happy.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.Testimonials .Titulo .Icono
{
	animation: Carita 2s infinite linear;
}
@keyframes Carita
{
	75%
	{
		transform: translateY(10px);
	}
	85%
	{
		transform: translateY(0px);
	}
	90%
	{
		transform: translateY(5px);
	}
	100%
	{
		transform: translateY(0px);
	}
}
.Testimonials .Subtitulo .Icono
{
	top: 14px;
	background-image: url(../Image/Iconos/Like.svg);
}
.Testimonials .Subtitulo
{
	vertical-align: top;
	line-height: 100px;
	position: relative;
	top: 90px;
	padding-right: 50px;
	left: -170px;
	display: inline-block;
	width: 450px;
	height: 100px;
	background-color: rgb(0,158,171);
	border-radius: 10px;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 1.5em;
	font-weight: 700;
	color: rgba(255,255,255,1);
	margin-bottom: 30px;
}
.Testimonials .Subtitulo:before
{
	right: 0;
	border-right: solid 25px rgb(0,160,198); 
	border-top: solid 25px rgb(0,160,198);
	border-bottom: solid 25px transparent; 
	border-left: solid 25px transparent; 
}
.Testimonials .Subtitulo .Icono
{
	animation: Like 2s infinite linear;
}
@keyframes Like
{
	59.9%
	{
		transform: scale(1);
	}
	60%
	{
		transform: scale(0);
	}
	80%
	{
		transform: scale(1.1);
	}
	90%
	{
		transform: scale(1);
	}
	95%
	{
		transform: rotate(5deg);
	}
}
.Testimonials .Testimonio
{
	position: relative;
	display: inline-block;
	width: 560px;
	min-height: 270px;
	margin-left: 35px !important;
	margin-right: 15px !important;

	border-radius: 15px;
	vertical-align: top;
	border: solid 1px rgba(0,0,0,.3);
	margin-bottom: 30px;
	/*box-shadow: 0px 0px 2px 1px rgba(0,0,0,.2);*/
}
.Testimonials .Testimonio .Icono
{
	background-color: rgb(255,255,255);
	border: solid 1px rgb(0,0,0,.3);
	border-radius: 50%;
	padding: 5px;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 20px;
	left: -35px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
/*.Testimonials .Testimonio:nth-child(2) .Icono
{
	background-image: url(../Image/Iconos/UsuarioHombre.svg);
}
.Testimonials .Testimonio:nth-child(3) .Icono
{
	background-image: url(../Image/Iconos/UsuarioMujer.svg);
}*/
.Testimonials .Testimonio .Nombre
{
	position: relative;
	display: inline-block;
	border-bottom: solid 1px rgb(0,0,0,.3);
	width: 100%;
	height: 70px;
	padding: 18px 15px;
	padding-left: 50px;
	text-align: left;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	color: rgb(120,120,120);
	margin: 0;
	margin-bottom: 30px;
	background-color: rgb(245,245,245);
	z-index: -1;
}
/*.Testimonials .Testimonio .Nombre:before
{
	right: 0;
	border-right: solid 25px rgb(171,168,76); 
	border-top: solid 25px rgb(171,168,76);
	border-bottom: solid 25px transparent; 
	border-left: solid 25px transparent; 
}*/
.Testimonials .Testimonio .Parrafo
{
	padding-left: 15px; 
	padding-right: 15px; 
	text-align: justify;
	font-family: 'Roboto Condensed Light', sans-serif;
	letter-spacing: .03em;
	font-size: 1.2em;
	font-weight: 300;
	color: rgba(60,60,60,1);
	margin-bottom: 30px;
	height:200px;
	overflow:scroll;
}
.Testimonials .Botonera
{
	margin-top: 30px;
}
.Testimonials .Botonera .Boton
{
	background-color: transparent;
	padding: 10px 15px;
	border: solid 2px rgba(0,158,171,1);
	margin-right: 10px;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: rgba(0,158,171,1);
	box-shadow: 7px 7px 4px -3px rgba(0,0,0,.3);
	transition: all .3s;
	cursor: pointer;
}
.Testimonials .Botonera .Boton:hover
{
	background-color: rgba(0,158,171,1);
	color: rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,.3);
}
.Contacto
{
	width: 100vw;
	display: flex;
	justify-content: center;
	background-image: url(../Image/Fotos/Sunrise-At-Machu-Picchu.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 0px;
	/*margin-bottom: 50px;*/
}
.Contacto .Centrar
{
	text-align: center;
	max-width: 920px;
}
.Contacto .Subtitle
{
	text-align: center;
	display: inline-block;
	letter-spacing: .05em;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	display: inline-block;
	color: rgb(255,255,255);
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: linear-gradient(to left,rgba(0,158,171,.9),rgba(171,168,76,.9));
	margin-bottom: 50px;
}
.Contacto .Seccion
{
	padding: 15px;
	position: relative;
	display: inline-block;
	width: 300px;
	min-height: 440px;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(235,235,235,1),rgba(235,235,235,.7), rgba(230,230,230,0));
	border-top: solid 1px rgb(200,200,200);
	vertical-align: top;
	margin-bottom: 20px;
}
.Contacto .Seccion:before,
.Contacto .Seccion:after
{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-image: linear-gradient(to bottom, rgba(200,200,200,1), rgba(200,200,200,0));
}
.Contacto .Seccion:before
{
	left: 0;
}
.Contacto .Seccion:after
{
	right: 0;
}
.Contacto .Seccion .Imagenes
{
	position: absolute;
	top: -35px;
	left: calc(150px - 40px);
	width: 80px;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	box-shadow: -2px 2px 2px 1px rgba(0,0,0,.25);
}
.Contacto .Seccion .Imagenes.Imagen1
{
	border-radius: 50% 0 50% 50%;
	background-image: url(../Image/Iconos/037-mail.png);
}
.Contacto .Seccion .Imagenes.Imagen2
{
	border-radius: 50%;
	background-image: url(../Image/Iconos/038-support-1.png);
}
.Contacto .Seccion .Imagenes.Imagen3
{
	background-color: rgb(33, 171, 217);
	background-size: 75%;
	background-position: 5px center;
	border-radius: 50%;
	background-image: url(../Image/Iconos/phone-call.png);
}
.Contacto .Seccion .Subtitulo
{
	letter-spacing: .05em;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	font-size: 1.7em;
	/*color: rgb(229,131,45);*/
	color: rgba(0,158,171,1);
	margin-bottom: 10px;
	margin-top: 50px;
}
.Contacto .Seccion .Parrafo
{
	letter-spacing: .05em;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	color: rgb(100,100,100);
}
.Contacto .Seccion .Parrafo strong
{
	color: rgb(70,70,70);
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
}
.Contacto .Seccion.Informacion .Parrafo .Span
{
	font-size: .85em;
	padding: 3px 5px;
	border: solid 1px rgb(210,210,210);
	border-radius: 15px;
	background-color: rgba(245,245,245,.7);
	/*background-color: rgba(118, 170, 58,.5);*/
}
.Contacto .Seccion .Boton
{
	display: inline-block;
	margin-top: 10px;
	padding: 5px 10px;
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	background-color: rgb(0,158,171);
	border: solid 2px rgb(0,138,151);
	box-shadow: 0px 3px 3px 2px rgba(0,108,121,.9);
	border-radius: 5px;
	color: rgb(255,255,255);
	cursor: pointer;
	transition: all .3s;
}
.Contacto .Seccion .Boton:hover
{
	transform: scale(.99) translateY(5px);
	box-shadow: 0px 0px 0px 0px rgba(0,100,138,.9);
	/*transform: translateY(10px) scale(.97);*/
}