 
body {
  background-color: #f2f2f2;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}



p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}


a {
    color: #1abc9c;
       -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}




#section-topbar {
	
	overflow: visible;
	font: normal 16px/24px  'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#section-topbar a {
  color: #fff;
}

#topbar-inner {
	background: #2c3e50; 
	line-height: 0;
	text-align: center;
}


#section-topbar ul#nav {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;

	border-right: 1px solid #222;

	/* For IE, the outcast */
	zoom:1;
	*display: inline;
}

#section-topbar ul#nav > li {
	display: block;
    float: left;
    padding: 0;
}


#section-topbar ul#nav a {
  display: block;
  font: normal 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 18px 20px 18px 20px;
  border-left: 1px solid #222;
}

	#section-topbar ul#nav a:hover {
	  background: #222;
	  text-decoration: none;
	  border-left: 1px solid #111;
	}

	#section-topbar ul#nav .active a {
		background: #44bbaa;
		border-left: 1px solid #111;
	}

		#section-topbar ul#nav .active a:hover {
			background: #44bbaa;
		}
#section-topbar i {
	font-size: 25px;
}
/*---------------------------------------------------
	Topo
---------------------------------------------------*/

/* Banner Topo */
#bannertopo {
	background: url(../img/topo-bg.jpg) no-repeat center top;
	background-color:#3498db;
	
	
	padding-top:80px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	height: 300px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#bannertopo h1 {
	font-size: 60px;
	color: white;
	text-shadow: 1px 1px 0px #000;
}

#bannertopo h3 {
	font-size: 20px;
	color: white;
	margin:5px;
	padding:5px;
}



#intro {
	background: #2c3e50;
	padding-top: 30px;
	padding-bottom: 30px;
	color: white;
} 

#intro h5, p {
	color: white;
}

#intro i {
	color: white;
	font-size: 20px;
	padding-right: 8px;
	vertical-align: middle;
}


#skillswrap {
	background: #2c3e50;
	padding-top: 60px;
	padding-bottom: 60px;
	color: white;
}

#skillswrap h5, p {
	color: white;
}

#footwrap {
	background: #2f2f2f;
	padding-top: 50px;
	padding-bottom: 50px;
}

#footwrap p {
	color: white;
}

#footwrap h5 {
	color: white;
}


#footwrap t {
	font-weight: 700;
}

#footwrap i {
	padding-right: 8px;
	color: #1abc9c;
}



#c {
	background: #222222;
	padding-top: 15px;
	text-align: center;
}

#c p {
	color: white
}




.desc {
	padding-top: 50px;
}

.desc p {
	color: #2f2f2f;
	text-align:justify;
}

.desc t {
	color: #34495e;
	font-weight: 700;
}

.desc imp {
	padding: 6px;
	color: white;
	background: #34495e;
}

.desc more {
	color: #7f8c8d;
	
}

.desc more a{
	color: #2c3e50; 
	text-decoration:underline;
}


sm {
	font-size: 12px;
	color:#fff;
}


.semana { background-color:#16a085; color:#fff; text-align:center; margin-right:20px; -webkit-border-radius: 10px;
-moz-border-radius: 10px; border-radius: 10px; padding:5px;}
.numero { color:#fff; font-size:36px; font-weight:bold;}
.titulo { color:#fff;}
.pdf { background-color:#e74c3c; color:#fff; padding:5px;  -webkit-border-radius: 5px; text-transform:uppercase;
-moz-border-radius: 5px; border-radius: 5px; margin-top:15px;  margin-right:20px; }
.pdf .icon-file { color:#fff; margin-left:10px; margin-right:5px;}
.pdf .icon-file a { cursor:pointer; color:#fff !important;}

.sub { background-color:#2ecc71; max-width:450px; margin:0 auto; padding:0px;}
.linhatopo { height:0px;}

.leiamais { background-color:#16a085; color:#fff; padding:5px;  -webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px; margin-top:15px;  margin-right:20px; width:200px; float:right;}
.leiamais .icon-plus { color:#fff; margin-left:10px; margin-right:5px;}
.leiamais .icon-plus a { cursor:pointer; color:#fff !important;}

.anterior { background-color:#16a085; color:#fff; padding:5px;  -webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px; margin-top:15px;  margin-right:20px; width:200px; float:left;}
.anterior .icon-plus { color:#fff; margin-left:10px; margin-right:5px;}
.anterior .icon-plus a { cursor:pointer; color:#fff !important;}

.proximo { background-color:#16a085; color:#fff; padding:5px;  -webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px; margin-top:15px;  margin-right:20px; width:200px; float:right;}
.proximo .icon-caret-left { color:#fff; margin-left:10px; margin-right:5px;}
.proximo .icon-caret-left a { cursor:pointer; color:#fff !important;}


#footer-brasil {
   background: none repeat scroll 0% 0% #0042b1;
   padding: 1em 0px;
   max-width: 100%;
}

