@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;500;800&family=Source+Serif+4:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap');



.overlay {
font-family: 'Outfit', sans-serif;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
 background-color: rgba(99, 29, 118, 0.9); 
color: rgba(99, 29, 118, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  display:block;
  color: #FFF;
}

.overlay-content {
	font-family: 'Outfit', sans-serif;
	position: relative;
	top: 25%;
	width: 80%;
	text-align: left;
	margin-top: 30px;
	display: block;
	padding-right: 10%;
	padding-left: 10%;
	color: #fff;
	font-weight: 500;
	
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #0B0500;
}

.overlay .closebtn {
	position: absolute;
	font-size: 40px;
	top: 15px;
	right: 35px;
	color: #fff;
}
.secciones_open {
	display: block;
	font-family: 'Outfit', sans-serif;
	font-weight: 900;
	width: 10%;
	clear: none;
	color: #0B0500;
	cursor: pointer;
	font-size: 20px;
	float: right;
	text-align: center;
	margin-top: 3%;
	margin-left: 5%;
}
.menu {display:none;}
@media only screen and (min-width:481px) {
.overlay {	display: none;	}
.overlay-content { 	display:none;}
.secciones_open { display:none;}
.menu {
	display: block;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	color: #0B0500;
	word-spacing: 20px;
	text-align: left;
	line-height: 28px;
	clear: none;
	float: left;
	width: 700px;
	letter-spacing: 0.5px;
	padding-top: 0px;
}
.menu li { float:left; height:50px; padding-top: 30px; text-align:center; margin-left:12px; margin-right:12px;}
.donardesk {
	height: 65px;
	float: left;
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
	background-color: #631d76;
	padding-top: 30px;
}	
}
