/*
############
Estrutura
############
*/
/*
var(--base1)
*/
:root
{
    --base1: rgba(18, 18, 18, 1);
    --base2: rgba(18, 18, 18, 0.9);
    --base3: rgba(18, 18, 18, 0.8);
}




/*
############
Estrutura
############
*/
body 
{
	font-family: Arial;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.PgCapa
{
	background-image: none;
}
a 
{
	font-family: Arial;
	-webkit-font-smoothing: antialiased;
	color: #000000;
	outline:none;
}
.slick-slide img
{
	display: inline-block;
}
div.content 
{
	overflow: hidden ;
}
object 
{ 
	outline:none !important; 
}

.bx-wrapper
{
    margin-bottom: 0px;
    padding: 0px;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

    border: none;

    text-align: center;
}
.bx-wrapper img
{
    display: inline-block;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 
{
	color: #373737;
	text-decoration:none;
}

ul
{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul li
{
	list-style:none;
	margin:0px;
	padding:0px;
}

a, img, ul, li
{
	outline:0 !important;
}

.col:after, .clr:after, .group:after, dl:after, .vc-empty-shortcode-element:after 
{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	zoom: 1;
	height: 0;
}

.DirLink
{
	cursor:pointer;
}

.img-responsive
{
	display: inline-block;
}

/* ------------- */

.hidden-xs2
{
	
}

/* ------------- */

.show-xs2
{
	display: none;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	h1
	{
		font-size:26px;
	}
	h2
	{
		font-size:24px;
	}
	h3
	{
		font-size:22px;
	}
	h4
	{
		font-size:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 420px) 
{
	
	/* ------------- */
	
	.hidden-xs2
	{
		display: none;
	}
	.show-xs2
	{
		display: block;
	}
	
	/* ------------- */
  
}

/* ------------- */













/*
############
Align
############
*/
.rs-align-left-center
{
	text-align: left;
}
.rs-align-right-center
{
	text-align: right;
}

.rs-align-left-right
{
	text-align: left;
}
.rs-align-right-left
{
	text-align: right;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.rs-align-left-center
	{
		text-align: center;
	}
	.rs-align-right-center
	{
		text-align: center;
	}

	.rs-align-left-right
	{
		text-align: right;
	}
	.rs-align-right-left
	{
		text-align: left;
	}
	
	/* ------------- */
  
}

/* ------------- */













/*
############
min-height
############
*/
.mh-250
{
	min-height: 250px;
}

/* ------------- */

@media screen and (max-width: 768px) 
{
	
	/* ------------- */
	
	.mh-250
	{
		min-height: none;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
UL
############
*/
ul
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}
ul li
{
	list-style: none;
	display: inline-block;
	
	margin: 0px;
	padding: 0px;
}

/* ------------- */










/*
############
H1
############
*/
h1.style0
{
	display: none;
}

/* ------------- */

h1.style1
{
	margin: 0px;
	padding: 0px;
    margin-bottom: 40px;

	display: block;
	overflow: hidden;
	
	text-align: center;
	vertical-align:middle;
	
	height: auto;
    line-height: normal;
    
    
    font-size: 34px;
    color: #000;
    font-weight: normal;
}
h1.style1 a,
h1.style1 div
{
    
    font-size: 34px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	
	display: block;
	position: relative;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	h1.style1
    {
        font-size: 28px;
    }
    h1.style1 a,
    h1.style1 div
    {
        font-size: 28px;
    }
	
	/* ------------- */
  
}

/* ------------- */







/*
############
H2
############
*/
h2
{
	margin: 0px;
	padding: 0px;

	display: block;
	
	text-align: left;
	vertical-align: middle;
	
	height: auto;
    line-height: normal;
}

/* ------------- */

h2.style0
{
	display: none;
}

/* ------------- */

h2.style_ger1
{
	margin:0px;
	padding:0px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	
	display:block;
	
	text-align:left;
	vertical-align:middle;
	
	height:auto;
	line-height:normal;
	
	line-height: normal;
    
    
	font-size: 30px;
	font-weight: bold;
	color: #525252 !important;
	
	border-bottom: 1px solid #F7F7F7;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	
	
	/* ------------- */
  
}

/* ------------- */






















/*
############
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 #001139;
    margin-bottom: 45px;
    margin-top: 45px;
    position: relative;
}
hr.icon::after 
{
    background: #001139 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #FFF;
    content: "\f0ac";
    font-family: "FontAwesome";
    left: 46%;
    margin-top: -22px;
    padding: 10px 15px;
    position: absolute;
}










/*
############
nopadding
############
*/
.alert-message
{
    margin: 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
  margin: 0px;
}
.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
############
*/
.p0
{
	padding:0px !important;
}
.pl0
{
	padding-left:0px !important;
}
.pr0
{
	padding-right:0px !important;
}
.pt0
{
	padding-top:0px !important;
}
.pb0
{
	padding-bottom:0px !important;
}

/* Geral */ 

.p10
{
	padding:10px !important;
}
.p20
{
	padding:20px !important;
}
.p30
{
	padding:30px !important;
}
.p40
{
	padding:40px !important;
}
.p50
{
	padding:50px !important;
}

/* TOP */ 

.pt10
{
	padding-top:10px !important;
}
.pt20
{
	padding-top:20px !important;
}
.pt30
{
	padding-top:30px !important;
}
.pt40
{
	padding-top:40px !important;
}
.pt50
{
	padding-top:50px !important;
}

/* BOTTOM */ 

.pb10
{
	padding-bottom:10px !important;
}
.pb20
{
	padding-bottom:20px !important;
}
.pb30
{
	padding-bottom:30px !important;
}
.pb40
{
	padding-bottom:40px !important;
}
.pb50
{
	padding-bottom:50px !important;
}

/* LEFT */ 

.pl10
{
	padding-left:10px !important;
}
.pl20
{
	padding-left:20px !important;
}
.pl30
{
	padding-left:30px !important;
}
.pl40
{
	padding-left:40px !important;
}
.pl50
{
	padding-left:50px !important;
}

/* RIGHT */ 

.pr10
{
	padding-right:10px !important;
}
.pr20
{
	padding-right:20px !important;
}
.pr30
{
	padding-right:30px !important;
}
.pr40
{
	padding-right:40px !important;
}
.pr50
{
	padding-right:50px !important;
}








/*
############
nomargin
############
*/
.m0
{
	margin:0px !important;
}
.ml0
{
	margin-left:0px !important;
}
.mr0
{
	margin-right:0px !important;
}
.mt0
{
	margin-top:0px !important;
}
.mb0
{
	margin-bottom:0px !important;
}

/* Geral */ 

.m10
{
	margin:10px !important;
}
.m20
{
	margin:20px !important;
}
.m30
{
	margin:30px !important;
}
.m40
{
	margin:40px !important;
}
.m50
{
	margin:50px !important;
}

/* TOP */ 

.mt10
{
	margin-top:10px !important;
}
.mt20
{
	margin-top:20px !important;
}
.mt30
{
	margin-top:30px !important;
}
.mt40
{
	margin-top:40px !important;
}
.mt50
{
	margin-top:50px !important;
}

/* BOTTOM */ 

.mb10
{
	margin-bottom:10px !important;
}
.mb20
{
	margin-bottom:20px !important;
}
.mb30
{
	margin-bottom:30px !important;
}
.mb40
{
	margin-bottom:40px !important;
}
.mb50
{
	margin-bottom:50px !important;
}

/* LEFT */ 

.ml10
{
	margin-left:10px !important;
}
.ml20
{
	margin-left:20px !important;
}
.ml30
{
	margin-left:30px !important;
}
.ml40
{
	margin-left:40px !important;
}
.ml50
{
	margin-left:50px !important;
}

/* RIGHT */ 

.mr10
{
	margin-right:10px !important;
}
.mr20
{
	margin-right:20px !important;
}
.mr30
{
	margin-right:30px !important;
}
.mr40
{
	margin-right:40px !important;
}
.mr50
{
	margin-right:50px !important;
}























/*
############
section
############
*/
section 
{
	position: relative;
	
	padding: 0px;
	margin: 0px;
}
section::before,
section::after 
{
	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;
}
section .section-heading .divider:after 
{
	background: #373737;
}

/* ------------- */





































/*
############
Banner Slide
############
*/
.tp-banner-container
{
	position:relative;
}














/*
############
Botőes
############
*/

/* btn-style1 */

.btn-style1
{
	font-weight:bold;
	
	border-bottom:3px solid rgba(0, 0, 0, 0.30) !important;
	border-right:3px solid rgba(0, 0, 0, 0.30) !important;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* btn-style2 */

.btn-style2
{
	font-weight:bold;
	
	border:1px solid #dadada;
	border-bottom:2px solid #dadada;
	border-right:2px solid #dadada;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* btn-style3 */

.btn-style3
{
	font-weight:500;
	border:1px solid #9a9a9a;
	
	color:#000;
}
.btn-style3:hover
{
	color:#000;
}

/* btn-dark1 */

.btn-dark1
{
	background:#F0F0F0;
}
.btn-dark1:hover
{
	background:#eaeaea;
}

/* btn-cinza1 */

.btn-cinza1
{
	background:#efefef;
}
.btn-cinza1:hover
{
	background:#E0E0E0;
}

/* btn-info */

.sweet-alert button
{
	background:#444444 !important;
	border:0px !important;
	
	color: #fff !important;
    font-size: 18px !important;
   	
    text-transform: uppercase !important;
	font-weight: normal !important;
	
	-webkit-transition: all 0.3s ease-out !important;
	transition: all 0.3s ease-out !important;
}
.sweet-alert button:hover, .sweet-alert button:focus, .sweet-alert button:active
{
	color: #FFF !important;
	text-decoration:none !important;
	
	background:#262626 !important;
	border:0px !important;
}

/* ------------- */

.btn-primary 
{
    color: #fff;
    background-color: #444444;
    border-color: #262626;
}
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open > .dropdown-toggle.btn-primary 
{
    color: #fff;
    background-color: #262626;
    border-color: #000;
}

.btn-info 
{
    color: #fff;
    background-color: #444444;
    border-color: #262626;
}
.btn-info.active, 
.btn-info.focus, 
.btn-info:active, 
.btn-info:focus, 
.btn-info:hover, 
.open > .dropdown-toggle.btn-info 
{
    color: #fff;
    background-color: #262626;
    border-color: #000;
}

.btn-cor1 
{
    color: #fff;
    background-color: #716f6f;
    border-color: #262626;

    font-weight: bold;
}
.btn-cor1.active, 
.btn-cor1.focus, 
.btn-cor1:active, 
.btn-cor1:focus, 
.btn-cor1:hover, 
.open > .dropdown-toggle.btn-cor1 
{
    color: #fff;
    background-color: #262626;
    border-color: #000;
}

.admin-form .btn-primary
{
    color: #fff;
    background-color: #444444;
    border-color: #262626;
    font-weight: bold;
}
.admin-form .btn-primary:hover, 
.admin-form .btn-primary:focus
{
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.admin-form .btn-dark
{
    color: #fff;
    background-color: #444444;
    border-color: #262626;
    font-weight: bold;
}
.admin-form .btn-dark:hover, 
.admin-form .btn-dark:focus
{
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.admin-form .btn-success
{
    color: #fff;
    background-color: #444444;
    border-color: #262626;
    font-weight: bold;
}
.admin-form .btn-success:hover, 
.admin-form .btn-success:focus
{
    color: #fff;
    background-color: #262626;
    border-color: #262626;
}

.subscribe-form input[type="submit"]
{
    background-color: #444444 !important;
}
.subscribe-form input[type="submit"]:hover, 
.subscribe-form input[type="submit"]:focus, 
.subscribe-form input[type="submit"]:active 
{
    background: #262626 !important;
}

/* ------------- */

.btn-xs-custom1
{
    font-size: 16px;
    color: #FFF !important;
	font-weight: bold;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 52px;
	line-height: 52px;
	
	padding: 0px 40px;
	margin: 0px;
	
	background: #4a4a4a;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-xs-custom1:hover,
.btn-xs-custom1:focus,
.btn-xs-custom1:active
{
	background: #272727;
}

/* ------------- */

.btn-xs-custom2
{
    color: #FFF !important;
    font-size: 14px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: auto;
	line-height: normal;
	
	padding: 8px 10px;
	margin: 0px;
	
	background: #797878;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-xs-custom2:hover,
.btn-xs-custom2:focus,
.btn-xs-custom2:active
{
	background: #242424;
}

/* ------------- */

.btn-custom1
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 14px;
    color: #FFF !important;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	display: inline-block;
    position: relative;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 14px;
	line-height: 14px;
	
	padding: 0px;
	margin: 0px;

    margin-right: 54px;
    margin-bottom: 14px;
	
	background: transparent;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom1:before
{
    position: absolute;
    left: 0px;
    bottom: -10px;

    display: block;
    content: "";
    width: 40px;
    height: 2px;

    background: #BEA67C;
}
.btn-custom1:after
{
    position: absolute;
    right: -54px;
    top: 4px;

    display: block;
    content: "";
    width: 35px;
    height: 7px;

    background: url('/imagens/Estrutura/leia-mais-2.png') no-repeat center center;
}

/* ------------- */

.btn-custom2
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 14px;
    color: #000 !important;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	display: inline-block;
    position: relative;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 14px;
	line-height: 14px;
	
	padding: 0px;
	margin: 0px;

    margin-right: 54px;
    margin-bottom: 14px;
	
	background: transparent;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom2:before
{
    position: absolute;
    left: 0px;
    bottom: -10px;

    display: block;
    content: "";
    width: 40px;
    height: 2px;

    background: #BEA67C;
}
.btn-custom2:after
{
    position: absolute;
    right: -54px;
    top: 4px;

    display: block;
    content: "";
    width: 35px;
    height: 7px;

    background: url('/imagens/Estrutura/leia-mais-2.png') no-repeat center center;
}

/* ------------- */

.btn-custom2B
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 26px;
    color: #000 !important;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	display: inline-block;
    position: relative;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 26px;
	line-height: 26px;
	
	padding: 0px;
	margin: 0px;

    margin-right: 54px;
    margin-bottom: 14px;
	
	background: transparent;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom2B:before
{
    position: absolute;
    left: 0px;
    bottom: -10px;

    display: block;
    content: "";
    width: 40px;
    height: 2px;

    background: #BEA67C;
}
.btn-custom2B:after
{
    position: absolute;
    right: -54px;
    top: 4px;

    display: block;
    content: "";
    width: 35px;
    height: 7px;

    background: url('/imagens/Estrutura/leia-mais-2.png') no-repeat center center;
}

/* ------------- */

.btn-custom3
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 14px;
    color: #FFF !important;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	display: inline-block;
    position: relative;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 48px;
	line-height: 45px;
	
	padding: 0px 50px;
	margin: 0px;

	background: transparent;
	border: 2px solid #FFF;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* ------------- */

.btn-custom4
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 14px;
    color: #FFF !important;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	display: inline-block;
    position: relative;

	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 48px;
	line-height: 45px;
	
	padding: 0px 20px;
	margin: 0px;

	background: #000;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /* ------------- */


    /* ------------- */
  
}

/* ------------- */
















/*
############
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 
{
	-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(34, 34, 34, 0.50);
	font-weight: 300;
}
textarea.form-control 
{
	height: auto;
	line-height: normal;
}
.form-control:focus 
{
	border-color: rgba(34, 34, 34, 1);
	color: #999999;
	box-shadow: none;
}


/* 
---------------
*/

















/*
############
#fa
############
*/
.fa-ico1:before
{
	background: url('/imagens/Estrutura/ok.png') no-repeat center center;
	content:"";
	display:block;
	
	width: 18px;
	height: 18px;
}
.fa-ico2:before
{
	background: url('/imagens/Estrutura/presencial.png') no-repeat center center;
	content:"";
	display:block;
	
	width: 28px;
	height: 26px;
}
.fa-ico3:before
{
	background: url('/imagens/Estrutura/virtual.png') no-repeat center center;
	content:"";
	display:block;
	
	width: 28px;
	height: 26px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */
	
	.fa-ico1:before
	{
		background-size: auto 15px;
		height: 15px;
	}
	.fa-ico2:before
	{
		background-size: auto 15px;
		height: 15px;
	}
	.fa-ico3:before
	{
		background-size: auto 15px;
		height: 15px;
	}
	
	/* ------------- */
  
}

/* ------------- */












/*
############
container
############
*/
.container
{
	width: 1200px !important;

    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.container
	{
		width: 100% !important;
		max-width: 100% !important;

        padding-left: 10px !important;
        padding-right: 10px !important;
	}
	
	/* ------------- */
  
}

/* ------------- */












/*
############
#header
############
*/
#header
{
	margin:0px;
	padding:0px;
    z-index:1000;
	
	position: absolute;
    
    left: 0px;
    top: 0px;

    width: 100%;
}

/* ------------- */
/* -- Linha 1 -- */
/* ------------- */

#header .Linha1 
{
	margin: 0px;
    padding: 20px 0px;
    
    position: relative;
}

/* -------- */

#header .Linha1 .container
{
    position: relative;
}

/* -------- */

#header .Linha1 .SRow1
{
    margin: 0px;
    padding: 0px;
    
    display: flex;
    align-items: center;
}

#header .Linha1 .SRow1_Col
{
    margin: 0px;
	padding: 0px;
}

#header .Linha1 .SRow1_Col1
{
    width: 141px;
}
#header .Linha1 .SRow1_Col2
{
    width: calc(100% - 141px - 23px);
    text-align: center;

    padding-left: 10px;
    padding-right: 10px;
}
#header .Linha1 .SRow1_Col3
{
    width: 23px;
    text-align: right;
}

/* -------- */

#header .Linha1 .ExtList1
{
    list-style: none;
    display: inline-block;
    
	margin: 0px;
	padding: 0px;
}
#header .Linha1 .ExtList1 li
{
    list-style: none;
    display: inline-block;
    
	margin: 0px;
	padding: 0px;

    position: relative;
}

#header .Linha1 .ExtList1 li a
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 15px;
    color: #FFF;
    font-weight: normal;

    display: block;
    position: relative;

    padding: 5px 15px;
    margin: 0px;

    text-align: center;
    vertical-align: middle;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

    text-decoration: none !important;
}
#header .Linha1 .ExtList1 li a:hover
{
    background: #373735;
}

/* -------- */

#header .Linha1 .ExtList2
{
    list-style: none;
    display: inline-block;
    
	margin: 0px;
	padding: 0px;
}
#header .Linha1 .ExtList2 li
{
    list-style: none;
    display: inline-block;

	margin: 0px;
	padding: 0px;
	
	margin-right: 15px;
}
#header .Linha1 .ExtList2 li:last-child
{
    margin-right: 0px;
}

#header .Linha1 .ExtList2 li img
{
	float: left;
}

/* ----------------- */
/* -- Menu Mobile -- */
/* ----------------- */

#header .Linha1 .MenuMobile1
{
	background: #FFF;
    border: 2px solid #000;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	width: 35px;
	height: 35px;
	line-height: 31px;
	
    display: none;
    overflow: hidden;

	text-align: center;
	vertical-align: middle;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	
	position: absolute;
	right: 14px;
	top: 6px;
}
#header .Linha1 .MenuMobile1 .fa
{
    margin: 0px;

    color: #000 !important;
    font-size: 19px;
}

/* ------------- */

@media screen and (max-width: 850px) 
{
	
    /* ------------- */

    #header .Linha1 .SRow1_Col1
    {
        width: 141px;
    }
    #header .Linha1 .SRow1_Col2
    {
        width: calc(100% - 141px);

        padding-left: 0px;
        padding-right: 0px;

        text-align: right;
    }
    #header .Linha1 .SRow1_Col3
    {
        display: none;
    }

    /* ------------- */

    #header .Linha1 .ExtList1 li a
    {
        font-size: 14px;
        padding: 5px 5px;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /* ------------- */

    #header .Linha1 
    {
        padding: 10px 0px;
    }
    #header .Linha1 .SRow1_Col1
    {
        width: 1000%;
    }
    #header .Linha1 .SRow1_Col2
    {
        display: none;
    }
    #header .Linha1 .SRow1_Col3
    {
        display: none;
    }

    /* ------------- */

    #header .Linha1 .MenuMobile1
    {
        display: block;
    }

    /* ------------- */
  
}

/* ------------- */





















/*
############
footer
############
*/
#footer
{
	margin: 0px;
	padding: 0px;
}

/* ------------- */
/* -- Linha 1 -- */
/* ------------- */

#footer .Linha1
{
	margin: 0px;
    padding: 20px 0px 0px;

    background: url('/imagens/Estrutura/rodape1_02.jpg') no-repeat center center;
    background-size: cover;
}

/* -------- */

#footer .Linha1 .SRow1
{
    padding: 0px;
    margin: 0px;

    display: flex;
    align-items: center;
}
#footer .Linha1 .SRow1 .SRow1_Col
{
    padding: 0px;
    margin: 0px;

    margin-bottom: 20px;
}

#footer .Linha1 .SRow1 .SRow1_Col1
{
    width: 170px;
}
#footer .Linha1 .SRow1 .SRow1_Col2
{
    width: calc(100% - 170px - 420px);
}
#footer .Linha1 .SRow1 .SRow1_Col3
{
    width: 420px;
    text-align: right;
}

/* -------- */

#footer .Linha1 .ExtList1
{
	list-style: none;
	display: inline-block;

	margin: 0px;
	padding: 0px;
}
#footer .Linha1 .ExtList1 li
{
	list-style: none;
	display: inline-block;
    position: relative;

	margin: 0px;
	padding: 0px 10px;
}
#footer .Linha1 .ExtList1 li:before
{
    position: absolute;
    right: -14px;
    top: -3px;

    display: block;
    content: "-";
    width: 15px;
    height: 15px;

    font-size: 15px;
    color: #fff;
	font-weight: normal;    
}
#footer .Linha1 .ExtList1 li:last-child:before
{
    display: none;
}
#footer .Linha1 .ExtList1 li a
{
	font-family: 'hinted-ProximaNova-Regular';
    font-size: 15px;
    color: #fff;
	font-weight: normal;    
    
    line-height: 15px;
    
	display: block;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#footer .Linha1 .ExtList1 li:hover a
{
	text-decoration:underline;
}

/* -------- */

#footer .Linha1 .ExtList2
{
    list-style: none;
    display: inline-block;
    
	margin: 0px;
	padding: 0px;
}
#footer .Linha1 .ExtList2 li
{
    list-style: none;
    display: inline-block;

	margin: 0px;
	padding: 0px;
	
	margin-right: 10px;
}
#footer .Linha1 .ExtList2 li img
{
	float: left;
}

/* -------- */

#footer .Linha1 .ExtText1,
#footer .Linha1 .ExtText1 a
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 15px;
    color: #fff;
    font-weight: normal;
}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
	/* ------------- */
	
    #footer .Linha1 .SRow1
    {
        display: block;
    }
    #footer .Linha1 .SRow1 .SRow1_Col1
    {
        width: 100%;
        text-align: center;
    }
    #footer .Linha1 .SRow1 .SRow1_Col2
    {
        width: 100%;
        text-align: center;
    }
    #footer .Linha1 .SRow1 .SRow1_Col3
    {
        width: 100%;
        text-align: center;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
    #footer .Linha1
	{
		text-align: center;
    }

    /* ------------- */
	
    #footer .Linha1 .ExtText1
    {
        font-size: 16px;
    }
    #footer .Linha1 .ExtText1 span
    {
        text-indent: -10000px;
        display: block;
        height: 4px;
    }
    #footer .Linha1 .ExtText1 a
    {
        font-size: 13px;
    }

    #footer .Linha1 .ExtList1 li a
    {
        font-size: 13px;
    }
    #footer .Linha1 .ExtList1 li:before
    {
        right: -11px;
        top: -4px;
    }

	/* ------------- */
  
}

/* ------------- */


















/*
############
EstCapa0
############
*/
.EstCapa0
{
    position: relative;
}

/* ------------- */

.EstCapa0 .BtnRoll
{
    position: absolute;
    bottom: 84px;
    left: calc(50% - 10px);
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /* ------------- */

    .EstCapa0 .BtnRoll
    {
        display: none;
    }

    /* ------------- */
  
}

/* ------------- */











/*
############
EstCapa1
############
*/
.EstCapa1
{
	margin: 0px;
	padding: 70px 0px 50px;

    background: url('/imagens/Estrutura/fundo2_02.jpg') no-repeat center top;
}

/* ------------- */

.EstCapa1 h2.styleint1
{
    margin-bottom: 50px;
	text-align: left;
}
.EstCapa1 h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 48px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.EstCapa1 h2.styleint1 div:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #000;
}

/* ------------- */

.EstCapa1 .SRow1
{
    margin: 0px;   
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstCapa1 .SRow1 .SRow1_Col
{
    margin: 0px;   
    padding: 0px;
}

.EstCapa1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 630px);
    padding-right: 20px;
}
.EstCapa1 .SRow1 .SRow1_Col2
{
    width: 630px;
}

/* ------------- */

.EstCapa1 .ExtText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 17px;
    color: #000;
    font-weight: normal;

    line-height: 26px;

    display: block;
    position: relative;
}
.EstCapa1 .ExtText1:before
{
    position: absolute;
    left: -60px;
    top: 11px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #BDA67C;
}

/* ------------- */

.EstCapa1 .BoxVideo
{
    position: relative;

    border: 1px solid #A9A9A9;

    padding: 7px;
    margin: 0px auto;

    max-width: 630px;
}
.EstCapa1 .BoxVideo .BtnPlay
{
    position: absolute;
    left: calc(50% - 48px);
    top: calc(50% - 48px)
}

/* ------------- */

@media screen and (max-width: 1050px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: calc(100% - 500px);
        padding-right: 10px;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: 500px;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 850px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 
    {
        display: block;
    }
    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;

        text-align: center;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: 100%;

        text-align: center;
    }

	/* ------------- */

    .EstCapa1 h2.styleint1
    {
        text-align: center;
    }

	/* ------------- */
  
}

/* ------------- */












/*
############
EstCapa2
############
*/
.EstCapa2
{
	margin: 0px;
	padding: 250px 0px 0px;

    height: 784px;

    background: url('/imagens/Estrutura/banner-3.png') no-repeat center top;
}

/* ------------- */

.EstCapa2 h2.styleint1
{
    margin-bottom: 30px;
	text-align: left;
}
.EstCapa2 h2.styleint1 a
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    
    line-height: 36px;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.EstCapa2 h2.styleint1 a span
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

/* ------------- */

.EstCapa2 .SRow1
{
    margin: 0px;   
    padding: 0px;
}
.EstCapa2 .SRow1 .SRow1_Col
{
    margin: 0px;   
    padding: 0px;
}

.EstCapa2 .SRow1 .SRow1_Col1
{
    width: calc(100% - 550px);
}
.EstCapa2 .SRow1 .SRow1_Col2
{
    width: 550px;
}

/* ------------- */

.EstCapa2 .ExtText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 15px;
    color: #fff;
    font-weight: normal;

    text-align: justify;

    line-height: 22px;

    display: block;
    position: relative;

    width: 320px;
}
.EstCapa2 .ExtText1:before
{
    position: absolute;
    right: -60px;
    top: 11px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #FFF;
}

/* ------------- */

.EstCapa2 .BlcBtn1
{
    margin-top: 50px;
}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
	/* ------------- */

    .EstCapa2 .SRow1 .SRow1_Col1
    {
        display: none;
    }
    .EstCapa2 .SRow1 .SRow1_Col2
    {
        width: 100%;
        text-align: center;
    }

    /* ------------- */

    .EstCapa2 h2.styleint1
    {
        text-align: center;
    }

    /* ------------- */

    .EstCapa2 .ExtText1
    {
        margin: 0px auto;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstCapa2
    {
        height: auto;
        padding: 140px 0px 100px;
    }

    /* ------------- */

    .EstCapa2 h2.styleint1 a
    {
        font-size: 30px;
        line-height: 30px;
    }
    .EstCapa2 h2.styleint1 a span
    {
        font-size: 20px;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 380px) 
{
	
	/* ------------- */

    .EstCapa2 .ExtText1
    {
        width: 100%;
    }
    .EstCapa2 .ExtText1:before
    {
        display: none;
    }

	/* ------------- */
  
}

/* ------------- */

















/*
############
EstCapa3
############
*/
.EstCapa3
{
	margin: 0px;
	padding: 20px 0px 10px;
}

/* ------------- */

.EstCapa3 h2.styleint1
{
    margin-bottom: 50px;
    margin-left: 164px;

	text-align: center;
}
.EstCapa3 h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 40px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.EstCapa3 h2.styleint1 div:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #000;
}

/* ------------- */

.EstCapa3 .GerText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 17px;
    color: #000;
    font-weight: normal;

    line-height: 26px;

    text-align: center;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstCapa3 h2.styleint1
    {
        margin-bottom: 40px;
        margin-left: 0px;

        text-align: center;
    }
    .EstCapa3 h2.styleint1 div
    {
        font-size: 34px;
    }
    .EstCapa3 h2.styleint1 div:before
    {
        display: block;
    }

    /* ------------- */
  
}

/* ------------- */














/*
############
EstCapa4
############
*/
.EstCapa4
{
	margin: 0px;
	padding: 220px 0px 80px;

    background: url('/imagens/Estrutura/a34fd.png') no-repeat center top;
}

/* ------------- */

@media screen and (max-width: 720px) 
{
	
	/* ------------- */

    .EstCapa4
    {
        padding: 75px 0px 5px;
        background-position: center -96px;
    }

	/* ------------- */
  
}

/* ------------- */










/*
############
EstCapa5
############
*/
.EstCapa5
{
	margin: 0px;
	padding: 80px 0px;
}

/* ------------- */

.EstCapa5 h2.styleint1
{
    margin-bottom: 50px;
    margin-left: 164px;

	text-align: center;
}
.EstCapa5 h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 40px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.EstCapa5 h2.styleint1 div:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #000;
}

/* ------------- */

.EstCapa5 .BlcNews
{
    margin: 0px auto;
    padding: 0px;

    position: relative;

    width: 390px;
}
.EstCapa5 .BlcNews:before
{
    position: absolute;
    left: -60px;
    top: 23px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #BDA67C;
}

.EstCapa5 .BlcNews .form-control
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 15px;
    color: #575757;
    font-weight: normal;
    
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;

    border: none;
    background: #FFF;
    border-bottom: 1px solid #C3C3C3;

    display: block;

    width: 100%;
    height: 36px;
    line-height: 36px;

    text-align: left;
    vertical-align: middle;

    padding: 0px;
    margin: 0px;
}

.EstCapa5 .BlcNews .BlcBtn1
{
    margin-top: 20px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstCapa5 h2.styleint1
    {
        margin-bottom: 40px;
        margin-left: 0px;

        text-align: center;
    }
    .EstCapa5 h2.styleint1 div
    {
        font-size: 34px;
    }
    .EstCapa5 h2.styleint1 div:before
    {
        display: block;
    }

    /* ------------- */

    .EstCapa5 .BlcNews
    {
        width: auto;
        max-width: 390px;

        text-align: center;
    }
    .EstCapa5 .BlcNews:before
    {
        display: none;
    }

    /* ------------- */
  
}

/* ------------- */















/*
############
GRow1
############
*/
.GRow1
{
	margin: 0px;
    padding: 0px;
}
.GRow1 .GRow1_Col
{
	margin: 0px;
    padding: 0px;

    width: calc(100% / 3);
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */
    
    .GRow1 .GRow1_Col
    {
        width: calc(100% / 2);
    }
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 500px) 
{
	
	/* ------------- */
    
    .GRow1 .GRow1_Col
    {
        width: 100%;
    }
	
	/* ------------- */
  
}

/* ------------- */













/*
############
GRow2
############
*/
.GRow2
{
	margin: 0px;
    padding: 0px;

    margin-right: -5px;
    margin-left: -5px;
}
.GRow2 .GRow2_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

    width: calc(100% / 3);
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */
    
    .GRow2 .GRow2_Col
    {
        width: calc(100% / 2);
    }
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 500px) 
{
	
	/* ------------- */
    
    .GRow2 .GRow2_Col
    {
        width: 100%;
    }
	
	/* ------------- */
  
}

/* ------------- */












/*
############
GRow3
############
*/
.GRow3
{
	margin: 0px;
    padding: 0px;

    margin-right: -5px;
    margin-left: -5px;
}
.GRow3 .GRow3_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

    width: calc(100% / 4);
}

