/*
Theme Name: brasilrecente
*/

/* NULL */

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, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

body {
	color: #121212;
	font-size: 15px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
	background: #fafafa;
	text-align: center;
	}

.wrap {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: 'Montserrat', sans-serif;
	}

a {
	color: #d24e07;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #378ecc;
	text-decoration: none;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: 300;
	}
h1, .h1, .title{
	font-size: 36px;
	line-height: 40px;
	}
h2, .h2{
	font-size: 24px;
	line-height: 28px;
	}
h3, .h3{
	font-size: 22px;
	line-height: 26px;
	}
h4, .h4{
	font-size: 20px;
	line-height: 24px;
	}
h5, .h5{
	font-size: 18px;
	line-height: 22px;
	}
h6, .h6{
	font-size: 16px;
	line-height: 20px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}

.grid:after {
	content: "";
	display: table;
	clear: both;
	}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 70px 0 0;
	}

.col-1-8 {
	width: 12.5%;
	}

.col-1-4 {
	width: 25%;
	}

.col-1-3 {
	width: 33.33%;
	}

.col-1-2 {
	width: 50%;
	}

.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 44px;
	padding: 10px 30px;
	border: 3px solid #fb4d00;
	background: #fb4d00;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #000;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

#top {
	padding: 10px 0;
	background: #000000;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	}

.logo{
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
	}

.logo img{
	vertical-align: bottom;
	transition: all 0.3s 0.02s ease;
	}

.logo img:hover{
	transform:scale(1.1);
	}


.open_nav{
	float: right;
	display: none;
	width: 40px;
	height: 23px;
	margin: 10px;
	position: relative;
	cursor: pointer;
	}

.open_nav span, .open_nav:before, .open_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.open_nav span{
	top: 10px;
	}

.open_nav:before {
	top: 0px;
	}

.open_nav:after {
	top: 20px;
	}

.open_nav.open span{
	display: none;
	}

.open_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}

.open_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 761px) {
.nav{
	display: block !important;
	}
}

.nav{
	margin: 0 0 0 230px;
	padding: 10px 0 0 0;
	text-align: right;
	}

.nav li{
	display: inline-block;
	margin: 0 10px 10px 10px;
	}

.nav li a{
	color: #fff;
	position: relative;
	}

.nav li a:hover{
	color: #fff;
	}

.nav li a:before {
	content: " ";
	display: block;
	width: 0px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.nav li a:hover:before, .nav ul li.current-menu-item a:before, .nav ul li.current-menu-parent a:before, .nav ul li.current-menu-ancestor a:before, .nav ul li.current-post-ancestor a:before, .nav ul li.current-page-ancestor a:before, .nav ul li.current-prod-ancestor a:before {
	width: 100%;
	}

/* END HEADER */


/* HOME */

.home_top{
	padding: 150px 0;
	background: #000000 url('/images/home_top.webp') no-repeat center center / cover;
	position: relative;
	color: #fff;
	}

#partic{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.home_top .wrap{
	position: relative;
	}

.home_top .title{
	padding: 0 0 20px 0;
	color: #fff;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.32);
	}

.home_top .title span{
	font-size: 0.8em;
	}

.home_top_go{
	text-align: center;
	}

.home_top_go .btn{
	margin: 0 10px 10px 10px;
	}

.home_text{
	padding: 30px 0 20px 0;
	}

/* END HOME */


/* POSTS */

#content {
	padding: 30px 0;
	}

.breadc {
	padding: 0 0 15px 0;
	font-size: 12px;
	line-height: 16px;
	}

.new_list {
	float: left;
	width: 300px;
	padding: 0 26px 30px 0;
	}

.new_list:nth-child(3n+1) {
	clear: left;
	}

.new_list_img {
	padding: 0 0 10px 0;
	}

.new_list_img img {
	vertical-align: bottom;
	}

.new_list_d {
	padding: 0 0 7px 0;
	color: #9f9f9f;
	font-size: 12px;
	line-height: 14px;
	}

