@font-face {
    font-family: Oswald;
    src: url('../fonts/oswald-regular-webfont.eot');
    /* IE9 Compatibility Modes */
    src: url('../fonts/oswald-regular-webfont.eot?') format('eot'), /* IE6-IE8 */
    url('../fonts/oswald-regular-webfont.woff') format('woff'), /* Modern Browsers */
    url('../fonts/oswald-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/oswald-regular-webfont.svg#Oswald') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: Alwyn;
    src: url('../fonts/alwyn.eot');
    /* IE9 Compatibility Modes */
    src: url('../fonts/alwyn.eot?') format('eot'), /* IE6-IE8 */
    url('../fonts/alwyn.woff') format('woff'), /* Modern Browsers */
    url('../fonts/alwyn.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/alwyn.svg#Oswald') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: Calibri;
    src: url('../fonts/calibri.eot');
    /* IE9 Compatibility Modes */
    src: url('../fonts/calibri.eot?') format('eot'), /* IE6-IE8 */
    url('../fonts/calibri.woff') format('woff'), /* Modern Browsers */
    url('../fonts/calibri.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/calibri.svg#Oswald') format('svg');
    /* Legacy iOS */
}

body {
    font: 1rem sans-serif;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

strong {
    font-weight: bold
}

.sb-slidebar {
    width: 200px;
    background: #000!important;
    overflow: hidden !important;
    z-index: 99999 !important;
    border-left: 1px solid #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.65);
    -moz-box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.65);
    box-shadow: 0px 0px 10px 1px rgba(128, 128, 128, 0.65);
}

.sb-slidebar ul li {
    margin: 20px 0px;
}

.sb-slidebar ul li a {
    color: #fff!important;
    font-size: 1.45em !important;
    padding-left: 5%;
}

.sb-slidebar ul li a:hover {
    color: #ccc !important;
}

.sb-close {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url('../img/double-arrow-right.png') no-repeat 10px center;
    text-align: center;
    display: block;
    cursor: pointer
}

.geral {
    overflow: hidden;
}

#wrap-conteudo #conteudo-index {
    background: #FFF;
    font-size: 1em;
}

#texto-conteudo h2 {
    font-size: 1.250em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #448ed3;
}

#texto-conteudo p {
	margin: 0 auto;
    color: #000;
    line-height: 30px;
    font-size: 1.35rem;
}

#texto-conteudo p a strong {
    font-weight: bold;
    color: #4f4f4f;
    ;
}

#idocumentos h1 {
    font-size: 1.250em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #2b2b2b;
}

#idocumentos-form input {
    border: 0px;
    padding: 1%;
    font-size: 1em;
}

#idocumentos-form button {
    background: #f89200;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 1%;
    font-size: 1em;
}

#icalendario h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

#icalendario thead th {
    color: #FFF;
    background: #2b2b2b;
    padding: 5px;
}

#icalendario tbody .titulo {
    color: #000;
    background: #ccc;
}

#icalendario td {
    padding: 5px;
}

#icalendario a {
    color: #f89200;
}

#icalendario .atual {
    color: #000;
    font-weight: bold;
}

#icalendario #icalendario_agenda_estadual {
    margin-top: 10px;
}

#icalendario #icalendario_agenda_estadual a {
    color: #2b2b2b;
    font-size: 1.25em;
}

#texto-inewsletter h1 {
    font-size: 1.250em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #448ed3;
}

#texto-inewsletter p {
    color: #000;
}

#inewsletter input {
    border: 1px solid #333;
    padding: 1%;
    font-size: 1em;
}

#inewsletter button {
    background: #2b2b2b;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 1%;
    font-size: 1em;
}

#box-news h2 {
font-size: 2rem;
    margin-bottom: 50px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

#inews .veja_mais {
    text-align: right;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 1%;
    font-size: 1em;
    font-weight: bold;
}

.box-conteudo h1 {
    font-size: 1.75em;
    font-weight: bold;
    margin-bottom: 16px;
    color: #f89200;
}

.btnenvia,
.btnreseta {
    margin-left: 10px;
    width: 20%;
    height: 2.5em;
    margin-top: 10px;
    background: #2b2b2b;
    border: 0px;
    cursor: pointer;
    color: #FFF;
    padding: 1%;
    font-size: 1em;
}

#rodape {
    background: #303030;
}

#rodape a {
    color: #fff;
}

#rodape p {
    color: #fff;
}

#rodape p a {
    font-weight:500;
}

#rodape ul li a {
    font-size: 0.8em;
}

#rodape h4 {
    font-size: 1.15em;
}

#iartigos h1,
#iartigos-detalhes h1 {
    font-size: 1.250em;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Box com link's úteis (utilitários contábeis) */

#box-links-uteis p {
    cursor: pointer;
}

#box-links-uteis p a {
    color: #000;
}

#box-links-uteis p:hover {
    background: #CCC
}

#box-links-uteis p.t-ativo {
    background-color: #777;
    color: #FFF;
    border: 1px solid #999;
}

#box-links-uteis p.t-ativo span,
#box-links-uteis p.t-ativo a {
    color: #FFF;
}

#box-links-uteis div ul li {
    list-style: circle;
}

#box-links-uteis div ul li:hover {
    list-style: disc;
}

#box-links-uteis div ul li a {
    color: #080101;
    font: 11px Tahoma;
}

#box-links-uteis p a:hover {
    text-decoration: none;
}

/*---CSS mapa personalizado--*/

.infoBox {
    background-color: #FFF;
    width: 300px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    border: 2px solid #3fa7d8;
    border-radius: 3px;
    margin-top: 10px;
    padding: 10px;
}

.infoBox p {
    padding: 0 15px
}

.infoBox:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #3fa7d8;
    top: -10px;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    left: 138px
}
