
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Folha de estilo by:JotaStyle - joao.rodrigues@satc.edu.br 
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

body {
    background-color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
}
.folha {
    width: 768px;
    margin: auto;
    font-size: 12px;
    color: #2b2b2b;
    text-align: justify;
    line-height: 20px;
    padding: 50px 90px 50px 90px;
    background-color: #fff;
}
.backDiamante {
    background-image: url('../images/backTop_satc.png');
    background-repeat: repeat-x;
}
.folha img {
    width: 100%;
}
.folha .logo {
    display: block;
    max-width: 210px;
    margin: auto;
}
.folha h1, .folha h2 {
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
}
.folha h1 {
    font-size: 22px;
    margin: 30px 0px 30px 0px;
    text-align: center;
}
.folha h2 {
    font-size: 16px;
    margin: 30px 0 20px 0;
}
.folha h3 {
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    margin: 40px 0 0px 0;
}
.folha li {
    padding: 0px 0px 7px 15px;
}
.folha .txtdestaque {
    background-color: #f1f1f1;
    font-weight: 600;
    box-sizing: border-box;
    padding: 8px 20px 8px 20px;
    border: solid 1px #d2d2d2;
}

.linkTxt {
    color: #459133;
    background: 0 0;
    transition: .3s all ease;
}
.linkTxt:hover {
    color: #59bb42;
   text-decoration: none;
}

.txtRod {
    color: #ccc;
}


@media (max-width: 1024px) { /*Responsive*/
    .folha {
        width: 100%;
        box-sizing: border-box;
        padding: 35px 35px 35px 35px;
    }

/*::::::: End :::::::*/