.new_list_t {
	padding: 0 0 7px 0;
	}

.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	color: #000;
	}

.p_nav a:hover, .p_nav .current {
	background: #fb4d00;
	color: #fff;
	}

.post {
	padding: 0 0 10px 0;
	}

.prod_relats {
	padding: 10px 0 0 0;
	}

/* END POSTS */


/* FOOTER */

#bot {
	padding: 20px 0;
	background: #000000;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 14px;
	}

#bot a {
	color: #fff;
	}

#bot a:hover {
	color: #fff;
	text-decoration: underline;
	}

.nav_bot {
	padding: 0 0 10px 0;
	text-align: center;
	}

.nav_bot li {
	display: inline-block;
	padding: 0 10px 5px 10px;
	}

.copy {
	font-size: 12px;
	text-align: center;
	}

/* END FOOTER */





@media (max-width: 1020px) {
	.wrap {
		width: 760px;
		}
	#top {
		padding: 15px 0;
		}
	.home_top{
		padding: 120px 0;
		}
	.home_text{
		padding: 25px 10px 20px 10px;
		}
	#content {
		padding: 25px 10px 20px 10px;
		}
	#posts {
		float: none;
		width: auto;
		}
	.new_list:nth-child(3n+1) {
		clear: none;
		}
	.new_list:nth-child(2n+1) {
		clear: left;
		}
	#sidebar{
		float: none;
		width: auto;
		padding: 20px 0 0 0;
		}
	}


@media (max-width: 759px) {
	.wrap {
		width: 100%;
		}
	.video {
		position: relative;
		overflow: hidden;
		height: 0;
		padding-bottom: 54.15%;
	}
	.video iframe,  
	.video object,  
	.video embed {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		}
	.table_container {
		width: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		}
	.entry img {
		width: auto !important;
		height: auto !important;
		}
	[class*='col-'] {
		float: none;
		width: auto;
		padding: 0;
		}
	body {
		font-size: 15px;
		line-height: 21px;
		}
	h1, .h1, .title{
		font-size: 26px;
		line-height: 30px;
		}
	.btn {
		padding: 10px 20px;
		}
	#top {
		padding: 10px 0 0 0;
		}
	.logo{
		padding: 0 0 10px 10px;
		}
	.open_nav{
		display: block;
		}
	.nav{
		display: none;
		margin: 0;
		text-align: left;
		clear: both;
		}
	.nav li{
		display: block;
		margin: 0;
		border-top: 1px solid #515b67;
		}
	.nav li a{
		display: block;
		padding: 8px 15px;
		}
	.nav ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current-menu-parent a, .nav ul li.current-menu-ancestor a, .nav ul li.current-post-ancestor a, .nav ul li.current-page-ancestor a, .nav ul li.current-prod-ancestor a{
		background: #515b67;
		}
	.nav li a:before {
		display: none;
		}
	.home_top{
		padding: 60px 0;
		}
	.home_top .title{
		padding: 0 10px 20px 10px;
		}
	.home_top_go{
		padding: 0 20px;
		text-align: center;
		}
	.home_text{
		padding: 20px 10px 10px 10px;
		}
	#content {
		padding: 20px 10px 10px 10px;
		}
	.new_list {
		float: none;
		width: auto;
		padding: 0 0 20px 0;
		}
	.post_relat {
		float: none;
		width: auto;
		padding: 0 0 20px 0;
		}
	.nav_bot {
		display: none;
		}
	.comments_list li {
		padding: 10px;
		}
	#respond{
		padding: 10px;
		}
	}





/* ADDITIONS — 2026 rebuild (components on top of capture skin) */

.logo img{height:46px;width:auto;}

.btn_alt{
	background:transparent;
	border-color:#fff;
	}
.btn_alt:hover{
	border-color:#fb4d00;
	background:#fb4d00;
	}

.post_img{
	margin:0 0 20px 0;
	}