/* ------------- */









/*
############
GRow3
############
*/
.GRow3
{
	margin: 0px;
    padding: 0px;

    margin-right: -5px;
    margin-left: -5px;
}
.GRow3 .GRow3_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

    width: calc(100% / 2);
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .GRow3 .GRow3_Col
    {
        width: 100%;
    }
	
	/* ------------- */
  
}

/* ------------- */








/*
############
GRow5
############
*/
.GRow5
{
	margin: 0px;
    padding: 0px;

    margin-right: -5px;
    margin-left: -5px;
}
.GRow5 .GRow5_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;

    width: calc(100% / 3);
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */
    
    .GRow5 .GRow5_Col
    {
        width: calc(100% / 2);
    }
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 500px) 
{
	
	/* ------------- */
    
    .GRow5 .GRow5_Col
    {
        width: 100%;
    }
	
	/* ------------- */
  
}

/* ------------- */
























/*
############
SlickTheme0
############
*/
.SlickTheme0
{
    margin: 0px;
}

/* ------------- */

.SlickTheme0 .BoxSlickBox
{
    padding: 0px 10px;
}

/* ------------- */











/*
############
SlickTheme1
############
*/
.SlickTheme1
{
    margin: 0px !important;
}

/* ------------- */

.SlickTheme1 .slick-dots
{
    bottom: 50px;
    padding-right: 68px;

    text-align: right;
}
.SlickTheme1 .slick-dots li
{
    width: 8px;
    height: 8px;

    margin-right: 20px;
}
.SlickTheme1 .slick-dots li:last-child
{
    margin-right: 0px;   
}
.SlickTheme1 .slick-dots li button
{
    width: 8px;
    height: 8px;

    border: 0px;
    background: transparent;
}
.SlickTheme1 .slick-dots li button:before
{
    line-height: 8px;
    width: 8px;
    height: 8px;
    
    color: #333333;
    opacity: 1;

    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
}
.SlickTheme1 .slick-dots li.slick-active button:before,
.SlickTheme1 .slick-dots li button:hover:before,
.SlickTheme1 .slick-dots li button:focus:before
{
    color: #C6A882;
    opacity: 1;

    content: "\f111";
    font-family: FontAwesome;
    font-size: 8px;
}

