
@import url(http://fonts.googleapis.com/css?family=Courgette);
@import url(http://fonts.googleapis.com/css?family=Indie+Flower);
@import url("bootstrap.css");
@import url("bootstrap-responsive.css");

div#titulo{
    border-top: 1px solid;
}

video#video{
    width: 80%;

}
div#textonoticia p{
    text-align: justify;

}


/*Login*/
.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
/*FimLogin*/


h1{
    text-align:center;
    font-family:Comic Sans MS;

}
h2{
    text-align:center;
    font-family:Comic Sans MS;

}
.info p{
    text-align: center;
    text-shadow: 1px 5px 10px  black;
}


div.media-body p{
    font-family: 'Courgette', cursive;
    font-size: 12pt;
}

.media-heading{
    font-family: 'Indie Flower', cursive;
    font-size: 20pt;
    margin-top: 20px;
}

img.media-object {
    width:300px;
    height:200px;
}

img#bola{
    display: block;
    position: absolute;
    top: 555px;
    left: 0;
    width: 100px;
    z-index: -100;
    animation: bola 1s;
    -webkit-animation: bola 5s infinite;
}

@-webkit-keyframes bola {
    0% {left: 0}
    50% {left: 90%}
    100% {left: 0}
}

@keyframes bola {
    0% {left: 0}
    50% {left: 90%}
    100% {left: 0}
}

body{
    background-color: #dddddd;
    font-family: Arial, sans-serif ;
    background-image: url("../img/bola.png"),url("../img/fundo1.jpg");
    background-size: 8%, 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    -webkit-animation: bgBola 5s infinite, none;
    animation: bgBola 5s infinite, none;
}

@keyframes bgBola {
    0% {background-position: 0 80%}
    25%{background-position: 45% 10%}
    50% {background-position: 99% 80%}
    75% {background-position: 45% 10%}
    100% {background-position: 0 80%}
}

@-webkit-keyframes bgBola {
    0% {background-position: 0 80%}
    25%{background-position: 45% 10%}
    50% {background-position: 99% 80%}
    75% {background-position: 45% 10%}
    100% {background-position: 0 80%}
}

pre {
    background: rgba(0,0,0,.0);
    border: 0;
    font-family: inherit;
}
/*Navegação*/


ul.nav li:hover{
    background-color:red ;
}
ul.active li{
    background-color: red;
}

.container-fluid {
    margin-top: 50px;
}
.con {
    padding: 0px 20px;
}
.brand {
    font-family: 'Courgette', cursive;
    font-weight: 900;
}

.brand span{
    transition: all .4s;
}

a.brand:hover span{
    color: #f80606;
    transform: rotate(360deg);

}



/*Conteudo*/
section#conteudo{
    box-shadow: 1px 1px 4px rgba(0,0,0,.5);
    margin-top: 40px;
    padding: 10px;
    width: 90%;



}
/* carrosel*/
.carousel {
    margin-bottom: 60px;
}



.carousel-control {
    background-color: transparent;
    border: 0;
    font-size: 120px;
    margin-top: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}

.carousel .item {
    height: 600px;

    margin: auto;

}
.carousel img {
    min-width: 100%;
    height: 500px;
}

.carousel-caption {
    padding: 20px;
}
.carousel-caption h1,
.carousel-caption .lead {
    margin: 0;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
    margin-top: 10px;
}


/* RODAPE*/

footer#rodape{
    text-align: center;
    background-color: #cecece;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 100px;
    margin-top: 30px;
    clear: both;
}
footer#rodape p{
    margin-top: 0px;
    color: #000000;
    font-weight: 500;


}
div.span12{
    margin-bottom: 20px;
}
