@charset "UTF-8";
/* CSS Document */


/*nav - core*/
.nav-lock-scroll {
	overflow: hidden
}
.nav {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	overflow-x: hidden;
	overflow-y: auto
}
.nav ul {
	display: block;
	position: relative;
	zoom: 1;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.nav a, .nav a:active, .nav a:hover, .nav a:visited {
	display: block;
	position: relative
}
@media only screen and (min-width:960px) {
.nav {
	display: block;
	position: relative;
	bottom: auto;
	overflow: visible
}
.nav li {
	position: relative;
	white-space: nowrap
}
.nav>ul>li {
	display: inline-block
}
.nav ul {
	display: block
}
.nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 901
}
.nav ul ul ul {
	top: 5px;
	left: 95%;
	z-index: 902
}
.nav ul ul ul ul {
	z-index: 903
}
.nav ul ul ul ul ul {
	z-index: 904
}
.nav ul ul li.nav-left>ul {
	left: auto;
	right: 95%
}
.nav-no-js .nav li:hover>ul {
	display: block
}
}

@media only screen and (max-width:959px) {
.nav-no-js .nav-button:hover+.nav, .nav-no-js .nav-button:hover+.nav+.nav-close, .nav-no-js .nav:hover, .nav-no-js .nav:hover+.nav-close {
	display: block
}
}

/*nav layout*/
header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 901;
	line-height: 4.4rem;
	color: #A69A94;
	padding: 10px 0;
}
header .brandSite{
	float: left;
	z-index: 901;
	position: relative;
	margin: 0 0 0 15px;
}
header .brandSite img{
	height: 45px;
}
header .brandSite a{
	display: inline-block;
}
header .nav-ingresa{
	position: absolute;
	top: 10px;
	z-index: 901;
	right: 2rem;
}
header .nav-ingresa a{
	background: var(--color-principal);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 3px 13px;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
header .nav-ingresa a:hover{
	background: var(--color-secundario);
}
.nav-button {
	display: block;
	right: 17px;
	top: 13px;
	font-size: 21px;
	position: fixed;
	overflow: hidden;
	z-index: 902;
	cursor: pointer;
	text-decoration: none;
	line-height: 4.4rem;
	color: #FFFFFF;	
}
.nav-button:hover,
.nav-button:focus{
	color: var(--color-principal);;
}
.nav-button:before{
	display: block;
	text-align: center
}
.nav {
	padding-top: 4.4rem;
	line-height: 4.4rem;
	color: #FFFFFF;
	text-align: right;
}
.nav ul {
	border-radius: 0;
}
.nav ul ul {
	background: #2f2722
}
.nav ul ul ul {
	background: #382f29
}
.nav ul ul ul ul {
	background: #40362f
}
.nav ul ul ul ul ul {
	background: #493e36
}
.nav li {
	border-top: 1px solid #FFFFFF;
	cursor: pointer;
	position: relative;
}
.nav li a{
	position: relative;
}
.nav li.nav-active>a, .nav li:hover>a {
	color: #FFFFFF;
}
.nav li.nav-active>a:before, .nav li:hover>a:before {
	width: 40%;
	height: 2px;
	background: var(--color-principal);
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	margin: 0 30%;
}
.nav li.active a:before {
	width: 40%;
	height: 2px;
	background: #ff829b;
	content: "";
	position: absolute;
	bottom: 7px;
	left: 0;
	margin: 0 30%;
}
.nav li:last-child{
	margin: 0 95px 0 0;
}
.nav .nav-submenu>ul {
	margin-left: 10px
}
.nav .nav-submenu>a {
	padding-right: 30px!important
}
.nav a, .nav a:active, .nav a:hover, .nav a:visited {
	border-radius: 6px;
	padding: 0 15px 1px;
	color: #FFFFFF;
	text-decoration: none
}
.nav .nav-submenu>a:after {
	position: absolute;
	display: block;
	right: 10px;
	top: 1px;
	content: "\E005"
}

@media only screen and (min-width:960px) {
header {
	position: absolute;
}
.nav-button {
	display: none
}
.nav {
	padding: 0!important
}
.nav>ul>li {
	border-top: none
}
.nav li>ul {
	box-shadow: 0 0 5px 0 rgba(0,0,0,.75)
}
.nav ul ul ul {
	border-radius: 0 6px 6px
}
.nav ul ul ul li:first-child {
	border-top: none
}
.nav .nav-left>ul {
	border-radius: 6px 0 6px 6px
}
.nav .nav-submenu li {
	min-width: 110px
}
.nav .nav-submenu>ul {
	margin: 0
}
.nav>ul>.nav-submenu>a:after {
	content: "\E005"
}
.nav .nav-submenu>a:after {
	content: "\E006"
}
}
@media (max-width: 959px) {
	header .nav-ingresa{
		right: 6.3rem;
	}
	.nav{
		padding-top: 6.4rem;
		text-align: left;
		background: #ededed;
	}
	.nav a, .nav a:active, .nav a:hover, .nav a:visited {
		color: var(--color-principal);
	}
	.nav li.nav-active>a, .nav li:hover>a {
		color: #FFFFFF;
		background: var(--color-principal);
		border-radius: 0;
	}
	.nav li.nav-active>a:before, .nav li:hover>a:before {
		display: none;
	}	
	.nav li:last-child{
		margin: 0;
	}
}

/*interna menu*/
.navInt{
	background:#FFFFFF;
	border-bottom: 1px solid var(--color-principal);
}
.navInt .nav ul li a{
	color: var(--color-principal);
}
.navInt .nav-button{
	color: var(--color-principal);
}
@media (max-width: 959px) {
	.navInt .nav ul li a:hover{
		color:#FFFFFF;
	}
	
}