/* ---------------- */

@media only screen and ( max-width: 720px )
{

    /* ------------- */

    .SlickTheme1 .slick-dots
    {
        bottom: 20px;
        padding-right: 0px;
        text-align: center;
    }

    /* ---------------- */
	
}

/* ---------------- */












/*
################
## SlickTheme2
################
*/
.SlickTheme2
{
    margin: 0px -25px;
}

.SlickTheme2 .slick-prev,
.SlickTheme2 .slick-next 
{
    background: url('') no-repeat center center;
    display: block;
    width: 25px;
    height: 43px;
}
.SlickTheme2 .slick-prev:before, 
.SlickTheme2 .slick-next:before
{
    display: none;
}
.SlickTheme2 .slick-prev
{
    background-image: url('../imagens/Estrutura/esquerda-produtos.png');
    top: calc(50% - 10px);
    left: -25px;
}
.SlickTheme2 .slick-next
{
    background-image: url('../imagens/Estrutura/direita-produtos.png');
    top: calc(50% - 10px);
    right: -25px;
}

/* ------------- */

.SlickTheme2 .BoxSlickBox
{
    padding: 0px 5px;
}

/* ---------------- */

@media only screen and ( max-width: 1320px )
{

    /* ------------- */
    
	.SlickTheme2
    {
        margin: 0px 12px;
    }

    .SlickTheme2 .slick-prev,
    .SlickTheme2 .slick-next 
    {
        background-size: 12px 21px;
        
        width: 12px;
        height: 21px;
    }
    .SlickTheme2 .slick-prev:before, 
    .SlickTheme2 .slick-next:before
    {
        display: none;
    }
    .SlickTheme2 .slick-prev
    {
        left: -12px;
    }
    .SlickTheme2 .slick-next
    {
        right: -12px;
    }

    /* ---------------- */
	
}

