/*
############
Estrutura
############
*/
/*
var(--base1)
*/
:root
{
    --base1: rgba(119, 94, 89, 1);
    --base2: rgba(119, 94, 89, 0.9);
    --base3: rgba(119, 94, 89, 0.8);
}

/* ------------- */

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
{
	margin: 0px;
	padding: 0px;

	display: block;
	overflow: hidden;
	
	text-align: left;
	vertical-align: middle;
	
	height: auto;
    line-height: normal;
}

/* ------------- */

h1.style0
{
	display: none;
}

/* ------------- */

h1.style1
{
    margin-bottom: 50px;

	text-align: center;

    font-family: 'hinted-PlayfairDisplay-Regular';
    font-size: 55px;
    color: #e0c47b;
    font-weight: normal;
    line-height: 40px;

    display: block;
    position: relative;
}
h1.style1 a,
h1.style1 div
{
    font-family: 'hinted-PlayfairDisplay-Regular';
    font-size: 55px;
    color: #e0c47b;
    font-weight: normal;
    line-height: 40px;
	
	text-decoration: none !important;

	display: inline-block;
    position: relative;

    padding-bottom: 15px;
}
h1.style1 a:before,
h1.style1 div:before
{
    background: #D2A83A;

    display: block;
    content: "";
    width: 80%;
    height: 3px;

    position: absolute;
    left: 0px;
    bottom: 0px;

    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
h1.style1 a span,
h1.style1 div span
{
    color: #000;
}
h1.style1 a:hover:before,
h1.style1 div:hover:before
{
    background: #000;
}

/* ------------- */

h1.style2
{
    margin-bottom: 50px;

	text-align: center;

    font-family: 'hinted-PlayfairDisplay-Regular';
    font-size: 55px;
    color: #e0c47b;
    font-weight: normal;
    line-height: 40px;

    display: block;
    position: relative;
}
h1.style2 a,
h1.style2 div
{
    font-family: 'hinted-PlayfairDisplay-Regular';
    font-size: 55px;
    color: #e0c47b;
    font-weight: normal;
    line-height: 40px;
	
	text-decoration: none !important;

	display: inline-block;
    position: relative;

    padding-bottom: 15px;
}
h1.style2 a:before,
h1.style2 div:before
{
    background: #D2A83A;

    display: block;
    content: "";
    width: 80%;
    height: 3px;

    position: absolute;
    left: 0px;
    bottom: 0px;

    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
h1.style2 a span,
h1.style2 div span
{
    color: #FFF;
}
h1.style2 a:hover:before,
h1.style2 div:hover:before
{
    background: #FFF;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    h1.style1
    {
        font-size: 40px;
        line-height: 40px;
    }
    h1.style1 a,
    h1.style1 div
    {
        font-size: 40px;
        line-height: 40px;
        
        padding-bottom: 10px;
    }
    h1.style1 a:before,
    h1.style1 div:before
    {
        height: 2px;
        left: 10%;
    }

    /* ------------- */

    h1.style2
    {
        font-size: 40px;
        line-height: 40px;
    }
    h1.style2 a,
    h1.style2 div
    {
        font-size: 40px;
        line-height: 40px;
        
        padding-bottom: 10px;
    }
    h1.style2 a:before,
    h1.style2 div:before
    {
        height: 2px;
        left: 10%;
    }

    /* ------------- */
  
}

/* ------------- */















/*
############
H2
############
*/
h2
{
	margin: 0px;
	padding: 0px;

	display: block;
	overflow: hidden;
	
	text-align: left;
	vertical-align: middle;
	
	height: auto;
    line-height: normal;
}

/* ------------- */

h2.style0
{
	display: none;
}

/* ------------- */












/*
############
h3
############
*/
h3
{
	margin: 0px;
	padding: 0px;

	display: block;
	overflow: hidden;
	
	text-align: left;
	vertical-align: middle;
	
	height: auto;
    line-height: normal;
}

/* ------------- */

h3.style0
{
	display: none;
}

/* ------------- */





















/*
############
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;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	section
	{
		padding-bottom: 20px;
		padding-top:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */




































/*
############
Banner Slide
############
*/
.tp-banner-container
{
	position:relative;
}















/*
############
Controle de Botï¿½es
############
*/
.btn 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight:bold;
}
.btn:hover 
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

/* ------------- */

.btn-primary 
{
    color: #fff;
    background-color: var(--base2);
    border-color: var(--base1);
}
.btn-primary.active, 
.btn-primary.focus, 
.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover, 
.open > .dropdown-toggle.btn-primary 
{
    color: #fff;
    background-color: var(--base1);
    border-color: #000;
}

.btn-success 
{
    color: #fff;
    background-color: var(--base2);
    border-color: var(--base1);
}
.btn-success.active, 
.btn-success.focus, 
.btn-success:active, 
.btn-success:focus, 
.btn-success:hover, 
.open > .dropdown-toggle.btn-success 
{
    color: #fff;
    background-color: var(--base1);
    border-color: #000;
}

.btn-info 
{
    color: #fff;
    background-color: var(--base2);
    border-color: var(--base1);
}
.btn-info.active, 
.btn-info.focus, 
.btn-info:active, 
.btn-info:focus, 
.btn-info:hover, 
.open > .dropdown-toggle.btn-info 
{
    color: #fff;
    background-color: var(--base1);
    border-color: #000;
}

.admin-form .btn-primary
{
    color: #fff;
    background-color: var(--base2);
    border-color: var(--base1);
    font-weight: bold;
}
.admin-form .btn-primary:hover, 
.admin-form .btn-primary:focus
{
    color: #fff;
    background-color: var(--base1);
    border-color: var(--base1);
}

.admin-form .btn-dark
{
    color: #fff;
    background-color: var(--base2);
    border-color: var(--base1);
    font-weight: bold;
}
.admin-form .btn-dark:hover, 
.admin-form .btn-dark:focus
{
    color: #fff;
    background-color: var(--base1);
    border-color: var(--base1);
}

.admin-form .btn-success
{
    color: #fff;
    background-color: var(--base2);
    border-color: var(--base1);
    font-weight: bold;
}
.admin-form .btn-success:hover, 
.admin-form .btn-success:focus
{
    color: #fff;
    background-color: var(--base1);
    border-color: var(--base1);
}

.subscribe-form input[type="submit"]
{
    background-color: var(--base2) !important;
}
.subscribe-form input[type="submit"]:hover, 
.subscribe-form input[type="submit"]:focus, 
.subscribe-form input[type="submit"]:active 
{
    background: var(--base1) !important;
}

/*
---------------
btn-custom1
---------------
*/

.btn-custom1
{
    font-family: 'hinted-CoHeadline-Regular';
    font-size: 18px;
    color: #fff !important;
	font-weight: normal;
	
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	width: 244px;
	height: 56px;
	line-height: 56px;
	
	padding: 0px;
	margin: 0px;
	
    background: rgba(0, 0, 0, 0.4) !important;
	border: 1px solid #E6B441;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom1 div
{
    display: inline-block;
}
.btn-custom1 .spr1
{
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom1:active
{

}

/*
---------------
btn-custom2
---------------
*/

.btn-custom2
{
    font-family: 'hinted-CoHeadline-Bold';
    font-size: 23px;
    color: #000 !important;
	font-weight: normal;
	
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	
	width: auto;
	height: 60px;
	line-height: 60px;
	
	padding: 0px 30px;
	margin: 0px;
	
	background: #D7B979;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom2:hover,
.btn-custom2:focus,
.btn-custom2:active
{
    background: #c4a76a;
}

/*
---------------
btn-custom3
---------------
*/

.btn-custom3
{
    font-family: 'hinted-PlayfairDisplay-Regular';
    font-size: 35px;
    color: #000 !important;
	font-weight: normal;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	display: block;
	text-align: center;
	vertical-align: middle;
	
	width: 100%;
	height: 72px;
	line-height: 72px;
	
	padding: 0px 10px;
	margin: 0px;
	
	background: #E4B541;
	border: none;

    text-decoration: none !important;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom3 div
{
    display: inline-block;
}
.btn-custom3 .spr1
{
    float: left;
    margin-right: 10px;
    margin-top: 12px;
}
.btn-custom3:hover,
.btn-custom3:focus,
.btn-custom3:active
{
    background: #bb9432;
}

/* ------------- */

@media screen and (max-width: 950px) 
{
	
	/* ------------- */

    .btn-custom3
    {
        font-size: 22px;
        display: inline-block;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .btn-custom1
    {
        font-size: 16px;

        width: 210px;
    }

    /* ------------- */

    .btn-custom2
    {
        font-size: 18px;

        width: auto;
        height: auto;
        line-height: 18px;

        padding: 10px 20px;
    }
    .btn-custom2 span
    {
        font-size: 12px;
        display: block;
    }

	/* ------------- */

    .btn-custom3
    {
        width: 210px;
    }

    /* ------------- */
  
}

/* ------------- */
















/*
############
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;
}


/* 
---------------
*/


















/*
############
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;
	}
	
	/* ------------- */
  
}

/* ------------- */
















/*
############
EstCapa1
############
*/
.EstCapa1
{
	margin: 0px;
	padding: 0px;

    background: #8A5B51;
}

/* ------------- */

.EstCapa1 .SRow1
{
    margin: 0px;
    padding: 0px;
}
.EstCapa1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 658px - 893px);
    height: 1148px;
}
.EstCapa1 .SRow1 .SRow1_Col2
{
    width: 658px;
    height: 1148px;

    text-align: center;
}
.EstCapa1 .SRow1 .SRow1_Col3
{
    background: url('/imagens/Estrutura/banner-topo_01.jpg') no-repeat center center;
    background-size: cover;

    width: 893px;
    height: 1148px;
}

/* ------------- */

.EstCapa1 .SRow2
{
    margin: 0px;
    padding: 0px;

    height: 100%;
}
.EstCapa1 .SRow2 .SRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa1 .SRow2 .SRow2_Col1
{
    height: 100px;
}
.EstCapa1 .SRow2 .SRow2_Col2
{
    height: 30px;
}
.EstCapa1 .SRow2 .SRow2_Col3
{
    height: calc(100% - 100px - 30px);
}

/* ------------- */

.EstCapa1 .ExtList1Redor
{
    display: flex;    
    align-items: center;

    width: 100%;
    height: 100%;
}
.EstCapa1 .ExtList1RedorCentro
{
    display: block;
    text-align: right;

    width: 100%;    
}

.EstCapa1 .ExtList1
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
}
.EstCapa1 .ExtList1 li
{
    list-style: none;
    display: block;
    text-align: center;

    margin: 0px;
    padding: 0px;
}
.EstCapa1 .ExtList1 li.LiEsp1
{
    margin-bottom: 40px;
}
.EstCapa1 .ExtList1 li.LiEsp2
{
    margin-bottom: 80px;
}
.EstCapa1 .ExtList1 li:last-child
{
    margin-bottom: 0px;
}

/* ------------- */

.EstCapa1 .ExtList2
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
}
.EstCapa1 .ExtList2 li
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
    margin-right: 50px;
}
.EstCapa1 .ExtList2 li:last-child
{
    margin-right: 0px;
}
.EstCapa1 .ExtList2 li a
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 24px;
    color: #fff;
    font-weight: normal;

    display: block;
    text-decoration: none !important;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstCapa1 .ExtList2 li.Ativo a,
