/*
**  Reset CSS
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, header, summary, time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
    display: block;
}

body {
    line-height: 1;
	background: #ebf0f3;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



a {
    text-decoration: none;
}

/*
**  Classes Comuns
*/

.xp-col-1 {
    display: inline-block;
    width: 40%;
    padding: 0 0 0 185px;
    vertical-align: top;
}

.xp-col-2 {
    display: inline-block;
    width: 40%;
    padding: 0 0 0 27px;
    vertical-align: top;
}

.xp-col-3 {
    display: inline-block;
    width: 29%;
    padding: 0 20px;
    vertical-align: top;
}

.xp-section-wrapper {
    margin: 0 auto;
    width: 697px;
}

.xp-section-wrapper-no-margin {
    margin: 0px auto;
    width: 1116px;
}

.xp-footer-wrapper {
    margin: 30px auto 0;
    width: 1116px;
}

.xp-section-title {
    color: #012480;
    font-family: "Bebas Neue", Helvetica;
    font-size: 50px;
    font-weight: bold;
    margin: 0 0 14px 0;
}

.xp-image-title {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin: 6px 0 25px 0;
    line-height: 20px;
    color: #002584;
}

.xp-section-text {
    font-family: Open Sans;
    line-height: 20px;
    margin: 0 0 12px 0;
}

.xp-section-text p {
    text-align: justify;
    margin: 0 0 12px 0;
}

.xp-see-more {
    font-family: "Bebas Neue", Helvetica;
    font-size: 26px;
    text-decoration: none;
    border: 1px dashed #012480;
    padding: 5px 10px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.xp-see-more:hover {
    background: #CCC;
}

#topo {
    background:
    #0078AA;
    margin-bottom: 0px;
    border: none;
    top: 0;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    box-sizing: border-box;
    display: block;
    line-height: 1.43;
    padding-left: 15px;
    height: 50px;
    bottom: auto;
    padding-top: 10px;
    width: 100%;
}

.logo-pje {
    width: 80%;
}

.logo-pje img {
    width: 49px;
    height: 35px;
    vertical-align: middle;
}

.titulo {
    font-family: 'Open Sans regular', Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.50;
    color:#fff;
    padding-left: 5px;
}

.orgao-pje {
    margin: 0 auto;
    margin-top: 18%;
    font-family:'Open Sans regular', Arial, Verdana, sans-serif;
    max-height: 100px ;
    text-align: center;
    margin-bottom: 15%;
}

.orgao-pje img {
    margin-bottom: 10px;
}

.nome-sistema {
    color: #054863;
    font-size: 24px;
    margin-bottom: 16px;
}

.nome-tribunal {
    color:#666;
    font-size: 18px;
}

.acesso {
    background: #fff;
    padding: 2px 0;
    border-radius: 5px;
    border:#cccccc solid 1px;
    box-shadow: 0 0 0.9em#bbb;
    height: 242px;
}

.acesso2 {
    background: #fff;
    padding: 100px 0;
    border-radius: 5px;
    border:#cccccc solid 1px;
    box-shadow: 0 0 0.9em#bbb;
    height: 50px;
}

#shodo-macos .buttom-acces, #shodo-linux .buttom-acces {
	margin: 50px auto;	
}

div.aviso {
	display: flex;
    align-items: center;
}

.cinza {
    filter: grayscale(100%);
}

.buttom-acces {
    display: block;
    color: #fff;
    width: 257px;
    height: 45px;
    border: none;
    text-transform: uppercase;
    padding: 0 17px 0 68px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    margin: 50px 35px;
    touch-action: manipulation;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.117647) 0px 0px 0px, rgba(0, 0, 0, 0.239216) 0px 0px 0px;
}

.dwn-shodo {
    background:#3f92b7 url("img/certificado-digital-login.jpg") 0 center no-repeat;
}

.dwn-manual {
    padding-left: 30px;
    background:#3f92b7 url("img/icone-manual.png") 0 center no-repeat;
}

#manual-shodo{
    position: relative;
}

#manual-shodo::before{
    content: "ou";
    background: #fff;
    color: #777;
    border-radius: 100%;
    padding: 6px;
    font-size: 14px;
    left: 0;
    top: 82%;
    z-index: 999;
    margin: -59px 21px;
    border: none;
    position: absolute;
    font-family: Arial;
}

#versao-sistema p{
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.5px;
    color:#666;
    font-family: 'Open Sans regular', Arial, Verdana, sans-serif;
    font-size: 13px;
}

.obs-manual {
    margin-top: 10px;
    width: 80%;
    margin: 0px auto;
    background-color: #f5f5f5;
    padding: 11px;
    border-radius: 7px;
}

.obs-manual img {
    float: left;
    margin-right: 15px;
}

.obs-manual p {
    color: #054863;
    font-size: 12px;
    text-align: justify;
    font-weight: bold;
    font-family: 'Open Sans regular', Arial, Verdana, sans-serif;
    line-height: 20px;
}

span.red {
   color: red;
}