/* ---------------- */















/*
################
## SlickTheme3
################
*/
.SlickTheme3
{
    margin: 0px;
    margin-bottom: 60px !important;
}
.SlickTheme3 .BoxSlickBox
{
}

.SlickTheme3 .slick-prev,
.SlickTheme3 .slick-next 
{
    background: url('') no-repeat center center;
    display: block;
    width: 29px;
    height: 4px;
}
.SlickTheme3 .slick-prev:before, 
.SlickTheme3 .slick-next:before
{
    display: none;
}
.SlickTheme3 .slick-prev
{
    background-image: url('../imagens/Estrutura/depo2.png');
    left: calc(50% - 38px);
    top: auto;
    bottom: -50px;
}
.SlickTheme3 .slick-next
{
    background-image: url('../imagens/Estrutura/depo2.png');
    right: calc(50% - 38px);
    top: auto;
    bottom: -50px;
}

/* ------------- */

.SlickTheme3 .BoxSlickBox
{
    padding: 0px 10px;
}

/* ------------- */














/*
############
SlickTheme4
############
*/
.SlickTheme4
{
    margin: 0px 50px;
}

/* ------------- */

.SlickTheme4 .slick-prev,
.SlickTheme4 .slick-next
{
    width: 50px;
    height: 30px;
}
.SlickTheme4 .slick-prev:before,
.SlickTheme4 .slick-next:before
{
    font-size: 30px;
    color: rgb(65, 65, 65);
}