.EstCapa1 .ExtList2 li a:hover
{
    color: #d8aa97;
}

/* ------------- */

.EstCapa1 .LogoRedor
{
    display: flex;    
    align-items: center;

    width: 100%;
    height: 100%;
}
.EstCapa1 .LogoRedorCentro
{
    display: block;
    text-align: center;

    width: 100%;    
}

.EstCapa1 .Logo
{
}

/* ------------- */

@media screen and (max-width: 1600px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: 60px;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 60px - 600px);
    }
    .EstCapa1 .SRow1 .SRow1_Col3
    {
        width: 600px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 1400px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        height: 900px;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        height: 900px;
    }
    .EstCapa1 .SRow1 .SRow1_Col3
    {
        height: 900px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: 30px;
        height: 800px;

        padding-left: 5px;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 30px - 520px);
        height: 800px;
    }
    .EstCapa1 .SRow1 .SRow1_Col3
    {
        width: 520px;
        height: 800px;
    }

	/* ------------- */

    .EstCapa1 .ExtList2 li
    {
        margin-right: 20px;
    }
    .EstCapa1 .ExtList2 li:last-child
    {
        margin-right: 0px;
    }
    .EstCapa1 .ExtList2 li a
    {
        font-size: 18px;
    }

    /* ------------- */
    
    .EstCapa1 .ExtList1 li
    {
        margin-bottom: 20px !important;
    }
    .EstCapa1 .ExtList1 li:last-child
    {
        margin-bottom: 0px !important;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: 30px;
        height: 450px;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 30px - 400px);
        height: 450px;
    }
    .EstCapa1 .SRow1 .SRow1_Col3
    {
        width: 400px;
        height: 450px;
    }

    /* ------------- */
    
    .EstCapa1 .SRow2 .SRow2_Col1
    {
        height: 20px;
    }
    .EstCapa1 .SRow2 .SRow2_Col2
    {
        height: 30px;
    }
    .EstCapa1 .SRow2 .SRow2_Col3
    {
        height: calc(100% - 20px - 30px);
    }

    /* ------------- */
    
    .EstCapa1 .ExtList1 li
    {
        margin-bottom: 10px !important;
    }
    .EstCapa1 .ExtList1 li:last-child
    {
        margin-bottom: 0px !important;
    }

    .EstCapa1 .ExtList1 li.Seta
    {
        display: none;
    }

    /* ------------- */
    
    .EstCapa1 .Logo
    {
        width: 200px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
	/* ------------- */

    .EstCapa1 .ExtList2 li a
    {
        font-size: 14px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstCapa1
    {
        padding: 0px;
    }

    /* ------------- */

    .EstCapa1 .SRow1
    {
        display: block;
    }
    .EstCapa1 .SRow1 .SRow1_Col1
    {
        display: none;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: 100%;
        height: 450px;
        
        padding: 40px 0px;
    }
    .EstCapa1 .SRow1 .SRow1_Col3
    {
        width: 100%;
        height: 450px;
        
        background-position: center top;
    }

    /* ------------- */
    
    .EstCapa1 .ExtList1
    {
        display: inline-block;
    }
    .EstCapa1 .ExtList1 li
    {
        display: inline-block;
        margin-bottom: 0px;
        margin-right: 10px;
    }
    .EstCapa1 .ExtList1:last-child
    {
        margin-right: 0px;
    }

	/* ------------- */

}

/* ------------- */


@media screen and (max-width: 480px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col2
    {
        height: 381px;
        padding: 20px 0px;
    }

    /* ------------- */

    .EstCapa1 .SRow2 .SRow2_Col1
    {
        display: none;
    }
    .EstCapa1 .SRow2 .SRow2_Col2
    {
        height: 20px;
    }
    .EstCapa1 .SRow2 .SRow2_Col3
    {
        height: calc(100% - 20px);
    }

	/* ------------- */
    
    .EstCapa1 .ExtList2 li
    {
        margin-right: 16px;
    }
    .EstCapa1 .ExtList2 li:last-child
    {
        margin-right: 0px;
    }
    .EstCapa1 .ExtList2 li a
    {
        font-size: 12px;
    }
    
	/* ------------- */

    .EstCapa1 .Logo 
    {
        width: 170px;
    }

	/* ------------- */

}

/* ------------- */
















/*
############
EstCapa2
############
*/
.EstCapa2
{
	margin: 0px;
	padding: 80px 20px 170px;
}

/* ------------- */

.EstCapa2 h2
{
    text-align: center;
    margin-bottom: 120px;
}
.EstCapa2 h2 img
{
}

/* ------------- */

.EstCapa2 .BlcInt1
{
    display: block;

    margin: 0px auto;
    padding: 0px;
    
    width: 522px;

    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

    background: #8A5B51;
}

/* ------------- */

.EstCapa2 .ExtList1
{
    list-style: none;
    display: block;

    margin: 0px;
    padding: 0px;
}
.EstCapa2 .ExtList1 li
{
    list-style: none;
    display: block;

    margin: 0px;
    padding: 0px;
}
.EstCapa2 .ExtList1 li a
{
    font-family: 'hinted-LibreBaskerville-Regular';
    font-size: 58px;
    color: #fff;
    font-weight: normal;

    display: block;
    text-decoration: none !important;

    text-align: center;
    vertical-align: middle;

    padding: 40px 0px;
    margin: 0px;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstCapa2 .ExtList1 li a:hover
{
    background: rgba(0, 0, 0, 0.1);
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstCapa2
    {
        padding: 60px 20px;
    }
    
    /* ------------- */
    
    .EstCapa2 h2
    {
        margin-bottom: 60px;
    }

    /* ------------- */
    
    .EstCapa2 .ExtList1 li a
    {
        font-size: 38px;
        padding: 20px 0px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 570px) 
{
	
	/* ------------- */

    .EstCapa2 .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */
    
    .EstCapa2 .ExtList1 li a
    {
        font-size: 28px;
        padding: 14px 0px;
    }

	/* ------------- */

}

/* ------------- */















/*
############
EstCapa3
############
*/
.EstCapa3
{
	margin: 0px;
	padding: 0px;
}

/* ------------- */

.EstCapa3 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstCapa3 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa3 .SRow1 .SRow1_Col1
{
    width: calc(100% - 525px - 700px);
    padding-right: 50px;
    
    text-align: right;
}
.EstCapa3 .SRow1 .SRow1_Col2
{
    width: 525px;
    height: 998px;

    padding: 30px;

    background: #8A5B51;

    text-align: right;
}
.EstCapa3 .SRow1 .SRow1_Col3
{
    background: url('/imagens/Estrutura/b2.png') no-repeat left center;
    background-size: cover;

    width: 700px;
    height: 998px;
}

/* ------------- */

.EstCapa3 .BlcInt1
{
    width: 382px;

    display: inline-block;
    text-align: left;
}

.EstCapa3 .BlcInt1 .ExtText1
{
    text-align: left;

    font-family: 'hinted-BaskOldFace';
    font-size: 28px;
    color: #7d5b51;
    font-weight: normal;

    margin-bottom: 30px;
}
.EstCapa3 .BlcInt1 .ExtText2
{
    margin-bottom: 15px;
}
.EstCapa3 .BlcInt1 .ExtText3
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 24px;
    color: #7d5b51;
    font-weight: normal;
    line-height: 28px;

    text-align: right;
}

/* ------------- */

.EstCapa3 .BlcInt2
{
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;

    text-align: left;
}
.EstCapa3 .BlcInt2 .BlcInt2Int
{
    display: block;
    width: 100%;

    text-align: left;
}

.EstCapa3 .BlcInt2 .ExtText1
{
    text-align: left;

    font-family: 'hinted-BaskOldFace';
    font-size: 67px;
    color: #fff;
    font-weight: normal;

    margin-bottom: 50px;
}
.EstCapa3 .BlcInt2 .ExtText1 a
{
    font-family: 'hinted-BaskOldFace';
    font-size: 67px;
    color: #fff;
    font-weight: normal;

    display: block;
    text-decoration: none !important;
}
.EstCapa3 .BlcInt2 .ExtText2
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 29px;
    color: #fff;
    font-weight: normal;
    line-height: 44px;
}

/* ------------- */

@media screen and (max-width: 1660px) 
{
	
	/* ------------- */

    .EstCapa3 .SRow1 .SRow1_Col1
    {
        width: 360px;

        padding-right: 0px;
        text-align: center;
    }
    .EstCapa3 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 360px - 500px);
        height: 880px;

        padding: 20px;
    }
    .EstCapa3 .SRow1 .SRow1_Col3
    {
        width: 500px;
        height: 880px;
    }

    /* ------------- */

    .EstCapa3 .BlcInt1
    {
        width: 320px;
    }
    .EstCapa3 .BlcInt1 .ExtText1
    {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .EstCapa3 .BlcInt1 .ExtText2
    {
        margin-bottom: 10px;
    }
    .EstCapa3 .BlcInt1 .ExtText3
    {
        font-size: 20px;
        line-height: 24px;
    }

    /* ------------- */

    .EstCapa3 .BlcInt2 .ExtText1
    {
        font-size: 56px;
        margin-bottom: 40px;
    }
    .EstCapa3 .BlcInt2 .ExtText1 a
    {
        font-size: 56px;
    }
    .EstCapa3 .BlcInt2 .ExtText2
    {
        font-size: 22px;
        line-height: 32px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1270px) 
{
	
	/* ------------- */

    .EstCapa3 .SRow1 .SRow1_Col1
    {
        width: 260px;
    }
    .EstCapa3 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 260px - 410px);
        height: 700px;

        padding: 20px;
    }
    .EstCapa3 .SRow1 .SRow1_Col3
    {
        width: 410px;
        height: 700px;
    }

    /* ------------- */

    .EstCapa3 .BlcInt1
    {
        width: 220px;
    }
    .EstCapa3 .BlcInt1 .ExtText1
    {
        font-size: 18px;
    }
    .EstCapa3 .BlcInt1 .ExtText3
    {
        font-size: 14px;
        line-height: 18px;
    }

    /* ------------- */

    .EstCapa3 .BlcInt2 .ExtText1
    {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .EstCapa3 .BlcInt2 .ExtText1 a
    {
        font-size: 40px;
    }
    .EstCapa3 .BlcInt2 .ExtText2
    {
        font-size: 18px;
        line-height: 28px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstCapa3 .SRow1 
    {
        display: block;
    }
    .EstCapa3 .SRow1 .SRow1_Col1
    {
        width: 100%;
        margin-bottom: 40px;
    }
    .EstCapa3 .SRow1 .SRow1_Col2
    {
        width: 40%;
        height: 700px;
    }
    .EstCapa3 .SRow1 .SRow1_Col3
    {
        width: 60%;
        height: 700px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 840px) 
{
	
	/* ------------- */

    .EstCapa3 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 400px);
    }
    .EstCapa3 .SRow1 .SRow1_Col3
    {
        width: 400px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 740px) 
{
	
	/* ------------- */

    .EstCapa3 .SRow1 .SRow1_Col2
    {
        width: 100%;
        height: auto;

        padding: 40px 20px;
    }
    .EstCapa3 .SRow1 .SRow1_Col3
    {
        width: 100%;
        height: 650px;

        background-position: center top;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 560px) 
{
	
	/* ------------- */

    .EstCapa3 .SRow1 .SRow1_Col3
    {
        background-position: center top;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
EstCapa4
############
*/
.EstCapa4
{
	margin: 0px;
	padding: 0px;
}

/* ------------- */

.EstCapa4 .BlcInt1
{
    background: url('/imagens/Estrutura/fundo-rodape_04.jpg') no-repeat center center;
    background-size: cover;

    display: flex;
    align-items: center;
    
    width: 100%;
    height: 1277px;
}
.EstCapa4 .BlcInt1 .BlcInt1Int
{
    display: block;
    width: 100%;

    text-align: center;

    padding: 0px 20px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstCapa4 .BlcInt1
    {
        height: 680px;
    }
    .EstCapa4 .BlcInt1 .Logo
    {
        width: 240px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstCapa4 .BlcInt1
    {
        height: 400px;
    }
    .EstCapa4 .BlcInt1 .Logo
    {
        width: 160px;
    }

	/* ------------- */

}

/* ------------- */















/*
############
EstCapa5
############
*/
.EstCapa5
{
	padding: 120px 0px;
	margin: 0px;

    text-align: center;
}

/* ------------- */

.EstCapa5 .BlcInt1
{
    width: 900px;
    margin: 0px auto;
}

/* ------------- */

.EstCapa5 .BlcInt1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstCapa5 .BlcInt1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    width: calc(100% / 2);

    text-align: center;
}

/* ------------- */

.EstCapa5 .BlcInt1 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 28px;

    margin-bottom: 30px;
}

/* ------------- */

.EstCapa5 .BlcInt1 .ExtList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.EstCapa5 .BlcInt1 .ExtList1 li
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-right: 30px;
}
.EstCapa5 .BlcInt1 .ExtList1 li:last-child
{
    margin-right: 0px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstCapa5
    {
        padding: 100px 20px;
    }

    /* ------------- */

    .EstCapa5 .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */

    .EstCapa5 .BlcInt1 .ExtText1
    {
        font-size: 18px;
        line-height: 18px;

        margin-bottom: 10px;
    }

    /* ------------- */

    .EstCapa5 .BlcInt1 .ExtList1 li
    {
        margin-right: 10px;
    }
    .EstCapa5 .BlcInt1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstCapa5 .BlcInt1 .ExtList1 li img
    {
        width: 30px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 600px) 
{
	
	/* ------------- */

    .EstCapa5
    {
        padding: 60px 20px;
    }

    /* ------------- */

    .EstCapa5 .BlcInt1 .ExtText1
    {
        font-size: 14px;
        line-height: 14px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
EstCapa5B
############
*/
.EstCapa5B
{
	padding: 80px 0px;
	margin: 0px;

    text-align: center;
}

/* ------------- */

.EstCapa5B .BlcInt1
{
    width: 900px;
    margin: 0px auto;
}

/* ------------- */

.EstCapa5B .BlcInt1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstCapa5B .BlcInt1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    width: calc(100% / 2);

    text-align: center;
}

/* ------------- */

.EstCapa5B .BlcInt1 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 28px;

    margin-bottom: 30px;
}

/* ------------- */

.EstCapa5B .BlcInt1 .ExtList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.EstCapa5B .BlcInt1 .ExtList1 li
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-right: 30px;
}
.EstCapa5B .BlcInt1 .ExtList1 li:last-child
{
    margin-right: 0px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstCapa5B
    {
        padding: 60px 20px;
    }

    /* ------------- */

    .EstCapa5B .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */

    .EstCapa5B .BlcInt1 .ExtText1
    {
        font-size: 18px;
        line-height: 18px;

        margin-bottom: 10px;
    }

    /* ------------- */

    .EstCapa5B .BlcInt1 .ExtList1 li
    {
        margin-right: 10px;
    }
    .EstCapa5B .BlcInt1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstCapa5B .BlcInt1 .ExtList1 li img
    {
        width: 30px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 600px) 
{
	
	/* ------------- */

    .EstCapa5B
    {
        padding: 40px 20px;
    }

    /* ------------- */

    .EstCapa5B .BlcInt1 .ExtText1
    {
        font-size: 14px;
        line-height: 14px;
    }

    /* ------------- */

}

/* ------------- */























/*
############
EstBase1
############
*/
.EstBase1
{
	margin: 0px;
	padding: 0px;

    background: #8A5B51;

    display: block;
    overflow: hidden;
}

/* ------------- */

.EstBase1 .SRow1
{
    margin: 0px;
    padding: 0px;
}
.EstBase1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstBase1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 887px);
    height: 1125px;
}
.EstBase1 .SRow1 .SRow1_Col2
{
    background: url('/imagens/Estrutura2/banner-1_01.jpg') no-repeat center center;
    background-size: cover;

    width: 887px;
    height: 1125px;
}

/* ------------- */

.EstBase1 .SRow2
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstBase1 .SRow2 .SRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.EstBase1 .SRow2 .SRow2_Col1
{
    width: 125px;
}
.EstBase1 .SRow2 .SRow2_Col2
{
    width: calc(100% - 125px);
    padding-left: 50px;

    text-align: left;
}

/* ------------- */

.EstBase1 .BlcInt1
{
    padding: 20px 0px 70px;
    margin: 0px;

    text-align: center;
}
.EstBase1 .BlcInt1 .BlcInt1Int
{
    display: inline-block;
    width: 750px;
}

/* ------------- */

.EstBase1 .BlcInt2
{
    display: flex;
    align-items: center;

    width: 100%;
    height: calc(100% - 285px);
}
.EstBase1 .BlcInt2 .BlcInt2Int
{
    display: block;
    width: 100%;

    text-align: center;
}

/* ------------- */

.EstBase1 .BlcInt3
{
    text-align: right;
}
.EstBase1 .BlcInt3 .BlcInt3Int
{
    width: 660px;

    display: inline-block;
    text-align: left;
}

/* ------------- */

.EstBase1 .ExtList1
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
}
.EstBase1 .ExtList1 li
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
    margin-right: 50px;
}
.EstBase1 .ExtList1 li:last-child
{
    margin-right: 0px;
}
.EstBase1 .ExtList1 li a
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 24px;
    color: #fff;
    font-weight: normal;

    display: block;
    text-decoration: none !important;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstBase1 .ExtList1 li.Ativo a,
