/** sticky **/
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px !important;
}
/** HEADER OMBRA **/
#headexOmbra {
	width:100%;
	height:7vh; 
	background-color:;
}
/** HEADER STYLE **/

#headex {
	width:100%;
	height:15vh;
background-color:white;
	z-index:4;
}
/** NAVY BLOCKS **/

#navy {
	width:100%;
	height:100%;
background-color:white;
	position:relative;
}
#logox {
	position:relative;
	width:25%;
	height:100%;
	background-image: url('../../_img/logo_header.png');
}
#logoSet {
	width:10%;
	height:100%;
	background-color:;
}
#logoMenu {
	width:65%;
	height:100%;
	background-color:;
	font-weight:;color:#333;
	display:flex;
	align-items:center; 
	justify-content:space-between; 	
}
@media only screen and (max-width: 600px) {
.xNone {
	display:none;
}
#logox {
	position:relative;
	width:75%;
	height:80%;
	background-image: url('../../_img/logo_header.png');
	background-size:80%;
}
#logoSet {
	display:none;
}
#logoMenu {
	width:25%;
	height:100%;
	align-items:center; 
	justify-content:center; 	
	flex-direction:column
}
#logoMenu > p.xDesk {
	height:30%;
	width:95%;
	margin:auto;
	font-size:0.8rem;
	display:flex;
	align-items:center; 
	justify-content:center; 
	position:relative;
}
#logoMenu > p.xMobi {
	display:none;
}
}
@media only screen and (min-width: 600px) {
#logoMenu > p.xDesk {
	display:none;
}
}

#chatty {
	position:fixed;
	z-index:200;
	width: 3.5vw;
	height: 3.5vw;
	border-radius:50%;
	background:#5c554b;
	bottom:2vh;
	right:2vw;
	border: 2px solid #5c554b;
	color:#f0ede6;
}
#logoSocial {
font-size:1.25rem
}
#logoSocial > p {
padding:10px;
}
@media only screen and (max-width: 600px) {
#chatty {
	width: 10vw;
	height: 10vw;
	background:#5c554b;
	bottom:2vh;
	right:2vw;
	border: 2px solid #5c554b
}
#logoSocial {
font-size:0.85rem;
}
#logoSocial > p.pd10 {
padding:5px;
}
}
a.hov {
	color:white;
}
a.hov:hover {
  color: #e5ae1d;
  text-decoration:none;
}
a.voh {
	color:#e5ae1d;
}
a.voh:hover {
  color: white;
  text-decoration:none;
}

a.hoh {
	color:#333;
}
a.hoh:hover {
  color: #e5ae1d;
  text-decoration:none;
}
a.vol {
	color:#aa969f;
}
a.vol:hover {
  color: white;
  text-decoration:none;
}