.SlickTheme4 .slick-prev
{
    left: -50px;
}
.SlickTheme4 .slick-next
{
    right: -50px;
}

/* ------------- */















/*
################
## BoxEmpreendimentos
################
*/

.BoxEmpreendimentos
{
    display: block;
    overflow: hidden;
    position: relative;

    margin: 0px;
    padding: 0px;
}

/* ------------- */

.BoxEmpreendimentos .BoxImagem
{
}
.BoxEmpreendimentos .BoxImagem img
{
}

/* ------------- */

.BoxEmpreendimentos .BoxDados
{
    position: absolute;
    left: 10px;
    bottom: 10px;

    display: block;

    width: calc(100% - 20px);
	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.BoxEmpreendimentos .BoxDadosInt
{
    padding: 10px;

    background: rgba(0, 0, 0, 0.8);
}

/* ------------- */

.BoxEmpreendimentos .ExtTitulo
{
    margin: 0px;
}
.BoxEmpreendimentos .ExtTitulo a
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 22px;
    color: #FFF;
    font-weight: normal;

    text-align: center;

    display: block;
    overflow: hidden;

    line-height: 30px;
    max-height: 60px;

    text-decoration: none !important;
}

/* ------------- */

.BoxEmpreendimentos:hover .BoxDados
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .BoxEmpreendimentos .BoxDados
    {
        left: 5px;
        bottom: 5px;

        width: calc(100% - 10px);
    }
    .BoxEmpreendimentos .BoxDadosInt
    {
        padding: 5px;
    }

    /* ------------- */

    .BoxEmpreendimentos .ExtTitulo a
    {
        font-size: 14px;

        line-height: 20px;
        max-height: 40px;
    }

    /* ------------- */
  
}

/* ------------- */










