/*
Theme Name: Prefeituras Pro
Author: Rafael Rodrigues de Carvalho Severo - Carvtech
Author URI: https://carvtech.com.br
Description: Tema profissional para prefeituras
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/*******************************************Estilo de TAGS*******************************/

html, body{
    overflow-x: hidden; 
}

div {
    padding: 0px;
}

li {
    list-style-type: none;
}

ul {
    list-style-type: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body>header>h1>a {
    color: #ffffff;
    font-weight: 400;
}

img {
    border: 0;
}


input {
    line-height: normal;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}


a {
    color: #337ab7;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0;
    cursor: pointer;
}

a,
.tp-caption a {
    color: #1980b6;
}


ol,
ul {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

html {
    min-height: 100%;
    
}

body {
    min-height: 100%;
    color: #666;
    background-color: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    margin: 0px;
    padding: 0px !important;
    overflow-x:hidden;
}


/*******************************************Estilo de TAGS*******************************/

.rowmain {
    text-transform: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    max-width: 70rem;
    width: 100%;
    display: block;
}

.l-main {
    box-sizing: border-box;
}

#wrapper {
    position: relative;
}

.ulacessorapido{
    padding-left:0;
}
.acesso-rapido{
        position: relative;
        display: block;
}

.link-acesso-rapido  {
    position: relative;
    display: block;
    padding-top:5px;
}
.link-acesso-rapido .fa {
    color: #fff;
    padding: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #146794;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.form-control {
    height: 38px;
    padding: 0 12px;
    border: #e6e6e6 2px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control {
    width: 100% !important;
}

.nomargin {
    margin: 0 !important;
}

.nopadding-left {
    padding-left: 0px !important;
}


article>header {}

.linha-artigo {
	display: flex;
	flex-wrap:wrap;
	padding-top: 60px;
}

.artigo-bloco {
    position: relative;
    padding-right: 15px;
}

@media(max-device-width: 799px){
    #texto{
        width:100%;
    }
    
    #sidebar{
        width:100%;
    }
}


@media (min-device-width: 800px){
    #texto{
        width:80%;
    }
    
    #sidebar{
        width:20%;
    }
}

/* 'Margin: 0 auto' centers block content on the page */

.wrap {
    width: 99%;
    margin: 0 auto;
}

.content-area {
    display: inline-block;
}

.content-thin {
    width: 100%;
}

.content-full-width {
    width: 100%;
}

.content-area,
.primary-sidebar {
    display: inline-block;
}

.primary-sidebar {
    padding: 1%;
    vertical-align: top;
}

.article-loop {
    width: 45%;
    text-align: left;
    margin: 5px;
    padding: 10px;
}

.article-full {
    width: 100%;
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left;
}

.article-loop,
.article-full {
    display: inline-block;
    vertical-align: top;
    background-color: #FFF;
    border-radius: 4px;
    margin-bottom: 4px;
}