@charset "utf-8";

@font-face {
    font-family: 'verbXcondLight';
    src: url('../fonts/verbexcondlight-webfont.eot');
    src: url('../fonts/verbexcondlight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/verbexcondlight-webfont.woff2') format('woff2'), url('../fonts/verbexcondlight-webfont.woff') format('woff'), url('../fonts/verbexcondlight-webfont.ttf') format('truetype'), url('../fonts/verbexcondlight-webfont.svg#verbexcondlight') format('svg');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'verbXcondbold';
    src: url('../fonts/verbexcondbold-webfont.eot');
    src: url('../fonts/verbexcondbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/verbexcondbold-webfont.woff2') format('woff2'), url('../fonts/verbexcondbold-webfont.woff') format('woff'), url('../fonts/verbexcondbold-webfont.ttf') format('truetype'), url('../fonts/verbexcondbold-webfont.svg#verbexcondbold') format('svg');
    font-weight: normal;
    font-style: normal
}

body {
	background: #EFEFEF;
}

body,td,th {
	font-family: 'verbXcondlight';
    font-weight: normal;
    font-size: 15px;
	line-height: 22px;
    font-style: normal;
    -webkit-font-smoothing: auto;
}
   
a:link {
	color: #22498e;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #22498e;
}

a:hover {
	text-decoration: none;
	color:#0082d6;
}

a:active {
	text-decoration: none;
	color: #22498e;
}

li { 
	list-style:none;
}

h1, h2 {
	font-family: 'Oswald', sans-serif;
}

p {
    margin: 0 0 10px;
	font-size: 15px;
	line-height: 22px;
}

/*-----------------------------------------------------------------------------------*/
/*  HEADER TOP
/*-----------------------------------------------------------------------------------*/
.header-top {   
    height: 65px;   	
	background: #22498e;
}

.header-top .header_menu_res {   
    margin: 8px 0 0 0;
    border-radius: 5px 5px 0 0;
}

.header-top .header_menu_res > ul li {   
	font-family: 'verbXcondbold';
	font-size:14px;
	letter-spacing: 1px;
	line-height: 1.3636;
    color: #FFF;
    text-transform: uppercase;
}

.header_menu_res ul.menu li ul li a {    
    color: #22498e !important;
    font-size: 14px !important;
}

div#adv_categories .catcol ul li.maincat {    
    background-color: #f1f1f1 !important;
}

.col-xs-6 {
	padding:0;
}

.header-login {
    position: relative;
    text-align: right;
    float: right;
    margin: 10px 0;
}

.header-login .submit-advertisement {
	background: #466eb5;	   
	height: 45px;
	padding: 11px;
	border-radius: 45px;
	
	display: inline-block;
	vertical-align: middle;
}

.header-login .submit-advertisement a {
    font-size:0;
}

.header-login .submit-advertisement a div {
	display: inline-block;
}

.header-login .submit-advertisement a div i {
	color:#fff;		
	font-size:25px;
}

.header-login .login a div {
	display: inline-block;
}

/*-----------------------------------------------------------------------------------*/
/*  HEADER SEARCH
/*-----------------------------------------------------------------------------------*/
.header-search {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    z-index: 15;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    resize: vertical;	
}

.header-logo {	
	padding:100px 0 30px 0;
}

.guia-slogan {	
	max-width: 325px;
	margin: 0 auto;	
	
	color: #fff;	
    font-size: 24px;
	line-height: 1.3;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(180,118,0,0.5);
}

.guia-slogan .highlight {
    font-weight: normal;
}

.search-field {
	width: 100%;
    margin: 0 auto;
	padding:60px 0 150px 0;
}

.search-field form {
    position: relative;
    margin: 0;
}

.search-field fieldset {	
    display: block;
    width: 100%;
    border-radius: 3px;
    background: #fff;   
    overflow: hidden;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.search-field fieldset .field-wrapper {
    border: 0;
    padding: 0;
    background: #FFF;
    border-radius: 3px;
	position: relative;
}

.search-field fieldset .input-search-field {
    width: 100%;
    border: 0;
	margin:0;
    border-radius: 3px;
    font-size: 18px;
    color: #333;
    line-height: 31px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 45px;
    outline: 0;	
	padding: 15px 70px 15px 15px; 
}

.search-field fieldset .btn-search i {
	font-size:24px;
}

.search-field fieldset .btn-search {
    height: 55px;
    line-height: 55px;
    right: 0;
}

.search-field fieldset .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 43px;
    line-height: 60px;
    padding: 0;
    background: #FFF;
	color:#22498e;
}

