@charset "UTF-8";
@font-face {
    font-family: dnd;
    src: url(/fonts/paginternet.ttf) format("truetype");
	}
/** Responsive settings **/

@media only screen and (min-width: 320px) and (max-width: 374px) {
.DnDLogo {
	max-width: 300px !important;
}
}

@media only screen and (min-width: 375px) and (max-width: 413px) {
}

@media only screen and (min-width: 414px) and (max-width: 639px) {
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
}

@media only screen and (min-width: 1024px) {
.DnDLogo {
	max-width: 600px !important;
}
}

/*************** General Settings ***************/

body {
	margin: 0px;
	font-family: dnd;
	font-size: medium;
	font-weight: normal;
	font-style: normal;
	}
html { 
  background: url(/images/bkg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.DnDLogo {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}
.conoce {
	font-size: larger;
}
.Footer {
	text-align: center;
	position: fixed;
	bottom: 0px;
	color: #fff;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(35,35,35,0.80);
}
.WhatsApp {
	position: absolute;
	bottom: 100px;
	left: 0px;
	width: 30px;
	height: 30px;
	z-index: 20;
	max-width: 30px;
}
a {
	text-decoration: none;
	}

#menu a {
	margin: 2px;
	color: #999;
	text-transform: uppercase;
	}
#menu a:link {
	color: #999;
	text-transform: uppercase;
	}
#menu a:hover {
	color: #E60D7B;
	}