/*
################
## BoxProjetosRed
################
*/

.BoxProjetosRed
{
    background: url('/imagens/Estrutura/a34fd_b.png') no-repeat center top;

    padding: 5px;
    margin: 0px;
}

/* ------------- */











/*
################
## BoxProjetos
################
*/

.BoxProjetos
{
    display: block;
    overflow: hidden;
    position: relative;

    margin: 0px;
    padding: 0px;

    padding-left: 220px;
    padding-right: 70px;
    padding-top: 110px;
    padding-bottom: 110px;

    border: 1px solid #BEA67C;
}

/* ------------- */

.BoxProjetos .ExtTitulo
{
    margin-bottom: 100px;
	text-align: left;
}
.BoxProjetos .ExtTitulo a
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 48px;
    color: #bea67c;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.BoxProjetos .ExtTitulo a:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #FFF;
}

/* ------------- */

.BoxProjetos .SRow1
{
    margin: 0px;   
    padding: 0px;

    display: flex;
    align-items: center;
}
.BoxProjetos .SRow1 .SRow1_Col
{
    margin: 0px;   
    padding: 0px;
}

.BoxProjetos .SRow1 .SRow1_Col1
{
    width: calc(100% - 300px);
    padding-right: 20px;
}
.BoxProjetos .SRow1 .SRow1_Col2
{
    width: 300px;
}

/* ------------- */

.BoxProjetos .ExtText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 19px;
    color: #fff;
    font-weight: normal;

    line-height: 26px;

    display: block;
    position: relative;
}
.BoxProjetos .ExtText1:before
{
    position: absolute;
    left: -60px;
    top: 11px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #BDA67C;
}

.BoxProjetos .ExtText2
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 15px;
    color: #fff;
    font-weight: normal;

    line-height: 20px;

    display: block;
    position: relative;

    background: url('/imagens/Estrutura/cub2.png') no-repeat left center;

    padding-left: 60px;
}

.BoxProjetos .ExtText3
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 36px;
    color: #bea67c;
    font-weight: normal;

    display: block;
    
    position: absolute;
    right: 200px;
    bottom: 26px;
}
.BoxProjetos .ExtText3:before
{
    position: absolute;
    left: -60px;
    top: 23px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #BDA67C;
}

/* ------------- */

.BoxProjetos .BlcBtn1
{
    margin-top: 100px;
}

/* ------------- */

.BoxProjetos .BoxImagem
{
    margin-bottom: 20px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .BoxProjetos
    {
        padding-left: 90px;
        padding-right: 30px;
    }

    /* ------------- */

    .BoxProjetos .SRow1 .SRow1_Col1
    {
        width: calc(100% - 240px);
        padding-right: 10px;
    }
    .BoxProjetos .SRow1 .SRow1_Col2
    {
        width: 240px;
    }

    /* ------------- */

    .BoxProjetos .ExtTitulo a:before 
    {
        left: -60px;
        width: 40px;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 720px) 
{
	
	/* ------------- */

    .BoxProjetos
    {
        padding: 20px !important;  
        padding-bottom: 70px !important;
    }

    /* ------------- */

    .BoxProjetos .ExtTitulo
    {
        margin-bottom: 20px;
        text-align: center;
    }
    .BoxProjetos .ExtTitulo a
    {
        font-size: 40px;
    }
    
    /* ------------- */

    .BoxProjetos .SRow1
    {
        display: block;
    }
    .BoxProjetos .SRow1 .SRow1_Col1
    {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
    .BoxProjetos .SRow1 .SRow1_Col2
    {
        width: 100%;
        text-align: center;
    }

    /* ------------- */

    .BoxProjetos .ExtText1
    {
        font-size: 16px;
        line-height: 24px;
    }
    .BoxProjetos .ExtText1:before
    {
        display: none;
    }

    .BoxProjetos .ExtText2
    {
        font-size: 13px;

        margin: 0px auto;
        width: 170px;
        text-align: left;
    }

    .BoxProjetos .ExtText3
    {
        display: none;
    }

    /* ------------- */

    .BoxProjetos .BlcBtn1
    {
        margin-top: 20px;
    }

    /* ------------- */

    .BoxProjetos .BoxImagem
    {
        margin-bottom: 20px;
    }

    /* ------------- */
  
}

/* ------------- */















/*
################
## BoxProjetos2
################
*/

.BoxProjetos2
{
    display: block;
    overflow: hidden;
    position: relative;

    margin: 0px;
    padding: 0px;

    padding-left: 220px;
    padding-right: 70px;
    padding-top: 110px;
    padding-bottom: 110px;

    border: 1px solid #BEA67C;
}

/* ------------- */

.BoxProjetos2 .ExtTitulo
{
    margin-bottom: 100px;
	text-align: left;
}
.BoxProjetos2 .ExtTitulo a
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 48px;
    color: #bea67c;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.BoxProjetos2 .ExtTitulo a:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #FFF;
}

/* ------------- */

.BoxProjetos2 .SRow1
{
    margin: 0px;   
    padding: 0px;

    display: flex;
    align-items: center;
}
.BoxProjetos2 .SRow1 .SRow1_Col
{
    margin: 0px;   
    padding: 0px;
}

.BoxProjetos2 .SRow1 .SRow1_Col1
{
    width: calc(100% - 300px);
    padding-right: 20px;
}
.BoxProjetos2 .SRow1 .SRow1_Col2
{
    width: 300px;
}

/* ------------- */

.BoxProjetos2 .ExtText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 19px;
    color: #fff;
    font-weight: normal;

    line-height: 26px;

    display: block;
    position: relative;
}
.BoxProjetos2 .ExtText1:before
{
    position: absolute;
    left: -60px;
    top: 11px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #BDA67C;
}

.BoxProjetos2 .ExtText2
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 15px;
    color: #fff;
    font-weight: normal;

    line-height: 20px;

    display: block;
    position: relative;

    background: url('/imagens/Estrutura/cub2.png') no-repeat left center;

    padding-left: 60px;
}

/* ------------- */

.BoxProjetos2 .BlcBtn1
{
    margin-top: 100px;
}

/* ------------- */

.BoxProjetos2 .BoxImagem
{
    margin-bottom: 20px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .BoxProjetos2
    {
        padding-left: 90px;
        padding-right: 30px;
    }

    /* ------------- */

    .BoxProjetos2 .SRow1 .SRow1_Col1
    {
        width: calc(100% - 240px);
        padding-right: 10px;
    }
    .BoxProjetos2 .SRow1 .SRow1_Col2
    {
        width: 240px;
    }

    /* ------------- */

    .BoxProjetos2 .ExtTitulo a:before 
    {
        left: -60px;
        width: 40px;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 720px) 
{
	
	/* ------------- */

    .BoxProjetos2
    {
        padding: 20px !important;  
    }

    /* ------------- */

    .BoxProjetos2 .ExtTitulo
    {
        margin-bottom: 20px;
        text-align: center;
    }
    .BoxProjetos2 .ExtTitulo a
    {
        font-size: 40px;
    }
    
    /* ------------- */

    .BoxProjetos2 .SRow1
    {
        display: block;
    }
    .BoxProjetos2 .SRow1 .SRow1_Col1
    {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }
    .BoxProjetos2 .SRow1 .SRow1_Col2
    {
        width: 100%;
        text-align: center;
    }

    /* ------------- */

    .BoxProjetos2 .ExtText1
    {
        font-size: 16px;
        line-height: 24px;
    }
    .BoxProjetos2 .ExtText1:before
    {
        display: none;
    }

    .BoxProjetos2 .ExtText2
    {
        font-size: 13px;

        margin: 0px auto;
        width: 170px;
        text-align: left;
    }

    /* ------------- */

    .BoxProjetos2 .BlcBtn1
    {
        margin-top: 20px;
    }

    /* ------------- */

    .BoxProjetos2 .BoxImagem
    {
        margin-bottom: 20px;
    }

    /* ------------- */
  
}

/* ------------- */



















/*
############
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;
	
	display: inline-block;
}
.breadcrumb.left
{
	text-align:left;
}
.breadcrumb a 
{
	color: #121212;
	font-size: 13px;
	font-weight: 500;
}
.breadcrumb span 
{
	color: #121212;
	font-size: 13px;
	font-weight: 500;
}
.breadcrumb > li 
{
	padding: 0 10px 0 15px;
	position: relative;
}
.breadcrumb > li + li::before 
{
	bottom: auto;
	color: #b2b2b2;
	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;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	.breadcrumb
	{
		padding:10px 0;
		text-align:left;
	}
	
	/* ------------- */
  
}

