/*
 * Define o topo do blog
 *
 */
#header {
	width:100%;
	/*background:#FFF url(../img/bg-carnaval-2020-2.jpg) no-repeat top center;
	background:#FFF url(../img/bg-verao-2019.jpg) no-repeat top center;
	background:#FFF url(../img/bg-carnaval-2017.jpg) top center;
	background:#FFF url(../img/bg-2018.jpg) no-repeat top center;
	background:#FFF url(../img/bg-header.jpg) repeat-x;
	background:#9D2526 url(../img/bg-natal.jpg) no-repeat top center;
	background:#FFC300 url(../img/bg-ano-novo3.jpg) no-repeat top center;
	background:#FFC300 url(../img/bg-amarelo.jpg) no-repeat top center;*/
	background-color: #1C2C14;
	border-top:4px #58B346 solid;
}
#header-box {
	width:1000px;
	height:220px;
	margin:0 auto;
	background:url(../img/bg-header-portal-2.png) left bottom no-repeat; 
	text-align: center;
}
#header-box img {
	height:186px;
	border:0;
	margin-top: 20px;
	/*margin:0px 0 70px 250px;*/
}

/*
 * Define a nevagação e seus links
 *
 */
#nav {
	width:100%;
	background:#58B346;
	/*background:#0098DA;*/
}
#nav ul {
	width:980px;
	margin:0 auto;
	padding:20px 10px;
}
#nav ul li {
	display:inline;
	padding:20px 0px;
}
#nav ul li a {
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	padding: 15px 20px;
    border-radius: 0px 17px;
}
#nav ul li a:hover {
	color:#FFF;
	background:#407E32;
}

/*
 * Delimita o espaço para o conteúdo
 *
 */
#content {
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:30px; /* Aqui é 30px porque já tem 10px a mais na #section */
	height:auto;
}

/*
 * Delimita o espaço para o conteúdo
 *
 */
#article {
	float:left;
	width:680px;
}
#article p.pagina {
	float:left;
	margin-top:0px;
}
#article p.pagina a {
	margin-right:15px;
}

/*
 * Delimita o espaço para o conteúdo
 *
 */
#section {
	float:left;
	margin-bottom:40px;
	padding: 20px 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 4px #CCC;
	border:1px #DDD solid;
	border-radius: 4px;
	/*width:680px;
	border-bottom:1px #CCC solid;
	padding-bottom:10px;*/
}
#section h1 {
	font-size:40px;
	color:#333;
	font-weight: bold;
}
#section h2 {
	font-size:20px;
	color:#333;
	margin:20px 0 10px;
}
#section h1 a {
	font-size:32px;
	color:#1C2C14;
	text-decoration:none;
	font-weight:bold;
}
#section h1 a:hover {
	text-decoration:underline;
}
#section p {
	font-size:15.5px;
	color:#666;
}
#section p a {
	font-size:15.5px;
}
#section p.categoria {
	font-size:15.5px;
	color:#888;
	padding:10px 0;
	margin-bottom:20px;
	border-top:1px #CCC solid;
	border-bottom:1px #CCC solid;
}
#section p.sobre {
	font-size:12px;
	color:#666;
	padding:0;
}
#section img.propaganda {
	width:570px;
	height:100px;
	border:2px #666 solid;
	margin-top:10px;
}

#section form {
	float:left;
	width:640px;
	padding:20px;
	margin-bottom:20px;
	background:#D7DEF0;
}
#section form div {
	float:left;
	width:310px;
	margin-bottom:10px;
}
#section form div.comentario {
	float:left;
	width:500px;
	margin-bottom:10px;
}
#section form input {
	padding:4px 3px;
	color:#666;
}
#section form textarea {
	padding:4px 3px;
	color:#666;
}
#section form input[type=submit] {
	padding:10px;
	margin:10px 0 0 0;
	color:#FFF;
	background:#333;
	border:0;
	border-radius:5px;
	cursor:pointer;
}

/*
 * Define os comentários do blog
 *
 */
#comentario {
	float:left;
	width:640px;
	padding:15px 20px;
	margin-bottom:10px;
	background:#f1f1f1;
}
#comentario.dois {
	background:#fff;
}

/*
 * Define o rodapé do blog
 *
 */
#sidebar {
	float:right;
	width:260px;
	margin-bottom:20px;
}
#sidebar h3 {
	font-size:16px;
	color:#1C2C14;
	font-weight:bold;
	text-transform:uppercase;
	background:#58B346;
	padding:18px 20px;
	margin-bottom:10px;
	border-left:20px #1C2C14 solid;
}
#sidebar img {
	width:260px;
	border:0;
	margin-bottom:10px;
}

/*
 * Define o rodapé do blog
 *
 */
#footer {
	width:1000px;
	margin:0 auto;
	padding:24px 0px;
	border-top:6px #58B346 solid;
	border-radius: 10px 10px 0 0;
}

.site-footer{
    margin-top:40px;
    padding:20px 15px;
    background:#1C2C14;
    text-align:center;
    border-top:4px solid #58B346;
}

.footer-texto{
    margin:0;
    font-size:14px;
    color:#e9f1f7;
    line-height:1.6;
}

.footer-texto strong{
    color:#ffffff;
    font-weight:700;
}

.separador{
    margin:0 8px;
    color:#75ca65;
    font-weight:bold;
}

.article{
  padding: 22px;
}

.section{
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 22px;
  box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

.section h1{
  margin: 6px 0 12px 0;
  font-size: 30px;
  color: #0f2a1c;
  letter-spacing: -0.4px;
}

.section p{
  margin: 0 0 12px 0;
  font-size: 15.5px;
  line-height: 1.75;
  color: #1f2937;
}

.sobre{
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px 0;
  color: #14532d;
  font-weight: 700;
}

.badge{
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #e9ffe9;
  border: 1px solid #b4ff9a;
  color: #0f5132;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3px;
}

.destaque{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f0fff0;
  border: 1px solid #b4ff9a;
  color: #0f2a1c;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.destaque i{
  font-size: 18px;
  color: #007b00;
}

.btn-whatsapp{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 12px 18px;
  background: #007b00;
  color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  transition: background .2s ease;
}

.btn-whatsapp:hover{
  background: #005f00;
}

.btn-whatsapp i{
  font-size: 20px;
}

.obs{
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #374151;
}