
.telap{
		display:none;
	}
	
.telag{
		display:none;
	}	
	
	
@media screen and (max-width: 3000px){
.telap{
		display:none;
	}
	
.telag{
		display:block;
	}	
	

}
	
	
/* Media Queries */
@media screen and (max-width: 920px){
	
	.telap{
		display:block;
	}
	
	.telag{
		display:none;
	}
	
}

@media screen and (max-width: 780px){

	.telap{
		display:block;
	}
	
	.telag{
		display:none;
	}

}

@media screen and (max-width: 490px){ 

	.telap{
		display:block;
	}
	
	.telag{
		display:none;
	}
	
}



















.movin{
	 padding-top:25px;
    background-color:#333;
    color:#F1F1F1;
    text-align: right;
	background-image: url("../img/palheta_full.png");
	width: 100%;
  	background-repeat: repeat-x;
	background-position: center top;
	
}

.movin a{
    font-weight: 200;
    color:#F1F1F1;
    text-align:right;
    text-decoration:none;
}

.movin p{
    font-weight: 300;
    font-size: 0.7em;
    color:#999;
    line-height: 1.0em;
	color:#F1F1F1;
}
.movin li{
    
   text-decoration: none;
    line-height: 1.3em;
    display: block;
    position: relative;
	  text-decoration:none;
	  font-size: 0.7em;
}

.wdg li{
    
    text-decoration: none;
    line-height: 1.3em;
    display: block;
    position: relative;
	  text-decoration:none; 
    
}

.wdg{
    background-color:#000;
    color:#FFF;
    text-align:right;
	border-top:1px;
	border-top-color:#999;
	border-top-style:dotted;
}

.wdg a{
    font-weight: 200;
    font-size: 0.9em;
    color:#999999;
    text-align:right;
    text-decoration:none;
}


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


.palheta {
	background-image:url(../img/palheta_smart.png);
    width:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-position:top;
	height:10px;
}

#logo{
position:relative;
margin-top:14px;
color:#1e4872;
font-size:1.6em;
margin-bottom:40px;
}

#titulo{
color:#1e4872;
font-size:1.4em;
margin-bottom:40px;
margin-top:14px;
font-weight:bold;
float:left;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-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;
}


body {
    font: 16px/26px 'Poppins', sans-serif;
}

.wrapper {
    width: 100%;
    margin: 0;
}

.c1{
    font-family:'Poppins', sans-serif;
    font-weight:bold;
    color:#264e81;
	font-size:14px;
	line-height:20px;		
}

.c2{
    color:#264e81;
	font-size:12px;
	line-height:14px;	
}

.c3{
    color:#264e81;
	font-size:14px;
}

.t{
    font-size: 0.3em;	
    color:#ebf0f3;
}

.t2{
    font-size: 1.1em;
	color:#5699cc;
}

.t3{
    font-size: 0.7em;
	color:#1e4872;
}

.t4{
    font-size: 0.7em;
	color:#1e4872;
	line-height:16px;
	
}
.t5{
    font-size: 0.8em;
	color:#1e4872;
	line-height:16px;
	
}
.t6{
    font-size: 2em;
	color:#5699cc;
}

.t6{
    font-size: 2em;
	color:#5699cc;
}

.t7{
    font-size: 1.0em;
	color:#1e4872;
	line-height:16px;
	font-family:'Poppins', sans-serif;
}

.t8{
    font-size: 0.9em;
	color:#666;
}

.t9 {
    font-size: 0.7em;
    color: #5699cc;
}

.t10{
    font-size: 0.8em;
    margin-top:5px;
}

.t11{
    font-size: 1.4em;
	color:#ccc;
}

.t12{
    font-size: 1.3em;
}

.twitter{
	color:#CCC;
	font-size:1.2em;
}
#twitter {
	width:85%;
}

#twitter ul{
    font-size:0.8em;
    line-height: 20px;
	color:#CCC;  
}

.trofeu{
    font-size: 3em;
	color:#1e4872;
}

h2{
color:#1e4872;
}

