
header a {
  font-size: calc(24px + 6*(100vw - 320px)/1600);
  line-height: 0.6;
}
.logo {
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/PERRANEGRA.svg) no-repeat center center;
	width: 250px;
	height: 140px;
}
.iconPN {
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/PERRANEGRA.gif) no-repeat center center;
	background-size: cover;
}
.index .logo{
	top: ;
	position: absolute;
}
.index_1 .logo {
	background: url(../img/PERRANEGRA.svg) no-repeat center center;
	width: 500px
}
.index_1 .iconPN {
	position: absolute;
	width: 300px;
	height: 300px
}
.options span {
	position: fixed;
	font-size: 18px;
	z-index: 99;
	letter-spacing: 0.03em
}
.options span:nth-child(1) {
	left: 30px;
	top: 30px
}
.options span:nth-child(2) {
	left: 30px;
	bottom: 30px
}
.options span:nth-child(3) {
	right: 30px;
	bottom: 30px
}
.options span:nth-child(4) {
	right: 30px;
	top: 30px
}
.options a {
	color: #aaa;
	text-decoration: none;
}
.options a:hover:not(.langDesktop):not(.langMobile a):not(.selected) {
	font-style: italic;
	color: #ff4027
}
.options .selected {
	color: #ff4027 !important;
	font-family: inherit;
}
.langDesktop, .langMobile a {
	font-family: 'CircularBold', "Helvetica Neue", Helvetica, Arial, sans-serif;
  clear: left;
  display: block;
  font-size: 90%;
}
.langDesktop:hover, .langMobile a:hover {
	color: #A16C54
}
.langMobile, .wrap_RsMobile {
	display: none;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––  1024px DOWN  */
@media all and (max-width:1024px) {
	header {
		height: auto;
		width: auto;
		left: 0;
		position: relative;
	}
	.options {
    position: fixed;
    height: 100vh;
    width: 100%;
    min-width: 100%;
    font-size: 120%;
    top: 0;
    margin-left: 100%;
    z-index: 10;
		background: black;
		transition: all .3s
	}
	.options_display {
	  transform: translate(-100%,0);
	}
	.options span {
		position: relative;
		left: auto !important;
		top: auto !important;
		bottom: auto !important;
		right: auto !important;
		text-align: center;
	}
	header a {
		font-size: 9vmax;
		display: block;
		line-height: 0.9;
	}
	.options div:first-of-type {
		position: absolute;
		margin: 0 auto;
		top: 51%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%
	}
	.btn_menu_mobile {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		display: block !important;
		height: 100px;
		width: 100px;
		cursor: pointer;
		margin-right: 0;
		right: 0;
		top: 0;
		position: relative;
		float: left;
		position: fixed;
	}
	#btn {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		cursor: pointer;
		background:;
		z-index: 999;
	}
	#btn span {
		display: block;
		position: absolute;
		height: 1px;
		width: 40%;
		background: #aaa;
		border-radius: 5px;
		opacity: 1;
		left: 0;
		right: 0;
		margin: 0 auto;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .2s;
		-moz-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
	}
	#btn span:nth-child(1) {
		top: 42%;
		transition: 0s
	}
	#btn span:nth-child(2), #btn span:nth-child(3) {
		top: 50%;
	}
	#btn span:nth-child(4) {
		top: 58%;
		transition: 0s
	}
	#btn.open span:nth-child(1) {
		top: 40%;
		width: 0%;
	}
	#btn.open span:nth-child(2) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#btn.open span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#btn.open span:nth-child(4) {
		width: 0%;
	}
	.langDesktop {
		display: none
	}
	.langMobile {
		display: block;
		margin: 50px 0 30px
	}
	.langMobile a {
		font-size: 3.5vmax
	}
	.wrap_RsMobile {
    width: 100%;
    display: table;
	}
	.wrap_RsMobile a {
		display: inline-block;
		font-size: 100%
	}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––  800px DOWN  */
@media all and (max-width:860px) {
	.btn_menu_mobile {
		height: 80px;
		width: 80px
	}
	.index_1 .iconPN {
		width: 250px;
		height: 250px
	}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––  500px DOWN  */
@media all and (max-width:500px) {
	.btn_menu_mobile {
		height: 60px;
		width: 60px;
		top: 13px
	}
	.index_1 .logo {
		width: 300px
	}
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––  2000px UP  */
@media all and (min-width:2000px) {
	header {
		width: calc(50% + 300px);
	}
}
