

/*  ---------------------------------------------------------------------------------- 
    Geodados
*/

#conteudo2 h2 {
    clear: both;
}

.provedores li {
    list-style: none;
    clear: both;
}

.provedores li img {
    border-radius: 50%;
    width: 50px; 
    margin: 15px 0 10px;
    background: linear-gradient(#ff6161, #fcabab); 
    padding: 10px;

    box-shadow: 0 0 5px 6px #ccc,
                0 0 0 12px #ddd;
}

.geodata li img {
    border-radius: 50%;
    width: 50px; 
    background: linear-gradient(#4cc0eb, #88dfff); 
    padding: 10px;

    box-shadow: 0 0 5px 6px #ccc,
                0 0 0 12px #ddd;
}

.blog li img {
    border-radius: 50%;
    width: 50px; 
    background: linear-gradient(#dfdb1c, #f6ffa1); 
    padding: 10px;

    box-shadow: 0 0 5px 6px #ccc,
                0 0 0 12px #ddd;
}


.provedores li .vegetacao {
    background: linear-gradient(#4cc0eb, #3dff3d);
}

.provedores li .clima {
    background: linear-gradient(#4cc0eb, #ccc);
}

.provedores li .solo {
    background: linear-gradient(#4cc0eb, #e4980a);
}

.provedores li .fogo {
    background: linear-gradient(#4cc0eb, #ff1b1b);
}

.provedores li div {
    margin-bottom: 60px;
}

.provedores li h3 a {
    text-decoration: none;
    color: #1284ae;
    text-transform: uppercase;
    font-weight: normal;
}

.provedores li h3 a:hover {
    text-decoration: underline;
}

.provedores li p {
    display: none;
}

.blog li p {
    display: block;
}



@media(min-width: 550px) {
    .provedores li img {
        float: left;
        margin-right: 30px;
        margin-bottom: 60px;
    }

    .provedores li div {
        float: left;
        width: 80%;
        margin-bottom: 30px;
    }

    .provedores li h3 {
        padding-top: 20px;
    }
}





@media(min-width: 800px) {
    .provedores li img {
        margin-right: 30px;
    }

    .geodata li img, .provedores li img {
        width: 80px; 
        padding: 20px;
    }

    .provedores li p {
        display: block;
        line-height: 20px;
    }
}
/*  fimGeodados ------------------------------------------------------------------ */







/*  ---------------------------------------------------------------------------------- 
    Softwares
*/

#conteudo2 h2 {
    margin-bottom: 5px;
}

.soft table {
    width: 100%;
    padding-bottom: 1px solid #ccc;
    margin-bottom: 50px;

    border-collapse: collapse;
}

.soft thead td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    color: #1284ae;
}

.soft td {
    width: 33%;
    padding: 8px 0 3px 5px;
    font-size: 12pt;
}

.soft tbody tr:hover td {
    background: #f1f1f1;
}

.soft tr td:nth-child(n+4) {
    display: none;
}

.soft td a {
    text-decoration: none;
    color: #496a75;
}

.soft td a:hover {
    text-decoration: underline;
    color: #2c9cc5;
}

@media(min-width: 600px) {
    .soft tr td:nth-child(n+4) {
        display: table-cell;
    }

    .soft td {
        width: 20%;
    }

    .soft td {
        font-size: 11.5pt;
    }
}
/*  fimSoftwares ------------------------------------------------------------------ */









/*  ---------------------------------------------------------------------------------- 
    TutoriaisMateriais
*/

.provedores li li {
    line-height: 10px;
}

.provedores li li span {
    color: #2c9cc5;
}

.provedores li ul {
    line-height: 10px;
    float: left;
}
/*  fimTutoriaisMateriais ------------------------------------------------------------------ */









/*  ---------------------------------------------------------------------------------- 
    Geodados
*/





/*  fimGeodados ------------------------------------------------------------------ */










/*  ---------------------------------------------------------------------------------- 
    Geodados
*/





/*  fimGeodados ------------------------------------------------------------------ */











/*  ---------------------------------------------------------------------------------- 
    Geodados
*/





/*  fimGeodados ------------------------------------------------------------------ */