/* ------------- */
































/*
################
## TextoLivre
################
*/

.TextoLivre1, 
.TextoLivre1 p
{
	font-size:15px;
	color:#333;
	line-height:175%;
	
	text-align: justify;
}
.TextoLivre1 a
{
	font-size:15px;
	color:#333;
}
.TextoLivre1 .ImgFloat1
{
	display: inline-block;
	float: left;
	
	width: 30%;
	
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.TextoLivre1 .ImgFloat1
	{
		text-align: center;
		
		float: none;
		
		margin: 0px;
		margin-bottom: 20px;
		
		width: auto;
	}
	.TextoLivre1 img
	{
		max-width: 100% !important;
	}
	
	/* ------------- */
  
}

/* ------------- */

















/*
############
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:rgba(34, 34, 34, 1);
	display:block;
	text-align:center;
	position:relative;
}
aside.widget_estrutura_1 h3::after 
{
    background: rgba(34, 34, 34, 1) 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;
}























/*
############
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);
}




















/*
############
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;
	}
	
	/* ------------- */
  
}

/* ------------- */








































/*
############
pre-loader
############
*/
.pre-loader 
{
	color:#FFF;
	
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	
	background: #4c4c4c; /* Old browsers */
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #4c4c4c 0%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',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;
}
































/*
############
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: #001139;
  font-size: 30px;
  font-family: 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: #001139;
  font-size: 30px;
  font-family: 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;
}



























/*
##############
# 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;
	
	background: #FFF;
	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;
}













/*
##############
# BoxTabela2
##############
*/
.BoxTabela2
{
	background: none;
	border: 0px;
	border-collapse: separate;
	
	text-align: left;
	vertical-align: top;
}
.BoxTabela2 > thead > tr > th
{
	background: #324780;
	border: 0px;
	
	padding: 10px;
	margin: 0px;
	
	font-family: 'hinted-Aller';
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.BoxTabela2 > tbody > tr > td
{
	background: none;
	border: 0px;
	
	padding: 10px;
	margin: 0px;
	
	border-bottom:1px solid rgba(172, 172, 172, 0.5);
	background: rgba(255, 255, 255, 0.8);
}
.BoxTabela2 > tbody > tr:hover > td
{
	background: #FFF;
}

.BoxTabela2 .LinText1
{
	font-family: 'hinted-Aller';
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.BoxTabela2 .LinText2
{
	font-family: 'hinted-Aller';
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

.BoxTabela2 .Status_Verde,
.BoxTabela2 .Status_Vermelho
{
	font-family: 'hinted-Aller';
	color: #000;
	font-size: 14px;
	font-weight: normal;
	
	display: block;
	width: 100px;
}
.BoxTabela2 .Status_Verde .fa,
.BoxTabela2 .Status_Vermelho .fa
{
	margin-top: 3px;
	float: right;
}
.BoxTabela2 .Status_Verde .fa
{
	color: #00FF00;
}
.BoxTabela2 .Status_Vermelho .fa
{
	color: #FF0109;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.BoxTabela2 .Status_Verde,
	.BoxTabela2 .Status_Vermelho
	{
		display: inline-block;
		width: auto;
	}
	.BoxTabela2 .Status_Verde .fa,
	.BoxTabela2 .Status_Vermelho .fa
	{
		float: none;
		margin: 0px;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
##############
# loader
##############
*/
#loader-wrapper 
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;

    background: #FFF;
}

.sk-cube-grid 
{
    width: 40px;
    height: 40px;

    top: calc(50% - 20px);
    left: calc(50% - 20px);
    position: absolute;
}

.sk-cube-grid .sk-cube 
{
    width: 33%;
    height: 33%;
    background-color: #121212;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}

.sk-cube-grid .sk-cube1 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
-webkit-animation-delay: 0.3s;
animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
-webkit-animation-delay: 0s;
animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
-webkit-animation-delay: 0.1s;
animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
-webkit-animation-delay: 0.2s;
animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
} 35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1); 
}
}

@keyframes sk-cubeGridScaleDelay {
0%, 70%, 100% {
-webkit-transform: scale3D(1, 1, 1);
transform: scale3D(1, 1, 1);
} 35% {
-webkit-transform: scale3D(0, 0, 1);
transform: scale3D(0, 0, 1);
} 
}




























/*
############
Grid de 1 colunas abaixo de 480
############
*/
.col-xs-1esp,
.col-sm-1esp,
.col-md-1esp,
.col-lg-1esp {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 480px) {
    .col-xs-1esp {
        width: 100%;
        float: left;
    }
}





































/*
############
#EstH1
############
*/
.EstH1
{
	margin: 0px;
	padding: 140px 0px 40px;
    margin-bottom: 20px;
    
    text-align: center;

    background: url('/imagens/Estrutura/3sadf45.jpg') no-repeat center center;
    background-size: cover;
}


.EstH1 .container
{
    position: relative;
}

.EstH1 h1
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 48px;
    color: #FFF;
    font-weight: normal;
	
	text-decoration: none !important;
	display: block;
    position: relative;

    text-align: left;

    padding-right: 69px;
}
.EstH1 h1:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #FFF;
}

.EstH1 .EstBreadcrumb
{
	display: none;
}

.EstH1 .BtnVoltar
{
    position: absolute;
    right: 15px;
    top: 33px;

    display: inline-block;
}

/* ------------- */

body.EspH1A .EstH1
{
    margin-bottom: 0px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
		
    .EstH1
    {
        padding: 110px 0px 30px;
    }
    .EstH1 h1
    {
        font-size: 32px;
    }
	
	/* ------------- */
  
}

/* ------------- */










/*
############
mmenu
############
*/
#menu1 .mm-panel
{
    padding-top: 0 !important;

    background: url('/imagens/Estrutura/3sadf45.jpg') no-repeat left top #000;
    background-size: cover;
}
#menu1 .mm-navbar
{
    display: none !important;
}
#menu1 em.mm-counter
{
    color: rgba(255, 255, 255, 0.4);
}
#menu1 .LiNormal
{
    background: rgba(0, 0, 0, 0.1) !important; 
}
#menu1 .LiNormal a
{
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}
#menu1 .LiMinhaConta1
{
    background: rgba(0, 0, 0, 0.2) !important;
}
#menu1 .LiMinhaConta1 a
{
    font-weight: bold !important;
    color: #515050 !important;
    text-transform: uppercase !important;
}
#menu1 .mm-listview > li > a, 
#menu1 .mm-listview > li > span
{
    font-weight: bold !important;
    color: #FFF !important;
    font-size: 12px !important;
}

/* ------------- */










/*
############
BoxAviso1
############
*/
.BoxAviso1
{
	margin: 0px;
	padding: 20px 20px 20px 55px;
	
	font-size: 14px;
	color: #5f5f5f;
	
	display: block;
	position: relative;
	
	background: #EDEDED;
}
.BoxAviso1:before
{
	position: absolute;
	display: block;
	
	font-family: FontAwesome;
	color: #A0282A;
	font-size: 24px;
	
	left: 20px;
	top: 19px;
	
	height: 30px;
	width: 30px;
	
	content: "\f071";
	
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.BoxAviso1
	{
		padding: 55px 20px 20px 20px;
		
		text-align: center;
	}
	.BoxAviso1:before
	{
		position: absolute;
		display: block;

		font-family: FontAwesome;
		color: #A0282A;
		font-size: 24px;

		left: 0px;
		top: 10px;

		height: 30px;
		width: 100%;

		content: "\f071";
		
		text-align: center;

	}
	
	/* ------------- */
  
}