.EstBase1 .ExtList1 li a:hover
{
    color: #d8aa97;
}

/* ------------- */

.EstBase1 .Logo
{
}

/* ------------- */

.EstBase1 .ExtTitulo1
{
    text-align: left;
    overflow: visible;

    font-family: 'hinted-BaskOldFace';
    font-size: 72px;
    color: #d8aa97;
    font-weight: normal;
}
.EstBase1 .ExtTitulo1 div
{
    font-family: 'hinted-BaskOldFace';
    font-size: 72px;
    color: #d8aa97;
    font-weight: normal;
    text-transform: uppercase;

    display: inline-block;
    position: relative;
}
.EstBase1 .ExtTitulo1 div:before
{
    position: absolute;
    left: -1420px;
    top: 0px;

    display: block;
    content: "";

    width: 1400px;
    height: 85px;

    background: url('/imagens/Estrutura2/linha-menu.png') no-repeat center center
}

/* ------------- */

.EstBase1 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 29px;
    color: #fff;
    font-weight: normal;
    line-height: 37px;

    text-align: left;
    margin-top: 80px;
}

/* ------------- */

@media screen and (max-width: 1680px) 
{
	
	/* ------------- */

    .EstBase1 .SRow1 .SRow1_Col1
    {
        width: calc(100% - 600px);
    }
    .EstBase1 .SRow1 .SRow1_Col2
    {
        width: 600px;
    }

	/* ------------- */

    .EstBase1 .SRow2 .SRow2_Col2
    {
        padding-left: 20px;
    }

	/* ------------- */

    .EstBase1 .ExtList1 li
    {
        margin-right: 30px;
    }
    .EstBase1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    /* ------------- */

    .EstBase1 .BlcInt1 .BlcInt1Int
    {
        width: 650px;
    }
    
    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1260px) 
{
	
	/* ------------- */

    .EstBase1 .SRow1 .SRow1_Col1
    {
        width: calc(100% - 600px);
        height: 800px;
    }
    .EstBase1 .SRow1 .SRow1_Col2
    {
        width: 600px;
        height: 800px;
    }

	/* ------------- */

    .EstBase1 .SRow2 .SRow2_Col1
    {
        width: 90px;
    }
    .EstBase1 .SRow2 .SRow2_Col2
    {
        width: calc(100% - 90px);
        padding-left: 20px;
    }

	/* ------------- */

    .EstBase1 .ExtList1 li
    {
        margin-right: 20px;
    }
    .EstBase1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }
    
    .EstBase1 .ExtList1 li a
    {
        font-size: 18px;
    }

    /* ------------- */
    
    .EstBase1 .ExtTitulo1
    {
        font-size: 54px;
        line-height: 54px;
    }
    .EstBase1 .ExtTitulo1 div
    {
        font-size: 54px;
    }

    /* ------------- */
    
    .EstBase1 .ExtText1
    {
        font-size: 24px;
        line-height: 31px;

        margin-top: 40px;
    }

    /* ------------- */
    
    .EstBase1 .BlcInt1
    {
        padding: 20px 0px 40px;
    }
    .EstBase1 .BlcInt1 .BlcInt1Int
    {
        width: 480px;
    }
    
    /* ------------- */
    
    .EstBase1 .BlcInt2
    {
        height: calc(100% - 195px);
    }

    /* ------------- */
    
    .EstBase1 .BlcInt3
    {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1110px) 
{
	
	/* ------------- */

    .EstBase1 .SRow1 .SRow1_Col1
    {
        width: calc(100% - 450px);
        height: 700px;
    }
    .EstBase1 .SRow1 .SRow1_Col2
    {
        width: 450px;
        height: 700px;
    }

	/* ------------- */

    .EstBase1 .SRow2 .SRow2_Col1
    {
        width: 80px;
    }
    .EstBase1 .SRow2 .SRow2_Col2
    {
        width: calc(100% - 80px);
        padding-left: 20px;
    }

	/* ------------- */

    .EstBase1 .ExtList1 li
    {
        margin-right: 20px;
    }
    .EstBase1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }
    
    .EstBase1 .ExtList1 li a
    {
        font-size: 14px;
    }

    /* ------------- */
    
    .EstBase1 .ExtTitulo1
    {
        font-size: 42px;
        line-height: 42px;
    }
    .EstBase1 .ExtTitulo1 div
    {
        font-size: 42px;
    }

    /* ------------- */
    
    .EstBase1 .ExtText1
    {
        font-size: 20px;
        line-height: 28px;

        margin-top: 0px;
    }

    /* ------------- */
    
    .EstBase1 .BlcInt1
    {
        padding: 10px 0px 20px;
    }
    .EstBase1 .BlcInt1 .BlcInt1Int
    {
        width: 410px;
    }
    
    /* ------------- */
    
    .EstBase1 .BlcInt2
    {
        height: calc(100% - 160px);
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
	/* ------------- */

    .EstBase1 .SRow1 .SRow1_Col1
    {
        width: 100%;
        height: auto;
    }
    .EstBase1 .SRow1 .SRow1_Col2
    {
        width: 100%;
        height: 500px;

        background-position: center top;
    }

    /* ------------- */
    
    .EstBase1 .BlcInt2
    {
        height: 100%;
    }

    /* ------------- */
    
    .EstBase1.Pg_Contato .SRow1 .SRow1_Col2
    {
        display: none;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 520px) 
{
	
	/* ------------- */

    .EstBase1 .SRow1 .SRow1_Col2
    {
        height: 400px;
    }

    /* ------------- */
    
    .EstBase1 .SRow2 .SRow2_Col1
    {
        width: 50px;
    }
    .EstBase1 .SRow2 .SRow2_Col2
    {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    /* ------------- */
    
    .EstBase1 .ExtList1 li
    {
        margin-right: 10px;
    }
    .EstBase1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstBase1 .ExtList1 li a 
    {
        font-size: 11px;
    }

    /* ------------- */
    
    .EstBase1 .ExtTitulo1
    {
        font-size: 32px;
        line-height: 32px;
    }
    .EstBase1 .ExtTitulo1 div
    {
        font-size: 32px;
    }

    /* ------------- */
    
    .EstBase1 .ExtText1
    {
        font-size: 16px;
        line-height: 24px;
    }

    /* ------------- */
    
    .EstBase1 .BlcInt1 .BlcInt1Int
    {
        width: 290px;
    }

    /* ------------- */

}

/* ------------- */





















/*
############
EstBase1C
############
*/
.EstBase1C
{
	margin: 0px;
	padding: 100px 0px 0px;
}

/* ------------- */

.EstBase1C .SRow1
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 100px;

    display: flex;
    align-items: center;
}
.EstBase1C .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstBase1C .SRow1 .SRow1_Col1
{
    width: calc(50% - 136px);
}
.EstBase1C .SRow1 .SRow1_Col2
{
    width: 272px;
}
.EstBase1C .SRow1 .SRow1_Col3
{
    width: calc(50% - 136px);
}

/* ------------- */

.EstBase1C .ExtTitulo1
{
    text-align: center;

    font-family: 'hinted-BaskOldFace';
    font-size: 48px;
    color: #895b50;
    font-weight: normal;
}

/* ------------- */

.EstBase1C .BlcInfo1
{
    padding: 20px 0px 120px;
    margin: 0px;
    
    text-align: center;
}

.EstBase1C .BlcInfo1 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 27px;
    color: #895b50;
    font-weight: normal;
}

