html, form {
	margin: 0;
}
/*
iframe { 
    display: none; 
} */
body {
    position: relative;
    background: #322340;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif !important;
}
@media (max-width: 879px) {
	body { padding-top: 0 !important; }
}
a:hover {
	text-decoration: none;
    outline: 0;
}
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea {
	font-family: 'Lato', Helvetica;
}

.linkOff {
    color: #cccccc;
    text-decoration: none;
}
.linkOff:hover {
	color: #cccccc;
	text-decoration: none;
}
.linkCinza {
    color: #e1e1e1;
    text-decoration: none;
}
.linkCinza:hover {
	color: #fff;
	text-decoration: none;
}

.scrollup {
    width:36px;
    height:31px;
    opacity:0.7;
    position:fixed;
    bottom:0px;
    right:250px;
    display:none;
    text-indent:-9999px;
    background: url('../img/IconTop.png') no-repeat;
}

.scrollup:hover {
    opacity: 1;
}

/* Navbar
-------------------------------------------------- */
body.pull_top {
    padding-top: 0px !important;
}
.navbar.transparent.navbar-inverse .navbar-inner {
    /*border-bottom: 1px solid rgb(88, 88, 88);*/
}
.navbar.transparent.navbar-inverse .navbar-inner .container {
    margin-top:4px;
    margin-bottom:5px;
    -webkit-transition:margin .2s ease-in-out;
    -moz-transition:margin .2s ease-in-out;
    transition:margin .2s ease-in-out;
}
.navbar.navbar-inverse .navbar-inner {  
    padding:7px 0px 12px 0px;
    background:rgba(0,18,35,0.8);
    border-bottom:0px none;
}
.navbar.navbar-inverse .navbar-inner.internas { 
    background:#1e2c3a;
    box-shadow:none;
}
.navbar.navbar-inverse .sticky {
  	padding:0px;
  	background:#01609f;
    border-bottom:0px none;
    height:53px;
}
.navbar.navbar-inverse .navbar-inner.internas.sticky {
  	padding:0px;
  	background:#01609f;
    border-bottom:0px none;
    height:53px;
}
.navbar-inverse .sticky .container {
    margin-top:0px !important;
    margin-bottom:0px !important;
}
.navbar-inverse .brand {
    background:url(../img/Logom.png) no-repeat center center;
    width:161px;
    height:33px;
    outline:none;
}
.navbar-inverse .brand span {
    display:block;
    color:#ccc;
    font-size:10px;
    margin-top:32px;
    margin-left:50px;
}
.navbar-inverse .internas .brand {
    background:url(../img/Logom.png) no-repeat center center;
    width:161px;
    height:33px;
    outline:none;
}
.navbar-inverse .internas .brand span {
    display:block;
    color:#eee;
    font-size:11px;
    margin-top:32px;
    margin-left:50px;
}
.navbar-inverse .sticky .brand {
    background:url(../img/Logoma.png) no-repeat center center;
    width:140px;
    height:29px;
    outline:none;
}
.navbar-inverse .sticky .brand span {
    display:none;
}
.navbar-inverse .nav > li > a {
    /*color: rgb(177, 177, 177);*/
	margin-top:10px;
	margin-right:30px;
    font-size:14px;
    font-weight:bold;
    color:#f1f1f1;
    text-shadow:0 1px 0 rgba(0,0,0,.5);
    /*opacity: .6;*/
    outline: none;
    filter: alpha(opacity=60);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}
