@charset "utf-8";

/* CSS Document
* Folha de estilo Template Padrão
* Data de Criação: 13/04/2011
* Data Última modificação: 
* Desenvolvedor: Jefferson Romano
* E-mail: webmaster@sescpe.com.br
*/

/**
*	Reset CSS
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fildset,input,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
caption,dfn,th,var{font-style:normal;font-weight:normal;}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}


/** 
*	@font-face
*/

/*@font-face {
    font-family: 'clingy';
    src: url('font-face/clingy-webfont.eot');
    src: url('font-face/clingy-webfont.eot?#iefix') format('embedded-opentype'),
         url('font-face/clingy-webfont.woff2') format('woff2'),
         url('font-face/clingy-webfont.woff') format('woff'),
         url('font-face/clingy-webfont.ttf') format('truetype'),
         url('font-face/clingy-webfont.svg#clingyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

/**
*	Seletores Globais
*/
html { overflow-y: scroll; }
body { background: #01001e url(../img/bg-site.jpg) no-repeat center center; font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif; color: #fff }


/**
*	Seletores IDs
*/



/**
*	Seletores classe
*/

.navbar-default {
    background-color: #01001e;
    border-color: #333;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #ff165a;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #ff165a!important;
    color: #fff!important;
}

.navbar-brand { padding: 8px; }

.jumbotron { background: transparent; padding: 0px }
.jumbotron h1 { text-indent: -9999px; position: absolute; outline: none; }