/* ------------- */

.EstBase1C .BlcInfo2
{
    padding: 20px 0px 90px;
    margin: 0px;
    
    text-align: center;
}

.EstBase1C .BlcInfo2 .ExtList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.EstBase1C .BlcInfo2 .ExtList1 li
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-right: 50px;
}
.EstBase1C .BlcInfo2 .ExtList1 li:last-child
{
    margin-right: 0px;
}

.EstBase1C .BlcInfo2 .ExtList1 li a
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 27px;
    color: #895b50;
    font-weight: normal;

    display: block;
    text-decoration: none !important;
}
.EstBase1C .BlcInfo2 .ExtList1 li div
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 27px;
    color: #000;
    font-weight: normal;

    display: block;
    text-decoration: none !important;
}

/* ------------- */

.EstBase1C .BlcInfo3
{
    padding: 20px 0px 90px;
    margin: 0px;

    text-align: center;
}

.EstBase1C .BlcInfo3 .ExtList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.EstBase1C .BlcInfo3 .ExtList1 li
{
    display: inline-block;
    position: relative;
    list-style: none;

    margin: 0px;
    padding: 0px;

    padding-left: 50px;
    padding-right: 50px;
}
.EstBase1C .BlcInfo3 .ExtList1 li:before
{
    position: absolute;
    right: -23px;
    top: 8px;

    display: block;
    content: "";

    width: 45px;
    height: 23px;
    
    background: url('/imagens/Estrutura6/safgt.png') no-repeat center center;
}
.EstBase1C .BlcInfo3 .ExtList1 li:last-child:before
{
    display: none;
}

.EstBase1C .BlcInfo3 .ExtList1 li:first-child
{
    padding-left: 0px;
}
.EstBase1C .BlcInfo3 .ExtList1 li:last-child
{
    padding-right: 0px;
}

.EstBase1C .BlcInfo3 .ExtList1 li a,
.EstBase1C .BlcInfo3 .ExtList1 li div
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 27px;
    color: #000;
    font-weight: normal;

    display: block;
    text-decoration: none !important;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */

    .EstBase1C
    {
        padding: 40px 0px 0px;
    }

    /* ------------- */

    .EstBase1C .SRow1
    {
        margin-bottom: 40px;
    }

    .EstBase1C .SRow1 .SRow1_Col1
    {
        width: calc(50% - 80px);
    }
    .EstBase1C .SRow1 .SRow1_Col2
    {
        width: 160px;
    }
    .EstBase1C .SRow1 .SRow1_Col3
    {
        width: calc(50% - 80px);
    }

    /* ------------- */

    .EstBase1C .ExtTitulo1
    {
        font-size: 32px;
    }

    /* ------------- */

    .EstBase1C .BlcInfo1
    {
        padding: 20px 0px 40px;
    }

    .EstBase1C .BlcInfo1 .ExtText1
    {
        font-size: 18px;
    }

    /* ------------- */

    .EstBase1C .BlcInfo2
    {
        padding: 20px 0px 40px;
    }

    .EstBase1C .BlcInfo2 .ExtList1 li
    {
        margin-right: 30px;
    }
    .EstBase1C .BlcInfo2 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstBase1C .BlcInfo2 .ExtList1 li a
    {
        font-size: 18px;
    }
    .EstBase1C .BlcInfo2 .ExtList1 li div
    {
        font-size: 18px;
    }

    /* ------------- */

    .EstBase1C .BlcInfo3
    {
        padding: 20px 0px 40px;
    }

    .EstBase1C .BlcInfo3 .ExtList1 li
    {
        padding-left: 30px;
        padding-right: 30px;
    }
    .EstBase1C .BlcInfo3 .ExtList1 li:before
    {
        right: -10px;
        top: 9px;

        width: 20px;
        height: 10px;
        
        background: url('/imagens/Estrutura6/safgt.png') no-repeat center center;
        background-size: 20px 10px;
    }
    
    .EstBase1C .BlcInfo3 .ExtList1 li:first-child
    {
        padding-left: 0px;
    }
    .EstBase1C .BlcInfo3 .ExtList1 li:last-child
    {
        padding-right: 0px;
    }

    .EstBase1C .BlcInfo3 .ExtList1 li a,
    .EstBase1C .BlcInfo3 .ExtList1 li div
    {
        font-size: 18px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstBase1C
    {
        padding: 20px 0px 0px;
    }

    /* ------------- */

    .EstBase1C .SRow1
    {
        display: flex;
        margin-bottom: 20px;
    }
    .EstBase1C .SRow1 .SRow1_Col1
    {
        width: calc(100% - 160px);
        order: 2;
    }
    .EstBase1C .SRow1 .SRow1_Col2
    {
        width: 160px;
        order: 1;
    }
    .EstBase1C .SRow1 .SRow1_Col3
    {
        display: none;
    }

    /* ------------- */

    .EstBase1C .ExtTitulo1
    {
        font-size: 28px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */

    .EstBase1C .SRow1 .SRow1_Col1
    {
        width: calc(100% - 80px);
    }
    .EstBase1C .SRow1 .SRow1_Col2
    {
        width: 80px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
EstBase2
############
*/
.EstBase2
{
	margin: 0px;
	padding: 0px;
}

/* ------------- */

.EstBase2 .BlcInt1
{
    background: url('/imagens/Estrutura/fundo-rodape_04.jpg') no-repeat center center;
    background-size: cover;

    display: flex;
    align-items: center;
    
    width: 100%;
    height: 1277px;
}
.EstBase2 .BlcInt1 .BlcInt1Int
{
    display: block;
    width: 100%;

    text-align: center;

    padding: 0px 20px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstBase2 .BlcInt1
    {
        height: 680px;
    }
    .EstBase2 .BlcInt1 .Logo
    {
        width: 240px;
    }

	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstBase2 .BlcInt1
    {
        height: 400px;
    }
    .EstBase2 .BlcInt1 .Logo
    {
        width: 160px;
    }

	/* ------------- */

}

/* ------------- */













/*
############
EstBase3
############
*/
.EstBase3
{
	padding: 20px 0px 90px;
	margin: 0px;
}

/* ------------- */

.EstBase3 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstBase3 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstBase3 .SRow1 .SRow1_Col1
{
    width: 440px;
}
.EstBase3 .SRow1 .SRow1_Col2
{
    width: calc(100% - 440px - 130px);
    text-align: center;
}
.EstBase3 .SRow1 .SRow1_Col3
{
    width: 130px;
    text-align: right;
}

/* ------------- */

.EstBase3 .BlcInt1
{
    width: 1422px;

    display: block;
    margin: 0px auto;
}

/* ------------- */

.EstBase3 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 18px;  
    color: #000;
    font-weight: normal;

    margin-bottom: 20px;
}
.EstBase3 .ExtText2
{
    font-family: 'hinted-BaskOldFace';
    font-size: 32px;
    color: #000;
    font-weight: normal;
}

/* ------------- */

.EstBase3 .ExtList1
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
}
.EstBase3 .ExtList1 li
{
    list-style: none;
    display: inline-block;

    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}
.EstBase3 .ExtList1 li:last-child
{
    margin-right: 0px;
}

/* ------------- */

.EstBase3 #FFormNews
{
    margin: 0px;
    padding: 0px;
}
.EstBase3 #FFormNews .form-control
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 13px;
    color: #b2b2b2;
    font-weight: normal;

    display: block;

    width: 100%;
    height: 34px;
    line-height: 34px;

    padding: 0px;
    margin: 0px;

    border: none;
    border-bottom: 3px solid #000;
    background: #FFF;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/* ------------- */

@media screen and (max-width: 1422px) 
{
	
	/* ------------- */

    .EstBase3 .BlcInt1
    {
        width: 100%;

        padding: 0px 20px;
    }
    
	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstBase3
    {
        padding: 20px 0px;
    }

    /* ------------- */

    .EstBase3 .SRow1 .SRow1_Col1
    {
        width: 200px;
    }
    .EstBase3 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 200px - 130px);
    }
    .EstBase3 .SRow1 .SRow1_Col3
    {
        width: 130px;
    }

    /* ------------- */

    .EstBase3 .ExtText1
    {
        font-size: 14px;  
        margin-bottom: 10px;
    }
    .EstBase3 .ExtText2
    {
        font-size: 24px;
    }

    /* ------------- */

    .EstBase3 .ExtList1 li
    {
        margin-right: 5px;
    }
    .EstBase3 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstBase3 .ExtList1 li img
    {
        width: 28px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */

    .EstBase3 .SRow1
    {
        display: block;
    }
    .EstBase3 .SRow1 .SRow1_Col1
    {
        display: none;
    }
    .EstBase3 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 130px);

        text-align: left;
    }
    .EstBase3 .SRow1 .SRow1_Col3
    {
        width: 130px;
    }

    /* ------------- */

}

