/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #000;
}

body {
    font-size: 1em;
    line-height: 1.4;
	color:#000;
	background-color:#000;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font-family: 'Oxygen', sans-serif;
	font-size: 12px;
}

.back{
	height:628px;
	width:100%;
	display:block;
	position:absolute;
	top:0px;
	left: 0px;
	background: #e6e6e6; /* Old browsers */
	background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.content{
	margin-left:auto;
	margin-right:auto;
	display: block;
	position: relative;
	margin-top:10px;
}
.logo{
	height:130px;
}
.bloco{
	height:130px;
	text-align:right;
}
.imagem{
	width:100%;
	height: 478px;
	float:left;
	background-color:#FFF;
	background-position:top center;
	margin-top:10px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.slogan{
	width:170px;
	min-height:70px;
	background-color:#000;
	position:absolute;
	color:#fff;
	padding:10px;
	z-index: 10;
}
.conteudo{
	width:100%;
	float:left;
	color:#fff;
}
.conteudo div{
	float:left;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container {
    border-bottom: 20px solid #e44d26;
}

.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.header-container,
.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
}

nav a {
    display: block;
    margin-bottom: 10px;
    padding: 15px 0;

    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: white;
    background: #e44d26;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.content{
	width:100%;
}
.logo{
	width:100%;
	float:right;
}
.bloco{
	width:100%;
	float:right;
	color:#333;
}
.bloco a{
	color:#333;
	text-decoration:none;
}
.bloco a:hover{
	text-decoration:underline;
}
.slogan{
	margin-top:300px;
	margin-left:30px;
	font-size:16px;
}
.titulo{
	font-size:18px;
}
.texto{
	width:90%;
	margin-top:20px;
	margin-left:5%;
}
.formulario{
	width:90%;
	margin-top:20px;
	margin-left:5%;
}
.formulario input{
	width:90%;
	height:30px;
}
.contactos{
	width:90%;
	margin-top:10px;
	margin-left:5%;
}
.redes-sociais{
	width:90%;
	margin-top:0px;
	margin-left:5%;
}
.redes-sociais a{
	width:36px;
	height:36px;
	display:block;
	float:right;
}
.facebook{
	background-image:url(../img/social/facebook.png);
}
.twitter{
	background-image:url(../img/social/twitter.png);
}
.gplus{
	background-image:url(../img/social/google.png);
}
.linkedin{
	background-image:url(../img/social/linkedin.png);
}
.message{
	font-size:16px;
	margin-bottom: 200px;
	margin-top: 200px;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#sitejabyawd{
	width:95px;
	height:20px;
	display:block;
	background-image:url(../img/sitejabyawd_1.png);
	background:url(../img/sitejabyawd_0.png);
	z-index:150;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float:right;
}
#sitejabyawd:hover{
	background:url(../img/sitejabyawd_1.png);
}
.footer{
	width: 90%;
	height: 20px;
	float: left;
	padding-top:20px;
}











/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */

	.content{
		width:100%;
		min-width:480px;
	}
	.logo{
		width:50%;
		min-width:240px;
		float:right;
	}
	.bloco{
		width:50%;
		min-width:240px;
		float:right;
		color:#333;
	}
	.slogan{
		margin-top:170px;
		margin-left:30px;
	}
	.texto{
		width: 47%;
		margin-top: 10px;
		margin-left: 2%;
	}
	.formulario{
		width:100%;
		margin-top:10px;
		margin-left:0px;
	}
	.contactos{
		width:98%;
		margin-top:-10px;
		margin-left:0px;
	}
	.redes-sociais{
		width:100%;
		
		margin-left:0px;
	}
	.message{
		margin-bottom: 0px;
		margin-top: 0px;
		font-size:12px;
	}
}

@media only screen and (min-width: 768px) {

	.content{
		width:100%;
		max-width:850px;
		min-width:768px;
	}
	.texto{
		width:30%;
		margin-top:10px;
		margin-right:3%;
		margin-left: 1%;
	}
	.formulario{
		width:31%;
		margin-top:10px;
		margin-left:0px;
	}
	.footer{
		width: 100%;
	}
	
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .content{
		width:850px;
	}
	.formulario input{
		width:80%;
		height:auto;
	}
}

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

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@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
     */

    .ir a:after,
    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;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}