@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);

body{
	overflow-x: hidden;
	margin-bottom: 0; 
}

p{
	font-size: 16px;
	color: #212121;
	font-family: 'Open Sans', sans-serif;
}

li{
    font-size: 16px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;   
}

.h1,h1, .h2,h2, .h3,h3{
	font-family: 'Montserrat', sans-serif;
    color: #1b4984;
}

.btn-default{
    background: #1b4984;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 15px 30px;
    margin: 20px 0;
}

.btn-default:hover{
    background: #1b4999;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 15px 30px;
    margin: 20px 0;
}

.linha {
    border: 2px solid #1b4984;
    width: 25%;
}

/*Top Header */

.top-header {
    background: #1b4984;
    padding: 10px 0 0;
}

.contato-topo p {
    bottom: 5px;
    color: #f5f5f5;
    margin: 0;
    position: relative;
    font-size: 12px;
}

.contato-topo a{
	color: #f5f5f5;
	font-size: 12px;
}

.contato-topo i, .fale-conosco i, .menu-footer i{
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    color: #fff;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    margin-right: 5px;
    text-align: center;
    width: 21px;
}

.navbar-form	{
	margin: 0;
}

.busca-topo input {
    border: 0 none;
    border-radius: 0;
    bottom: 5px;
    max-height: 25px;
    position: relative;
}

.busca-topo i {
    background: #fff none repeat scroll 0 0;
    padding: 5px 10px 6px 0;
    vertical-align: super;
}

.busca-topo {
    position: relative;
    top: -2px;
}

.contato-topo {
    position: relative;
    top: 5px;
}



/*Header*/

#header{
	background: #fff;
	padding: 10px 0;
}

.menu {
    position: relative;
    top: 30px;
}

.logo img {
    width: 35%;
}

.navbar-default{
	background: none;
	border: 0; 
}

#main-navigation nav{
	float: right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background: #1b4984;
    color: #fff !important;
    border: 0;
    text-align: center;
    border-radius: 4px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: #1b4984;
    color: #fff !important;
    border: 0;
    text-align: center;
    border-radius: 4px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.navbar-nav > li > a {
    padding-bottom: 8px;
    padding-top: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #1b4984 !important;
}

#header #main-navigation {
    margin: 30px 0;
}

/*Slideshow*/

.slideshow-3d{
	border-bottom: 10px solid #1b4984;
}

/*Footer*/

.fundo-footer {
    background: #2e2e2e;
    margin-top: 30px;
}

.fundo-footer h3{
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
}

.texto-footer p{
	font-size: 14px;
	color: #f5f5f5;
	text-align: left;
}

.footer{
	background: #333;
	padding: 10px 0;
}

.footer p {
    color: #f5f5f5 !important;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer a{
	color: #fff000;
	text-decoration: none;
}

.logo-footer img {
    position: relative;
    top: 60px;
    width: 100%;
}

.menu-footer ul{
	padding: 0;
}

.menu-footer ul li{
	list-style: none;
	padding-bottom: 10px;
}

.menu-footer ul li a{
	color: #f5f5f5;
}

.fale-conosco p{
	color: #f5f5f5;
}

.fale-conosco a{
	color: #fff000;
}

.linha-footer{
	border-top: 1px solid #999;
	padding-bottom: 10px;
}

.logo-dev {
    position: relative;
    top: 10px;
}

.facebook {
    position: relative;
    top: 55px;
}

/*Formulário de Contato */

.form-contato input{
    width: 100%;
    border: 2px solid #cfd8dc;
    padding-left: 10px;
}

.form-contato textarea {
    border: 2px solid #cfd8dc;
    width: 100%;
    padding-left: 10px;
}

.wpcf7-submit {
    background: #1b4984 !important;
    border: 0 !important;
    color: #fff !important;
    float: right;
    font-weight: bold !important; 
    padding: 5px 20px;
    font-size: 18px !important;
    height: 50px !important;
}

.wpcf7-submit:hover {
    background: #1b4984 !important;
    border: 0 !important;
    color: #fff !important;
    float: right;
    font-weight: bold !important; 
    padding: 5px 20px !important;
    font-size: 18px !important;
    opacity: 0.8;
    height: 50px !important;
}
/*Breadcrumb*/

.breadcrumb{
    background: #cfd8dc;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.breadcrumb p{
    margin: 0;
}

.home .breadcrumb{
    display: none;
}

/*Conteúdo*/
.entry-content > ul {
    padding: 0 0 0 15px;
}

.entry-content li {
    padding: 0 0 15px;
}

.entry-content li {
    text-align: justify;
}

.botao{
    background: #1b4984;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
}

.botao:hover{
    background: #1b4999;
    color: #fff;
    border: 0;
    text-align: center;
    padding: 5px 10px;
}

.gallery.gallery-columns-4 .gallery-item {
    margin: 10px 55px 30px 0 !important;
    width: 15%;
}

.img-thumbnail, .gallery .gallery-item img {
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    height: auto;
    line-height: 1.42857;
    max-width: 100%;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}