
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');
@font-face {
    /*font-family: 'pt-sansregular';
    src: url('../fonts/pt_sans/pt_sans-web-regular-webfont.eot');
    src: url('../fonts/pt_sans/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'),*/
    url('../fonts/pt_sans/pt_sans-web-regular-webfont.woff2') format('woff2'),
    url('../fonts/pt_sans/pt_sans-web-regular-webfont.woff') format('woff'),
    url('../fonts/pt_sans/pt_sans-web-regular-webfont.ttf') format('truetype'),
    url('../fonts/pt_sans/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

.clr{
    clear: both;
}


body {

    margin: 0;
    color: #747474;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;


    /*font-family: 'Open Sans', 'pt-sansregular' ,sans-serif;
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;*/

}





p{
    /*font-size: 14px;*/

}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #009966;
}

.tab-content .tab-pane .panel-default{
    border-color: #ffffff;
}

.tab-content .tab-pane .panel-default > .panel-heading {
    color: #006633;
    background-color: #ffffff;
}

.tab-content .panel-body {
    padding: 0px;
}




html, body {
    margin:0;
    padding:0;
    height:100%;
}

.layout_cme {
    min-height:100%;
    position:relative;
}


.main_cont p a{
    text-decoration: underline;
}

.main_cont ul li a{
    text-decoration: underline;
}

.main_cont ol a{
    text-decoration: underline;
}

/*.conteudos{
    /*padding-top: 120px
    padding-top: 100px;
    padding-bottom:230px;

}*/

.conteudos .jumbotron{
    padding-top: 0px;
    padding-bottom: 5px;
}

/*.rodape_geral{
   background-color:#c0e081;
    border-top: 4px solid yellowgreen;
    width:100%;
    height:230px;
    position:absolute;
    bottom:0;
    left:0;

}*/

/*DEFAULT*/
a{
    text-decoration: none;
    color: #333;
    transition: all 0.5s ease;
    text-align: left;
}

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


article a, article a:hover{
    text-decoration: none;
}

h1, h2, h3 {
    line-height: normal;

}

h1, h2, h3, h4, h5, h6 {
text-align: left;
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 24px;
}

article hr {display: none;}

.pagination-small{
    width: 100%;
    text-align: center;
}

.pagination{
    display: inline-block;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #669900;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #669900;
    border-color: #99cc33;
}


.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #99cc33;
    background-color: #eee;
    border-color: #ddd;
}



/*---UP----*/
.cme2014{
    background-color: white;
}

.article{
    margin-top: 50px;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background-color:#e3e3e3;
    text-shadow: none;
    text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.header-container {
    /*background-color: white;*/
   width: 100%;
   position: fixed;
   right: 0;
   left: 0;
   z-index: 1030;
   margin-bottom: 0;
   top: 0;
}

.slide_header_1{
    margin-bottom: 50px;
}









