@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

/*
############
Estrutura
############
*/
body 
{
	font-family: 'Lato', Arial;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	background:#EBF0F7;
}
a 
{
	font-family: 'Lato', Arial;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	outline:none;
}
div.content 
{
	overflow: hidden ;
}
.img-responsive
{
	width:100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 
{
	color: #003882;
	text-decoration:none;
}

h1.style1
{
	font-size:18px;
	font-weight:bold;
	color:#003882;
	text-transform:uppercase;
	margin:0 0 10px;
	padding-bottom:5px;
	border-bottom:1px solid #003882;
}
h1.style2
{
	border-top:1px solid #1F4586;
	border-bottom:1px solid #1F4586;
	padding-bottom:5px;
	padding-top:5px;
	font-size: 30px;
}

ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

a, img, ul, li
{
	outline:none;
}

.col:after, .clr:after, .group:after, dl:after, .vc-empty-shortcode-element:after 
{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	h1
	{
		font-size:26px;
	}
	h2
	{
		font-size:24px;
	}
	h3
	{
		font-size:22px;
	}
	h4
	{
		font-size:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */
























/*
############
footer-fixed
############
*/
html, body
{
	height: 100%;
}
#tudo 
{
	min-height: 100%;
	position: relative;
}	
#conteudo 
{
	padding-bottom: 350px;
	width:100%;
}	
#rodape 
{
	position: absolute;
	bottom: 0;
	width:100%;
}
* html #tudo 
{
	height: 100%;
}

/* ------------- */

@media screen and (max-width: 768px) 
{
	
	/* ------------- */
	
	#conteudo 
	{
		padding:0px;
	}
	#rodape 
	{
		position:relative;
	}
	
	/* ------------- */
  
}

/* ------------- */












/*
############
row-click
############
*/
table tr.click
{
	cursor:pointer;
}
table tr.click td, td.click td a
{
	color:#333;
	font-size:12px;
}
table tr.click:hover td a
{
	text-decoration:underline;
}














/*
############
row-xs-flex-cente
############
*/
.row-xs-flex-center {
    display:flex;
    align-items:center;
}
@media ( min-width:768px ) {
    .row-sm-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 992px ) {
    .row-md-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display:flex;
        align-items:center;
    }
}

























/*
############
h1-h6-especial
############
*/
.divider-title2
{
	overflow: hidden;
}
.divider-title2 .div-title
{
    display: inline-block;
    position: relative;
    margin: 0px;
    color: #888;
    border-color: #ddd;
}
.divider-title2 .div-title:after 
{
    content: "";
    position: absolute;
    display: block;
    margin-left: 1em;
    top: 50%;
    left: 100%;
    width: 9999px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
}
.divider-title2 .div-title h1, .divider-title2 .div-title h2, .divider-title2 .div-title h3
{
	color:#5f5f5f;
    text-transform: uppercase;
	margin:0px;
	padding:0px;
}











/*
############
hr
############
*/
hr.icon
{
	border-top: 1px solid #e6e6e6;
    margin-bottom: 45px;
    margin-top: 45px;
    position: relative;
}
hr.icon::after 
{
    background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #07253f;
    content: "\f18c";
    font-family: "FontAwesome";
    left: 50%;
    margin-top: -22px;
    padding: 10px 15px;
    position: absolute;
}










/*
############
nopadding
############
*/
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}












/*
############
nopadding
############
*/
.nopadding
{
	padding:0px;
}
.nopadding-l
{
	padding-left:0px;
}
.nopadding-r
{
	padding-right:0px;
}
.nopadding-t
{
	padding-top:0px;
}
.nopadding-b
{
	padding-bottom:0px;
}

/* Geral */ 

.p10
{
	padding:10px;
}
.p20
{
	padding:20px;
}
.p30
{
	padding:30px;
}
.p40
{
	padding:40px;
}
.p50
{
	padding:50px;
}

/* TOP */ 

.pt10
{
	padding-top:10px;
}
.pt20
{
	padding-top:20px;
}
.pt30
{
	padding-top:30px;
}
.pt40
{
	padding-top:40px;
}
.pt50
{
	padding-top:50px;
}

/* BOTTOM */ 

.pb10
{
	padding-bottom:10px;
}
.pb20
{
	padding-bottom:20px;
}
.pb30
{
	padding-bottom:30px;
}
.pb40
{
	padding-bottom:40px;
}
.pb50
{
	padding-bottom:50px;
}

/* LEFT */ 

.pl10
{
	padding-left:10px;
}
.pl20
{
	padding-left:20px;
}
.pl30
{
	padding-left:30px;
}
.pl40
{
	padding-left:40px;
}
.pl50
{
	padding-left:50px;
}

/* RIGHT */ 

.pr10
{
	padding-right:10px;
}
.pr20
{
	padding-right:20px;
}
.pr30
{
	padding-right:30px;
}
.pr40
{
	padding-right:40px;
}
.pr50
{
	padding-right:50px;
}








/*
############
nomargin
############
*/
.nomargin
{
	margin:0px;
}
.nomargin-l
{
	margin-left:0px;
}
.nomargin-r
{
	margin-right:0px;
}
.nomargin-t
{
	margin-top:0px;
}
.nomargin-b
{
	margin-bottom:0px;
}

/* Geral */ 

.m10
{
	margin:10px;
}
.m20
{
	margin:20px;
}
.m30
{
	margin:30px;
}
.m40
{
	margin:40px;
}
.m50
{
	margin:50px;
}

/* TOP */ 

.mt10
{
	margin-top:10px;
}
.mt20
{
	margin-top:20px;
}
.mt30
{
	margin-top:30px;
}
.mt40
{
	margin-top:40px;
}
.mt50
{
	margin-top:50px;
}

/* BOTTOM */ 

.mb10
{
	margin-bottom:10px;
}
.mb20
{
	margin-bottom:20px;
}
.mb30
{
	margin-bottom:30px;
}
.mb40
{
	margin-bottom:40px;
}
.mb50
{
	margin-bottom:50px;
}

/* LEFT */ 

.ml10
{
	margin-left:10px;
}
.ml20
{
	margin-left:20px;
}
.ml30
{
	margin-left:30px;
}
.ml40
{
	margin-left:40px;
}
.ml50
{
	margin-left:50px;
}

/* RIGHT */ 

.mr10
{
	margin-right:10px;
}
.mr20
{
	margin-right:20px;
}
.mr30
{
	margin-right:30px;
}
.mr40
{
	margin-right:40px;
}
.mr50
{
	margin-right:50px;
}














/*
############
texto-livre
############
*/
div.texto-livre, div.texto-livre p
{
	color: #7c7c7c;
	font-size: 25px;
	font-weight: 300;
	text-align:justify;
}











/*
############
section
############
*/
section 
{
	position: relative;
	padding-bottom: 20px;
	padding-top:20px;
}
section::before,
section::after 
{
	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;
}
section .section-heading .divider:after 
{
	background: #003882;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	section
	{
		padding-bottom: 20px;
		padding-top:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */









/*
############
navbar-toggle
############
*/
.navbar-toggle 
{
	background-color: #CCC;
	border: 1px solid rgba(0, 0, 0, 0);
}














/*
############
fortawesome
############
*/
.fa
{
	margin-right:10px;
}
.fa-stack
{
	color:#336799;
}
.fa-pull-left
{
	float:left;
}
.fa-inverse
{
	color:#FFF;
}

.fa.fa-star
{
	color:#FF9900;
}

.fa.fa-star, .fo.fa-star-o
{
	color:#EC971F;
}

.fa-w-50
{
	width:50px;
}









/*
############
margin-padrao
############
*/
.margin-top-75
{
	margin-top: 75px
}









/*
############
padding-padrao
############
*/
.padding-5
{
	padding:5px;
}










/*
############
cores padrões
############
*/
.color-ffffff
{
	color:#FFF;
}












/*
############
transition padrões
############
*/
.transition-25
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}












/*
############
Banner Slide
############
*/
.tp-banner-container
{
	position:relative;
}















/*
############
Controle de Botões
############
*/
.btn 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight:bold;
}
.btn:hover 
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* btn-type-1 */

.btn-type-1
{
	background-color: hsl(0, 0%, 85%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#106106106", endColorstr="#d8d8d8"); background-image: -khtml-gradient(linear, left top, left bottom, from(#106106106), to(#d8d8d8)); background-image: -moz-linear-gradient(top, #106106106, #d8d8d8); background-image: -ms-linear-gradient(top, #106106106, #d8d8d8); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #106106106), color-stop(100%, #d8d8d8)); background-image: -webkit-linear-gradient(top, #106106106, #d8d8d8); background-image: -o-linear-gradient(top, #106106106, #d8d8d8); background-image: linear-gradient(#106106106, #d8d8d8); border-color: #d8d8d8 #d8d8d8 hsl(0, 0%, 80.5%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.29); -webkit-font-smoothing: antialiased;
}

/* btn-type-2 */

.btn-type-2
{
	color: #FFFFFF;
    font-weight: bold;
	font-size:14px;
	background:#003882;
	border:0px;
	padding: 10px 0;
}

/* btn-type-3 */

.btn-type-3
{
	color:#FFF;
	background:#003882;
	border:0px;
	font-size:13px;
	font-weight:bold;
}

/* btn-type-4 */

.btn-type-4
{
	background:none;
	color:#1F4586;
	border:1px solid #1F4586;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	padding: 10px 20px;
}
.btn-type-4:focus, .btn-type-4:hover
{
	background:#1F4586;
	color:#FFF;
}








/*
############
patterns
############
*/
.patterns-1 
{
	background-color: rgba(255, 255, 255, 0.10);
	background-image: url("/Template/Oleose/assets/img/pattern_2.png");
	vertical-align: middle;
	width: 100%;
}
.patterns-2 
{
	background-color: rgba(255, 255, 255, 0.10);
	background-image: url("/Template/Oleose/assets/img/pattern_3.png");
	vertical-align: middle;
	width: 100%;
}










/*
############
box_style
############
*/
.box_style_1
{
	padding:20px 25px 5px 25px;
	box-shadow:inset 0 0 0 1px #e0e5e9;
	border:5px solid #fbfbfc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:30px;
	font-size:13px;
	line-height:20px;
	background-color:#fff
}











/*
############
expose / overlay
############
*/
.expose
{
	position:relative
}
#overlay
{
	background:rgba(0,0,0,0.4);
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:1;
	bottom:0;
}







/*
############
Controle de Formulários
############
*/

/* form-control */

.form-control 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	line-height: 40px;
	padding: 10px 20px;
	color: #616161;
	border: 2px solid rgba(0, 56, 130, 0.50);
	font-weight: 300;
}
textarea.form-control 
{
	height: auto;
	line-height: normal;
}
.form-control:focus 
{
	border-color: rgba(0, 56, 130, 1);
	color: #999999;
	box-shadow: none;
}

/* form-control */

.form-control-clean
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	padding: 5px 10px;
	color: rgba(0, 0, 0, 1);
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-weight: 300;
	
	width:100%;
}
textarea.form-control-clean
{
	height: auto;
	line-height: normal;
}
.form-control-clean:focus 
{
	border-color: rgba(0, 0, 0, 0.30);
	color: rgba(0, 0, 0, 0.75);
}

