/* HEADER  */

#viewer-options-wrap {
	display: none!important;
}

body {
	overflow-x: hidden;
	font-family: Sans-Serif;
	margin: 0;
  }
  
  .menu-container {
	position: relative;
	display: flex;
	align-items: center;
	background: #FFF;
	padding: 4px;
	z-index: 1;
	-webkit-user-select: none;
	user-select: none;
	box-sizing: border-box;
  }
  
  .menu-logo {
	line-height: 0;
	margin: 0 20px;
  }
  
  .menu-logo img {
	max-height: 75px;
	width: 180px;
	flex-shrink: 0;
  }

  img.redes {
	width: 17px;
	height: 17px;
	margin-top: -4px!important;
}

.boton-memoria {
	background-color: #ff7a1f;
	padding: 5px 15px 3px 15px;
	border-radius: 10px;
	color: #FFF!important;

}
a.boton-memoria {
	text-transform: uppercase;
	font-family: FF-GothamMedium,"Gotham Medium", serif;
	font-size: 13px;
	align-items: right;

}

.menu-redes {
	margin-right: 25px;
}

.menu-container a {
	text-decoration: none;
	color: #232323;
	transition: color 0.3s ease;
  }
  
  .menu-container a:hover {
	color: #0071ce;
  }


  .menu-container input {
	display: block;
	width: 35px;
	height: 25px;
	margin: 0;
	position: absolute;
	cursor: pointer;
	opacity: 0; /* hide this */
	z-index: 2; /* and place it over the hamburger */
	-webkit-touch-callout: none;
  }

 
  /* Burger menu */
  .menu-container  {
	height: 50px;
  }

  .menu-container span {
	display: block;
	width: 33px;
	height: 2px;
	margin: 3px;
	position: relative;
	background: #000;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
				opacity 0.55s ease;
	top: 5px;
  }

  .menu-container span:first-child {
	transform-origin: 0% 0%;
  }
  
  .menu-container span:nth-child(3) {
	transform-origin: 0% 100%;
  }
  
  .menu-container input:checked ~ span {
	opacity: 1;
	transform: rotate(45deg) translate(3px,-1px);
	background: #232323;
  }
  
  .menu-container input:checked ~ span:nth-child(4) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  .menu-container input:checked ~ span:nth-child(3) {
	transform: rotate(-45deg) translate(-6px,11px);
  }
  
  .menu-redes ul {
	list-style: none;
  }
  
  .menu-redes li {
	padding: 5px 0;
	font-size: 11px;
	font-family:FF-GothamMedium,"Gotham Medium", serif;
	text-transform: uppercase;

  }
  
  	/* redes sociales  */
	
	.facebook:hover {
		content: url(facebook-over.svg);
	  }
	  .linkedin:hover {
		content: url(linkedin-over.svg);
	  }
	  .fullscreen:hover {
		content: url(full-screen-over.svg);
	  }
	  .twitter:hover {
		content: url(twitter-over.svg);
	  }


	  .boton-memoria:hover {
		background-color: #FFF;
		padding: 5px 15px 3px 15px;
		border-radius: 13px;
		border-color: solid black 5px;
		color: #ff7a1f!important;
		border: 2px solid #ff7a1f;

	}


/* mobile styles */
@media only screen and (max-width: 620px) { 
	/* margen superior para bajar la pagina */
	.page-scale-wrap {
		margin-top: 100px;
	}
	/* menu contenedor */
	.menu-container {
	  flex-direction: column;
	  align-items: flex-end;
	}
	/* logo */
	.menu-logo {
	  position: absolute;
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	  margin: 0 -25px;
	}
	.menu-logo img {
	  max-height: 23px;
	}
	/* menu fijo boton infomre  */
	div.menu-fijo {
		margin-right: 60px;
		margin-top: -10px;
	}
	a.boton-memoria {
		font-size: 12px;
	}
	/* redes sociales  */
	.menu-redes {
	  position: absolute;
	  box-sizing: border-box;
	  width: 620px;
	  right: -620px;
	  top: 0;
	  min-height: 700px;
	  margin: -20px;
	  padding: 10px 40px;
	  background: #ff7a1f;
	  -webkit-font-smoothing: antialiased;
	  /* to stop flickering of text in safari */
	  transform-origin: 0% 0%;
	  transform: translateX(0%);
	  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
	}
	.menu-redes li{
		height: 30px;
	}
	.menu-redes li a{
		color: #FFF!important;
	}

	.menu-redes ul {
		float: right;
		margin-top: 100px;
		margin-right: 150px;
	}
	.menu-container input:checked ~ div div.menu-redes {
	  transform: translateX(-100%);
	}

   li.menu-iconos {
	display: block;
	padding-top: 30px;	

   }
   .menu-iconos a{
	padding: 18px;	
   }

	li.full-screen {
		display: none!important;
	}
	.menu-iconos-facebook a::before {
		content: "Compartir en Facebook"; /* Reemplaza "Texto a mostrar" por tu texto deseado */
		position: absolute;
		top: 50px;
		left: 270px;
		width: 100%;
		height: 20px;
		text-align: left;
		line-height: 200px; /* Ajusta la altura de línea según tus necesidades */
		font-size: 18px; /* Ajusta el tamaño de fuente según tus necesidades */
	  }

	  .menu-iconos-twitter a::before {
		content: "Compartir en Twitter"; /* Reemplaza "Texto a mostrar" por tu texto deseado */
		position: absolute;
		top: 100px;
		left: 270px;
		width: 100%;
		height: 20px;
		text-align: left;
		line-height: 200px; /* Ajusta la altura de línea según tus necesidades */
		font-size: 18px; /* Ajusta el tamaño de fuente según tus necesidades */
	  }
	  .menu-iconos-linkedin a::before {
		content: "Compartir en Linkedin"; /* Reemplaza "Texto a mostrar" por tu texto deseado */
		position: absolute;
		top: 150px;
		left: 270px;
		width: 100%;
		height: 20px;
		text-align: left;
		line-height: 200px; /* Ajusta la altura de línea según tus necesidades */
		font-size: 18px; /* Ajusta el tamaño de fuente según tus necesidades */
	  }

	.facebook, .linkedin, .twitter {display: none;}

  }

  /* desktop styles */
  @media only screen and (min-width: 621px) { 
    .menu-container {
      width: 100%;
    }
	
    .menu-container a {
      color: #000;
    }
    
    .menu-container input {
      display: none;
    }
    
    /* Burger menu */
    .menu-container span {
      display: none;
    }
	.menu-destinos {
		font-size: 13;
	}
	.ciudad {
		font-size: 12px;
	}
	.menu-completo {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: right;
    }
	    
    .menu-redes ul, .menu-fijo ul {
      display: flex;
      padding: 0;
      height: 20px;
    }
    .menu-redes li, .menu-fijo li {
      padding: 0 7px;
    }
    .menu-fijo li.menu-iconos {
      padding: 0 5px;
      }
	
	.menu-indice, .menu-iconos {
		display: block;
	}
      
    }

	  