.embaixo{
	background-color:#ffffff !important;
	text-align:center;
	padding:5px;	
}

#twitter ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

#twitter ul li{
	font-size: 0.9em;
	color:#333;
}


.ca-menu{
    padding:0;
    margin:20px auto;
    width: 300px;
}
.ca-menu li{
    width: 300px;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    /*background: #f1f1f1;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #666;
    position: relative;
	text-decoration:none;
}
.ca-icon{
    font-family: 'icomoon', cursive;
    font-size: 40px;
    color: #1e4872;
    color: #5887b7;      
    /*text-shadow: 0px 0px 1px #666;*/
    line-height: 60px;
    position: absolute;
    width: 40px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}

.ca-icon-categoria{
    font-family: 'icomoon', cursive;
    width: 40px;
    left: 20px;
    text-align: center;
}

.ca-content{
    position: absolute;
    left: 100px;
    width: 300px;
    height: 60px;
    top: 5px;

}
.ca-main{
    font-size: 1.1em;
    line-height:5px;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
	text-decoration:none;
}
.ca-sub{
    font-size: 14px;
    color: #1e4872;
    line-height:8px;    
    font-weight:normal;
}
.ca-menu li:hover{
    background-color: #1e4872;
}
.ca-menu li:hover .ca-icon{
    color: #fffff;
    font-size: 80px;
    opacity: 0.2;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.ca-menu li:hover .ca-main{
    color: #fff;
    opacity: 0.8;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    opacity: 0.8;
}

#catalogo{
width:81%;
margin:auto;
margin-bottom:50px;
}

#redes{
width:300px;
margin:auto;
text-align:right;
}

#catalogo ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

#catalogo ul li{
    width:12px;
    height:12px;
    float:left;
font-size: 13px;    
	padding:4px;
	background-color:#218ead;
	margin-right:5px;
	margin-bottom:5px;
	line-height:12px;
	text-align:center;
}


#catalogo ul li a{

    text-decoration:none;
    text-transform:uppercase;
    color:#ffffff;

}

#catalogo ul li:hover{
    background-color:#f1f1f1;
}

/* ===================
    ALL: BLUE Theme
   =================== */  
   

.botao{
	width: 85px;
	height: 30px;
	background-color:#1e4872;
	color:#FFF;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;	
	border:0;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
}

.header-container {
    border-bottom: 7px solid #5887b7;
	height:69px;
}

.header-home{
    border-bottom: 15px solid #5887b7;
	height:165px;
	text-align:center;	
background-color: #6699cc;
background-image:url(../img/bg.png);
background-position:center;
}

.main aside {
    border-top: 20px solid #1e4872;
}

.header-container{
background-image: linear-gradient(top, rgb(88,136,183) 23%, rgb(102,153,204) 63%);
background-image: -o-linear-gradient(top, rgb(88,136,183) 23%, rgb(102,153,204) 63%);
background-image: -moz-linear-gradient(top, rgb(88,136,183) 23%, rgb(102,153,204) 63%);
background-image: -webkit-linear-gradient(top, rgb(88,136,183) 23%, rgb(102,153,204) 63%);
background-image: -ms-linear-gradient(top, rgb(88,136,183) 23%, rgb(102,153,204) 63%);

background-image: -webkit-gradient(
	linear,
	right top,
	right bottom,
	color-stop(0.23, rgb(88,136,183)),
	color-stop(0.63, rgb(102,153,204))
);
}

.footer-container{
	background-color:#333;
	height:100px;
	font-size:11px;
	text-align:right;
/*  position:absolute;
   bottom:0;*/
   width:100%;
}

.main aside {
    background: #6699cc;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */
nav ul {
    margin: 0;
    padding: 0;

}

nav ul li{
	min-height:70px;
}

nav a {
    display: block;
    padding: 10px;
    text-align: left;
    text-decoration: none;
    color: #1e4872;
    line-height:16px;
	font-size: 0.9rem;
}

nav a img{
    padding:0px;
    border:1px solid #999;
}

nav a:hover,

nav a:visited {
    color: black;
}

nav a:hover {
    background-color:#ebf0f3;
}


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

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
	color:#666;
}

