
body {
	background:url(images/fundo02.png) #0E81C5;
	line-height: 120%;
	color: #4b4b4b;
	
	font-family: 'Source Sans Pro', sans-serif, tahoma;

}

.container{padding:20px; background-color:#F4F4F4;}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#logo{ display:block; float:left; padding-left:20px; width:200px; padding-top:10px; position:relative }


h1, h2, h3, h4, h5, h6 {
	
	padding: 5px;
	font-weight: 300;
	text-transform: uppercase;
}

a {
	color: #598F93;
}

.details h2, h3 {
	background: none;
	margin: 0;
	padding: 0;
}

.lista{min-height:250px}

hr {
	border: none;
	background: #e3e3e3;
	height: 1px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.main-nav a:link {
	color: #828282;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	-webkit-transition: color .25s ease;
	   -moz-transition: color .25s ease;
	    -ms-transition: color .25s ease;
	     -o-transition: color .25s ease;
	        transition: color .25s ease;
}
.main-nav a:visited {
	color: #696969;
}
.main-nav a:hover {
	color: #598f93;
}
.focused-text {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 25px 0;
	font-size: 1.5em;
	font-weight: 300;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.brand {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	display: block;
	opacity: .95;
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}
.brand:hover {
	opacity: 1;
}
.main-nav {
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
.main-nav li {
	display: inline;
	margin-right: 5px;
}
.social a:link {
	float: right;
	background-image: url(img/facebook.png);
	width: 30px;
	height: 30px;
	background-position: 0 -30px;
	-webkit-transition: background-position .3s ease;
	   -moz-transition: background-position .3s ease;
	     -o-transition: background-position .3s ease;
	        transition: background-position .3s ease;
	margin-left: 2px;

}
.social a:last-child {
	float: right;
	background-image: url(img/twitter.png);
	width: 30px;
	height: 30px;
	background-position: 0 -30px;
	-webkit-transition: background-position .3s ease;
	   -moz-transition: background-position .3s ease;
	     -o-transition: background-position .3s ease;
	        transition: background-position .3s ease;

}
.social a:hover {
	background-position: 0 0;
}
.feature {
	margin-top: 30px;
}
.latest-work img{
	box-shadow: 2px 2px 1px #e3e3e3;
	margin-top: 10px;
	width: 100%;
}
.thumbnail {
	position: relative;
}
.thumbnail .details p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin-top: 10px;
}
.thumbnail .details {
	position: absolute;
	/*left: -5555px;*/
	top: 0;
	background: #598f93;
	padding: 0;
	min-height: 10px;
	text-decoration: none;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .75s ease;
	   -moz-transition: opacity .75s ease;
	    -ms-transition: opacity .75s ease;
	     -o-transition: opacity .75s ease;
	        transition: opacity .75s ease;
}
.thumbnail a:hover .details {
	left: 0;
	top: 10px;
	opacity: .95;
	padding: 15px;
}
footer {
	background: #4b4b4b;
	padding: 5px;
	color: #fff;
	opacity: .45;
	-webkit-transition: opacity .25s ease;
}
footer:hover {
	opacity: 1;
}
footer p{
	text-align: left;
}
footer ul {
	float: right;
}
footer li {
	display: inline;
	margin-left: 15px;
}
footer a:link {
	text-decoration: none;
	color: #e3e3e3;
}
footer a:visited {
	color: #e3e3e3;
}
.article-container {
	padding: 15px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	margin-bottom: 15px;
}
.article-container img {
	width: 100%;
	margin-bottom: 10px;
}
.article-container a{
	color: #747474;
	font-size: 1.5em;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
.article-container p {
	font-family: serif;
	font-size: 1.2em;
	margin-top: 10px;
	color: #747474;
	font-family: 'Source Sans Pro', sans-serif;
}
.post h1 {
	margin-top: 20px;
}
.post p {
	margin: 20px 0 20px 0;
	line-height: 1.2em;
}
.post img {
	margin-bottom: 15px;
	max-width: 100%;
}
/*
 * Button Styles!
 */
.btn {
	padding: 10px;
	color: #fff;
	border-radius: 5px;
	opacity: .9;
	text-decoration: none;
}
.btn-large {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	opacity: .9;
	text-decoration: none;
}
.btn:hover, .btn-large:hover {
	opacity: 1;
}
.btn.green, .btn-large.green {
	background: #72be3b;
}
.btn.blue, .btn-large.blue {
	background: #3fabce;
}
.btn.orange, .btn-large.orange {
	background: #f4bb3f;
}
.btn.red, .btn-large.red {
	background: #f45d3f;
}

/*
 * Form and input styles and things!
 */
.small-text {
	float: left;
	height: 50px;
	width: 300px;
	margin-left: 8px;
	padding: 4px 0 4px 4px;
	font-size: 1.2em;
}
.contact input:first-child {
	margin-left: 0;
	
}
.contact .btn {
	float: right;
	padding: 15px;
	width: 150px;
	text-align: center;
	border: none;
	color: #fff;
	font-size: 1.2em;
	margin-bottom: 20px;
	margin-top: 5px;
	font-family: 'Source Sans Pro', sans-serif;
}
.contact .btn:hover {
	cursor: pointer;
	opacity: 1;
	
}
.contact iframe {
	opacity: .15;
	filter: alpha(opacity = 100);
	border: none;
	-webkit-transition: opacity .25s ease;
	   -moz-transition: opacity .25s ease;
	    -ms-transition: opacity .25s ease;
	     -o-transition: opacity .25s ease;
	        transition: opacity .25s ease;
}
.contact iframe:hover {
	opacity: 1;
}
.message {
	clear: both;
	float: left;
	padding: 4px;
	resize: none;
	width: 930px;
	height: 110px;
	margin-top: 5px;
	font-family: sans-serif;
	font-size: 1.2em;
	color: #b3a9a9;
}
.contact {
	padding-top: 30px;
}


.redes ul li{float:left; padding:3px;}



.titulo span { font-size:14px; text-decoration:none}
.titulo p{ font-size:16px; display:block; text-decoration:none}
.titulo .hh{ text-decoration:none;display:block; font-size:16px}
.hh{ text-decoration:none;display:block; font-size:16px}

ul#banner_barra {
    margin: 0;
    padding: 0;
}

ul#banner_barra li {
    padding: 3px 0 2px 0;
}

/* Table of Contents
==================================================
    #Base 960 Grid
    #Tablet (Portrait)
    #Mobile (Portrait)
    #Mobile (Landscape)
    #Clearing */



/* #Base 960 Grid
================================================== */

    
  
	
	#fotos{ list-style:none; padding:0; margin:0 auto; width:100%; height:auto}
	#fotos li{float:left;  min-height:120px; padding:7px;}
	#fotos li a{float:left;  padding:7px;}
	#fotos li a img{border:#333 1px solid}
	.redes{ margin: 0; padding-top:0px; width:100%; text-align:right;}
	.redes ul li{ float:right}
	
/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

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


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
		
    }


/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.container{padding:0px;}
    }


/* #Clearing
================================================== */

    #whatsapp-widget{
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    position: fixed;
    transform: scale(1);
    transition: 0.5s ease-in-out;
    z-index: 99;
    right: 30px;
    bottom: 43px;
    width: 60px; 
    
    }
	
	#whatsapp-widget p {
    color: aqua;
    font-size: 14px;
    text-align: center;
}
  