@CHARSET "UTF-8";

@font-face {
   font-family: yesevaone-regular;
   src: url(Font/YesevaOne-Regular_v2.otf);
}

@font-face {
   font-family: opensans-regular;
   src: url(Font/OpenSans-Regular.ttf);
}

@font-face {
   font-family: opensans-semibold;
   src: url(Font/OpenSans-Semibold.ttf);
}

body {
	font-family: opensans-regular, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #181818;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	Background-attachement: fixed;
	Background-position: center top;
	background-size: cover;
	overflow-y: auto;
}

a:link, a:visited {
	color: #181818; 
	font-family: opensans-semibold;
	text-decoration: none;
}

a:hover, a:active {
	color: #808080;
	text-decoration: none;
}

img {
	border: none;
}

#menu {
	position: fixed;
    bottom: 3%;
    left: 2%;
    right: 2%;
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: opensans-semibold;
	font-size: 15px;
	background-color: #FFFFFF;
	z-index: 999;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a {
	padding-left: 4%;
	padding-right: 4%;
	
}

#content {
	position: fixed;
    bottom: 61px;
    top: 3%;
    right: 2%;
    left: 52%;
	width: 46%;
	background-color: #FFFFFF;
	overflow-y: auto;
}

.text {
	text-align: left;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 30px;
}

#title {
	font-family: yesevaone-regular, serif;
	font-size: 27px;
	color: #181818;
}

#contactos img {
	width: 28px;
	height: 28px;
}

#contactos a:link {
	color: #8F400A; 
	font-family: opensans-semibold;
	text-decoration: none;
}

#contactos a:visited {
	color: #8F400A; 
	font-family: opensans-semibold;
	text-decoration: none;
}

#contactos a:hover {
	color: #808080;
	text-decoration: none;
}

#contactos a:active {
	color: #808080;
	text-decoration: none;
}

span {
	color: #8F400A; 
	font-family: opensans-semibold;
}

@media only screen and (max-width: 1500px) {

	#menu li a {
	padding-left: 3.5%;
	padding-right: 3.5%;
	}
}

@media only screen and (max-width: 1250px) {

	#menu li a {
	padding-left: 3%;
	padding-right: 3%;
	}
}

@media only screen and (max-width: 1100px) {

	#menu li a {
	padding-left: 2.5%;
	padding-right: 2.5%;
	}
}

@media only screen and (max-width: 950px) {

	#menu li a {
	padding-left: 2%;
	padding-right: 2%;
	}
}

@media only screen and (max-width: 860px) {

	#menu li a {
	padding-left: 1.5%;
	padding-right: 1.5%;
	}
}
 