.main aside {
    color: white;
    padding: 0px 2% 20px;
    font-size:0.9em;
}

#aside_bottom{
	
   	float:right;
   	padding: 0px 2% 20px;
   	margin-top:30px;
   	text-align:right;	
}

.footer-container footer {
    color: white;
}

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

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



		
#busca{ 
margin-top:10px;
margin-left:10px; margin-right:10px; 
width:120px; padding:3px; border:2px solid #CCC; 
}	

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

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


#busca{ 
margin-top:10px;
margin-left:10px; margin-right:10px; 
width:150px; padding:3px; border:2px solid #CCC; 
}


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

    nav a {
        float: left;
        width: 80%;
        margin-right: 15px;      
        padding: 10px;
        margin-bottom: 5px;
		min-height:50px;		
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
	
#map_canvas{

width:300px !important;
height:120px;
}	

}

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


#busca{ 
margin-top:10px;
margin-left:10px; margin-right:10px; 
width:300px; padding:3px; border:2px solid #CCC; 
}

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
        -webkit-box-shadow: 0 1px 1px #aaa;
           -moz-box-shadow: 0 1px 1px #aaa;
                box-shadow: 0 1px 1px #aaa;
    }
	
		

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }


/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 75%;
    }

    .main aside {
        float: right;
        width: 14%;
    }


.ca-menu{
    padding:0;
    margin:20px auto;
    width: 400px;
}
.ca-menu li{
    width: 400px;
    height: 60px;
    overflow: hidden;
    position: relative;
    display: block;
    /*background: #f1f1f1;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
    margin-bottom: 5px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#catalogo{
width:400px;
margin:auto;
margin-bottom:50px;
}

#redes{
width:400px;
margin:auto;
text-align:right;
}

#map_canvas{

width:400px !important;
height:120px;
}

}

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


#busca{ 
margin-top:10px;
margin-left:20px; margin-right:20px; 
width:400px; padding:3px; border:2px solid #CCC; 
}

#box_busca{
	top:10px;
}

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

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }


.ca-menu{
    padding:0;
    margin:20px auto;
    width: 860px;
}
.ca-menu li{
    width: 200px;
    height: 200px;
    float:left;
    overflow: hidden;
    position: relative;
    display: block;
    /*background: #f1f1f1;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-right:15px;
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #666;
    position: relative;
	text-decoration:none;
}
.ca-icon{
    font-family: 'icomoon', cursive;
    font-size: 66px;
    padding-top:40px;
    color: #1e4872;
    color: #5887b7;  
    /*text-shadow: 0px 0px 1px #666;*/
    line-height: 60px;
    position: absolute;
    width: 160px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
      
    
.ca-icon-categoria{
    font-family: 'icomoon', cursive;
    width: 40px;
    left: 20px;
    text-align: center;
}

.ca-content{
    position: absolute;
    left: 15px;
    width: 180px;
    height: 60px;
    top: 120px;

}
.ca-main{
    font-size: 1.0em;
    line-height:5px;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
	text-decoration:none;

}
.ca-sub{
    font-size: 14px;
    color: #1e4872;
    line-height:8px;    
    font-weight:normal;
}
.ca-menu li:hover{
    background-color: #1e4872;
}
.ca-menu li:hover .ca-icon{
    color: #fffff;
    font-size: 160px;
    opacity: 0.3;
    left: -30px;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.ca-menu li:hover .ca-main{
    color: #fff;
    opacity: 0.8;
}
.ca-menu li:hover .ca-sub{
    color: #fff;
    opacity: 0.8;
}

#catalogo{
width:860px;
margin:auto;
margin-bottom:50px;
clear:both;
}

#redes{
width:840px;
margin:auto;
text-align:right;
}

#catalogo ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

#catalogo ul li{

    float:left;
	font-size: 13px;
	padding:7px;
	background-color:#218ead;
	margin-right:6px;
	margin-bottom:5px;
	margin-top:10px;
	line-height:12px;
	text-align:center;
}


