@import url(https://fonts.googleapis.com/css?family=Ubuntu+Condensed|Dosis);

a {
	color: #002D67;
	text-decoration: none;
}

a:hover {
	color: #002D67;
	text-decoration: none;
}

a:visited {
	color: #002D67;
	text-decoration: none;
}

a:active {
	color: #002D67;
	text-decoration: none;
}

body {
	overflow-x: hidden;
	overflow-y: hidden;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #EFF2FB;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.desktop-bottom {
	position: fixed;
	display: inline-block;
	width: 81%;
	min-width: 800px;
	bottom: 0px;
	left: 9.5%;
	background: #002D67;
	font-family: "Dosis";
	color: white;
	font-size: 14px;
}

.desktop-bottom-left {
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	background: none;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.email-sent {
	display: inline-block;
	width: 350px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	width: 500px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px; /* Negative half of height. */
	margin-left: -250px; /* Negative half of width. */
	#transform: translate(-150px);
	color: white;
	z-index: 1000;
	font-family:"Ubuntu Condensed";
	font-size:20px;
	padding-top:30px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:30px;
}

.desktop-form {
	display: inline-block;
	background: none;
	margin-top: 20px;
	width: 450px;
	margin-left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Ubuntu Condensed";
}

textarea {
	width: 300px;
	resize: none;
}

input {
	width: 300px;
}

.desktop-form-left {
	display: block;
	background: none;
	width: 150px;
	float: left;
}

.desktop-form-right {
	display: block;
	background: none;
	width: 300px;
	float: right;
}

.main-div {
	position: relative;
	display: block;
	background: white;
	height: 100%;
	width: 85%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

p {
	font-family: "Dosis";
}

.desktop-top-bar {
	display: inline-block;
	background: white;
	width: 100%;
	height: 80px;
}

.desktop-top-bar-left {
	position: relative;
	float: left;
	display: inline-block;
	background: white;
	height: 100%;
	width: 150px;
}

.desktop-top-bar-right {
	position: relative;
	float: left;
	display: inline-block;
	background-image: url("../img/pvp-banner.png");
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	width: 82.8%;
	font-family: "Ubuntu Condensed";
	font-size: 25px;
	color: #002D67;
	padding-top: 45px;
	padding-left: 20px;
}

.desktop-top-bar-logo {
	margin-left: 35px;
}

.desktop-menu-bar {
	position: relative;
	display: block;
	text-align: center;
	margin: 0px auto;
	width: 95%;
	min-width: 1000px;
	height: 30px;
	margin-top: 5px;
	background: #002D67;
	font-family: "Dosis";
	color: white;
}

ul li {
	font-family: "Dosis";
}

.desktop-titulo {
	position: relative;
	display: block;
	background: none;
	font-family: "Ubuntu Condensed";
	font-size: 22px;
	color: #002D67;
	padding-top: 0px;
	padding-left: 0px;
}

.mobile-menu-bar {
	display: none;
}
/*///////////////  MENU  ///////////*/

.desktop-menu-bar ul ul {
	display: none;
}

.desktop-menu-bar ul li:hover > ul {
	display: block;
	width: 15%;
	min-width: 160px;
	border: 0px solid;
}

.desktop-menu-bar ul {
	padding: 0px;
	border: 0px solid;
	width: 100%;
	list-style: none;
	position: relative;
	display: block;
	z-index: 1;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.desktop-menu-bar ul:after {
	content: "";
	clear: both;
	display: block;
}

.desktop-menu-bar ul li {
	float: left;
	border-right: 1px solid;
	border-color: white;
	height: 25px;
	padding-top: 5px;
	background: none;
	width: 15%;
	min-width: 160px;
}

.desktop-menu-bar ul li:hover {
	background: #EEF2FB;
}

.desktop-menu-bar ul li:hover a {
	color: #002D67;
}

.desktop-menu-bar ul li a {
	color: white;
	font-size: 15px;
	font-weight: 300;
	text-decoration: none;
	background: none;
	padding-top: 8px;
	padding-left: 15px;
	padding-right: 15px;
	height: 33px;
}

.desktop-menu-bar ul ul {
	background: #EEF2FB;
	border-radius: 0px;
	position: absolute;
	padding: 0px;
	top: 100%;
	box-shadow: -1px 1px 10px 0px rgba(0,0,0,0.3);
}

.desktop-menu-bar ul ul li {
	float: none;
	border-top: 1px solid #0489B1;
	width: 100%;
	position: relative;
	height: 30px;
}

.desktop-menu-bar ul ul li a {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	font-size: 13px;
}

.desktop-menu-bar ul ul li:hover {
	background: white;
}

.desktop-menu-bar ul ul li a:hover {
	background: none;
}

.desktop-menu-bar ul ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
}

.desktop-content {
	display: block;
	width: auto;
	height: 78%;
	min-height: 400px;
	background: white;
	margin-left: 35px;
}

.desktop-promo {
	display: block;
	width: 95%;
	min-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 300px;
}

.desktop-promo-1 {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255,0,0,0.4);
	transition: background 3s, opacity 3s linear;
}

.desktop-promo-buttons {
	position: relative;
	display: inline-block;
	background: none;
	width: 100%;
	height: 20px;
	top: -20px;
}

.desktop-promo-buttons-button {
	display: inline-block;
	background: #A4A4A4;
	width: 10px;
	height: 10px;
	margin-top: 5px;
	margin-right: 5px;
	border-radius: 5px;
	float: right;
	cursor: hand;
	box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}

