/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	height:100%;
	width:100%;
	margin:0;
	/*background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;*/
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ca7f3a;
	margin: 1em 0;
	padding: 0;
	width: 150px;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio, canvas, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
	font-family: Arial;
	font-weight: normal;
	font-style: normal;
}
/* common */
body {
	color: #fff;
	background-color: #fff;
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 59%, rgba(30,68,137,0.54) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(59%, rgba(255,255,255,0.73)), color-stop(100%, rgba(30,68,137,0.54)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 59%, rgba(30,68,137,0.54) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 59%, rgba(30,68,137,0.54) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 59%, rgba(30,68,137,0.54) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(255,255,255,0.73) 59%, rgba(30,68,137,0.54) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1E4489', GradientType=1 );
}
p {
	line-height: 1.3;
	font-size:13px;
 font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
h1, h2, h3 {
	margin: 0;
}
h1 {
	font-family: Arial;
	font-size: 22px;
	line-height: 40px;
	color: #1E4489;
}
h2 {
	font-family: 'Open Sans';
	font-size: 19px;
	margin:0 0 5px;
	color: #1E4489;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	margin:0px 0 5px;
	color: #333;
	text-align:center;
	font-weight:300;
}
.container {
	width: 100%;
}
/* header */
header {
	position: relative;
	height: 88px;
	color: #3a3a3a;
	font-size: 18px;
	width: 100%;
}
header img {
	margin-top: 12px;
margin-right: 195px;
}
/* nav */
nav {
	height: 86px;
	width: 100%;
	background: #fff;
}
nav ul {
	margin: 0 auto;
	width: 1050px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}
nav li {
	float: left;
	text-align: center;
}
nav li a {
	text-decoration: none;
	position: relative;
	display: block;
	z-index: 1;
	height: 56px;
	padding: 0;
	margin-top: 30px;
}
nav li a span {
	font: 14px Arial;
	color: #333;
	margin: 0 20px;
}
nav li a:hover, nav li a.active {
	border-bottom: 2px solid #F8DD93;
}
nav.sticky {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
nav.sticky + section {
	margin-top: 88px;
}
/* dimensoes */

.conteudo, a {
	color: #fff;
	font-size: 14px;
	line-height:22px;
	text-decoration:none;
}
.conteudo p {
	margin: 0;
		line-height: 22px;
}

#contactos {
	padding: 0;
	text-align:center;
}
#contactos .conteudo {
	width: 100%;
	margin: 0 auto;
	position:fixed;
	bottom:0;
	left:0;
}

.titulo {
	font-weight:300;
	font-size:28px;
	padding:10px 0 12px;
	color:#1E4489;
}
@media (max-width:400px){
	.titulo {
		font-size:20px;
	}
}
.left {
	float: left;
	width: 400px;
	text-align:right;
	padding: 25px 45px 40px 0;
	border-right:1px solid #ca7f3a;
}
.right {
  float: right;
  /* width: 450px; */
  /* padding-top: 15px; */
	width: 250px;
	margin:0 auto;
}
.center {
	width: 100%;
	margin:0 auto;
	text-align:center;
	padding:20px 0;
}
a:hover { color:#1E4489}


/** form **/
form{
	text-align:left;
}
.form label{
	font-weight:bold;
	border:1px solid #f3f4f4;
	background:#2c2c2c;
	padding:5px 9px ;
	color:#f3f4f4;
}
.form .brd{
	border:1px solid #f3f4f4;
	background:#2c2c2c;
	padding:5px 9px ;
	color:#f3f4f4;
	border-radius: 5px;
}
.form .in1{
	width:340px;
	margin-bottom:20px;
}
.form textarea.in1{
	height:100px;
	margin-bottom:20px;
}
.form .btn1{
	border:1px solid #f3f4f4;
	background:#2c2c2c;
	padding:10px 20px;
	color:#f3f4f4;
	cursor:pointer;
	width:auto;
	overflow:visible;
	vertical-align:top;
	line-height:1.3em;
	float:right;
	font-size:12px;
	border-radius: 5px;
}
.form .error {
	width:310px;
	float:left;
    color: #f3f4f4;
    font-size: 9px;
	line-height:10px;
}

footer {
  background: #fff;
}
footer .conteudo {
	width: 1024px;
	margin: 0 auto;
	padding: 25px 0;
  color: #2c2c2c;
  font-weight: 300;
  font-size: 13px;
}
.bytrigenius {
	float: left;
	width: 340px;
	padding-right: 20px;
}
.copyright {
	float: left;
	width: 340px;
	text-align:center;
}
.social {
	float: right;
	width: 340px;
	text-align:right;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow: none !important;
	text-shadow: none !important;
}
a, a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