#catalogo ul li a{

    text-decoration:none;
    text-transform:uppercase;
    color:#ffffff;

}

#catalogo ul li:hover{
    background-color:#f1f1f1;
}

#local{

width:845px !important;
height:120px;
}

#map_canvas{
float:left;
width:400px !important;
height:120px;
 opacity: 0.4;
}

#geo_canvas{
padding-left:150px;
	float:left;
	width:295px;
	
}
.ca-content-left{
	float:left;
    position: absolute;
    left: 180px;
    width: 300px;
    height: 60px;
    top: 5px;

}

}

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

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

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

.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;
    }

}

/* ==========================================================================
   ICONS
   ========================================================================== */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-home:before {
	content: "\21";
}
.icon-pencil:before {
	content: "\22";
}
.icon-newspaper:before {
	content: "\23";
}
.icon-pictures:before {
	content: "\24";
}
.icon-camera:before {
	content: "\25";
}
.icon-play:before {
	content: "\26";
}
.icon-camera-2:before {
	content: "\27";
}
.icon-broadcast:before {
	content: "\28";
}
.icon-mail:before {
	content: "\29";
}
.icon-location:before {
	content: "\2a";
}
.icon-bookmark:before {
	content: "\2b";
	color:#ead075;
	font-size:12px;
}
.icon-key:before {
	content: "\2c";
}
.icon-search:before {
	content: "\2d";
}
.icon-zoom-in:before {
	content: "\2e";
}
.icon-zoom-out:before {
	content: "\2f";
}
.icon-busy:before {
	content: "\30";
}
.icon-loading:before {
	content: "\31";
}
.icon-twitter:before {
	content: "\32";
}
.icon-facebook:before {
	content: "\33";
}
.icon-feed:before {
	content: "\34";
}
.icon-vimeo:before {
	content: "\35";
}
.icon-picassa:before {
	content: "\36";
}
.icon-github:before {
	content: "\37";
}
.icon-wordpress:before {
	content: "\38";
}
.icon-linkedin:before {
	content: "\39";
}
.icon-skype:before {
	content: "\3a";
}
.icon-html5:before {
	content: "\3b";
}
.icon-user:before {
	content: "\3c";
}
.icon-cube:before {
	content: "\3d";
}
.icon-puzzle:before {
	content: "\3e";
}
.icon-arrow-up:before {
	content: "\3f";
}
.icon-arrow-right:before {
	content: "\40";
}
.icon-arrow-down:before {
	content: "\41";
}