.navbar-inverse .nav > li > a:hover {
    color: #1189d9;
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-inverse .navbar-inner .nav > li > a.order {
    display:none;
    -webkit-transition: margin .2s ease-in-out;
    -moz-transition: margin .2s ease-in-out;
    transition: margin .2s ease-in-out;    
}
.navbar-inverse .internas .nav > li > a {
	margin-right:0px;
	padding-left:30px;
	padding-right:30px;	
}
.navbar-inverse .navbar-inner.internas .nav > li > a.order {
    display:block;
    color: #fff;
    text-shadow:none;
    border:1px solid #4aba58;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 13px;
    font-weight:normal;
    background: #4aba58;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.navbar-inverse .navbar-inner.internas .nav > li > a.order:hover {
    background: #449d44;
    border:1px solid #449d44;
}
.navbar-inverse .navbar-inner .nav > li > a.acess {
    display:block;
    color: #fff;
    margin-left:30px;
    margin-right:10px;
    text-shadow:none;    
    border:1px solid #2d87c8;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 13px;
    font-weight:normal;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.navbar-inverse .navbar-inner .nav > li > a.acess:hover {
    background: #2d87c8;
}
.navbar-inverse .sticky .nav > li > a {
    /*color: rgb(177, 177, 177);*/
	margin-top: 10px;
	margin-right:0px;
	padding-left:30px;
	padding-right:30px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(31,31,31,1);
    /*opacity: .6;*/
    filter: alpha(opacity=60);
    /*-webkit-transition: all .2s linear;*/
    /*-moz-transition: all .2s linear;*/
    /*transition: all .2s linear;*/
    outline: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.navbar-inverse .sticky .nav > li > a:hover
{
    /*background-color:#1189d9;*/
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom:3px solid #1189d9;
}
.navbar-inverse .sticky .nav > li > a.active 
{
    /*background-color:#1189d9;*/
    opacity: 1;
    filter: alpha(opacity=100);
    border-bottom:3px solid #8bcefa;    
}
.navbar-inverse .sticky .nav > li > a.order {
    display:block;
    color: #fff;
    text-shadow:none;
    border:1px solid #4aba58;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 13px;
    font-weight:normal;
    background: #4aba58;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.navbar-inverse .navbar-inner.sticky .nav > li > a.order:hover {
    background: #449d44;
    border:1px solid #449d44;
}
.navbar-inverse .sticky .nav > li > a.acess {
    display:block;
    color: #fff;
    margin-left:30px;
    margin-right:10px;
    text-shadow:none;    
    border:1px solid #1189d9;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 13px;
    font-weight:normal;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
.navbar-inverse .navbar-inner.sticky .nav > li > a.acess:hover {
    background: #1189d9;
}
.navbar .btn-navbar {
  float: right;
  padding: 7px 10px;
  margin: 15px 15px 0px 0px;
  color: #fff;
  background: #fff;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #fff;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #fff;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #01609f;
}

.section_header {
	width: 100%;
	margin-bottom: 60px;
	text-align:center;
}
.section_header h3 {
	/*color: rgb(100, 100, 100);*/
	/*color: rgb(88, 94, 104);	*/
	color:#01609f;
	font-size: 27px;
	letter-spacing: 1px;
	/*border-bottom: 1px solid #b3b3b3;*/
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	padding-bottom: 0px;
	display: inline-block;	
}
.section_header p {
	color: #939394;
	font-size: 18px;
	text-align:center;    
    text-shadow: 0 1px 0 rgba(255,255,255,1);	
}

/* Footer
-------------------------------------------------- */
#footer {
	min-height: 260px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #252528;
	color: #fff;
	padding-top: 35px;
	padding-bottom:0px;
}
#footer .sections {
	border-bottom: 1px solid #343437;
	margin-left:10px;
}
#footer .outros {
	margin:20px 25px;
}
#footer .outros .tabela {
    width:280px;
    float:left;
}
#footer .outros .itens {
    margin:10px;
}
#footer .outros .itens a {
    color: #888;
    font-size: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
}
#footer .outros .itens a:hover{
	color: #eee;
}
.fa-seta {
    display: inline-block;
    background: url(../img/icSeta.png) no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align:middle;
}
.fa-dots {
    display: inline-block;
    background: url(../img/icDots.png) no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align:middle;
}
.fa-fechar {
    display: inline-block;
    background: url(../img/icClose.png) no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align:middle;
}
.fa-avancar {
    display: inline-block;
    background: url(../img/icAvancar.png) no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align:middle;
}
.fa-voltar {
    display: inline-block;
    background: url(../img/icVoltar.png) no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    vertical-align:middle;
}
#footer .footer_header {
	color: rgb(196, 196, 196);
	font-style: italic;
	font-weight: 300;
	font-size: 25px;
	margin-bottom: 40px;
	margin-left: 15px; 
}

/* recent posts */
#footer .recent_posts {
	margin-left: 0px;
}
#footer .recent_posts .post {	
	width:230px;
	margin-left:30px;
	float:left;
	min-height:110px;
}
#footer .recent_posts .post .title strong {
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
#footer .recent_posts .post .title a {
	color: #999;
}
#footer .recent_posts .post a:hover {
	color: #777;
}
#footer .recent_posts .post a:hover strong {
    color: #ccc;
}