.btn-search span {	
    color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*  ANUNCIOS EM DESTAQUE
/*-----------------------------------------------------------------------------------*/
h1.title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 30px;
    color: #22498e;
    text-transform: uppercase;
}

.carousel {  
    padding:60px 0;
	margin-bottom:90px;
	background: #fff;
}

.carousel-indicators li {  
	border: 1px solid #22498e;
}

.carousel-indicators .active {  
    background-color: #22498e;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .2)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .2)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.stats {
	font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  BANNERS
/*-----------------------------------------------------------------------------------*/
.banner-01 {  
	margin-bottom:60px;
}

.banner-02 {  
	margin-bottom:90px;
}

/*-----------------------------------------------------------------------------------*/
/*  CATEGORIAS
/*-----------------------------------------------------------------------------------*/
.category-box {
	width: 100%;	
	height: auto;
	background: #22498e;	
	position: relative;
	
	-webkit-transition-property: display;
	transition-property: display;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.category-box .meta-image {
	width: 100%;
	height: auto; 
}

.category-box .meta-image img {
	float: left;
	width: 100%;
	height: auto;
	opacity:0.4;	
}

.category-box:hover {
	z-index: 10;
	background:#ffce2b;
	-webkit-box-shadow: 0px 0px 117px -13px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 117px -13px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 117px -13px rgba(0,0,0,0.75);
}

.category-box:hover h2 {	
	color:#22498e;
	text-shadow: 0 2px 0 rgba(255, 255, 255, 0.6);
}

.category-box:hover img {
	opacity:0.3;
}


.category-box h2 {
	width: 100%;
	position: absolute;
    top: 50%;
    z-index: 99;    
	
	color: #fff;
	font-size:22px;
    text-align: center;	
	text-transform:uppercase;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.6);
}

.main-cat-col {	
	float:left;
	width:20%;
	position:relative;	
}


/*-----------------------------------------------------------------------------------*/
/*  CATEGORIAS POPULARES
/*-----------------------------------------------------------------------------------*/
.popular-categories {
	padding: 0;
	margin-bottom:60px;
}

.popular-categories a {
    width: 50%;
    height: 150px;
    float: left;
    position: relative;
    padding: 40px 0;
    font-family: 'Oswald', sans-serif;
    color: #22498e;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.popular-categories a i:before {
    color: #22498e;
    display: block;
    font-size: 42px;
    line-height: 1;
    margin-left: 0;
    margin-bottom: 15px;
}

.popular-categories li a {
	background: #fff;
	border: 1px solid #f1f1f1;
}

.popular-categories li a:hover {
	color:#fff;
	background: #ffce2b;	
	border: 1px solid #ffce2b;
	
	-webkit-transition: background 300ms ease,color 300ms ease;
    -moz-transition: background 300ms ease,color 300ms ease;
    -o-transition: background 300ms ease,color 300ms ease;
    transition: background 300ms ease,color 300ms ease;
}

.popular-categories li a:hover i:before {
	color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/*  CLASSIFICADOS
/*-----------------------------------------------------------------------------------*/
.container-classified {
	margin-bottom:90px;
}

.tabcontrol ul.tabnavig {
	margin: 0;
	padding: 0;
	height: 31px;
	list-style: none;
}

.tabcontrol ul.tabnavig li, .tabcontrol ul.tabnavig li a {	
	border: none;	
	-webkit-border-radius: 0;
	border-radius: 0;
}

.tabcontrol ul.tabnavig li {	
	padding: 0;
	float: left;
}

.tabcontrol ul.tabnavig li a {
	margin: 0;
	padding: 15px 20px;	
	background: #fff;
	color: #22498e;
	box-shadow: 0 2px 0 0 #E3E4E7;	
}

.tabcontrol ul.tabnavig li a.selected, .tabcontrol ul.tabnavig li a:hover  {
	color: #fff;
	background: #ffce2b;
	box-shadow: 0 2px 0 0 #fbc203;
}

span.big {
    font-family: 'Oswald', sans-serif;	
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.post-block {
    -webkit-border-radius: 0;
	border-radius: 0; 
}

.post-block-out {
    margin: 15px 0 0 0;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.post-block .post-right h3, .post-block .post-right h3 a {
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		line-height:18px;
		font-weight: 600;
}

p.post-meta, .post-block .post-right-no-img p.post-meta {
    color: #AFAFAF;
    font-size: 15px;
    padding: 10px 0;
}

.post-block .post-right p.stats, .post-block .post-right-no-img p.stats {
    clear: both;
    padding: 0;
    float: right;
    font-size: 15px;
    color: #AFAFAF;
}

.shadowblock_out h1, .shadowblock_out h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 600;
	margin-bottom: 10px;
}

.shadowblock_out h1 span {
	color:#22498e;
}

.shadowblock_out ul.pop li a {
	display: inline-block;	
    background: #f3f3f3;
    box-shadow: 0 2px 0 0 #E3E4E7;
    padding: 15px 20px;	
	margin-bottom: 10px;
	
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.shadowblock_out ul.pop a:hover {
	color: #fff;
	background: #ffce2b;
    box-shadow: 0 2px 0 0 #fbc203;
}

/*-----------------------------------------------------------------------------------*/
/*  TAGS
/*-----------------------------------------------------------------------------------*/
.tags {
    margin: 0;
    padding: 0;
    float: right;
    right: 30px;
    bottom: -15px;
}

.tags span {
    float: left;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #22498e;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags span:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -15px;
    width: 0;
    height: 0;
    border-color: transparent #22498e transparent transparent;
    border-style: solid;
    border-width: 15px 15px 15px 0;
}

.tags span:after {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
	
	-moz-box-shadow: -1px -1px 2px #d8a704;
    -webkit-box-shadow: -1px -1px 2px #d8a704;
    box-shadow: -1px -1px 2px #d8a704;
}

p.post-price {
    float: right;
    color: #fff;   
    margin: 0;
	padding-top: 4px;
    font: normal 15px 'Oswald', sans-serif;
    letter-spacing: 0.5px;    
}

/*-----------------------------------------------------------------------------------*/
/*  PAGINATIGON AND BUTTONS
/*-----------------------------------------------------------------------------------*/
.paging {
	-webkit-border-radius: 6px;
    border-radius: 6px;
    background: none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    box-shadow: none;
}

.paging a {
	display: block;
    background: #fff;
    box-shadow: 0 2px 0 0 #E3E4E7;
    padding: 15px 20px;
	
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.paging a:hover {
	color:#22498e;
    background: #ffce2b; 
	box-shadow: 0 2px 0 0 #fbc203;  
}

.btn_orange, .pages a, .pages span {
	display: inline-block;
	color:#fff !important;	
    background: #ffce2b;
    box-shadow: 0 2px 0 0 #fbc203;
    padding: 10px 17px;
	
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.btn_orange:hover {
	color: #fff;
	background: #22498e;
    box-shadow: 0 2px 0 0 #042e79;
}

/*-----------------------------------------------------------------------------------*/
/*  AJUSTANDO FORMULARIOS MADREX 01/07/17
/*-----------------------------------------------------------------------------------*/
textarea:focus, input:focus, select:focus, button:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}

.loginform p label {
    width: 140px;
}

.mid, .text {
    border: none;
    margin-bottom: 10px;
    width: 250px;	
	padding: 15px 20px;	
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.mid:focus,
.text:focus {
	border:none;
	background-color: #F9F9F9
}

input, select, textarea {
	background: #f4f4f4;    
    border: none;
    color: #b2b0b0;
}

.manage-password button {
    height: auto;
}

/*-----------------------------------------------------------------------------------*/
/*  ANUNCIE
/*-----------------------------------------------------------------------------------*/
.anuncie-box {
    background: url(../images/bg-anuncie.jpg) top center no-repeat;    
    padding-top: 40px;
    padding-bottom: 40px;	
}

.anuncie-box h2 {
	margin-top: 20px;
    margin-bottom: 10px;
	color:#22498e;
	font-size: 35px;
}

.anuncie-box a {
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;

    margin:20px 0;
    padding: 18px 36px;
    display: inline-block;
     background: #ffce2b;
    box-shadow: 0 2px 0 0 #fbc203;

	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
	-webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.anuncie-box a:hover{
	color: #fff;
	background: #22498e;
    box-shadow: 0 2px 0 0 #042e79;
}

/*-----------------------------------------------------------------------------------*/
/*  FOOTER
/*-----------------------------------------------------------------------------------*/
#footer {
    padding-top: 30px;
    border-top: 1px dashed #ededed;
	padding-bottom:0px;	
}

#footer {
    background-color: #2854a1;
}

#footer h5 {
    margin-bottom: 15px;
	color:#fff;
}
.footer li { display:list-item; margin-left:-10px; height:30px;}
.footer li a{ color:#898989;}
.footer li a:hover{ color:#5d5d5d;}

#footer .btmFooter {
    background-color: #22498e;
    color: #fff;
}

#footer .btmFooter {
    margin-top: 120px;
    padding-top: 15px;
	padding-bottom:15px;
   	margin-bottom:0px !important;
}

#footer .btmFooter p {
    margin: 6px 0 0;
	color:#fff;
}

























/*-----------------------------------------------------------------------------------*/
/*  Gerais
/*-----------------------------------------------------------------------------------*/
.laranja {
    color: #f58936;
}

.amarela {
	color:#ffce2b;
}

.linhap {
    border-top: 6px solid;
    width: 96px;
    height: 6px;
}

.linha {
    border-top: 1px solid #E3E4E7;
    width: 100%;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 25px;
}

.bg-01 {	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffce2b+17,ffac20+90 */
	background: #ffce2b url(../images/bg-01.png) center no-repeat; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #ffce2b 17%, #ffac20 90%) url(../images/bg-01.png) center no-repeat; /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #ffce2b 17%,#ffac20 90%) url(../images/bg-01.png) center no-repeat; /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #ffce2b 17%,#ffac20 90%) url(../images/bg-01.png) center no-repeat; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce2b', endColorstr='#ffac20',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*-----------------------------------------------------------------------------------*/
/*  Media queries
/*-----------------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {	
	.tabcontrol ul.tabnavig li {
		width:100%;
		margin:0;
	}
	
	.dashicons-before {
	    display: inline-block;    	
	}
	
	.tabcontrol ul.tabnavig li a {	
		display: block;
	}
		
}

@media screen and (min-width: 480px) {	
	.tabcontrol ul.tabnavig li {
		margin: 0 15px 0 0;	
	}
	
	.tabcontrol ul.tabnavig li a {	
		display: inline-block;
	}
}

@media screen and (max-width: 800px) {	
	.tinynav {
		margin:0;
		width:100%;
		display: block;
		padding: 10px;		
		font-size: 16px;
		color: #22498e;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		line-height: 33px;
		border-color: #22498e;
	}
}

@media screen and (max-width: 889px) {	
	.header-login .login {	
		height: 45px;
		margin-left: 10px;
		padding: 11px 14px;
		border-radius: 45px;
		display: inline-block;
		vertical-align: middle;    
	}
	
	.header-login .login a {
		font-size:0;
	}
		
	.header-login .login a div i {
		color:#fff;		
		font-size:25px;
	}
	
	.anuncie-box {
		text-align:center;
	}
	
	.anuncie-box h2 {
		font-size:30px;
	}
}

@media screen and (min-width: 720px) {
	.search-field {
		width: 680px;
	}
}

@media screen and (min-width: 900px) {		
	.header-top i {
		margin-right:5px;	
	}
	
	.header-login {
		margin: 16px 0;
	}
	
	.header-login .submit-advertisement {			   
		height: 32px;
		padding:6px 15px;
		border-radius: 60px;		
	}

	.header-login .submit-advertisement a {
		font-family: 'verbXcondlight';
		font-size:13px;
		color: #FFF;
		letter-spacing: 1px;
		text-transform: uppercase; 
	}
	
	.header-login .submit-advertisement a div i {		
		font-size:0;
	}
	
	.header-login .login a {
		font-family: 'verbXcondbold';
		font-size:13px;
		margin: 0 10px 0 20px;
		color: #FFF;
		letter-spacing: 1px;
		text-transform: uppercase;  
	}
	
	h1.title {
		font-size: 40px;			
	}
	
	.popular-categories a {
		width: 20%;
		height:205px;	
		font-size: 23px;
		line-height: 26px;    
	}

	.popular-categories a i:before  {		
		font-size: 64px;
		margin-bottom:20px;
	}
}

@media screen and (min-width: 1024px) {
	.content_left {
		width:70%;
		margin-right:2%;
	}
	
	.content_right {
		width:28%;
	}
	
	.post-block-out .post-left {
		width:100px;
	}
	
	.post-block .post-right {    
		max-width: 650px;
		min-width: 380px;
	}
	
	.post-block .post-right h3, .post-block .post-right h3 a {		
		font-size: 22px;
		line-height:26px;		
	}

}

@media screen and (min-width: 1600px) {
	.content_res {
		margin: 0 auto;
		padding: 20px 0 30px;
		width: 1117px;
	}
}