.icon-arrow-left:before {
	content: "\42";
}
.icon-menu:before {
	content: "\43";
}
.icon-paragraph-left:before {
	content: "\44";
}
.icon-paragraph-justify:before {
	content: "\45";
}
.icon-google-plus:before {
	content: "\46";
}
.icon-share:before {
	content: "\47";
}
.icon-instagram:before {
	content: "\48";
}
.icon-twitter-2:before {
	content: "\49";
}
.icon-flickr:before {
	content: "\4a";
}
.icon-apple:before {
	content: "\4b";
}
.icon-android:before {
	content: "\4c";
}
.icon-windows:before {
	content: "\4d";
}
.icon-soundcloud:before {
	content: "\4e";
}
.icon-pinterest:before {
	content: "\4f";
}
.icon-stumbleupon:before {
	content: "\50";
}
.icon-foursquare:before {
	content: "\51";
}
.icon-file-pdf:before {
	content: "\52";

}
.icon-file-openoffice:before {
	content: "\53";
}
.icon-file-word:before {
	content: "\54";
}
.icon-libreoffice:before {
	content: "\55";
}
.icon-file-powerpoint:before {
	content: "\56";
}
.icon-file-excel:before {
	content: "\57";
}
.icon-file-zip:before {
	content: "\58";

}
.icon-file-xml:before {
	content: "\59";
}
.icon-file-css:before {
	content: "\5a";
}
.icon-chrome:before {
	content: "\5b";
}
.icon-firefox:before {
	content: "\5c";
}
.icon-IE:before {
	content: "\5d";
}
.icon-opera:before {
	content: "\5e";
}
.icon-safari:before {
	content: "\5f";
}
.icon-html5-2:before {
	content: "\60";
}
.icon-facebook-2:before {
	content: "\61";
}
.icon-share-2:before {
	content: "\62";
	color:#ead075;
	font-size:14px;		
}
.icon-new-tab:before {
	content: "\63";
}
.icon-new-tab-2:before {
	content: "\64";
}
.icon-embed:before {
	content: "\65";
}
.icon-code:before {
	content: "\66";
}
.icon-cancel:before {
	content: "\67";
}
.icon-checkmark:before {
	content: "\68";
}
.icon-minus:before {
	content: "\69";
}
.icon-plus:before {
	content: "\6a";
}
.icon-enter:before {
	content: "\6b";
}
.icon-exit:before {
	content: "\6c";
}
.icon-loop:before {
	content: "\6d";
}
.icon-power:before {
	content: "\6e";
}
.icon-remove:before {
	content: "\6f";
}
.icon-pie:before {
	content: "\70";
}
.icon-trophy:before {
	content: "\71";
}
.icon-rocket:before {
	content: "\72";
}
.icon-mic:before {
	content: "\73";
}
.icon-droplet:before {
	content: "\74";
}
.icon-tag:before {
	content: "\75";
}
.icon-cart:before {
	content: "\76";
}
.icon-phone:before {
	content: "\77";
}
.icon-calendar:before {
	content: "\78";
}
.icon-mouse:before {
	content: "\79";
}
.icon-screen:before {
	content: "\7a";
}
.icon-laptop:before {
	content: "\7b";
}
.icon-mobile:before {
	content: "\7c";
}
.icon-download:before {
	content: "\7d";
}
.icon-upload:before {
	content: "\7e";
}
.icon-database:before {
	content: "\e000";
}
.icon-cog:before {
	content: "\e001";
}
.icon-equalizer:before {
	content: "\e002";
}
.icon-key-2:before {
	content: "\e003";
}
.icon-dashboard:before {
	content: "\e004";
}
.icon-fire:before {
	content: "\e005";
}
.icon-lab:before {
	content: "\e006";
}
.icon-thumbs-up:before {
	content: "\e007";
}
.icon-thumbs-down:before {
	content: "\e008";
}
.icon-heart:before {
	content: "\e009";
}
.icon-bookmark-2:before {
	content: "\e00a";
}


.avatar-frame{border: 1px solid #DDDDDD; }
.avatar-frame,.avatar-frame img{
width: 100px;
height: 75px;
-webkit-border-radius: 10px; /* Saf3+, Chrome */
border-radius:10px; /* Opera 10.5, IE 9 */
/*-moz-border-radius: 30px; Disabled for FF1+ */
}



#palavra{
min-height:405px;
}

#palavra ul {
    margin: 0;
    padding: 0;
	list-style:none;
}

#palavra ul li{

    float:left;
    margin-bottom:5px;

}

#palavra ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 0.81rem;
    padding: 18px;
    background-color: #5699cc;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 61px;
    text-align: center;
    border-color: #DDD;
    border-style: solid;
    border-width: 1px;
}

#palavra ul li a:hover{
    background-color:#dee7f1;
}


#palavra ul li ul{
     float:right;
}

#palavra ul li ul li a{
     background-color:#dee7f1;     
}

#palavra ul li ul li ul li a{
    background-color:#c3d6ea;      
}

#palavra ul li ul li a:hover{
    background-color:#f1f1f1;
}

#instagram{
min-height:400px;
}

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

#instagram li{
	list-style:none;
    float:left;
}

#instagram img{
	width:90px;
	height:90px;
}