/* form-contro2 */

.form-contro2 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	padding: 10px;
	
	color: rgba(0, 0, 0, 0.75);
	border: 2px solid rgba(0, 0, 0, 0.20);
	font-weight: 300;
}
.form-contro2:focus 
{
	border-color: rgba(0, 0, 0, 0.40);
	color: rgba(0, 0, 0, 1);
}
textarea.form-contro2-clean
{
	height: auto;
	line-height: normal;
}

/* form-contro3 */

.form-contro3 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	
	padding: 5px;
	height:30px;
	line-height:30px;
	
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	
	color: rgba(0, 0, 0, 0.75);
	border: none;
	font-weight: 300;
}
.form-contro3:focus 
{
	color: rgba(0, 0, 0, 1);
}
textarea.form-contro3-clean
{
	height: auto;
	line-height: normal;
}











/*
############
header
############
*/

header
{
}

/* ------------- */

header .blcbase1
{
	margin-bottom:20px;
	margin-top:20px;   
	
	left: 0;
    position: relative;
    top: 0;
    z-index: 100; 
	width:100%;
}

/* ------------- */

body.PgCapa header .blcbase1
{
	position:absolute;
}

/* ------------- */

header .tp-banner-container
{ 
	left: 0;
	position: relative;
	top: 0;
	z-index: 99;
	width:100%;
}

/* ------------- */