.post_img img{
	width:100%;
	height:auto;
	border-radius:5px;
	vertical-align:bottom;
	}

.post_grid{
	margin:15px 0 0 0;
	}
.new_list_img img{
	border-radius:5px;
	width:100%;
	height:auto;
	}
.new_list_t a{
	color:#121212;
	font-weight:700;
	}
.new_list_t a:hover{
	color:#d24e07;
	}

.home_guides{
	padding:0 0 30px 0;
	}
.home_guides .h2, .prod_relats .h2{
	margin:0 0 15px 0;
	}
.prod_relats{
	padding:10px 0 30px 0;
	}

.brandplate{
	display:inline-block;
	padding:12px 34px;
	margin:0 0 20px 0;
	background:#0b3d91;
	background:linear-gradient(135deg,#0b3d91 0%,#061f4d 100%);
	border-radius:6px;
	box-shadow:0 2px 8px rgba(0,0,0,0.25);
	}
.brandplate span{
	color:#fff;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	}

.rgblock{
	margin:25px 0 5px 0;
	padding:18px 20px;
	background:#161616;
	border-left:4px solid #fb4d00;
	border-radius:5px;
	color:#e8e8e8;
	font-size:14px;
	line-height:21px;
	}
.rgblock_t{
	margin:0 0 8px 0;
	color:#fff;
	font-weight:700;
	font-size:15px;
	}
.rgblock a{
	color:#ffa06b;
	text-decoration:underline;
	}
.rgblock a:hover{
	color:#fff;
	}

.eighteenyears{
	display:inline-block;
	min-width:34px;
	height:34px;
	padding:0 4px;
	margin:0 8px 0 0;
	background:#fb4d00;
	border-radius:50%;
	color:#fff;
	font-size:14px;
	font-weight:700;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	}

.bot_rg{
	padding:5px 0 15px 0;
	text-align:center;
	font-size:13px;
	}
.bot_rg a{
	display:inline-block;
	}
.bot_rg span{
	vertical-align:middle;
	}

.nav_bot_guides{
	padding:0 0 12px 0;
	}
.nav_bot_guides li a{
	color:#b5b5b5;
	font-size:12px;
	}
.nav_bot_guides li a:hover{
	color:#fff;
	}

.myfaq details{
	margin:0 0 10px 0;
	border:1px solid #e2e2e2;
	border-radius:5px;
	background:#fff;
	}
.myfaq summary{
	padding:13px 16px;
	cursor:pointer;
	font-weight:700;
	color:#121212;
	list-style:none;
	position:relative;
	}
.myfaq summary::-webkit-details-marker{display:none;}
.myfaq summary:after{
	content:"+";
	position:absolute;
	right:16px;
	top:11px;
	color:#fb4d00;
	font-size:20px;
	font-weight:700;
	}
.myfaq details[open] summary:after{content:"\2212";}
.myfaq .faq_body{
	padding:0 16px 13px 16px;
	}
.myfaq .faq_body p{margin:0;}

.tablewrap{
	overflow-x:auto;
	-webkit-overflow-scrolling:touch;
	margin:0 0 20px 0;
	}
.entry table{
	width:100%;
	min-width:520px;
	border-top:1px solid #959596;
	border-left:1px solid #959596;
	font-size:14px;
	line-height:20px;
	}
.entry table thead th{
	background:#161616;
	color:#fff;
	font-weight:700;
	}
.entry table tr th{
	background:#f4f4f4;
	}

.breadc a{
	color:#9f9f9f;
	}
.breadc a:hover{
	color:#d24e07;
	}

@media (max-width: 759px) {
	.logo img{height:40px;}
	.brandplate span{font-size:20px;line-height:24px;}
	.home_top_go .btn{
		display:block;
		margin:0 0 12px 0;
		}
	.entry table{font-size:13px;}
	.rgblock{padding:14px;}
	.post_img img{border-radius:4px;}
	.nav_bot_guides li{
		display:block;
		padding:2px 10px;
		}
}