#instagram a {background-color:#fff; display:inline; float:left; margin:0 0 17px 20px; width:auto; padding:5px 5px 10px; text-align:center; font-family:'Poppins', sans-serif; text-decoration:none; color:#333; font-size:18px; box-shadow:0 3px 6px rgba(0,0,0,.25); -webkit-box-shadow:0 3px 6px rgba(0,0,0,.25); -moz-box-shadow:0 3px 6px rgba(0,0,0,.25); )}

.sub{

background-image:url(../img/corner.png);
background-position:top right;     
background-repeat:no-repeat;

}

#deda{ color:#1e4872;background-color:#f1f1f1; width:44%; float:left; padding:20px; text-align:right;}
#deda h2{font-size: 1.2em;}
#deda image{width:545px; height:310px; }
#deda p{font-size: 0.9em;}
#deda a:link{color:#1e4872;}
#deda a:visited{color:#1e4872;}
.logo_deda{width:35%;}

#de{ color:#1e4872;background-color:#f1f1f1; width:44%; float:left;font-size: 0.8em; text-align:left; margin-right:20px;padding:20px;}
#de h2{font-size: 1.4em;}
#de p{font-size: 1.0em;}
#de a:link{color:#1e4872;}
#de a:visited{color:#1e4872;}
.logo_de{width:40%;}

#integra{ margin:auto; width:860px; }
.wp-image-462{width:380px; height:210px; align:left; }
.alignnone{width:380px; height:210px; align:left; }
.size-full{width:380px; height:210px; align:left; }



#lab{
min-height:60px;
margin:auto;
text-align:center;
}

#lab ul {
    margin: 0;
    padding: 0;
	list-style:none;
	margin:auto;
text-align:center;
}

#lab ul li{

    float:left;

}

#lab ul li a{

    text-decoration:none;
    color:#fff;
	font-size: 0.8em;
	padding:10px;
	background-color:#415493;
	margin-right:5px;
	margin-bottom:5px;
	line-height:40px;
	text-align:center;
	border-color:#DDD;
	border-style:solid;
	border-width:1px;	

}

#lab ul li a:hover{
    background-color:#563886;
}


#lab ul li ul{
     float:right;
}

#lab ul li ul li a{
     background-color:#dee7f1;     
}

#lab ul li ul li ul li a{
    background-color:#c3d6ea;      
}
s
#lab ul li ul li a:hover{
    background-color:#f1f1f1;
}



#instagram {margin:50px auto; width:970px}
#instagram li {display:inline}
#instagram a {background-color:#fff; display:inline; float:left; margin:0 0 27px 30px; width:auto; padding:10px 10px 15px; text-align:center; font-family:'Poppins', sans-serif; text-decoration:none; color:#333; font-size:18px; box-shadow:0 3px 6px rgba(0,0,0,.25); -webkit-box-shadow:0 3px 6px rgba(0,0,0,.25); -moz-box-shadow:0 3px 6px rgba(0,0,0,.25); transform:rotate(-2deg); -webkit-transform:rotate(-2deg); transition:transform .15s linear; -webkit-transition:-webkit-transform .15s linear; -moz-transform:rotate(-2deg)}
#instagram img {display:block; max-width:190px; margin-bottom:12px}

#instagram li:nth-child(even) a {transform: rotate(2deg); -webkit-transform: rotate(2deg);  -moz-transform: rotate(2deg); }
#instagram li:nth-child(3n) a {transform: none; -webkit-transform: none; position: relative; top: -5px;  -moz-transform: none; }
#instagram li:nth-child(5n) a {transform: rotate(5deg); -webkit-transform: rotate(5deg); position: relative; right: 5px;  -moz-transform: rotate(5deg); }
#instagram li:nth-child(8n) a { position: relative; right: 5px; top: 8px; }
#instagram li:nth-child(11n) a { position: relative; left: -5px; top: 3px; }

#instagram li a:hover { -webkit-transform: scale(1.25); -moz-transform: scale(1.25); transform: scale(1.25); -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); -moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); box-shadow: 0 3px 6px rgba(0,0,0,.5); position: relative; z-index: 5; }
.perfil_thumb img{
	
	height:50px;
	width:50px;
	
	}