 @charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 11pt; */
    color: #000000;
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input, textarea, select{
    border: 1px solid #c3c3c3;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px;
}
html {
    background: #FFFFFF;
    overflow-x: hidden;
}
body{
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
}
p {
    margin: 0 0 2px 0;
    color: #000000;
}

a {
    text-decoration: none;
    color: #000000;
}

a, a:visited, a:link, a:active {
    outline: none;
}

a:hover {
    text-decoration: none;
}

h2 {
    font-size: 18pt;
    color: #0092AC;
}
.container{
    padding: 0;
}
.centraliza{
	margin-left: auto;
	margin-right: auto;
	display: table;
}
header{
	background-color: #2578B7;
	padding-top: 10px;
    margin-bottom: 15px;
}
.logosMarca{
	display: flex;
}
.logoMarca {
	flex: 1; /* additionally, equal width */
	background-repeat: no-repeat !important;
	background-attachment: inherit !important;
	background-size: 100% !important;
	background-position: center !important;
}

#menu{
	background-color: #2578B7;
}
#menu nav{
	background: transparent;
	border: 0;
	margin-bottom: 0;
	display: table;
    margin: 0 auto;
}
#menu .navbar-default .navbar-nav>li>a {
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	background: transparent;
}
#menu .navbar-default .navbar-nav>li>a span{
	color: #ffffff;
}
#menu_rodape ul{
	list-style: none;
}
.navbar-default .navbar-brand {
    color: #ffffff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
    color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a{
	color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #ffffff;
    background-color: transparent;
}
.busca{
    width: 100%;
    -webkit-transition: width 4s;
    transition: width 4s;
}
.busca input[type=text]{
    padding-left: 15px;
    padding-right: 50px;
    width: 90%;
}
.busca input[type=submit]{
    background: none;
    border: 0;
    background: url('../imagens/busca.png') no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 6px;
    bottom: 7px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 50%;
}

.carousel-indicators .active {
	width: 25px;
    height: 25px;
    margin: 0 10px;
}
.ultimasNoticias h3{
    color: #333333;
    text-align: center;
    text-decoration: underline;
    -moz-text-decoration-color: #000000;
    text-decoration-color:  #000000;
}
.ultimasNoticias h3 b{
    color: #000000;
}
.ultimasNoticias img{
    margin: 0 auto;
    display: table;
}
.ultimasNoticias h1{
    text-align: justify;
    font-size: 20px;
}
.botaoNoticias{
    display: table;
    margin: 30px auto;
    padding: 15px 50px;
    border: 1px solid #000000;
    min-width: 60%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.eventos{
    background: linear-gradient(to left, #333333 50%, #2578B7 50%);
}

.eventos .col-sm-6{
    padding-top: 45px;
    padding-bottom: 45px;
}

.eventos h1{
    color: #EBEBEB;
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    -moz-text-decoration-color: #ffffff;
    text-decoration-color:  #ffffff;
}
.eventos h1 b{
    color: #ffffff;
}
.eventos h3{
    color: #EBEBEB;
    text-align: center;
    font-size: 28px;
    text-decoration: underline;
    -moz-text-decoration-color: #ffffff;
    text-decoration-color:  #ffffff;
}
.eventos h3 b{
    color: #ffffff;
}
.eventos p{
    text-align: justify;
    color: #ffffff;
    font-size: 21px;
}
.botaoEventos{
    display: table;
    margin: 30px auto;
    padding: 15px 50px;
    border: 1px solid #ffffff;
    min-width: 60%;
    text-align: center;
    color: #ffffff;
}
.botaoEventos:hover{
    color: #AAAAAA;
    border-color: #AAAAAA;
}
.eventos table{
    background: #444444;
}

.eventos table thead tr th{
    color: #FFFF00;
    
}
.eventos table tbody tr td{
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.eventos table tbody tr td a{
    color: #ffffff;
}
.eventos table tbody tr td a:hover{
    color: #AAAAAA;
}
.eventos table tr:nth-child(even) {
    background-color: #555555
}

.locais{
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #DDDDDD;
}
.locais h2{
    color: #000000;
    font-size: 18px;
}

footer{
    background-color: #216AA0;
}
footer .col-sm-8{
    background-color: #2578B7;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
}





.vejaTambem{
    background-color: #DDDDDD;
}
.vejaTambem p {
    border-bottom: 1px solid #CCCCCC !important;
    text-align: center;
}
.tituloVejaTambem {
    text-shadow: 1px 1px #FFFFFF;
    color: #2578b7 !important;
    font-weight: bold;
}

@media (max-width: 768px){
    .nav>li {
        border-bottom: 1px solid #DDDDDD;
    }
    .navbar-default {
        width: 80%;
        display: table;
        margin: 0 auto;
    }
    .navbar-nav{
        width: 100% !important;
        margin: 0 auto;
    }
    .logosMarca{
        display: block;
    }
}