/* contact */
#footer .credits {	
	padding: 0px 0px 60px 0px;
	float:left;
}
#footer .credits .logo img:hover {
	opacity:0.8;
}
#footer .credits .logo .logo1 {
	margin-top:40px;
	margin-right:30px;
}
#footer .credits .logo .logo2 {
	margin-top:40px;
}
#footer .social {
    width:200px;
	text-align: right;
	float:right;
}
#footer .social a {
	margin: 10px;
}
#footer .social a {
	margin: 10px;
}
#footer .social a span{
	display: inline-block;
	width: 33px;
	height: 33px;
}
#footer .social span.ico1,
#footer .social span.ico1h{
	background-position: 0px 0px;
}
#footer .social span.ico2,
#footer .social span.ico2h{
	background-position: -37px 0px;
}
#footer .social span.ico3,
#footer .social span.ico3h{
	background-position: -75px 0px;
}
#footer .social a:hover span.socialicons{
	display: none;
}
#footer .social a:hover span.socialicons_h{
	display: inline-block !important;
}
#footer .social span.socialicons_h{
	display: none;
}
.socialicons{
	background: url('../img/socialicons.png') no-repeat;
	width: 265px;
	height: 36px;
}
.socialicons_h{
	background: url('../img/socialicons_h.png') no-repeat;
	width: 265px;
	height: 36px;
}
#footer .copyright {
	width:200px;
	text-align: right;
	float:right;
	margin-top: 20px;
}
#footer .copyright img {
	margin-right: 12px;
	opacity: 0.5;
}

div.rodapewhats {
    position: absolute;
    background-color: #21c15d;
    bottom: 0;
    width: 100%;
}

    div.rodapewhats.fixed {
        position: fixed;
        background-color: #21c15d;
        bottom: 0;
        width: 100%;
    }

    div.rodapewhats a {
        margin-right: 0px;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

        div.rodapewhats a.btwhats img {
            width: 20px;
            margin-left: 5px;
        }

        div.rodapewhats a.btwhats {
            text-decoration: auto none;
            display: block;
            color: #fff;
            text-shadow: none;
            border: 1px solid #21c15d;
            border-radius: 4px;
            padding: 7px 17px;
            font-size: 13px;
            font-weight: normal;
            background: #21c15d;
            -webkit-transition: all .2s linear;
            -moz-transition: all .2s linear;
        }

            div.rodapewhats a.btwhats:hover {
                background: #25d366;
                border: 1px solid #25d366;
            }


/* Responsive
-------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
}
@media (max-width: 979px) {

}
@media (max-width: 879px) {
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: 20px;
	}
	.navbar.transparent.navbar-inverse .navbar-inner {
		background: #01609f;		
	}
    .navbar-inverse .brand 
    {
        width: 181px;
        background: url(../img/Logoma.png) no-repeat center center;
    }
    .navbar-inverse .brand span
    {
        margin-left:60px;
    } 	
	.navbar-inverse .nav-collapse .nav
	{
	    margin-top:20px;
	}    
	.navbar-inverse .nav-collapse .nav > li > a, 
	.navbar-inverse .nav-collapse .dropdown-menu a,
	.navbar-inverse .nav-collapse .nav > li > a.acess  
	{
	    padding:10px;
	    margin:0 auto;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        border:0 none;
        border-radius:0px;
        text-shadow: 0 1px 0 rgba(0,0,0,.5);
        /*opacity: .6;*/
        outline: none;
        filter: alpha(opacity=60);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover, 
	.navbar-inverse .nav-collapse .dropdown-menu a:hover, 
	.navbar-inverse .nav-collapse .nav > li > a.acess:hover 
	{
	    background-color:#277db6;
    }	
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 879px) { 
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: -100px;
		position: relative;
		top: 999;
	}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.navbar.transparent.navbar-fixed-top, 
	.navbar.home.navbar-fixed-top{
		margin-bottom: -30px;
		position: relative;
		top: 999;
	}
    #footer {
        padding-right:20px;
        padding-left:20px;    
    }    	
    .navbar {
        padding:0px;
        margin:0px;
    }        
    #footer .recent_posts .post {
	    margin-bottom: 40px;	
	    width: 95%;
    }    
	#footer .container{
		padding: 0px 20px;
	}
	/*Index Footer*/
	#footer .footer_header {
		margin-left: 0;
	}
	
    #footer .credits {
	    width:100%;
	    text-align:center;
    }	
    #footer .social {
	    width:100%;
	    text-align:center;
	    float:left;
	    margin-top:30px;
    }    
    #footer .copyright {
	    width:100%;
	    text-align:center;
	    float:left;
	    margin:0px;
	    margin-left:5px;
	    margin-top:30px;
	    margin-bottom:30px;
    }    
}
/* Landscape phones and down */
@media (max-width: 480px) {   
}