/* ------------- */












/*
############
IcoFlAtt
############
*/
.IcoFlAtt
{
	position: fixed;
    right: 10px;
	bottom: 10px;
    width: 100px;
    
    z-index: 900;

    text-align: center;
}

/* ------------- */

.IcoFlAtt div
{
    font-size: 12px;
    color: #FFF;
    
    display: block;
    text-align: center;

    background: rgba(0, 0, 0, 0.4);

    margin-top: 5px;
    padding: 5px;
}
.IcoFlAtt img
{
    max-width: 78px;
    display: inline-block;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.IcoFlAtt
	{
		width: 100px;
	}

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
	.IcoFlAtt
	{
		width: 80px;
	}

	/* ------------- */
  
}

/* ------------- */













/*
##############
## BoxImagem
##############
*/ 

.SlickTheme1Red
{
    margin-top: 4px !important;
    margin-bottom: 4px !important;

    display: block;
    overflow: hidden;
}

/* ------------- */

.SlickTheme1
{
    margin: 0px !important;
}

/* ------------- */

.SlickTheme1 .BoxInt1
{
    padding-left: 2px;
    padding-right: 2px;

    position: relative;
}
.SlickTheme1 .BoxInt1 img
{
    width: 100%;
    height: auto;

    max-width: 380px;
}
.SlickTheme1 .BoxInt1 .IntText1
{
    position: absolute;
    right: 10px;
    top: 10px;

    display: inline-block;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

    background: #FFF;

    font-size: 12px;
    color: rgb(32, 32, 32);

    padding: 3px 10px;
}

/* ------------- */

.SlickTheme1 .slick-prev,
.SlickTheme1 .slick-next 
{
    background: url('') no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;

    z-index: 10 !important;
}
.SlickTheme1 .slick-prev:before, 
.SlickTheme1 .slick-next:before
{
    display: none;
}
.SlickTheme1 .slick-prev
{
    background-image: url('/imagens/seta_e.png');
    left: 10px;
    top: 50%;
}
.SlickTheme1 .slick-next
{
    background-image: url('/imagens/seta_d.png');
    right: 10px;
    top: 50%;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
	
    .SlickTheme1 .slick-prev,
    .SlickTheme1 .slick-next 
    {
        background-size: 20px 20px;

        width: 20px;
        height: 20px;
    }
    .SlickTheme1 .slick-prev:before, 
    .SlickTheme1 .slick-next:before
    {
        display: none;
    }
	
	/* ------------- */
  
}

/* ------------- */











/*
##############
## PgEsp1
##############
*/ 

.PgEsp1
{
    margin: 0px;
    padding: 30px 0px;
}

/* ------------- */

.PgEsp1 .SRow1
{

}
.PgEsp1 .SRow1 .SRow1_Col
{

}

.PgEsp1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 630px);
}
.PgEsp1 .SRow1 .SRow1_Col2
{
    width: 630px;
}

/* ------------- */

.PgEsp1 h2.styleint1
{
    margin-bottom: 50px;
	text-align: left;
}
.PgEsp1 h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 36px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.PgEsp1 h2.styleint1 div:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #000;
}

/* ------------- */

.PgEsp1 .ExtText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 17px;
    color: #000;
    font-weight: normal;

    line-height: 26px;

    display: block;
    position: relative;
}
.PgEsp1 .ExtText1:before
{
    position: absolute;
    left: -60px;
    top: 11px;

    display: block;
    content: "";
    width: 40px;
    height: 4px;

    background: #BDA67C;
}

.PgEsp1 .ExtText1 .fa
{
    color: #9f9c9c;
}

.PgEsp1 .ExtText1 .IntText1
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 28px;
    color: #000;
    font-weight: normal;

    margin-bottom: 24px;
}

/* ------------- */

@media screen and (max-width: 1180px) 
{
	
	/* ------------- */

    .PgEsp1 .SRow1 .SRow1_Col1
    {
        width: calc(100% - 500px);
    }
    .PgEsp1 .SRow1 .SRow1_Col2
    {
        width: 500px;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .PgEsp1
    {
        padding: 0px 0px 20px;
    }
    
    .PgEsp1 .SRow1 
    {
        display: flex;
        flex-wrap: wrap;
    }
    .PgEsp1 .SRow1 .SRow1_Col1
    {
        width: 100%;
        order: 2;
    }
    .PgEsp1 .SRow1 .SRow1_Col2
    {
        width: 100%;
        order: 1;

        text-align: center;

        margin-bottom: 20px;
    }

    .PgEsp1 h2.styleint1
    {
        margin-bottom: 20px;
    }

	/* ------------- */
  
}

/* ------------- */












/*
##############
## PgEsp1B
##############
*/ 

.PgEsp1B
{
    margin: 0px;
    padding: 30px 0px;
}

/* ------------- */

.PgEsp1B .SRow1
{

}
.PgEsp1B .SRow1 .SRow1_Col
{

}

.PgEsp1B .SRow1 .SRow1_Col1
{
    width: calc(100% - 630px);
}
.PgEsp1B .SRow1 .SRow1_Col2
{
    width: 630px;
}

/* ------------- */

.PgEsp1B h2.styleint1
{
    margin-bottom: 20px;
	text-align: left;
}
.PgEsp1B h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 36px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}

/* ------------- */

.PgEsp1B .ExtText1
{
    font-family: 'hinted-ProximaNova-Regular';
    font-size: 17px;
    color: #000;
    font-weight: normal;

    line-height: 26px;

    display: block;
    position: relative;
}

.PgEsp1B .ExtText1 .fa
{
    color: #9f9c9c;
}

.PgEsp1B .ExtText1 .IntText1
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 28px;
    color: #000;
    font-weight: normal;

    margin-bottom: 24px;
}

/* ------------- */

@media screen and (max-width: 1180px) 
{
	
	/* ------------- */

    .PgEsp1B .SRow1 .SRow1_Col1
    {
        width: calc(100% - 500px);
    }
    .PgEsp1B .SRow1 .SRow1_Col2
    {
        width: 500px;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .PgEsp1B
    {
        padding: 0px 0px 20px;
    }
    
    .PgEsp1B .SRow1 
    {
        display: flex;
        flex-wrap: wrap;
    }
    .PgEsp1B .SRow1 .SRow1_Col1
    {
        width: 100%;
        order: 2;
    }
    .PgEsp1B .SRow1 .SRow1_Col2
    {
        width: 100%;
        order: 1;

        text-align: center;

        margin-bottom: 20px;
    }

    .PgEsp1B h2.styleint1
    {
        margin-bottom: 20px;
    }

	/* ------------- */
  
}

/* ------------- */

















/*
##############
## PgEsp2
##############
*/ 

.PgEsp2
{
    margin: 0px;
    padding: 0px;
}

/* ------------- */

.PgEsp2 h2.styleint1
{
    margin-bottom: 20px;
	text-align: left;
}
.PgEsp2 h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 36px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}
.PgEsp2 h2.styleint1 div:before
{
    position: absolute;
    left: -157px;
    top: 50%;

    display: block;
    content: "";
    width: 137px;
    height: 1px;

    background: #000;
}

/* ------------- */

@media screen and (max-width: 850px) 
{
	
	/* ------------- */

    .PgEsp2 h2.styleint1
    {
        text-align: center;
    }

	/* ------------- */
  
}

/* ------------- */










/*
##############
## PgEsp2B
##############
*/ 

.PgEsp2B
{
    margin: 0px;
    padding: 0px;
}

/* ------------- */

.PgEsp2B h2.styleint1
{
    margin-bottom: 20px;
	text-align: left;
}
.PgEsp2B h2.styleint1 div
{
    font-family: 'hinted-ProximaNova-Bold';
    font-size: 36px;
    color: #000;
    font-weight: normal;
	
	text-decoration: none !important;
	display: inline-block;
    position: relative;
}

/* ------------- */

@media screen and (max-width: 850px) 
{
	
	/* ------------- */

    .PgEsp2B h2.styleint1
    {
        text-align: center;
    }

	/* ------------- */
  
}

/* ------------- */