header .menu1
{
	padding:0px;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
header .menu1 ul.nav
{
	margin:0px;
	width:100%;
	
	display:table;
}
header .menu1 ul.nav li
{
	display:table-cell;
	float:none;
	text-align:center;
	
	background:none;
	position:relative;
}
header .menu1 ul.nav li:after
{
	content: "";
	
	position:absolute;
	background:#003980;
	height:20px;
	width:2px;
	
	left:0px;
	top:16px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
header .menu1 ul.nav li:first-child:after
{
	display:none;
}

header .menu1 ul.nav li a
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	color:#1F4586;
	font-size:15px;
	text-transform:uppercase;
	
	padding-left:5px;
	padding-right:5px;
}

/* ------------- */

header .menu1 ul.nav li
{
	border:0px;
}
header .menu2 ul.nav li a
{
	background:#FFF;
	border-bottom:1px solid #1F4586;
}
header .menu1 ul.nav li:last-child a
{
	border-bottom:0px;
}
header .menu2 ul.nav li:after
{
	display:none;
}

/* ------------- */

header .menu1.scrolled
{
	left: 0;
    position: fixed;
    top: 0;
    z-index: 101;
	
	width:100%;
	background:
}

/* ------------- */

header .menu1 ul.nav li a:focus
{
	background:#1F4586;
	color:#FFF;
}
header .menu1 ul.nav li:hover a
{
	background:#1F4586;
	color:#FFF;
}

/* ------------- */

header .navbar-toggle
{
	background: #d5dfe8;
    border: 2px solid #1f4586 ;
    margin: 0;
    position: fixed;
    right: 10px;
    top: 10px;
    color: #1f4586 ;
}
header .navbar-toggle .fa
{
	color:#1f4586;
	margin:0px;
}

/* ------------- */

@media screen and (max-width: 768px) 
{
	
	/* ------------- */
	
	header .menu1 ul.nav
	{
		display:block;
	}
	header .menu1 ul.nav li
	{
		display:block;
	}
	header .menu1 ul.nav li:after
	{
		display:none;
	}
	header .menu1 ul.nav li:last-child
	{
		border-bottom:0px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */
	
	header .navbar-header .logo
	{
		height:75px;
	}
	
	/* ------------- */
  
}

/* ------------- */

























/*
############
box-search
############
*/
.box-search
{
	position:absolute;
    top: 200px;
    width: 100%;
    z-index: 25;
}
.box-search h1
{
	color: #fff;
    font-size: 60px;
    font-weight: bold;
	text-shadow:0 1px 1px rgba(0,0,0,0.7);
	
	font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
.box-search .row
{
	display:block;
	
	margin-top:50px;
	background:rgba(0, 56, 130, 0.75);
	padding:10px;
}
.box-search .row .form-group
{
	padding-right:10px;
}
.box-search .row .form-group:last-child
{
	padding-right:0px;
}
.box-search .form-group
{
	margin:0px;
	padding:0px;
}
.box-search .has-feedback
{
	margin:0px;
}
.box-search .has-feedback input
{
	padding-left:50px;
	font-size:150%;
	padding-right:5px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	
	height:60px;
}
.box-search .has-feedback select
{
	padding-left:50px;
	font-size:150%;
	padding-right:5px;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	
	height:60px;
}
.box-search .form-control-feedback
{
	left:10px;
	top:15px;
}
.box-search button
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	
	height:60px;
	
	text-transform:uppercase;
}

/* ------------- */

.rst-pg-anuncios .box-search
{
	z-index:50;
	top:90%;
	left:0px;
}
.rst-pg-anuncios .rst-banner-content
{
	background:none !important;
	position:relative !important;
	height:100%;
}
.rst-pg-anuncios .box-search .row
{
	margin:0 !important;
}

/* ------------- */

.interno .box-search
{
	position: relative;
    top: 0px;
	margin-top:-20px;
}
.interno .box-search .row
{
	margin-top:0px;
	margin-bottom:20px;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	.box-search h1
	{
		font-size:24px;
	}
	.box-search .row
	{
		margin-top:20px;
	}
	.box-search .row .form-group
	{
		padding-right:0px;
		padding-bottom:10px;		
	}
	.box-search .row .form-group:last-child
	{
		padding-bottom:0px;		
	}
	.box-search .form-control-feedback
	{
		top:10px;
	}
	.box-search .has-feedback input
	{
		height:50px;
	}
	
	/* ------------- */
  
}

/* ------------- */



















/*
############
rst-header-banner
############
*/
.rst-header-banner 
{
}
.rst-header-banner .rst-header-menu-bar 
{
	background-color: #fff;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rst-header-banner .rst-header-menu-bar.rst-sticky
{
	position: fixed;
	background-color: #fefefe;
	border-bottom: 1px solid #fcfcfc;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rst-header-banner .rst-header-menu-bar.rst-sticky .rst-header-menu > ul ul 
{
	border-top: 1px solid #ddd;
}
.rst-header-banner .rst-header-menu-bar.rst-sticky .rst-header-menu > ul > li 
{
	padding: 23px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rst-header-banner .rst-header-menu-bar.rst-sticky .rst-header-logo 
{
	margin: 8px 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rst-header-banner .rst-header-menu-bar.rst-sticky .rst-header-logo a 
{
	display: none;
}
.rst-header-banner .rst-header-menu-bar .rst-header-logo .rst-logo-sticky 
{
	display: none;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rst-header-banner .rst-header-menu-bar.rst-sticky .rst-header-logo .rst-logo-sticky 
{
	display: block;
	opacity: 1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.current-menu-item > a 
{
	color: #1c2633;
}
.rst-header-menu a:hover 
{
	color: #1c2633;
	-webkit-transition: color 0.3s ease-out;
	-moz-transition: color 0.3s ease-out;
	-ms-transition: color 0.3s ease-out;
	-o-transition: color 0.3s ease-out;
	transition: color 0.3s ease-out;
}
.rst-header-banner.rst-banner-background .rst-banner-content 
{
	bottom: 0;
  	padding: 10px 0;
    text-align: center;
    width: 100%;
    z-index: 15;
	border-bottom:3px solid #003882;
	
	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .1)));
	background:-webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 100%);
	background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 100%);
}
.rst-header-banner.rst-banner-background .rst-banner-content.rst-product-banner-content 
{
	padding: 0 0 75px;
}

/* ------------- */

.rst-header-banner .rst-banner-content .rating
{
	margin-bottom:5px;
}
.rst-header-banner .rst-banner-content .rating .fa
{
	font-size:24px;
	color:#EC971F;
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

/* ------------- */

.rst-header-banner .rst-banner-content h1 
{
	color: #003882;
	font-weight: 500;
	line-height: normal;
	margin: 0;
	text-transform: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.rst-header-banner .rst-banner-content .info1
{
	display:block;
	margin-top:0px;
	margin-bottom:5px;
	
	color: #fff;
	font-weight: 500;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.rst-header-banner .rst-banner-content .price_single_main
{
    font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	color:#333;
}
.rst-header-banner .rst-banner-content .price_single_main span
{
    color: #003882;
    font-size: 60px;
}
.rst-header-banner .rst-banner-content .price_single_main sup 
{
    font-size: 14px;
    position: relative;
    top: -25px;
}

/* ------------- */

.rst-header-banner.rst-banner-background
{
	margin-top:20px;
}
.rst-header-banner.rst-banner-background.rst-banner-1
{
}
.rst-header-banner.rst-banner-background.rst-pg-anuncios
{
	height:300px;
	background: url('/imagens/fundo_1.jpg') no-repeat top center;
	background-size: cover;
}

/* ------------- */

.rst-header-banner.rst-banner-background.rst-banner-2
{
	height:500px;
	
	background: no-repeat top center;
	background-size: cover;
}

/* ------------- */

.rst-header-banner.rst-banner-background.rst-banner-3
{
	z-index:1000;
	padding-top:0px;
	height:auto;
}

/* ------------- */

.rst-header-banner.rst-banner-background.rst-mapa-1
{
	height:400px;
}
.rst-header-banner.rst-banner-background.rst-mapa-1 iframe
{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:13;
}

/* ------------- */

.rst-header-banner.rst-banner-background.rs-tamanho-grande
{
	height:500px;
	
	background: no-repeat top center;
	background-size: cover;
}

/* ------------- */

.rst-header-patterns
{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index:14;
}

/* ------------- */

@media screen and (max-width: 992px) 
{
	
	/* ------------- */
	
	.rst-header-banner.rst-banner-background.rst-pg-anuncios
	{
		height:600px;
	}
	
	/* ------------- */
  
}

/* ------------- */









/*
############
rst-search-form
############
*/
.rst-search-form input[type="text"]
{
	border: 0 none;
	border-radius: 2px;
	color: #233141;
	font-size: 14px;
	padding: 19px 80px 19px 45px;
	width: 100%;
}
.rst-search-form 
{
	position: relative;
}
.rst-search-form::before 
{
	content: "\f002";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	position: absolute;
	top: 16px;
	left: 15px;
}
.rst-search-form 
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	border:1px solid rgba(0, 0, 0, 0.10);
	margin: 0;
}

.rst-search-form .sb 
{
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	font-size: 17px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -3px;
}
.rst-search-form .sb 
{
	background: transparent none repeat scroll 0 0;
	border-left: 1px solid #f0f2f1;
	font-size: 17px;
	height: 100%;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}




















/*
############
breadcrumb
############
*/
.breadcrumb 
{
	background-color: transparent;
	border-radius: 0;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
	margin-left:5px;
	margin-top:5px;
	text-align: right;
}
.breadcrumb.left
{
	text-align:left;
}
.breadcrumb a 
{
	color: #333;
	font-size: 13px;
	font-weight: 500;
}
.breadcrumb span 
{
	color: #333;
	font-size: 13px;
	font-weight: 500;
}
.breadcrumb > li 
{
	padding: 0 10px 0 15px;
	position: relative;
}
.breadcrumb > li + li::before 
{
	bottom: auto;
	color: #333;
	content: "\f10c";
	font-family: FontAwesome;
	font-size: 6px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 7px;
}
.breadcrumb li:first-child
{
	padding-left:0px;
}
.breadcrumb.left:first-child
{
	padding-left:0px;
}
.breadcrumb li:first-child::before 
{
    color: #c8c8c8;
    content: "\f041";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 1px;
}
.breadcrumb li:first-child
{
	padding-left:25px;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	.breadcrumb
	{
		padding:10px 0;
		text-align:left;
	}
	
	/* ------------- */
  
}

/* ------------- */






























/*
############
scrollpoint
############
*/
.scrollpoint {
  opacity: 0;
}
.scrollpoint.active {
  opacity: 1 \0;
}













/*
############
.PgTextoLivre
############
*/
.PgTextoLivre
{
	font-size: 15px;
	line-height: 2;
}
.PgTextoLivre .BoxShare
{
	float:right;
	width:50px;
	
	top:0px;
	right:0px;
	margin-left:10px;
	margin-bottom:10px;
}






















/*
############
aside-divider-title
############
*/
aside.divider-title
{
	overflow: hidden;
}
aside.divider-title .div-title
{
    display: inline-block;
    position: relative;
    margin: 0px;
    color: #888;
    border-color: #ddd;
}
aside.divider-title .div-title:after 
{
    content: "";
    position: absolute;
    display: block;
    margin-left: 1em;
    top: 50%;
    left: 100%;
    width: 9999px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
}
aside.divider-title .div-title div
{
    font-size: 18px;
    font-weight: 600;
	color:#5f5f5f;
    text-transform: uppercase;
}









/*
############
aside
############
*/
aside
{
	margin-bottom:20px;
}









/*
############
aside-widget_estrutura_1
############
*/
aside.widget_estrutura_1
{
	margin-top:-4px !important;
	
	
	box-shadow:inset 0 0 0 1px #e0e5e9;
	border:5px solid #fbfbfc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:30px;
	background-color:#fff;
	
	position:relative;
	z-index:2;
}
aside.widget_estrutura_1 h3
{
	color: #FFFFFF;
    font-weight: bold;
	font-size:20px;
	margin: 0;
    padding: 22px 0;
	letter-spacing: 1px;
	background:#003882 ;
	display:block;
	text-align:center;
	position:relative;
}
aside.widget_estrutura_1 h3::after 
{
    background: #003882 none repeat scroll 0 0;
    border-radius: 50%;
    color: #FFFFFF;
    content: "\f044";
    font-family: "FontAwesome";
    left: 38%;
    padding: 10px 17px;
    position: absolute;
    top: 68%;
}

aside.widget_estrutura_1 .expose
{
	padding:20px;
	padding-top: 30px;
}
aside.widget_estrutura_1 div.btnenviar button
{
    font-weight: bold;
	border:0px;
	padding: 22px 0;
}









/*
############
aside-widget_form_1
############
*/
aside.widget_form_1 div.blc_pdr_1 h6 
{
	border-top:1px solid #ddd;
	
	color: #363c48;
    font-weight: bold;
	font-size:14px;
	
    margin:15px 0;
    padding:15px 0 0
}
aside.widget_form_1 div.blc_pdr_1 h6 a.btn-mais
{
	font-size:11px;
	color:#999;
	font-weight:normal;
	
	float:right;
}
aside.widget_form_1 div.blc_pdr_1 h6.first
{
	border-top:0px;
	margin-top:0px;
}

/* ------- */

aside.widget_form_1 div.blc_pdr_1 ul 
{
    list-style:none;
    padding:0;
    margin:0 0 15px
}
aside.widget_form_1 div.blc_pdr_1 ul li.margin1
{
	margin-top:10px;
}
aside.widget_form_1 div.blc_pdr_1 ul li label
{
	cursor:pointer;
}
aside.widget_form_1 div.blc_pdr_1 ul li .rating 
{
    font-size:16px;
    left:7px;
    position:relative;
    top:2px
}
aside.widget_form_1 div.blc_pdr_1 ul li .name
{
	font-size:16px;
	left:7px;
	position:relative;
	top:2px;
	
	font-size: 13px;
    font-weight: normal;
}
aside.widget_form_1 div.blc_pdr_1 ul li input.sub-select1, aside.widget_form_1 div.blc_pdr_1 ul li select.sub-select1
{
	padding:2px;
	font-weight:normal;
	width:50px;
}

/* ------- */

aside.widget_form_1 div.blc_filter_price .ui-slider-horizontal 
{
	height: 10px;
	background: #e0e5e9 ;
}
aside.widget_form_1 div.blc_filter_price label 
{
	display: none;
}
aside.widget_form_1 div.blc_filter_price .ui-slider 
{
	position: relative;
    text-align: left;
	margin-top:10px;
}
aside.widget_form_1 div.blc_filter_price .ui-slider .ui-slider-range 
{
    background: #a2a7ab ;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
aside.widget_form_1 div.blc_filter_price .ui-slider-horizontal .ui-slider-range 
{
	top: 0;
	height: 100%;
}
aside.widget_form_1 div.blc_filter_price .ui-slider-horizontal .ui-slider-handle 
{
    margin-left: -0.6em;
    top: -0.3em;
}
aside.widget_form_1 div.blc_filter_price .ui-slider .ui-slider-handle 
{
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
aside.widget_form_1 div.blc_filter_price .ui-slider .ui-slider-handle:before 
{
	content: '\f067';
	color: red;
	font-family: FontAwesome;
	padding: 5px;
	background: #363c48;
	color: #FFFFFF;
}

/* ------- */




































/*
############
aside-about-me
############
*/
aside.about-me 
{
    position: relative;
    background-color: #f5f5f5;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	border:1px solid #f5f5f5;
}
aside.about-me .about-me-banner 
{
    width: 100%;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}
aside.about-me .about-me-header 
{
    padding: 0 15px;
}
aside.about-me .about-me-header .about-me-avatar 
{
    position: relative;
    float: left;
    max-width: 120px;
    margin-top: -60px;
    margin-right: 15px;
    border: 3px solid #f5f5f5;
}
#footer-inner aside.about-me .about-me-header .about-me-avatar 
{
    max-width: 100px;
}
aside.about-me .about-me-header .about-me-name 
{
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    text-transform: uppercase;
	color:#7A7A7A;
}
aside.about-me .about-me-header .about-me-atividade 
{
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
	color:#7A7A7A;
}
aside.about-me .about-me-text 
{
	margin-top:10px;
	
    padding: 10px;
	color: #666666;
	font-size:12px;
}
aside.about-me .about-me-text .list-infos .fa
{
	width:15px;
}
aside.about-me .btn-type-2
{
	margin-top:10px;
}









/*
############
aside-widget1
############
*/
aside.widget1.first
{
	margin-top:0px !important;
}
aside.widget1.first h3
{
	margin-top: 0;
}

aside.widget1 h3
{
	color: #363c48;
    font-weight: bold;
	font-size:20px;
	margin-top:30px;
	margin-bottom:10px;
}


















/*
############
aside-texto_livre
############
*/
aside.texto_livre
{
	padding:20px;
	box-shadow:inset 0 0 0 1px #e0e5e9;
	border:5px solid #fbfbfc;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	margin-bottom:30px;
	font-size:13px;
	line-height:20px;
	background-color:#fff
}



















/*
############
aside-widget_contato
############
*/
aside.widget_contato
{
	margin-top:0px !important;
	margin-bottom:10px;
	
	padding:15px;
	border:2px solid #000000;
	
	position:relative;
	
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	
	background-color:#2F2F2F;
	color:#FFF;
}

aside.widget_contato .box-anunciante
{
	display:block;
}
aside.widget_contato .box-anunciante .est-image
{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	
    float: left;
    margin-right: 20px;
}
aside.widget_contato .box-anunciante .est-image img
{
	width:75px;
	height:75px;
	
	border:2px solid #FFF;
}
aside.widget_contato .box-anunciante .est-image:hover img
{
	border-color:#000;
}
aside.widget_contato .box-anunciante .est-name
{
	display:block;
	text-align:left;
	margin-top:10px;
}
aside.widget_contato .box-anunciante .est-name a
{
	color:#FFF;
	font-size:18px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-weight: bold;
	
	display:block;
}

aside.widget_contato .box-anunciante .est-social li
{
	float:left;
}
aside.widget_contato .box-anunciante .est-social li:hover a .fa-stack
{
	color:#000;
}

aside.widget_contato .est-contato
{
	margin-top:20px;
	margin-bottom:20px;
}
aside.widget_contato .est-contato li a
{
	display:block;
	margin-bottom:5px;
	color:#FFF;
	font-size:12px;
}
aside.widget_contato .est-contato li a .fa
{
	color:#FFF;
}

aside.widget_contato .btn-view-perfil
{
	padding: 5px 35px;
}

aside.widget_contato hr
{
	border-color:#858585;
}

aside.widget_contato h3
{
	margin-top:0px;
	color:#FFF;
	text-align:center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	
	font-size: 25px;
    font-weight: bold;
}













/*
############
aside-widget_contato2
############
*/
aside.widget_contato2
{
	margin-top:0px !important;
	margin-bottom:10px;
	padding:0px;
	
	position:relative;
	overflow:hidden;
	
	border:2px solid #3d3d3d;
	
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	background-color:#F5F5F5;
}
aside.widget_contato2 h3
{
	background: #3d3d3d none repeat scroll 0 0;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 22px 0;
    position: relative;
	text-align:center;
}
aside.widget_contato2 h3::after 
{
    background: #3d3d3d none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    content: "\f044";
    font-family: "FontAwesome";
    left: 38%;
    padding: 10px 17px;
    position: absolute;
    top: 63%;
}
aside.widget_contato2 hr
{
	margin-bottom:10px;
	margin-top:10px;
}
aside.widget_contato2 .box-campos
{
	padding:15px;
}
aside.widget_contato2 .form-contro2
{
	border: 1px solid rgba(0, 0, 0, 0.2);
}

aside.widget_contato2 .btn-enviar button
{
	background:#7A7A7A;
	color:#FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
	border:0px;
}
aside.widget_contato2 .btn-enviar button:hover
{
	background:#000;
}












/*
############
aside-widget_info
############
*/
aside.widget_info h4 
{
    font-size: 20px;
    font-weight: bold;
    padding: 0;
	color:#3d3d3d;
}
aside.widget_info h5 
{
	margin-bottom: 10px;
    margin-top: 10px;
    font-size: 18px;
	color:#3d3d3d;
}




















/*
############
aside-widget_list_itens1
############
*/
aside.widget_list_itens1 .legenda1
{
	font-size:10px;
	font-style:italic;
}
aside.widget_list_itens1 .expose
{
	padding-top: 40px;
}

aside.widget_list_itens1 div.row
{
	margin-bottom: 5px;
	cursor:pointer;
}

aside.widget_list_itens1 div.Data
{
	margin-right:20px;
	padding:0 10px 0 12px;
	background:#E0E5E9;
	color:#363c48;
	text-decoration:none;
	
	width:100%;
	position:relative;
	
	min-height:24px;
	line-height:1.5;
	font-size:12px;
	
	text-align:left;
	vertical-align:middle;
	
	-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;	
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}	
aside.widget_list_itens1 div.Data:before
{
	content:"";
	float:right;
	position:absolute;
	top:0;
	right:-10px;
	width:0;
	height:0;
	border-color:transparent transparent transparent #E0E5E9;
	border-style:solid;
	border-width:12px 0 12px 12px;	
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;	
}	
aside.widget_list_itens1 div.Data:after
{
	content:"";
	position:absolute;
	top:10px;
	right:0;
	float:right;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	-moz-box-shadow:-1px #E0E5E9 2px -1px;
	-webkit-box-shadow:-1px #E0E5E9 2px -1px;
	box-shadow:-1px #E0E5E9 2px -1px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}	

aside.widget_list_itens1 div.Valor
{
	color:#363C48;
	font-size:13px;
}

aside.widget_list_itens1 div.row:hover div.Data
{
	background:#c1c6ca;
}
aside.widget_list_itens1 div.row:hover div.Data:before
{
	border-color:transparent transparent transparent #c1c6ca;
}
aside.widget_list_itens1 div.row:hover div.Data:after
{
	-moz-box-shadow:-1px #c1c6ca 2px -1px;
	-webkit-box-shadow:-1px #c1c6ca 2px -1px;
	box-shadow:-1px #c1c6ca 2px -1px;
}
















/*
############
est-menu1
############
*/
.est-menu1
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.est-menu1 li
{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.est-menu1 li a
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	
	display: block;
	font-size: 14px;
	color: #95979c;
	font-weight: 400;
	text-decoration:none;
	
	border-bottom:1px solid #e9eaeb;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.est-menu1 li:hover
{
	padding-left:15px;
}
.est-menu1 li:hover a
{
	color:#73757a;
	border-bottom-color:#73757a;
}











/*
############
est-artigos1
############
*/
.est-artigos1
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.est-artigos1 li
{
	border-bottom: 1px dashed #e5e5e5;
	margin-top: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.est-artigos1 li:first-child
{
	margin-top: 0;
}

.est-artigos1 li .post-meta 
{
    color: #959595;
    font-size: 13px;
    font-weight: 400;
	
	margin-bottom: 5px;
}
.est-artigos1 li .post-meta span 
{
	font-size: 12px;
}
.est-artigos1 li .latest-post-title
{
	color: #73757a;
    display: block;
    font-size: 14px;
    line-height: 150%;
	margin:0px;
}











/*
############
est-artigos2
############
*/
.est-artigos2
{
	list-style:none;
	padding:0px;
	margin:0px;
}
.est-artigos2 li
{
	border-bottom: 1px dashed #e5e5e5;
	margin-top: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.est-artigos2 li:first-child
{
	margin-top: 0;
}

.est-artigos2 li img
{
	border-radius: 3px;
    float: left;
    margin-right: 15px;
	
	height: auto;
    max-width: 100%;
}
.est-artigos2 li h5 
{
	line-height: 1.3;
	margin-bottom: 10px;
	margin-top: 0;
}
.est-artigos2 li h5 a
{
	font-size: 14px;
	font-weight: 700;
	color:#2f343b;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.est-artigos2 li .date
{
    color: #9a9a90;
	font-size:11px;
}

/* ----------- */

.est-artigos2 li:hover h5 a
{
	color:#000;
	text-decoration:underline;
}











/*
############
est-list-1
############
*/
.est-list-1
{
	list-style:none;
	margin:0px;
	padding:0px;
	
	margin-top:0;
}
.est-list-1 li
{
	list-style:none;
	margin:0px;
	padding:0px;
	display: inline-block;
	margin-left:25px;
	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
	font-size:15px;
	color:#FFF;
	font-weight:600;
}
.est-list-1 li:first-child
{
	margin-left:0px;
}
.est-list-1 li a
{
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	font-size:15px;
	color:#5a5a5a;
	font-weight:600;
}



















/*
############
list-artigo1
############
*/
.list-artigo1
{
	list-style:none;
	margin:0px;
	padding:0px;
}
.list-artigo1 li
{
  	margin: 0 0 40px;
  	padding: 0 0 40px;
  	border-bottom: 1px solid #F5F5F5;
}
.list-artigo1 li:last-child
{
	border-bottom:0px;
}

.list-artigo1 li .post-image-wrapper
{
	margin: 20px 0;
	position: relative;
}

.list-artigo1 li .post-title 
{
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
	margin:0px;
}
.list-artigo1 li .post-title  a
{
	color:#363c48;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.list-artigo1 li .post-meta 
{
    color: #959595;
    font-size: 13px;
    font-weight: 400;
	margin-top: 10px;
}
.list-artigo1 li .post-meta span 
{
    padding-right: 10px;
}
.list-artigo1 li .post-meta a 
{
    color: #959595;
}

.list-artigo1 li .post-body p
{
    font-size: 15px;
    line-height: 2;
	text-align:justify;
}

.list-artigo1 li .post-footer .btn.btn-primary
{
	font-weight: 700;
	padding: 10px 15px;
	margin-top: 15px;
	color: #fff;
}

/* ------------- */

.list-artigo1 li .post-title:hover a
{
	color:#000;
	text-decoration:none;	
}

/* ------------- */











/*
############
list-artigo2
############
*/

.list-artigo2 
{
	background: transparent none repeat scroll 0 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	margin-bottom: 3rem;
	overflow: hidden;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
.list-artigo2  a.featured-image 
{
    background-position: 50% center;
    background-size: cover;
    box-shadow: 0 -30px 120px rgba(0, 0, 0, 0.33) inset;
    display: block;
    transition: box-shadow 0.15s ease 0.1s;
    height: 200px;
    width: 100%;
}
.list-artigo2 .card-details 
{
    background-color: #fff;
    padding: 10px;
}
.list-artigo2 .card-details .card-title 
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 18px;
	font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.list-artigo2 .card-title a 
{
    color: #363c48;
    text-decoration: none !important;
}
.list-artigo2 .card-details .meta-details
{
    line-height: 13px;
    position: relative;
    font-size: 13px;
}
.list-artigo2 .card-details .meta-details p
{
	margin:0px;
	color:#797979;
}

/* ------------- */

.list-artigo2 a.featured-image:hover 
{
    -webkit-box-shadow:inset 0 -30px 120px rgba(0, 0, 0, 0);
    box-shadow:inset 0 -30px 120px rgba(0, 0, 0, 0)
}

/* ------------- */










/*
############
list-artigo3
############
*/
.list-artigo3
{
	margin-bottom:10px;
}
.list-artigo3 .img_zoom 
{
    overflow:hidden;
    text-align:center;
    margin-top:20px;
	height:200px;
    border:5px solid #fff;
    -webkit-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, .1);
    -moz-box-shadow:0px 0px 5px 0px rgba(0, 0, 0, .1);
    box-shadow:0px 0px 5px 0px rgba(0, 0, 0, .1);
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.list-artigo3 .img_zoom a img 
{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    -webkit-transition:all .7s ease;
    transition:all .7s ease;
}
.list-artigo3 h3
{
	font-size: 20px;
	margin:10px 0 0;
}
.list-artigo3 h3 a
{
	color: #222;
	text-decoration:none !important;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.list-artigo3:hover .img_zoom a img 
{
    -webkit-transform:scale(1);
    transform:scale(1)
}
.list-artigo3:hover h3 a
{
	color:#000;
}














/*
############
list-artigo4
############
*/
.list-artigo4 
{
	margin: 0 0 30px;
}

.list-artigo4 .rst-box-image::before
{
	background: #abb9cc none repeat scroll 0 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	z-index: 2;
}
.list-artigo4 .rst-box-image 
{
	background: #4e5c6a none repeat scroll 0 0;
	overflow: hidden;
	position: relative;
	z-index: 3;
}
.list-artigo4 .rst-box-image img 
{
	transform: scale(1);
	transition: all 0.35s ease 0s, transform 0.35s ease 0s;
	width: 100%;
}

.list-artigo4 .rst-box-overlay 
{
	height: 55px;
	left: 0;
	padding: 0 30px;
	position: absolute;
	top: 0;
	width: 100%;
	bottom: 0;
	margin: auto;
	opacity: 0;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.list-artigo4 .rst-box-overlay a 
{
	background:#333 !important;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 10px 0;
	padding: 15px 5px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.list-artigo4 .rst-box-overlay a:hover
{
	border: 1px solid transparent;
	background: #a282d5 none repeat scroll 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.list-artigo4 .rst-box-data 
{
	background: #fff none repeat scroll 0 0;
	border: 0 none;
	padding: 10px;
}
.list-artigo4 .rst-box-data > span 
{
	color: #96a2b2;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.list-artigo4 .rst-box-data h4 
{
	letter-spacing: 2px;
	margin: 0;
	padding: 9px 0 15px;
	text-transform: uppercase;
}
.list-artigo4 h4 a 
{
	color: #233141;
	text-decoration:none;
}
.list-artigo4 .rst-box-metadata 
{
	border-top: 0 none;
}
.list-artigo4 .rst-box-metadata > p 
{
	margin: 0 0 30px;
}

/* ------------- */

.list-artigo4 .rst-box-image:hover::before
{
	background: #333;
}
.list-artigo4 .rst-box-image:hover img
{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.6;
	-webkit-transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
}
.list-artigo4 .rst-box-image:hover .rst-box-overlay
{
 	opacity: 1;
}
.list-artigo4 .rst-box-overlay a:hover
{
	border: 1px solid transparent;
	background: #a282d5 none repeat scroll 0 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* ------------- */
















/*
############
list-artigo5
############
*/
.list-artigo5 
{
	margin-bottom:20px;
	background-color:#fff;
	display:block;
	color:#777;
	-webkit-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.1);
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
	border:1px solid rgba(0, 0, 0, 0.10);
	cursor:pointer;
}

.list-artigo5 .img_list 
{
    overflow:hidden;
    min-height:220px;
    text-align:center;
    position:relative
}
.list-artigo5 .img_list img 
{
    width:100%;
    position:absolute;
	left:0px;
	top:0px;
}
.list-artigo5 .img_list a img 
{
    -webkit-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all .7s ease;
    transition:all .7s ease
}

.list-artigo5 .ribbon 
{
    position:absolute;
    top:0;
    left:-1px;
    width:78px;
    height:78px;
    z-index:1
}
.list-artigo5 .ribbon.popular 
{
    background:url(http://www.ansonika.com/citytours/img/ribbon_popular.png) no-repeat 0 0
}
.list-artigo5 .ribbon.top_rated 
{
    background:url(http://www.ansonika.com/citytours/img/ribbon_top_rated.png) no-repeat 0 0
}

.list-artigo5 .endereco 
{
    position:absolute;
    bottom:0;
	left:0;
	width:100%;
    z-index:1;
	padding:10px;
	
	color:#FFF;
	font-size:13px;
	text-align:left;
	
	-webkit-transition: all 0.50s ease-in-out;
	-moz-transition: all 0.50s ease-in-out;
	-ms-transition: all 0.50s ease-in-out;
	-o-transition: all 0.50s ease-in-out;
	transition: all 0.50s ease-in-out;

	background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 1)));
	background:-webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 1) 100%);
	background:linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 1) 100%);
}

.list-artigo5 .tour_list_desc 
{
    padding:5px 20px 0 0;
    border-right:1px solid #ededed;
    height:220px;
    line-height:17px;
	margin-left:-10px;
}
.list-artigo5 .tour_list_desc h3 
{
    font-size:15px;
	font-weight:700;
	
    line-height:20px;
    margin-top:14px;
    margin-bottom:10px;
    text-transform: uppercase;
}
.list-artigo5 .tour_list_desc .frase_destaque
{
	font-size:12px;
}

.list-artigo5 .score 
{
    float: right;
    font-size: 11px;
    margin-top: 5px;
}
.list-artigo5 .score span 
{
    border: 2px solid #999;
    border-radius: 50%;
    color: #999;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 35px;
    line-height: 32px;
    margin-left: 5px;
    text-align: center;
    width: 35px;
}

.list-artigo5 .tour_list_desc .rating 
{
    font-size: 15px;
    margin: 12px 0 3px 0;
}

.list-artigo5 .add_info i 
{
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
	
	border: 1px solid #bec4c8;
    color: #bec4c8;
    font-size: 12px;
    height: 25px;
    margin: 2px;
    padding: 5px;
    width: 25px;
	cursor:pointer;
	text-align:center;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.list-artigo5 .price_list 
{
    display:table;
    height:220px;
    font-size:38px;
    color:#e74c3c;
    width:100%;
    margin-left:-15px
}
.list-artigo5 .price_list small 
{
    font-size:11px;
    color:#999;
    display:block;
    margin-bottom:10px;
    line-height:12px
}
.list-artigo5 .price_list div 
{
    display:table-cell;
    vertical-align:middle;
    text-align:center
}
.list-artigo5 .price_list p 
{
    padding:0;
    margin:0
}
.list-artigo5 .price_list sup 
{
    font-size:22px;
    position:relative;
    top:-10px
}

/* Atributos */

.list-artigo5 .ammenties-7
{
}
.list-artigo5 .ammenties-7 .icon
{
	display:block;
	text-align:center;
}
.list-artigo5 .ammenties-7 .icon .fa
{
	margin:0px;
}
.list-artigo5 .ammenties-7 .quantidade
{
	margin-top:5px;
	
	display:block;
	text-align:center;
	color:#666;
	font-size:20px;
}
.list-artigo5 .ammenties-7 .label
{
	margin-top:5px;
	
	display:block;
	text-align:center;
	color:#900;
	font-size:10px;
	text-transform:uppercase;
}

/* HOVER */

.list-artigo5:hover
{
	border-color:#39434F;
}
.list-artigo5:hover .tour_list_desc h3
{
	color:#000;
}
.list-artigo5:hover .img_list a img 
{
    -webkit-transform:scale(1.2);
    transform:scale(1.2)
}
.list-artigo5:hover .add_info i
{
	border-color:#666;
	color:#666;
}
.list-artigo5:hover .img_list .endereco 
{
	background:rgba(0, 0, 0, 0.75);
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	.list-artigo5 .tour_list_desc
	{
		margin:0px;
		padding:5px;
	}
	.list-artigo5 .price_list
	{
		margin:0px;
		padding:5px;
		height:auto;
	}
	
	/* ------------- */
  
}

/* ------------- */








/*
############
tagcloud
############
*/
.tagcloud 
{
	zoom: 1;
	margin:0px;
	padding:0px;
	list-style:none;
}
.tagcloud li 
{
	list-style:none;	
}
.tagcloud:before, .tagcloud:after 
{
	content: '';
	display: table;
}
.tagcloud:after 
{
	clear: both;
}
.tagcloud li 
{
	position: relative;
	float: left;
	margin: 0 0 5px 5px;
}
.tagcloud li:active 
{
	margin-top: 1px;
	margin-bottom: 7px;
}
.tagcloud a 
{
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tagcloud a 
{
	height: 26px;
	line-height: 23px;
	padding: 0 9px 0 8px;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	text-shadow: 0 1px white;
	background: #fafafa;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #dadada #d2d2d2 #c5c5c5 #d2d2d2;
	border-radius: 3px 0 0 3px;
	background-image: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: -o-linear-gradient(top, #fcfcfc, #f0f0f0);
	background-image: linear-gradient(to bottom, #fcfcfc, #f0f0f0);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
}












/*
############
toolspg1
############
*/
.toolspg1
{
	padding:5px 10px;
	
	margin-bottom:30px;
	background-color:#eee ;
}
.toolspg1 .text-qtd-registros
{
	font-size:16px;
	font-weight:500;
	margin-top:5px;
}
.toolspg1 .coluns-left1
{
	padding-left:0px;
}












/*
############
subscribe-form
############
*/
.subscribe-form 
{
	background: #efefef none repeat scroll 0 0;
	border-radius: 5px;
	float: left;
	margin: 0 0 10px;
	padding: 15px 0 0;
	position: relative;
	width: 100%;
}
.subscribe-form input, .subscribe-form textarea, .subscribe-form select 
{
	border: medium none;
	border-radius: 5px;
	color: #555555;
	font-size: 1.6rem;
	height: 6rem;
	margin-bottom: 15px;
	padding: 1rem 1.5rem;
	width: 100%;
	resize:none;
}
.subscribe-form input[type="submit"] 
{
	border-bottom: 3px solid rgba(0, 0, 0, 0.2);
	color: #ffffff;
	font-size: 2.5rem;
	height: 6rem;
	transition: all 0.1s ease 0s;
}
























/*
############
heading ( interno )
############
*/
.hanging-phone 
{
	position: absolute;
	right: 0;
	z-index: 0;
	bottom: -70px;
}
.section-heading 
{
	margin: 10px 0 40px;
	text-align: center;
}
.section-heading h1 
{
	display: inline-block;
	font-size: 55px;
	font-weight: 300;
	margin-bottom: 0;
}
.section-heading p 
{
	font-size: 25px;
	color: #999999;
	font-weight: 300;
}
.section-heading .divider:after 
{
	content: "";
	position: relative;
	height: 4px;
	width: 60px;
	display: block;
	text-align: center;
	margin: 13px auto;
	-webkit-border-radius: 5em;
	-moz-border-radius: 5em;
	-ms-border-radius: 5em;
	-o-border-radius: 5em;
	border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p 
{
	color: #ffffff;
}
.section-heading.inverse .divider:after 
{
	background: #ffffff;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	.section-heading h1 
	{
		font-size: 32px;
	}
	.section-heading p 
	{
		font-size: 18px;
	}
	
	/* ------------- */
  
}

/* ------------- */













/*
############
section-contatorodape
############
*/
section#contatorodape .ext-text1
{
	margin-top:75px;
}


/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	section#contatorodape .ext-text1
	{
		margin-top:10px;
	}
	
	/* ------------- */
  
}

/* ------------- */













/*
############
footer
############
*/
footer
{
	padding:0px;
	margin:0px;
}

/* ------------- */

footer .nav
{
	padding:0px;
	margin:0 auto;
	float:none;
	display:block;
	width: auto;
}
footer .nav li
{
	display:block;
	float:none;
	text-align:center;
	
	background:none;
	position:relative;
	
	padding:0px;
	margin:0px;
}

footer .nav li a
{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	color:#223f8d;
	font-size:13px;
	
	text-align:center;
	
	padding-bottom:2px;
	padding-top:2px;
	
	text-transform: uppercase;
}

/* ------------- */

footer .nav li a:focus
{
	background:#223f8d;
	color:#FFF;
}
footer .nav li:hover a
{
	background:#223f8d;
	color:#FFF;
}

/* ------------- */

footer .info-geral-1
{
	color:#223f8d;
}
footer .info-geral-2
{
	color:#223f8d;
	
	float:left;
	font-size:18px;
	line-height:175%;
}
footer .info-geral-2 .subtext1
{
	color:#900;
	font-size:18px;
	font-weight:bold;
}
footer .info-geral-2 .subtext2
{
	font-weight:bold;
	font-size:18px;
}

/* ------------- */

footer .ExtText1, footer .ExtText1 a
{
	font-size:12px;
	color:#333;
}

/* ------------- */

@media screen and (max-width: 768px) 
{
	
	/* ------------- */
	
	
	
	/* ------------- */
  
}

/* ------------- */































/*
############
pre-loader
############
*/
.pre-loader 
{
	color:#FFF;
	
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	
	background: #003882; /* Old browsers */
	background: -moz-linear-gradient(top, #003882 0%, #001d44 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003882), color-stop(100%,#001d44)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003882 0%,#001d44 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003882 0%,#001d44 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003882 0%,#001d44 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003882 0%,#001d44 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003882', endColorstr='#001d44',GradientType=0 ); /* IE6-9 */
}
.pre-loader .load-con 
{
	margin: 20% auto;
	position: relative;
	text-align: center;
}










/*
############
spinner
############
*/
.spinner 
{
	margin: 50px auto 0;
	width: 70px;
	text-align: center;
}
.spinner > div 
{
	width: 18px;
	height: 18px;
	background-color: #ffffff;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out;
	animation: bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .bounce1 
{
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.spinner .bounce2 
{
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}













/*
############
det-artigo1
############
*/
.det-artigo1 .post-image-wrapper
{
	margin: 20px 0;
	position: relative;
}

.det-artigo1 .post-title 
{
    font-size: 28px;
    line-height: normal;
    text-transform: uppercase;
	margin:0px;
}
.det-artigo1 .post-title  a
{
	color:#363c48;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.det-artigo1 .post-meta 
{
    color: #959595;
    font-size: 13px;
    font-weight: 400;
	margin-top: 10px;
}
.det-artigo1 .post-meta span 
{
    padding-right: 10px;
}
.det-artigo1 .post-meta a 
{
    color: #959595;
}

.det-artigo1 .post-body p
{
    color: #333;
}

.det-artigo1 .post-footer .btn.btn-primary
{
	font-weight: 700;
	padding: 10px 15px;
	margin-top: 15px;
	color: #fff;
}

/* ------------- */

.det-artigo1 .post-title:hover a
{
	color:#000;
	text-decoration:none;	
}

/* ------------- */
















/*
############
det-anuncio-1
############
*/
.det-anuncio-1 section
{
	padding-top:0px;
	padding-bottom:0px;
}
.det-anuncio-1 p
{
	line-height:2;
	font-size:15px;
}

/* ------- */

.custom-head 
{
    line-height: 1.6;
    margin-top: 0;
    position: relative;
}
.custom-head::after 
{
    background: #7A7A7A none repeat scroll 0 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: 110%;
    width: 100px;
}
.custom-head  h3
{
	margin-top:0px;
	color:#7A7A7A;
	line-height:150%;
}









/*
############
det-anuncio-1 / info-geral
############
*/
.det-anuncio-1 .info-geral-1
{
	font-size: 18px;
    font-weight: bold;
}

.det-anuncio-1 .info-geral-2
{
	float:left;
	font-size:14px;
	line-height:175%;
}
.det-anuncio-1 .info-geral-2 .subtext1
{
	color:#900;
	font-size:18px;
	font-weight:bold;
}
.det-anuncio-1 .info-geral-2 .subtext2
{
	font-weight:bold;
	font-size:18px;
}

.det-anuncio-1 .info-geral-3
{
	margin:0 0 10px;
	padding:0px;
	
	color:#7a7a7a;
    font-weight: bold;
}

.det-anuncio-1 .info-geral-4
{
	font-size: 14px;
}



















/*
############
det-anuncio-1 / est-mapa
############
*/
.det-anuncio-1 .est-mapa
{
	overflow: hidden;
	width:100%;
	height:400px;
	
	margin-bottom:20px;
}











/*
############
det-anuncio-1 / ammenties-1 
############
*/
.det-anuncio-1 .ammenties-1
{
    overflow: hidden;
}
.det-anuncio-1 .ammenties-1 p 
{
    background: #e6e6e6 none repeat scroll 0 0;
    line-height: 1;
    margin: 10px 0;
}
.det-anuncio-1 .ammenties-1 p i::after 
{
    background: #7A7A7A none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -15%;
    transform: rotate(45deg);
    width: 15px;
}
.det-anuncio-1 .ammenties-1 p i 
{
    background: #7A7A7A none repeat scroll 0 0;
    color: #fff;
    margin-right: 20px;
    padding: 15px;
    position: relative;
}








/*
############
det-anuncio-1 / ammenties-5 
############
*/
.det-anuncio-1 .ammenties-5
{
	overflow: hidden;
}
.det-anuncio-1 .ammenties-5 h3 
{
	margin-top: 25px;
}
.det-anuncio-1 .ammenties-5 i 
{
	color: #EC971F;
	margin-right: 10px;
	font-size: 20px;
}
.det-anuncio-1 .ammenties-5 p 
{
	margin: 10px 0px;
}
.det-anuncio-1 .ammenties-5 .Extra
{
	font-size:11px;
	font-style:italic;
}

.det-anuncio-1 .ammenties-5 .item.desativado
{
	opacity: 0.3;
}















/*
############
det-anuncio-1 / ammenties-6 
############
*/
.det-anuncio-1 .ammenties-6 
{
    overflow: hidden;
}
.det-anuncio-1 .ammenties-6 h4
{
	color:#4c4c4c;
	font-size:16px;
	font-weight:bold;
}
.det-anuncio-1 .ammenties-6 .item
{
	margin-bottom:5px;
}
.det-anuncio-1 .ammenties-6 .item .fa
{
	float:left;
	color:#7a7a7a;
}
.det-anuncio-1 .ammenties-6 .item .nome
{
	margin-left: 15px;
	
	color: #7a7a7a;
    font-size: 14px;
	float:left;	
}
.det-anuncio-1 .ammenties-6 .item .nome span
{
	font-size: 18px;
	font-weight:bold;
}
.det-anuncio-1 .ammenties-6 .item .nome span.space1
{
	margin-right:5px;
}
.det-anuncio-1 .ammenties-6 .item .nome span.space2
{
	margin-left:5px;
}

.det-anuncio-1 .ammenties-6 .item.desativado
{
	opacity: 0.3;
}













/*
############
det-anuncio-1 / ammenties-7
############
*/
.det-anuncio-1 .ammenties-7
{
	 overflow: hidden;
}
.det-anuncio-1 .ammenties-7 .icon
{
	display:block;
	text-align:center;
}
.det-anuncio-1 .ammenties-7 .icon .fa
{
	margin:0px;
}
.det-anuncio-1 .ammenties-7 .quantidade
{
	margin-top:5px;
	
	display:block;
	text-align:center;
	color:#666;
	font-size:44px;
}
.det-anuncio-1 .ammenties-7 .label
{
	margin-top:5px;
	
	display:block;
	text-align:center;
	color:#900;
	font-size:12px;
	text-transform:uppercase;
}












/*
############
det-anuncio-1 / ammenties-8
############
*/
.det-anuncio-1 .ammenties-8
{
	overflow:hidden;
}
.det-anuncio-1 .ammenties-8 .stats 
{
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top; 
}
.det-anuncio-1 .ammenties-8 .stats .number 
{
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #7A7A7A; 
}
.det-anuncio-1 .ammenties-8 .stats .stats-title 
{
	font-size: 18px;
	line-height: 32px;
	margin-top: 10px; 
}














/*
############
det-anuncio-1 / ammenties-8
############
*/
.det-anuncio-1 .ammenties-8
{
	overflow:hidden;
}
.det-anuncio-1 .ammenties-8 .icon
{
	display:block;
	text-align:center;
}
.det-anuncio-1 .ammenties-8 .nome
{
	margin-top:5px;
	
	display:block;
	text-align:center;
	color:#666;
}
.det-anuncio-1 .ammenties-8 .nome span
{
	font-size:20px;
	font-weight:bold;
}















/*
############
error-section
############
*/
.error-section {
  padding: 20px 0;
  position: relative;
  background: url('/imagens/error.jpg') center fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
}
.error-section span {
  display: inline-block;
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  font-size: 56px;
  color: #1cbac8;
  margin: 0;
  letter-spacing: 4px;
}
.error-section h1 {
  color: #222222;
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  max-width: 460px;
  margin: 0 auto 20px;
  line-height: 52px;
}
.error-section p {
  max-width: 890px;
  margin: 0 auto 25px;
  color:#FFF;
}
.error-section a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  border-color: #1cbac8;
  color: #1cbac8;
}
.error-section a:hover {
  color: #ffffff;
  background: #1cbac8;
}
.error-section .error-content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -130px;
  z-index: 2;
}
.error-section:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, 0.8);
  
}









/*
############
embed-container
############
*/
.embed-container
{ 
	position: relative; 
	height: 400px; 
	overflow: hidden; 
	max-width: 100%;
	margin:0px;
	padding:0px;
} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}











/*
############
div-galeria1
############
*/
div.galeria1
{
	padding:0px;
}
div.galeria1 .row
{
	margin:0px;
	padding:0px;

	overflow:hidden;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
div.galeria1 .row .col
{
	margin:0px;
	padding:0px;
	
	overflow:hidden;
	
	bottom:1px solid rgba(0, 0, 0, 0.1)
}

div.galeria1 .row .col img
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;

	width:100%;
}

div.galeria1 .row .col img:hover
{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}










/*
############
zoomscript
############
*/
.zoomscript.zsLight
{
	z-index:9000;
}
.zsItemFooterHolder
{
	display:none !important;
}













/*
############
.capa-site-1
############
*/
.capa-site-1
{
	background:#1F4586;
	
	padding-bottom: 40px;
    padding-top: 40px;
}
.capa-site-1 h1
{
	font-size:30px;
	color:#FFF;
	
	margin: 0px;
    margin-bottom: 10px;
}
.capa-site-1 p
{
	font-size:15px;
	text-align:justify;
	line-height:175%;
	color:#FFF;
}
.capa-site-1 p a
{
	color:#FFF;
	text-decoration:underline;
}










/*
############
.capa-site-2
############
*/
.capa-site-2
{
	padding-bottom:100px;
	padding-top:100px;
}
.capa-site-2 h1
{
    font-size: 30px;
	margin:0px;
	padding:0px;
	color:#1F4586;
	font-weight:bold;
	
	margin-bottom:20px;
}
.capa-site-2 .form-group input, .capa-site-2 .form-group textarea
{
	border:0px;
	background:#FFF;
	
	color:#5e5e5e; 
	font-size:13px;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	resize:none;
}














/*
##############
# BoxTabela1
##############
*/
.BoxTabela1
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: 0px 0px 2px #EFEFEF;
	-webkit-box-shadow: 0px 0px 2px #EFEFEF;
	box-shadow: 0px 0px 2px #EFEFEF;
	
	border:#E5E5E5 1px solid;
	border-collapse: separate;
}
.BoxTabela1 thead tr th
{
	padding:10px;
	font-size:12px;
	color:#000;
	font-weight:bold;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	
	border-bottom:#E5E5E5 1px solid;
}
.BoxTabela1 tbody tr td:not(.SemEstilo)
{
	padding:10px;
	font-size:12px;
	color:#333;
	font-weight:normal;
	
	border-bottom:#F5F5F5 1px solid;
}
.BoxTabela1 tbody tr td a
{
	font-size:12px;
	color:#333;
}
.BoxTabela1 tbody tr:hover td:not(.SemEstilo)
{
	background: #f0f6fa; /* Old browsers */
	background: -moz-linear-gradient(top, #f0f6fa 0%, #d8e5ee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f6fa), color-stop(100%,#d8e5ee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f0f6fa 0%,#d8e5ee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f0f6fa 0%,#d8e5ee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f0f6fa 0%,#d8e5ee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f0f6fa 0%,#d8e5ee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f6fa', endColorstr='#d8e5ee',GradientType=0 ); /* IE6-9 */
}
.BoxTabela1 tbody tr td .SubTexto1
{
	font-size:10px;
	font-style:italic;
	color:#666;
}
.BoxTabela1 tbody tr td .FonteExt1
{
	font-size:10px;
}
.BoxTabela1 .SemEstilo td
{
	background:none !important;
	padding:0px !important;
	border: 0px !important;
}
.BoxTabela1 tbody tr.LinhaAmarela td
{
	background-color:#FF9;
}











/*
##############
# BoxCapa1
##############
*/
.BoxCapa1
{
	border:4px solid #D5DFE8;
	position:relative;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.BoxCapa1.first
{
	margin-right:20px;
}
.BoxCapa1.last
{
	margin-left:20px;
}
.BoxCapa1 .btn
{
	border:4px solid #D5DFE8;
	padding:5px 40px;
	
	color:#1F4586;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-90px;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ----------- */

.BoxCapa1:hover
{
	border-color:#1F4586;
}
.BoxCapa1:hover .btn
{
	border-color:#1F4586;
	background:#1F4586;
	color:#FFF;
}

/* ------------- */

@media screen and (max-width: 768px) 
{
	
	/* ------------- */
	
	.BoxCapa1.first
	{
		margin:0px;
		margin-bottom:35px;
	}
	.BoxCapa1.last
	{
		margin:0px;
	}
	.BoxCapa1
	{
		margin-left:10px;
		margin-right:10px;
	}
	
	/* ------------- */
  
}

/* ------------- */








/*
##############
# BoxProdutos1
##############
*/
.BoxProdutos1
{
	text-align:center;
	margin-bottom:40px;
}
.BoxProdutos1 h2
{
	display:block;
	padding:10px;
	background:#1F4586;
	color:#FFF;
	font-size:22px;
	line-height:22px;
	height:65px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0px;
	overflow:hidden;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.BoxProdutos1 h3
{
	color:#1F4586;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	
	margin: 0px;
    margin-bottom: 10px;
}
.BoxProdutos1 p
{
	color: #858585;
    font-size: 13px;
	line-height:150%;
}
.BoxProdutos1 .BoxFoto
{
	background:#FFF;
}
.BoxProdutos1 .BoxDados
{
	background:#F3F7FA;
	min-height:160px;
	position:relative;
	
	padding:10px;
}
.BoxProdutos1 .BoxDados .BoxBotoes
{
	position:absolute;
	left:0px;
	bottom:-10px;
	width:100%;
	margin:0px;
}
.BoxProdutos1 .BoxDados .BoxBotoes .btn-type-3
{
	padding: 15px 10px;
}

/* -------- */

.BoxProdutos1:hover h2
{
	background:#000;
}

/* ------------- */

@media screen and (max-width: 768px) 
{
	
	/* ------------- */
	
	.BoxProdutos1 .BoxDados
	{
		min-height:200px;
	}
	
	/* ------------- */
  
}

/* ------------- */










/*
##############
# BoxDepoimento1
##############
*/
.BoxDepoimento1
{
	margin-top:40px;
	
	position:relative;
	
	background:#1F4586;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	padding:20px;
}
.BoxDepoimento1 h2
{
	position:absolute;
	width:100%;
	top:-30px;
	left:0px;
	
	font-size:22px;
	color:#1F4586;
	font-weight:bold;
	
	margin:0px;
}
.BoxDepoimento1 h3
{
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	
	margin:0px;
	margin-bottom:10px;
}
.BoxDepoimento1 h4
{
	font-size:14px;
	color:#FFFFFF;
	
	margin:0px;
}
.BoxDepoimento1 p
{
	font-size:13px;
	color:#FFF;
	line-height:150%;
	
	text-align:justify;
	margin-top:20px;
	
	min-height:100px;
}
.BoxDepoimento1 .img-responsive
{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	
	border:2px solid #FFF;
}








/*
##############
# BoxNoticias1
##############
*/
.BoxNoticias1
{
	background:#FFF;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	padding:20px;
	min-height:195px;
	
	text-align:center;
}
.BoxNoticias1 h2
{
	color: #24368c;
    font-size: 16px;
	font-weight:bold;
	
	margin:0px;
	padding:0px;
	
	margin-bottom:10px;
}
.BoxNoticias1 p
{
	color: #6b6b6b;
    font-size: 13px;
	line-height:175%;
}









/*
##############
# BoxClientes1
##############
*/
.BoxClientes1 .BoxImagem
{
	padding:10px;
	background:#FFF;
	
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	
	border:2px solid #FFF;
}
.BoxClientes1 h2
{
	color: #24368c;
    font-size: 16px;
	font-weight:bold;
	
	margin:0px;
	padding:0px;
	
	margin-top:10px;
}

/* ----------- */

.BoxClientes1:hover .BoxImagem
{
	border-color:#d5dfe8;
}












/*
############
# BoxArtigo1
############
*/
.BoxArtigo1 .ImgPrincipal
{
	width:100%;
}
.BoxArtigo1 h2
{
	color: #323f63;
    font-size: 29px;
}
.BoxArtigo1 p
{
	color: #787878;
    font-size: 13px;
}