.Top
{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	padding-left: 30px;
	padding-right: 20px;
	/*padding-bottom: 30px;*/
	overflow: hidden;
	z-index: 4;
	background-color: rgba(255,255,255,.3);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.Top.Blanco
{
	background-color: rgba(255,255,255,.9);
	border-bottom: solid 1px rgba(0,0,0,.2);
}
.Top .Logo
{
	display: inline-block;
	width: 300px;
	height: 100px;
	background-image: url(../Image/Logo/Logo2.svg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 80%;
	cursor: pointer;
}
.RedesSociales
{
	height: 40px;
	margin-right: 120px;
	z-index: 3;
}
.RedesSociales .Botones
{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	transition: all .3s;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	background-color: rgba(0,158,171,.7);
}
.RedesSociales .Botones:hover
{
	background-color: rgba(0,158,171,1);
}
.RedesSociales .Botones.Phone .Parrafo.Texto
{
	color: rgb(255,255,255);
	background-color: rgba(0,158,171,.8);
	transition: all .3s;
	/* cursor: default; */
}
.RedesSociales .Botones.Phone:hover .Parrafo.Texto
{
	background-color: rgba(0,158,171,1);
}
.RedesSociales .Botones.Phone .Parrafo.Texto .USA,
.RedesSociales .Botones.Phone .Parrafo.Texto .CANADA
{
	position: relative;
	top: 7px;
	margin: 0px 3px 0px 3px;
	display: inline-block;
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.RedesSociales .Botones.Phone .Parrafo.Texto .USA
{
	background-image: url(../Image/Iconos/USA.svg);
}
.RedesSociales .Botones.Phone .Parrafo.Texto .CANADA
{
	background-image: url(../Image/Iconos/CANADA.svg);
}
.RedesSociales .Botones.Phone
{
	overflow: hidden;
	vertical-align: top;
	width: 420px;
	background-color: rgba(255,255,255,.7);
	border: solid 1px rgba(0,158,171,1);
}
.RedesSociales .Botones.Phone .Parrafo
{
	line-height: 40px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
}

.RedesSociales .Botones.Phone .Parrafo.Numero
{
	padding-left: 5px;
	color: rgb(120,120,120);
	font-weight: 600;
	/* cursor: text; */
}
.RedesSociales .Botones.Phone .Parrafo.Numero .PHONE
{
	position: relative;
	top: 5px;
	margin-right: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(../Image/Iconos/Phone.svg);
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.RedesSociales .Botones.Phone .NumeroWhatsapp
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transform: scaleX(0);
	transition: all .3s;
	background-color: rgb(37,211,102);
	cursor:  pointer;
}
.RedesSociales .Botones.Phone .NumeroWhatsapp .Parrafo.Texto,
.RedesSociales .Botones.Phone .NumeroWhatsapp .Parrafo.Numero
{
	text-align: center;
	display: inline-block;
	width: 40%;
	background-color: transparent;
	color: rgb(255,255,255);
	cursor: pointer;
}
.RedesSociales .Botones.Phone .NumeroWhatsapp .Parrafo.Texto
{
	border-right: solid 1px rgba(255,255,255,.5);
}
.RedesSociales .Botones.Phone .NumeroWhatsapp:hover
{
	transform: scaleX(1);
	z-index: 8;
}
.RedesSociales .Botones.Phone .Icon
{
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	background-color: rgb(37,211,102);
	background-image: url(../Image/Iconos/Whatsapp-White.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 70% 70%;
	transition: all .3s;
	z-index: 9;
	cursor: pointer;
}
.RedesSociales .Botones.Phone .Icon:hover
{
	transform: scale(.9);
}
.RedesSociales .Botones.Phone .Icon:hover + .NumeroWhatsapp
{
	transform: scaleX(1);
	z-index: 8;
}
.RedesSociales .Botones.Instagram
{
	background-size: 60%;
	/*background-position: center bottom;*/
	background-image: 	url(../Image/Iconos/Instagram.svg);
}
.RedesSociales .Botones.Facebook
{
	/*background-position: 50% 85%;*/
	background-size: 30%;
	background-image: 	url(../Image/Iconos/Facebook.svg);
}
.RedesSociales .Botones.Wordpress
{
	background-size: 60%;
	background-image: 	url(../Image/Iconos/wordpress.svg);
}
.RedesSociales .Botones.TripAdvisor
{
	/*border-radius: 0px;*/
	/*background-position: 70% 20px;*/
	background-size: 70%;
	background-image: url(../Image/Iconos/Tripadvisor.svg);
}
.Boton.Menu
{
	display: inline-block;
	position: fixed;
	top: 30px;
	right: 15px;
	width: 120px;
	height: 40px;
	cursor: pointer;
	transition: all .3s;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	background-color: rgba(0,158,171,.7);
	vertical-align: top;
	z-index: 6;
}
.Boton.Menu:hover
{
	background-color: rgba(0,158,171,1);
}
.Boton.Menu .Span
{
	top: 7px;
	left: 10px;
	position: absolute;
	/*line-height: 40px;*/
	/*margin-left: 10px;*/
	color: rgb(255,255,255);
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-size: 1.3em;
}
.Boton.Menu .MenuHamburguesa
{
  display: inline-block;
  margin-top: 10px;
  margin-left: 70px;
}
.Boton.Menu .MenuHamburguesa .X1
{
  transform: rotate(45deg) translateY(5px) translateX(10px)
}
.Boton.Menu .MenuHamburguesa .X2
{
  transform: rotate(-45deg) translateY(-5px) translateX(-5px)
}
.Boton.Menu .MenuHamburguesa .X3
{
   opacity: 0
}
.Boton.Menu .MenuHamburguesa .capa1,
.Boton.Menu .MenuHamburguesa .capa2,
.Boton.Menu .MenuHamburguesa .capa3
{
  width: 30px;
  height: 2px;
  background-color: rgb(255,255,255);
  /*border-radius: 2px;*/
  margin-bottom:8px;
  transition: all .3s
}
.Boton.Menu .MenuHamburguesa .capa2
{
  margin-left: 10px
}
.MenuOculto
{
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 6;
	background-color: rgba(0,0,0,.7);
}
.MenuOculto .Izquierda
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	height: 100%;
	background-color: rgba(200,118,12,.7);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	animation: Open .7s;
}
@keyframes Open
{
	0%
	{
		clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
	}
	50%
	{
		clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
	}
	100%
	{
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
}
.MenuOculto .Derecha .Centrar
{
	min-height: 551px;
}
.MenuOculto .Izquierda .Titulo,
.MenuOculto .Derecha .Titulo
{
	line-height: .9em;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-size: 5em;
	font-weight: 700;
	color: rgba(255,255,255,.3);
	margin-bottom: 15px;
}
.MenuOculto .Derecha .Titulo
{
	/*text-align: center;*/
	/*margin-top: -15px;*/
}
.MenuOculto .Izquierda .Enlace
{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px; 
	font-family: 'Roboto Condensed Light', sans-serif;
	font-size: 2em;
	font-weight: 300;
	color: rgba(255,255,255,.8);
	transition: .3s;
}
.MenuOculto .Izquierda .Enlace:hover,
.MenuOculto .Derecha .Link:hover
{
	color: rgba(255,255,255,1);
	transform: translateX(20px);
}
.MenuOculto .Derecha
{
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-100%) translateX(100%);
	width: 50%;
	height: 100%;
	padding-left: 50px;
	background-color: rgba(172,34,32,.8);
	clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	animation: OpenDos .7s;
}
@keyframes OpenDos
{
	0%
	{
		clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	}
	50%
	{
		clip-path: polygon(100% 0, 0 0, 100% 100%, 100% 100%);
	}
	100%
	{
		clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
	}
}
.MenuOculto .Derecha .Link
{
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-size: 2em;
	font-weight: 400;
	color: rgba(255,255,255,.8);
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	display: inline-block;
	width: 100%;
	transition: all .3s;
}
.Footer
{
	background-color: rgb(0,158,171);
	text-align: center;
	padding-bottom: 10px;
}
.Footer .Logos,
.Footer .InfoMenu
{
	display: inline-block;
	text-align: center;
	width: 100vw;
	max-width: 1150px;
	padding-top: 30px;
	padding-bottom: 30px;
	/*border-bottom: dashed 1px rgba(255,255,255,.3);*/
	border-bottom: solid 1px rgba(255,255,255,.3);
}
.Footer .Logos .Logo
{
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.Footer .Logos .Logo.Logo1
{
	background-image: url(../Image/Footer/ASTA.png);
}
.Footer .Logos .Logo.Logo2
{
	display: none;
	width: 130px;
	background-image: url(../Image/Footer/Promperu.png);
}
.Footer .Logos .Logo.Logo3
{
	background-image: url(../Image/Footer/TAP.png);
}
.Footer .Logos .Logo.Logo4
{
	display: none;
	width: 120px;
	background-image: url(../Image/Footer/Mincetur2.png);
}
.Footer .Logos .Logo.Logo5
{
	width: 150px;
	background-image: url(../Image/Footer/Natgeo.png);
}
.Footer .Logos .Logo.Logo6
{
	width: 250px;
	background-image: url(../Image/Footer/Traveler.png);
}
.Footer .Logos .Logo.Logo7
{
	width: 250px;
	background-image: url(../Image/Footer/Wanderlust.png);
}
.Footer .SubTitle
{
	margin-top: 20px;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	font-size: 1em;
	color: rgb(255,255,255);
	letter-spacing: .1em;
}
.Footer .Parrafo
{
	color: rgb(255,255,255);
}
.Footer .InfoMenu .Info
{
	padding-left: 10px;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	width: 49%;
}
.Footer .InfoMenu .Info .MinTitle
{
	font-size: 1em;
	line-height: .1em;
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
	color: rgb(255,255,255);
}
.Footer .InfoMenu .Info .MinTitle .Icono
{
	display: inline-block;
	width: 16px;
	height: 16px;
	transform: translateY(2px);
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.Footer .InfoMenu .Info .MinTitle .Icono.Telefono
{
	margin-right: 3px;
	transform: translateY(2px) rotate(45deg);
	background-image: url(../Image/Iconos/PhoneWhite.svg);
}
.Footer .InfoMenu .Info .MinTitle .Icono.Correo
{
	height: 17px;
	width: 17px;
	background-image: url(../Image/Iconos/Correo.svg);
}
.Footer .InfoMenu .Info .MinTitle .Icono.Direccion
{
	height: 18px;
	width: 18px;
	margin-right: 3px;
	background-image: url(../Image/Iconos/GPS.svg);
}
.Footer .InfoMenu .Info .Parrafo
{
	font-size: .95em;
	line-height: 1em;
	font-family: 'Roboto Condensed Light', sans-serif;
	font-weight: 300;
	letter-spacing: .05em;
	margin-top: .8em;
	margin-bottom: .8em;
}
.Footer .InfoMenu .Info .Parrafo .Span
{
	display: inline-block;
	padding: 5px;
	background-color: rgb(245,245,245);
	border-radius: 3px;
	color: rgb(0,158,171);
	font-family: 'Roboto Condensed Regular', sans-serif;
	font-weight: 400;
	/*letter-spacing: .01em;*/
}
.Footer .InfoMenu .Info .Parrafo .AbrirNumeroLocal,
.Footer .InfoMenu .Info .Parrafo .AbrirWhatsApp,
.Footer .InfoMenu .Info .Parrafo .AbrirEmail
{
	cursor: pointer;
	transition: all .3s;
	border: solid 2px transparent;
}
.Footer .InfoMenu .Info .Parrafo .AbrirNumeroLocal:hover,
.Footer .InfoMenu .Info .Parrafo .AbrirWhatsApp:hover,
.Footer .InfoMenu .Info .Parrafo .AbrirEmail:hover
{
	border: dashed 2px rgb(0, 111, 121);
}
/*.Footer .InfoMenu .Info .Parrafo .Span.Bold
{
	font-family: 'Roboto Condensed Bold', sans-serif;
	font-weight: 700;
}*/
.Footer .InfoMenu .Info .Tarjetas
{
	height: 50px;
	width: 300px;
	background-image: url(../Image/Footer/TargetaCreditos.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
}
.Footer .InfoMenu .Menu
{
	text-align: left;
	display: inline-block;
	width: 49%;
}
.Footer .InfoMenu .Menu .Ul .Li .Enlace
{
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: rgb(255,255,255);
	letter-spacing: .1em;
	vertical-align: top;
	display: inline-block;
	margin-bottom: 5px;
	border-bottom: solid 1px transparent;
}
.Footer .InfoMenu .Menu .Ul .Li .Enlace:after
{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(242,242,242,.1);
	transform: scale(0);
	transition: transform .3s;
}
.Footer .InfoMenu .Menu .Ul .Li .Enlace:hover:after
{
	transform: scaleX(1);
	background-color: rgba(242,242,242,1);
}
/*.Footer .InfoMenu .Menu .Ul .Li .Enlace:hover
{
	text-decoration: underline;
}*/
.Footer .Parrafo.End 
{
	font-size: .7em;
	line-height: .5em;
	font-family: 'Roboto Condensed', sans-serif;
}
.AbrirNumeroLocal,
.AbrirWhatsApp,
.AbrirEmail
{
	cursor: pointer;
}