/* ------------- */














/*
############
EstInterna1A
############
*/
.EstInterna1A
{
	padding: 180px 0px 140px;
	margin: 0px;
}

/* ------------- */

.EstInterna1A .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstInterna1A .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    height: 858px;
}

.EstInterna1A .SRow1 .SRow1_Col1
{
    width: 872px;

    position: relative;
}
.EstInterna1A .SRow1 .SRow1_Col2
{
    width: calc(100% - 872px);
    padding: 0px;
    padding-right: 100px;
}

/* ------------- */

.EstInterna1A .BlcInt1
{
    background: #8A5B51;
}

.EstInterna1A .BlcInt2
{
    display: flex;
    align-items: center;

    width: 100%;
    height: 100%;
}
.EstInterna1A .BlcInt2 .BlcInt2Int
{
    display: block;
    text-align: center;

    width: 100%;
}

/* ------------- */

.EstInterna1A .BlcImagem1
{
    position: absolute;
    left: 0px;
    top: -80px;

    padding-left: 80px;
}

/* ------------- */

.EstInterna1A .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 33px;
    color: #fff;
    font-weight: normal;
    line-height: 44px;

    text-align: right;
}

/* ------------- */

@media screen and (max-width: 1600px) 
{
	
	/* ------------- */

    .EstInterna1A
    {
        padding: 120px 0px 100px;
    }

    /* ------------- */

    .EstInterna1A .SRow1 .SRow1_Col
    {
        height: 800px;
    }
    .EstInterna1A .SRow1 .SRow1_Col1
    {
        width: 700px;
    }
    .EstInterna1A .SRow1 .SRow1_Col2
    {
        width: calc(100% - 700px);
        padding-right: 20px;
    }

    /* ------------- */

    .EstInterna1A .BlcImagem1
    {
        top: -40px;
        padding-left: 20px;
    }

    /* ------------- */

    .EstInterna1A .ExtText1
    {
        font-size: 24px;
        line-height: 38px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */

    .EstInterna1A .SRow1 .SRow1_Col
    {
        height: 420px;
    }
    .EstInterna1A .SRow1 .SRow1_Col1
    {
        width: 400px;
    }
    .EstInterna1A .SRow1 .SRow1_Col2
    {
        width: calc(100% - 400px);
    }

    /* ------------- */

    .EstInterna1A .ExtText1
    {
        font-size: 20px;
        line-height: 32px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 840px) 
{
	
	/* ------------- */

    .EstInterna1A .SRow1 .SRow1_Col
    {
        height: 355px;
    }
    .EstInterna1A .SRow1 .SRow1_Col1
    {
        width: 305px;
    }
    .EstInterna1A .SRow1 .SRow1_Col2
    {
        width: calc(100% - 305px);
    }

    /* ------------- */

    .EstInterna1A .BlcImagem1
    {
        top: -10px;
        padding-left: 10px;
    }

    /* ------------- */

    .EstInterna1A .ExtText1
    {
        font-size: 16px;
        line-height: 26px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna1A
    {
        padding: 60px 0px;
    }

    /* ------------- */

    .EstInterna1A .SRow1
    {
        display: flex;
        flex-wrap: wrap;
    }
    .EstInterna1A .SRow1 .SRow1_Col
    {
        height: auto;
    }
    .EstInterna1A .SRow1 .SRow1_Col1
    {
        width: 100%;
        order: 2;
    }
    .EstInterna1A .SRow1 .SRow1_Col2
    {
        width: 100%;
        order: 1;
    }

    /* ------------- */

    .EstInterna1A .BlcImagem1
    {
        position: relative;
        left: auto;
        top: auto;

        padding-left: 0px;
    }

    /* ------------- */
    
    .EstInterna1A .BlcInt2
    {
        padding: 40px 20px;
    }

    /* ------------- */

    .EstInterna1A .ExtText1
    {
        font-size: 13px;
        line-height: 26px;
    }

    /* ------------- */

}

/* ------------- */















/*
############
EstInterna1B
############
*/
.EstInterna1B
{
	padding: 0px;
	margin: 0px;
}

/* ------------- */

.EstInterna1B .ExtText1
{
}
.EstInterna1B .ExtText2
{
    padding: 80px 0px 0px;
    margin: 0px;

    text-align: left;

    font-family: 'hinted-Roboto-Regular';
    font-size: 38px;
    color: #000;
    font-weight: normal;
    line-height: 42px;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */

    .EstInterna1B .ExtText2
    {
        padding: 60px 0px 0px;

        font-size: 26px;
        line-height: 30px;
    }
    
	/* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna1B .ExtText2
    {
        padding: 40px 20px 0px;

        font-size: 16px;
        line-height: 20px;
    }
    
	/* ------------- */

}

/* ------------- */




















/*
############
EstInterna2A
############
*/
.EstInterna2A
{
	padding: 120px 0px;
	margin: 0px;
}

/* ------------- */

.EstInterna2A .BlcInt1
{
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;

    border: 4px solid #8B5B4F;
    background: #FFF;

    width: 1422px;

    margin: 0px auto;
    padding: 0px;

    display: block;
    position: relative;
}

/* ------------- */

.EstInterna2A .BlcInt2
{
	width: calc(100% - 470px);

    margin: 0px;
    padding: 74px 50px;
    
    text-align: left;
}

/* ------------- */

.EstInterna2A .BlcImagem1
{
    position: absolute;
    right: 30px;
    top: -110px;
}

/* ------------- */

.EstInterna2A .ExtText1
{
    text-align: left;
    
    font-family: 'hinted-BaskOldFace';
    font-size: 72px;
    color: #C3002B;
    font-weight: normal;
    line-height: 72px;

    margin-bottom: 10px;
}
.EstInterna2A .ExtText2
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 27px;
    color: #895b50;
    font-weight: normal;
    line-height: normal;

    margin-bottom: 80px;
}
.EstInterna2A .ExtText2B
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 34px;
    color: #895b50;
    font-weight: normal;
    line-height: 34px;

    margin-bottom: 40px;
}
.EstInterna2A .ExtText3
{
}
.EstInterna2A .ExtText3 a
{
    font-family: 'hinted-BaskOldFace';
    font-size: 42px;
    color: #fff;
    font-weight: normal;

    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

    width: 468px;
    height: 70px;
    line-height: 70px;

    display: inline-block;
    
    text-decoration: none !important;

    text-align: center;
    vertical-align: middle;

    background: #C3002B;
    border: none;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstInterna2A .ExtText3 a:hover,
.EstInterna2A .ExtText3 a:active,
.EstInterna2A .ExtText3 a:focus
{
    background: #9e0526;
}

/* ------------- */

@media screen and (max-width: 1430px) 
{
	
	/* ------------- */

    .EstInterna2A
    {
        padding: 120px 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */

    .EstInterna2A .BlcInt2
    {
        width: calc(100% - 422px);

        padding: 74px 40px;
    }

    /* ------------- */

    .EstInterna2A .BlcImagem1
    {
        right: 0px;
        top: -65px;
    }
    .EstInterna2A .BlcImagem1 img
    {
        width: 500px;
    }

    /* ------------- */

    .EstInterna2A .ExtText1
    {
        font-size: 52px;
        line-height: 52px;

        margin-bottom: 10px;
    }
    .EstInterna2A .ExtText2
    {
        font-size: 24px;

        margin-bottom: 50px;
    }
    .EstInterna2A .ExtText2B
    {
        font-size: 24px;
        line-height: 24px;

        margin-bottom: 30px;
    }
    .EstInterna2A .ExtText3
    {
        text-align: center;
    }
    .EstInterna2A .ExtText3 a
    {
        font-size: 32px;

        width: 380px;
        height: 60px;
        line-height: 60px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1090px) 
{
	
	/* ------------- */

    .EstInterna2A
    {
        padding: 120px 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcInt2
    {
        width: calc(100% - 326px);

        padding: 40px 50px;
    }

    /* ------------- */

    .EstInterna2A .BlcImagem1
    {
        right: 0px;
        top: -65px;
    }
    .EstInterna2A .BlcImagem1 img
    {
        width: 380px;
    }

    /* ------------- */

    .EstInterna2A .ExtText1
    {
        font-size: 46px;
        line-height: 46px;

        margin-bottom: 10px;
    }
    .EstInterna2A .ExtText2
    {
        font-size: 20px;

        margin-bottom: 40px;
    }
    .EstInterna2A .ExtText2B
    {
        font-size: 22px;
        line-height: 22px;

        margin-bottom: 20px;
    }
    .EstInterna2A .ExtText3 a
    {
        font-size: 32px;

        width: 380px;
        height: 60px;
        line-height: 60px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 910px) 
{
	
	/* ------------- */

    .EstInterna2A
    {
        padding: 120px 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcInt2
    {
        width: calc(100% - 270px);

        padding: 40px 50px;
    }

    /* ------------- */

    .EstInterna2A .BlcImagem1
    {
        right: 0px;
        top: 0px;
    }
    .EstInterna2A .BlcImagem1 img
    {
        width: 320px;
    }

    /* ------------- */

    .EstInterna2A .ExtText1
    {
        font-size: 38px;
        line-height: 38px;

        margin-bottom: 10px;
    }
    .EstInterna2A .ExtText2
    {
        font-size: 16px;

        margin-bottom: 30px;
    }
    .EstInterna2A .ExtText2B
    {
        font-size: 22px;
        line-height: 22px;

        margin-bottom: 20px;
    }
    .EstInterna2A .ExtText3 a
    {
        font-size: 24px;

        width: 260px;
        height: 50px;
        line-height: 50px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna2A
    {
        padding: 120px 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcInt1
    {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcInt2
    {
        width: 100%;

        padding: 40px;

        text-align: center;
    }

    /* ------------- */

    .EstInterna2A .BlcImagem1
    {
        position: relative;
        text-align: center;
    }
    .EstInterna2A .BlcImagem1 img
    {
        width: 280px;
    }

    /* ------------- */

    .EstInterna2A .ExtText1
    {
        font-size: 38px;
        line-height: 38px;

        margin-bottom: 10px;

        text-align: center;
    }
    .EstInterna2A .ExtText2
    {
        font-size: 16px;

        margin-bottom: 30px;
    }
    .EstInterna2A .ExtText2B
    {
        font-size: 22px;
        line-height: 22px;

        margin-bottom: 20px;
    }
    .EstInterna2A .ExtText3 a
    {
        font-size: 24px;

        width: 260px;
        height: 50px;
        line-height: 50px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 500px) 
{
	
	/* ------------- */

    .EstInterna2A
    {
        padding: 25px 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcInt2
    {
        padding: 20px;
    }

    /* ------------- */

    .EstInterna2A .BlcImagem1
    {
        position: relative;
        text-align: center;
    }
    .EstInterna2A .BlcImagem1 img
    {
        width: auto;
        max-width: 220px;

        margin-left: -12px;
    }

    /* ------------- */

    .EstInterna2A .ExtText1
    {
        font-size: 34px;
        line-height: 34px;

        margin-bottom: 10px;
    }
    .EstInterna2A .ExtText2
    {
        font-size: 14px;

        margin-bottom: 20px;
    }
    .EstInterna2A .ExtText2B
    {
        font-size: 16px;
        line-height: 16px;

        margin-bottom: 20px;
    }
    .EstInterna2A .ExtText3 a
    {
        font-size: 20px;

        width: 200px;
        height: 40px;
        line-height: 40px;
    }

    /* ------------- */

}

/* ------------- */















/*
############
EstInterna2B
############
*/
.EstInterna2B
{
	padding: 60px 0px 0px;
	margin: 0px;
}

/* ------------- */

.EstInterna2B .BlcInt1
{
    width: 1270px;

    margin: 0px auto;
    padding: 0px;

    display: block;
    position: relative;
}

/* ------------- */

.EstInterna2B .ExtText1
{
    text-align: left;
    
    font-family: 'hinted-BaskOldFace';
    font-size: 68px;
    color: #fc3505;
    font-weight: bold;
    line-height: 68px;

    margin-bottom: 20px;
}
.EstInterna2B .ExtText2
{
    text-align: left;
    
    font-family: 'hinted-Roboto-Regular';
    font-size: 45px;
    color: #895b50;
    font-weight: normal;
    line-height: 70px;
}

/* ------------- */

@media screen and (max-width: 1280px) 
{
	
	/* ------------- */

    .EstInterna2B
    {
        padding: 60px 20px 0px;
    }

    /* ------------- */

    .EstInterna2B .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */

    .EstInterna2B .ExtText1
    {
        font-size: 50px;
        line-height: 50px;

        margin-bottom: 20px;
    }
    .EstInterna2B .ExtText2
    {
        font-size: 32px;
        line-height: 48px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna2B
    {
        padding: 00px 20px;
    }

    /* ------------- */

    .EstInterna2B .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */

    .EstInterna2B .ExtText1
    {
        font-size: 44px;
        line-height: 44px;

        margin-bottom: 20px;
    }
    .EstInterna2B .ExtText2
    {
        font-size: 22px;
        line-height: 40px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */

    .EstInterna2B .ExtText1
    {
        font-size: 24px;
        line-height: 24px;

        margin-bottom: 20px;
    }
    .EstInterna2B .ExtText2
    {
        font-size: 16px;
        line-height: 34px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
EstInterna3A
############
*/
.EstInterna3A
{
	padding: 0px;
	margin: 0px;

    margin-top: -520px;

    position: relative;
    z-index: 101;
}

/* ------------- */

.EstInterna3A .BlcInt1
{
    width: 1170px;
    margin: 0px auto;

    padding: 90px;
    padding-bottom: 20px;

    background: #FFF;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/* ------------- */

.EstInterna3A .BlcInt1 .BlcLogo
{
    text-align: center;
    margin-bottom: 50px;
}

/* ------------- */

.EstInterna3A .BlcInt1 .SRow1
{
}
.EstInterna3A .BlcInt1 .SRow1 .SRow1_Col
{
    margin-bottom: 30px;
}

/* ------------- */

.EstInterna3A .BlcInt1 .form-group
{
    display: block;

    margin: 0px;
    padding: 0px;
}
.EstInterna3A .BlcInt1 .form-group label
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 28px;

    display: block;

    margin-bottom: 20px;
}
.EstInterna3A .BlcInt1 .form-group .form-control
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 26px;
    color: #000;
    font-weight: normal;

    display: block;

    width: 100%;
    height: 67px;
    line-height: 67px;

    border: 2px solid #412521;
    background: #FFF;

    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.EstInterna3A .BlcInt1 .form-group textarea.form-control
{
    height: 260px;
}

/* ------------- */

.EstInterna3A .BlcInt2
{
    text-align: center;
    margin-top: 20px;
}

/* ------------- */

.EstInterna3A .BlcInt2 .btn
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 28px;
    color: #fff;
    font-weight: normal;

    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

    width: 600px;
    height: 90px;
    line-height: 90px;

    padding: 0px;
    margin: 0px;

    text-align: center;
    vertical-align: middle;

    background: #D8AB98;
    border: none;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstInterna3A .BlcInt2 .btn:hover,
.EstInterna3A .BlcInt2 .btn:active,
.EstInterna3A .BlcInt2 .btn:focus
{
    background: #b68d7c;
}

/* ------------- */

@media screen and (max-width: 1170px) 
{
	
	/* ------------- */

    .EstInterna3A
    {
        padding: 0px 20px;
    }

    /* ------------- */

    .EstInterna3A .BlcInt1
    {
        width: 100%;

        padding: 40px;
        padding-bottom: 20px;
    }

    /* ------------- */

    .EstInterna3A .BlcInt1 .BlcLogo
    {
        margin-bottom: 40px;
    }

    /* ------------- */

    .EstInterna3A .BlcInt1 .SRow1 .SRow1_Col
    {
        margin-bottom: 20px;
    }

    /* ------------- */

    .EstInterna3A .BlcInt1 .form-group label
    {
        font-size: 20px;
        line-height: 20px;

        margin-bottom: 10px;
    }
    .EstInterna3A .BlcInt1 .form-group .form-control
    {
        font-size: 18px;

        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .EstInterna3A .BlcInt1 .form-group textarea.form-control
    {
        height: 160px;
    }

    /* ------------- */

    .EstInterna3A .BlcInt2 .btn
    {
        font-size: 20px;

        width: 360px;
        height: 50px;
        line-height: 50px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
	/* ------------- */

    .EstInterna3A
    {
        padding: 20px;
        margin-top: 0px;
    }

    /* ------------- */
    
    .EstInterna3A .BlcInt1 .BlcLogo img
    {
        width: 120px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna3A .BlcInt1
    {
        padding: 20px;
    }

	/* ------------- */

    .EstInterna3A .BlcInt1 .form-group label
    {
        font-size: 16px;
        line-height: 16px;
    }
    .EstInterna3A .BlcInt1 .form-group .form-control
    {
        font-size: 16px;
    }
    .EstInterna3A .BlcInt1 .form-group textarea.form-control
    {
        height: 120px;
    }

    /* ------------- */

    .EstInterna3A .BlcInt2 .btn
    {
        width: 260px;
    }

    /* ------------- */

}

/* ------------- */














/*
############
EstInterna3B
############
*/
.EstInterna3B
{
	padding: 160px 0px 60px;
	margin: 0px;

    text-align: center;
}

/* ------------- */

.EstInterna3B .BlcInt1
{
    width: 900px;
    margin: 0px auto;
}

/* ------------- */

.EstInterna3B .BlcInt1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstInterna3B .BlcInt1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    width: calc(100% / 2);

    text-align: center;
}

/* ------------- */

.EstInterna3B .BlcInt1 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 28px;
    color: #000;
    font-weight: normal;
    line-height: 28px;

    margin-bottom: 30px;
}

/* ------------- */

.EstInterna3B .BlcInt1 .ExtList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.EstInterna3B .BlcInt1 .ExtList1 li
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-right: 30px;
}
.EstInterna3B .BlcInt1 .ExtList1 li:last-child
{
    margin-right: 0px;
}

/* ------------- */

.EstInterna3B .BlcInt2
{
    text-align: center;
    margin-top: 100px;
}

/* ------------- */

.EstInterna3B .BlcInt2 .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 25px;
    color: #000;
    font-weight: normal;

    display: inline-block;
    background: url('/imagens/Estrutura4/aa5.png') no-repeat left center;

    height: 52px;
    line-height: 52px;

    text-align: center;
    vertical-align: middle;

    padding-left: 46px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstInterna3B
    {
        padding: 100px 20px 60px;
    }

    /* ------------- */

    .EstInterna3B .BlcInt1
    {
        width: 100%;
    }

    /* ------------- */

    .EstInterna3B .BlcInt1 .ExtText1
    {
        font-size: 18px;
        line-height: 18px;

        margin-bottom: 10px;
    }

    /* ------------- */

    .EstInterna3B .BlcInt1 .ExtList1 li
    {
        margin-right: 10px;
    }
    .EstInterna3B .BlcInt1 .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstInterna3B .BlcInt1 .ExtList1 li img
    {
        width: 30px;
    }

    /* ------------- */

    .EstInterna3B .BlcInt2
    {
        margin-top: 60px;
    }

    /* ------------- */

    .EstInterna3B .BlcInt2 .ExtText1
    {
        font-size: 15px;

        background-size: 20px auto;

        height: 32px;
        line-height: 32px;

        padding-left: 30px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 600px) 
{
	
	/* ------------- */

    .EstInterna3B
    {
        padding: 60px 20px;
    }

    /* ------------- */

    .EstInterna3B .BlcInt1 .ExtText1
    {
        font-size: 14px;
        line-height: 14px;
    }

    /* ------------- */

    .EstInterna3B .BlcInt2 .ExtText1
    {
        background-position: center top;

        height: auto;
        line-height: normal;

        padding-left: 0px;
        padding-top: 30px;
    }

    /* ------------- */

}

/* ------------- */



















/*
############
EstInterna4A
############
*/
.EstInterna4A
{
	padding: 0px;
	margin: 0px;
    padding-top: 120px;
}

/* ------------- */

.EstInterna4A .BlcInt1
{
    background: #8A5B51;

    margin: 0px auto;
    padding: 0px;

    position: relative;

    display: flex;
    align-items: center;

    width: 1485px;
    height: 868px;
}
.EstInterna4A .BlcInt1 .BlcInt1Int
{
    display: block;
    width: 100%;
}

/* ------------- */

.EstInterna4A .BlcInt2
{
    width: calc(100% - 718px);

    padding: 0px;
    margin: 0px;
    
    text-align: center;
}

/* ------------- */

.EstInterna4A .BlcImagem1
{
    position: absolute;
    right: -26px;
    top: -128px;
}

/* ------------- */

.EstInterna4A .ExtText1
{
    text-align: center;
    
    font-family: 'hinted-Roboto-Regular';
    font-size: 65px;
    color: #fff;
    font-weight: normal;
    line-height: 65px;

    display: inline-block;

    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;

    border-bottom: 3px solid #FFF;
}
.EstInterna4A .ExtText2
{
    font-family: 'hinted-BaskOldFace';
    font-size: 72px;
    color: #fff;  
    font-weight: normal;
    line-height: 72px;

    margin-bottom: 120px;
}
.EstInterna4A .ExtText3
{
}
.EstInterna4A .ExtText3 a
{
    font-family: 'hinted-BaskOldFace';
    font-size: 42px;
    color: #fff;
    font-weight: normal;

    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

    width: 468px;
    height: 70px;
    line-height: 70px;

    display: inline-block;
    text-decoration: none !important;

    text-align: center;
    vertical-align: middle;

    background: #3EBF56;
    border: none;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstInterna4A .ExtText3 a:hover,
.EstInterna4A .ExtText3 a:active,
.EstInterna4A .ExtText3 a:focus
{
    background: #1a6127;
}

/* ------------- */

@media screen and (max-width: 1485px) 
{
	
	/* ------------- */

    .EstInterna4A
    {
        padding-top: 80px;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcInt1
    {
        width: 100%;
        height: 596px;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcInt2
    {
        width: calc(100% - 488px);
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcImagem1
    {
        right: -26px;
        top: -80px;

        width: 600px;
    }
    
    /* ------------- */
    
    .EstInterna4A .ExtText1
    {
        font-size: 48px;
        line-height: 48px;
    
        padding-bottom: 30px;
        margin-bottom: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .EstInterna4A .ExtText2
    {
        font-size: 56px;
        line-height: 56px;
    
        margin-bottom: 60px;
    }
    .EstInterna4A .ExtText3 a
    {
        font-size: 31px;
    
        width: 420px;
        height: 60px;
        line-height: 60px;
    }
    
    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 980px) 
{
	
	/* ------------- */

    .EstInterna4A
    {
        padding-top: 80px;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcInt1
    {
        height: 440px;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcInt2
    {
        width: calc(100% - 335px);
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcImagem1
    {
        right: -10px;
        top: -50px;

        width: 400px;
    }
    
    /* ------------- */
    
    .EstInterna4A .ExtText1
    {
        font-size: 42px;
        line-height: 42px;

        padding-bottom: 20px;
        margin-bottom: 20px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .EstInterna4A .ExtText2
    {
        font-size: 46px;
        line-height: 46px;
    
        margin-bottom: 60px;
    }
    .EstInterna4A .ExtText3 a
    {
        font-size: 26px;
    
        width: 320px;
        height: 60px;
        line-height: 60px;
    }
    
    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 680px) 
{
	
	/* ------------- */

    .EstInterna4A
    {
        padding-top: 0px;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcInt1
    {
        height: auto;

        padding: 20px;
        padding-bottom: 0px;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcInt2
    {
        width: 100%;
    }
    
    /* ------------- */
    
    .EstInterna4A .BlcImagem1
    {
        position: relative;
        right: 0px;
        top: 0px;

        width: 100%;
        margin-top: 20px;

        text-align: center;
    }
    .EstInterna4A .BlcImagem1 img
    {
        max-width: 320px;
        width: auto;

        margin-left: -30px;
    }
    
    /* ------------- */
    
    .EstInterna4A .ExtText1
    {
        font-size: 36px;
        line-height: 36px;

        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .EstInterna4A .ExtText2
    {
        font-size: 34px;
        line-height: 34px;

        margin-bottom: 40px;
    }
    .EstInterna4A .ExtText3 a
    {
        font-size: 20px;

        width: 260px;
        height: 50px;
        line-height: 50px;
    }
    
    /* ------------- */

}

/* ------------- */

















/*
############
EstInterna4B
############
*/
.EstInterna4B
{
	padding: 0px;
	margin: 0px;
    
    text-align: center;
}

/* ------------- */

.EstInterna4B .container
{
    width: 1000px;
}

/* ------------- */

.EstInterna4B .ExtText1
{
    padding: 180px 0px 60px;
    margin: 0px;

    font-family: 'hinted-Roboto-Regular';
    font-size: 58px;
    color: #000;
    font-weight: normal;
    line-height: 58px;
}
.EstInterna4B .ExtText2
{
    padding: 80px 0px;
    margin: 0px;

    text-align: left;

    background: #8A5B51;

    font-family: 'hinted-Roboto-Regular';
    font-size: 43px;
    color: #fff;
    font-weight: normal;
    line-height: 48px;
}
.EstInterna4B .ExtText3
{
    padding: 80px 0px;
    margin: 0px;

    text-align: left;

    font-family: 'hinted-Roboto-Regular';
    font-size: 43px;
    color: #000;
    font-weight: normal;
    line-height: 48px;
}
.EstInterna4B .ExtText4
{
    padding: 0px;
    margin: 0px;

    font-family: 'hinted-Roboto-Regular';
    font-size: 58px;  
    color: #000;
    font-weight: normal;
    line-height: 58px;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */

    .EstInterna4B
    {
        padding: 0px;
        margin: 0px;
        
        text-align: center;
    }

    /* ------------- */

    .EstInterna4B .container
    {
        width: 1000px;
    }

    /* ------------- */

    .EstInterna4B .ExtText1
    {
        padding: 120px 0px 40px;
        margin: 0px;

        font-size: 42px;
        line-height: 42px;
    }
    .EstInterna4B .ExtText2
    {
        padding: 60px 0px;

        font-size: 32px;
        line-height: 38px;
    }
    .EstInterna4B .ExtText3
    {
        padding: 60px 0px;

        font-size: 32px;
        line-height: 38px;
    }
    .EstInterna4B .ExtText4
    {
        font-size: 38px;  
        line-height: 38px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstInterna4B .container
    {
        width: 100%;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna4B .ExtText1
    {
        padding: 80px 0px 40px;
        
        font-size: 34px;
        line-height: 34px;
    }
    .EstInterna4B .ExtText2
    {
        padding: 50px 0px;

        font-size: 20px;
        line-height: 26px;
    }
    .EstInterna4B .ExtText3
    {
        padding: 50px 0px;

        font-size: 20px;
        line-height: 26px;
    }
    .EstInterna4B .ExtText4
    {
        font-size: 28px;  
        line-height: 28px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
EstInterna4C
############
*/
.EstInterna4C
{
	padding: 80px 0px;
	margin: 0px;
}

/* ------------- */

.EstInterna4C .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstInterna4C .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstInterna4C .SRow1 .SRow1_Col1
{
    width: calc(100% - 700px);
}
.EstInterna4C .SRow1 .SRow1_Col2
{
    width: 700px;
}

/* ------------- */

.EstInterna4C .BlcInt1
{
    width: 1220px;

    margin: 0px auto;
    padding: 0px;
}
.EstInterna4C .BlcInt2
{
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;

    border: 4px solid #8B5B4F;
    background: #FFF;

    width: 100%;

    margin: 0px auto;
    padding: 60px;

    text-align: center;
}

/* ------------- */

.EstInterna4C .ExtText1
{
    font-family: 'hinted-BaskOldFace';
    font-size: 46px;
    color: #000;
    font-weight: normal;
    line-height: 54px;
}
.EstInterna4C .ExtText2
{
    font-family: 'hinted-BaskOldFace';
    font-size: 62px;
    color: #000;
    font-weight: normal;
    line-height: 62px;
    font-style: italic;

    margin-bottom: 10px;
}
.EstInterna4C .ExtText3
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 59px;
    color: #000;
    font-weight: normal;
    line-height: 59px;

    margin-bottom: 20px;
}
.EstInterna4C .ExtText3B
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 100px;
    color: #fd0404;
    font-weight: normal;
    line-height: 100px;

    margin-bottom: 50px;
}
.EstInterna4C .ExtText4
{
}
.EstInterna4C .ExtText4 a
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 32px;
    color: #fff;
    font-weight: normal;

    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

    padding: 0px 60px;
    margin: 0px;

    width: auto;
    height: 84px;
    line-height: 84px;

    display: inline-block;
    text-decoration: none !important;

    text-align: center;
    vertical-align: middle;

    background: #3EBF56;
    border: none;
    
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstInterna4C .ExtText4 a:hover,
.EstInterna4C .ExtText4 a:active,
.EstInterna4C .ExtText4 a:focus
{
    background: #1d692b;
}

/* ------------- */

@media screen and (max-width: 1220px) 
{
	
	/* ------------- */

    .EstInterna4C
    {
        padding: 0px 20px 60px;
    }

    /* ------------- */

    .EstInterna4C .SRow1 .SRow1_Col1
    {
        width: calc(100% - 520px);
        padding-right: 20px;
    }
    .EstInterna4C .SRow1 .SRow1_Col2
    {
        width: 520px;
    }

    /* ------------- */

    .EstInterna4C .BlcInt1
    {
        width: 100%;
    }
    .EstInterna4C .BlcInt2
    {
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        border-radius: 25px;

        padding: 40px;
    }

    /* ------------- */

    .EstInterna4C .ExtText1
    {
        font-size: 30px;
        line-height: 40px;
    }
    .EstInterna4C .ExtText2
    {
        font-size: 30px;
        line-height: 30px;

        margin-bottom: 20px;
    }
    .EstInterna4C .ExtText3
    {
        font-size: 42px;
        line-height: 42px;

        margin-bottom: 10px;
    }
    .EstInterna4C .ExtText3B
    {
        font-size: 70px;
        line-height: 70px;

        margin-bottom: 40px;
    }
    .EstInterna4C .ExtText4 a
    {
        font-size: 24px;

        padding: 0px 40px;
        
        height: 80px;
        line-height: 80px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 870px) 
{
	
	/* ------------- */

    .EstInterna4C .SRow1
    {
        display: block;
    }
    .EstInterna4C .SRow1 .SRow1_Col1
    {
        width: 100%;

        padding-right: 0px;
        margin-bottom: 20px;

        text-align: center;
    }
    .EstInterna4C .SRow1 .SRow1_Col2
    {
        width: 100%;
    }

    /* ------------- */

    .EstInterna4C .BlcInt2
    {
        padding: 20px;
        margin: 0px auto;

        max-width: 520px;
    }

    /* ------------- */

    .EstInterna4C .ExtText1
    {
        font-size: 24px;
        line-height: 36px;
    }
    .EstInterna4C .ExtText2
    {
        font-size: 20px;
        line-height: 20px;

        margin-bottom: 20px;
    }
    .EstInterna4C .ExtText4 a
    {
        font-size: 18px;

        padding: 0px 20px;

        height: 60px;
        line-height: 60px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 420px) 
{
	
	/* ------------- */

    .EstInterna4C .ExtText3
    {
        font-size: 32px;
        line-height: 32px;

        margin-bottom: 10px;
    }
    .EstInterna4C .ExtText3B
    {
        font-size: 52px;
        line-height: 52px;

        margin-bottom: 40px;
    }
    .EstInterna4C .ExtText4 a
    {
        font-size: 14px;

        padding: 20px;

        height: auto;
        line-height: normal;
    }

    /* ------------- */

}

/* ------------- */











/*
############
EstInterna4D
############
*/
.EstInterna4D
{
	padding: 0px;
	margin: 0px;

    text-align: center;
}

/* ------------- */

.EstInterna4D .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 60px;
    color: #fd0404;
    font-weight: normal;
    line-height: 60px;

    margin-bottom: 80px;
}
.EstInterna4D .ExtText2
{
    max-width: 1170px;
    margin: 0px auto;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */

    .EstInterna4D
    {
        padding: 0px 20px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstInterna4D .ExtText1
    {
        font-size: 44px;
        line-height: 44px;

        margin-bottom: 40px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna4D .ExtText1
    {
        font-size: 32px;
        line-height: 32px;

        margin-bottom: 40px;
    }

    /* ------------- */

}

/* ------------- */


















/*
############
EstInterna5A
############
*/
.EstInterna5A
{
	padding: 0px 0px 80px;
	margin: 0px;

    text-align: right;
}

/* ------------- */

.EstInterna5A .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstInterna5A .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstInterna5A .SRow1 .SRow1_Col1
{
    width: calc(100% - 160px);
}
.EstInterna5A .SRow1 .SRow1_Col2
{
    width: 160px;
}

/* ------------- */

.EstInterna5A .BlcInt1
{
    display: inline-block;
    width: 500px;
    text-align: left;
}

/* ------------- */

.EstInterna5A .form-control
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 21px;
    color: #7f7f7f;
    font-weight: normal;

    display: block;

    width: 100%;
    height: 52px;
    line-height: 52px;

    padding: 0px;
    margin: 0px;

    border: none;
    background: #FFF;
}
.EstInterna5A .btn
{
    font-family: 'hinted-BaskOldFace';
    font-size: 28px;
    color: #fff;
    font-weight: normal;

    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

    width: 100%;
    height: 52px;
    line-height: 52px;

    text-align: center;
    vertical-align: middle;

    background: #7D5B51;
    border: none;
    
    padding: 0px;
    margin: 0px;

	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.EstInterna5A .btn:hover,
.EstInterna5A .btn:active,
.EstInterna5A .btn:focus
{
    background: #44322d;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstInterna5A
    {
        padding: 0px 0px 60px;
    }

    /* ------------- */

    .EstInterna5A .SRow1 .SRow1_Col1
    {
        width: calc(100% - 100px);
    }
    .EstInterna5A .SRow1 .SRow1_Col2
    {
        width: 100px;
    }

    /* ------------- */

    .EstInterna5A .BlcInt1
    {
        width: 390px;
    }

    /* ------------- */

    .EstInterna5A .form-control
    {
        font-size: 16px;

        height: 42px;
        line-height: 42px;
    }
    .EstInterna5A .btn
    {
        font-size: 16px;

        height: 42px;
        line-height: 42px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna5A .BlcInt1
    {
        width: 250px;
    }

    /* ------------- */

}

/* ------------- */
















/*
############
EstInterna5B
############
*/
.EstInterna5B
{
	padding: 0px 0px 100px;
	margin: 0px;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

	/* ------------- */

}

/* ------------- */























/*
############
EstInterna6A
############
*/
.EstInterna6A
{
	padding: 0px 0px 50px;
	margin: 0px;
}

/* ------------- */

.EstInterna6A .BlcImagem
{
    text-align: center;
    margin-bottom: 50px;
}
.EstInterna6A .BlcImagem img
{
    width: 100%;
}

/* ------------- */

.EstInterna6A .SRow1
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 50px;

    display: flex;
    align-items: center;
}
.EstInterna6A .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstInterna6A .SRow1 .SRow1_Col1
{
    width: calc(100% - 230px);
}
.EstInterna6A .SRow1 .SRow1_Col2
{
    width: 230px;
    text-align: right;
}

/* ------------- */

.EstInterna6A .ExtList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.EstInterna6A .ExtList1 li
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}
.EstInterna6A .ExtList1 li:last-child
{
    margin-right: 0px;
}

/* ------------- */

.EstInterna6A .ExtTitulo1
{
    text-align: left;

    font-family: 'hinted-Roboto-Regular';
    font-size: 52px;
    color: #000;
    font-weight: normal;
    line-height: 52px;

    padding-bottom: 30px;
    border-bottom: 12px solid #7A5D4D;
}

/* ------------- */

.EstInterna6A .ExtText1
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 26px;
    color: #000;
    font-weight: normal;

    line-height: 175%;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .EstInterna6A
    {
        padding: 0px 0px 40px;
    }

    /* ------------- */

    .EstInterna6A .BlcImagem
    {
        margin-bottom: 20px;
    }

    /* ------------- */

    .EstInterna6A .SRow1
    {
        margin-bottom: 20px;
    }
    .EstInterna6A .SRow1 .SRow1_Col1
    {
        width: calc(100% - 70px);
    }
    .EstInterna6A .SRow1 .SRow1_Col2
    {
        width: 70px;
    }

    /* ------------- */

    .EstInterna6A .ExtList1 li
    {
        margin-right: 5px;
    }
    .EstInterna6A .ExtList1 li:last-child
    {
        margin-right: 0px;
    }

    .EstInterna6A .ExtList1 li img
    {
        width: 20px;
    }

    /* ------------- */

    .EstInterna6A .ExtTitulo1
    {
        font-size: 36px;
        line-height: 36px;

        padding-bottom: 20px;
        border-bottom-width: 6px;
    }

    /* ------------- */

    .EstInterna6A .ExtText1
    {
        font-size: 18px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .EstInterna6A
    {
        padding: 0px 0px 40px;
    }

    /* ------------- */

    .EstInterna6A .BlcImagem
    {
        margin-bottom: 20px;
    }

    /* ------------- */

    .EstInterna6A .SRow1
    {
        margin-bottom: 20px;
    }
    .EstInterna6A .SRow1 .SRow1_Col1
    {
        width: 100%;
    }
    .EstInterna6A .SRow1 .SRow1_Col2
    {
        display: none;
    }

    /* ------------- */

    .EstInterna6A .ExtTitulo1
    {
        font-size: 26px;
        line-height: 32px;

        padding-bottom: 10px;
        border-bottom-width: 4px;
    }

    /* ------------- */

    .EstInterna6A .ExtText1
    {
        font-size: 16px;
    }

    /* ------------- */

}

/* ------------- */














/*
############
BoxBlog
############
*/
.BoxBlog
{
	padding: 0px;
	margin: 0px auto;

    text-align: left;

    max-width: 575px;
}

/* ------------- */

.BoxBlog .BoxImagem
{
    margin-bottom: 20px;
}

/* ------------- */

.BoxBlog .ExtTitulo1
{
    text-align: left;

    font-family: 'hinted-Roboto-Regular';
    font-size: 29px;
    color: #000;
    font-weight: normal;
}
.BoxBlog .ExtTitulo1 a
{
    font-family: 'hinted-Roboto-Regular';
    font-size: 29px;
    color: #000;
    font-weight: normal;
    line-height: 38px;
}

/* ------------- */

@media screen and (max-width: 1000px) 
{
	
	/* ------------- */

    .BoxBlog .BoxImagem
    {
        margin-bottom: 10px;
    }

    /* ------------- */

    .BoxBlog .ExtTitulo1
    {
        font-size: 22px;
    }
    .BoxBlog .ExtTitulo1 a
    {
        font-size: 22px;
        line-height: 28px;
    }

    /* ------------- */

}

/* ------------- */

@media screen and (max-width: 480px) 
{
	
	/* ------------- */

    .BoxBlog .ExtTitulo1
    {
        font-size: 16px;
    }
    .BoxBlog .ExtTitulo1 a
    {
        font-size: 16px;
        line-height: 20px;
    }

    /* ------------- */

}

/* ------------- */













































/*
############
GRow1
############
*/
.GRow1
{
	margin: 0px;
    padding: 0px;
    
    margin-right: -10px;
    margin-left: -10px;

    display: flex;
    flex-wrap: wrap;
}
.GRow1 .GRow1_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 50px;
    
    width: calc(100% / 2);

    display: flex;
    flex-direction: column;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .GRow1 .GRow1_Col
    {
        width: 100%;
        margin-bottom: 40px;
    }   
	
	/* ------------- */
  
}

/* ------------- */




















































/*
############
SlickTheme0
############
*/
.SlickTheme0
{
    margin: 0px;
}

/* ------------- */

.SlickTheme0 .BoxSlickBox
{
    padding: 0px 10px;
}

/* ------------- */












/*
################
## SlickTheme1
################
*/
.SlickTheme1
{
    margin: 0px 28px !important;
}
.SlickTheme1 .BoxSlickBox
{
    padding: 0px 10px;
}

.SlickTheme1 .slick-prev,
.SlickTheme1 .slick-next 
{
    background: url('') no-repeat center center;
    display: block;
    width: 28px;
    height: 46px;
}
.SlickTheme1 .slick-prev:before, 
.SlickTheme1 .slick-next:before
{
    display: none;
}
.SlickTheme1 .slick-prev
{
    background-image: url('/imagens/Estrutura/seta_e_a.png');
    top: calc(50% + 2px);
    left: -28px;
}
.SlickTheme1 .slick-next
{
    background-image: url('/imagens/Estrutura/seta_d_a.png');
    top: calc(50% + 2px);
    right: -28px;
}
.SlickTheme1 .slick-prev.slick-disabled
{
    background-image: url('/imagens/Estrutura/seta_e_d.png');
}
.SlickTheme1 .slick-next.slick-disabled
{
    background-image: url('/imagens/Estrutura/seta_d_d.png');
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .SlickTheme1
    {
        margin: 0px 12px !important;
    }
    .SlickTheme1 .BoxSlickBox
    {
        padding: 0px 5px;
    }
    .SlickTheme1 .slick-prev,
    .SlickTheme1 .slick-next 
    {
        background-size: 12px 20px;

        width: 12px;
        height: 20px;
    }
    .SlickTheme1 .slick-prev
    {
        left: -12px;
    }
    .SlickTheme1 .slick-next
    {
        right: -12px;
    }
    
    /* ------------- */
  
}

/* ------------- */






























/*
############
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_b 
{
    padding: 0 15px;
}
aside.about-me .about-me-header_b .about-me-avatar 
{
    position: relative;
    float: left;
    max-width: 120px;
    margin-top: -60px;
    margin-right: 15px;
    border: 3px solid #f5f5f5;
}
#footer_b-inner aside.about-me .about-me-header_b .about-me-avatar 
{
    max-width: 100px;
}
aside.about-me .about-me-header_b .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_b .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_b .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;
}






































/*
############
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;
}
.zsItemfooter_bHolder
{
	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: #312A5D;
    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: 50px 0px 40px;

    background: url('/imagens/Estrutura/fundo-bia2_02.jpg') no-repeat center top;
    background-size: cover;

    display: block;
    position: relative;
}
.EstH1:before
{
    background: url('/imagens/Estrutura/linha-2.png') repeat-x center center;

    display: block;
    content: "";
    width: 100%;
    height: 20px;

    position: absolute;
    left: 0px;
    bottom: -20px;
}

/* ------------- */

.EstH1 h1
{
	text-align: center;

    font-family: 'hinted-PlayfairDisplay-Regular';
    font-size: 55px;
    color: #e0c47b;
    font-weight: normal;
}
.EstH1 .EstBreadcrumb
{
	display: none;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
		
    .EstH1 h1
    {
        font-size: 32px;
    }
	
	/* ------------- */
  
}

/* ------------- */













/*
############
#PgInt
############
*/
.PgInt
{
	margin: 0px;
	padding: 80px 0px;

    background: url('/imagens/Estrutura/fundo2_02.jpg') repeat-x center top;
}

/* ------------- */











/*
############
mmenu
############
*/
#menu1 .mm-panel
{
    padding-top: 0 !important;

    background: var(--base1);
}
#menu1 .mm-navbar
{
    display: none !important;
}
#menu1 em.mm-counter
{
    color: rgba(255, 255, 255, 0.4);
}
#menu1 .LiNormal
{
    background: none !important; 
}
#menu1 .LiNormal
{
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}
#menu1 .LiMinhaConta1
{
    background: rgba(0, 0, 0, 0.4) !important;
}
#menu1 .LiMinhaConta1 a
{
    font-weight: bold !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}
#menu1 .mm-listview > li > a, 
#menu1 .mm-listview > li > span
{
    font-weight: bold !important;
    color: #FFF !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: 14px;
	
	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;

	}
	
	/* ------------- */
  
}

/* ------------- */

















/*
############
bxSlider
############
*/
.bx-wrapper
{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

    border: none !important;
    background: transparent !important;

    padding: 0px !important;
    margin: 0px !important;
}

/* ------------- */