/*
############
Estrutura
############
*/
/*
var(--base1)
*/
:root
{
    --base1: rgba(255, 246, 233, 1);
    --base2: rgba(255, 246, 233, 0.9);
    --base3: rgba(255, 246, 233, 0.8);
}

body, html
{
    overflow-x: hidden !important;
}

body 
{
	font-family: Arial;
	color: #000000;
	-webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
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; 
}

.tp-bannertimer,
.tp-bullets
{
    display: none !important; 
}

.CorBase1
{
    color: var(--base1);
}

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;
}

.img-responsive
{
	display: inline-block;
}

.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;
}
.cursorp
{
	cursor:pointer;
}

/* ------------- */

.light-theme .current
{
    background: rgba(255, 246, 233, 1);
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	h1
	{
		font-size:26px;
	}
	h2
	{
		font-size:24px;
	}
	h3
	{
		font-size:22px;
	}
	h4
	{
		font-size:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */














/*
############
container
############
*/

.container
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* ------------- */

@media screen and (max-width: 1200px) 
{
	
	/* ------------- */
	
	.container
	{
		width:100% !important;
        max-width:100% !important;
        
        padding-left: 30px !important;
        padding-right: 30px !important;
	}
	
	/* ------------- */
  
}

/* ------------- */











/*
############
container_interno
############
*/
.container_interno
{
}

/* ------------- */









/*
############
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;

	}
	
	/* ------------- */
  
}

/* ------------- */
















/*
############
BoxAviso2
############
*/
.BoxAviso2
{
	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,251,1) 0%, rgba(245,251,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(245,251,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#f5fbe1',GradientType=0 ); /* IE6-9 */
		
	-moz-box-shadow: 0px 0px 5px #def09e;
	-webkit-box-shadow: 0px 0px 5px #def09e;
	box-shadow: 0px 0px 5px #def09e;
	
	padding:10px;
	line-height:175%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border: 2px solid #def09e;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 22px;
	color: #5f5f5f;
    font-weight: bold;
	
	display: block;
	position: relative;
    text-align: center;
}

/* ------------- */












/*
############
BoxAviso3
############
*/
.BoxAviso3
{
	background: rgb(254,255,251); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,255,251,1) 0%, rgba(245,251,225,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,255,251,1)), color-stop(100%,rgba(245,251,225,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(254,255,251,1) 0%,rgba(245,251,225,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefffb', endColorstr='#f5fbe1',GradientType=0 ); /* IE6-9 */
		
	-moz-box-shadow: 0px 0px 5px #def09e;
	-webkit-box-shadow: 0px 0px 5px #def09e;
	box-shadow: 0px 0px 5px #def09e;
	
	padding:20px;
	line-height:175%;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	border: 2px solid #def09e;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display: block;
	position: relative;
    text-align: center;
}

/* ------------- */

.BoxAviso3 .ExtText1
{
	font-size: 22px;
    color: #000;
    font-weight: bold;	

    margin-bottom: 10px;
}
.BoxAviso3 .ExtText2
{
	font-size: 14px; 
    color: #000;
    font-weight: normal;
}

/* ------------- */















/*
############
h1
############
*/
h1
{
    margin: 0px;
    padding: 0px;

    display: inline-block;
    overflow: hidden;

    height: auto;
    line-height: normal;
}

/* ------------- */

h1.style0
{
	display: none;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /* ------------- */

    
    /* ------------- */
  
}

/* ------------- */
















/*
############
h2
############
*/
h2
{
    margin: 0px;
    padding: 0px;

    display: inline-block;
    overflow: hidden;

    height: auto;
    line-height: normal;
}

/* ------------- */

h2.style0
{
	display: none;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /* ------------- */

    
    /* ------------- */
  
}

/* ------------- */


























/*
############
row-click
############
*/
table tr.click
{
	cursor:pointer;
}
table tr.click td, td.click td a
{
	color:#333;
	font-size:12px;
}
table tr.click:hover td a
{
	text-decoration:underline;
}














/*
############
row-xs-flex-cente
############
*/
.row-xs-flex-center {
    display:flex;
    align-items:center;
}
@media ( min-width:768px ) {
    .row-sm-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 992px ) {
    .row-md-flex-center {
        display:flex;
        align-items:center;
    }
}
@media ( min-width: 1200px ) {
    .row-lg-flex-center {
        display:flex;
        align-items:center;
    }
}

























/*
############
h1-h6-especial
############
*/
.divider-title2
{
	overflow: hidden;
}
.divider-title2 .div-title
{
    display: inline-block;
    position: relative;
    margin: 0px;
    color: #888;
    border-color: #ddd;
}
.divider-title2 .div-title:after 
{
    content: "";
    position: absolute;
    display: block;
    margin-left: 1em;
    top: 50%;
    left: 100%;
    width: 9999px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: inherit;
}
.divider-title2 .div-title h1, .divider-title2 .div-title h2, .divider-title2 .div-title h3
{
	color:#5f5f5f;
    text-transform: uppercase;
	margin:0px;
	padding:0px;
}











/*
############
hr
############
*/
hr.icon
{
	border-top: 1px solid #e6e6e6;
    margin-bottom: 45px;
    margin-top: 45px;
    position: relative;
}
hr.icon::after 
{
    background: #e6e6e6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 50%;
    color: #07253f;
    content: "\f0ac";
    font-family: "FontAwesome";
    left: 50%;
    margin-top: -22px;
    padding: 10px 15px;
    position: absolute;
}










/*
############
nopadding
############
*/
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4,
.alert-message .ExtTitulo1
{
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 22px;
}
.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,
.alert-message-success .ExtTitulo1
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4,
.alert-message-danger .ExtTitulo1
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4,
.alert-message-warning .ExtTitulo1
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4,
.alert-message-info .ExtTitulo1
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4,
.alert-message-default .ExtTitulo1
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4,
.alert-message-notice .ExtTitulo1
{
    color: #444;
}














/*
############
Geral
############
*/
.bold
{
	font-weight: bold;
}
.italit
{
	font-style: italic;
}
.normal
{
	font-weight: normal;
}
.cursos
{
	cursor: pointer;
}
.underline
{
	text-decoration: underline;
}
.uppercase
{
	text-transform: uppercase;
}














/*
############
color
############
*/
.color-branco
{
	color: #FFF;
}

/* --------------- */

.color-cinza1
{
	color: #E7E7E7;
}
.color-cinza2
{
	color: #828282;
}
.color-cinza3
{
	color: #EDEDED;
}

/* --------------- */

.color-azul1
{
	color: #33779d;
}
.color-azul2
{
	color: #5FBAEA;
}
.color-azul3
{
	color: #46888F;
}
.color-azullink
{
	color: #00b0f9;
}

/* --------------- */

.color-verde1
{
	color: #81AA3F;
}

/* --------------- */
























/*
############
font-s
############
*/
.font-s-1
{
	font-size: 1px;
}
.font-s-2
{
	font-size: 2px;
}
.font-s-3
{
	font-size: 3px;
}
.font-s-4
{
	font-size: 4px;
}
.font-s-5
{
	font-size: 5px;
}
.font-s-6
{
	font-size: 6px;
}
.font-s-7
{
	font-size: 7px;
}
.font-s-8
{
	font-size: 8px;
}
.font-s-9
{
	font-size: 9px;
}
.font-s-10
{
	font-size: 10px;
}
.font-s-11
{
	font-size: 11px;
}
.font-s-12
{
	font-size: 12px;
}
.font-s-13
{
	font-size: 13px;
}
.font-s-14
{
	font-size: 14px;
}
.font-s-15
{
	font-size: 15px;
}
.font-s-16
{
	font-size: 16px;
}
.font-s-17
{
	font-size: 17px;
}
.font-s-18
{
	font-size: 18px;
}
.font-s-19
{
	font-size: 19px;
}
.font-s-20
{
	font-size: 20px;
}
.font-s-21
{
	font-size: 21px;
}
.font-s-22
{
	font-size: 22px;
}
.font-s-23
{
	font-size: 23px;
}
.font-s-24
{
	font-size: 24px;
}
.font-s-25
{
	font-size: 25px;
}
.font-s-26
{
	font-size: 26px;
}
.font-s-27
{
	font-size: 27px;
}
.font-s-28
{
	font-size: 28px;
}
.font-s-29
{
	font-size: 29px;
}
.font-s-30
{
	font-size: 30px;
}
.font-s-31
{
	font-size: 31px;
}
.font-s-32
{
	font-size: 32px;
}
.font-s-33
{
	font-size: 33px;
}
.font-s-34
{
	font-size: 34px;
}
.font-s-35
{
	font-size: 35px;
}
.font-s-36
{
	font-size: 36px;
}
.font-s-37
{
	font-size: 37px;
}
.font-s-38
{
	font-size: 38px;
}
.font-s-39
{
	font-size: 39px;
}
.font-s-40
{
	font-size: 40px;
}
.font-s-41
{
	font-size: 41px;
}
.font-s-42
{
	font-size: 42px;
}
.font-s-43
{
	font-size: 43px;
}
.font-s-44
{
	font-size: 44px;
}
.font-s-45
{
	font-size: 45px;
}
.font-s-46
{
	font-size: 46px;
}
.font-s-47
{
	font-size: 47px;
}
.font-s-48
{
	font-size: 48px;
}
.font-s-49
{
	font-size: 49px;
}
.font-s-50
{
	font-size: 50px;
}
.font-s-51
{
	font-size: 51px;
}
.font-s-52
{
	font-size: 52px;
}
.font-s-53
{
	font-size: 53px;
}
.font-s-54
{
	font-size: 54px;
}
.font-s-55
{
	font-size: 55px;
}
.font-s-56
{
	font-size: 56px;
}
.font-s-57
{
	font-size: 57px;
}
.font-s-58
{
	font-size: 58px;
}
.font-s-59
{
	font-size: 59px;
}
.font-s-60
{
	font-size: 60px;
}
.font-s-61
{
	font-size: 61px;
}
.font-s-62
{
	font-size: 62px;
}
.font-s-63
{
	font-size: 63px;
}
.font-s-64
{
	font-size: 64px;
}











/*
############
padding
############
*/
.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;
}








/*
############
margin
############
*/
.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;
}













/*
############
texto-livre
############
*/
div.texto-livre, div.texto-livre p
{
	color: #7c7c7c;
	font-size: 25px;
	font-weight: 300;
	text-align:justify;
}











/*
############
section
############
*/
section 
{
	position: relative;
	padding-bottom: 20px;
	padding-top:20px;
}
section::before,
section::after 
{
	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;
}
section .section-heading .divider:after 
{
	background: #565655;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	section
	{
		padding-bottom: 20px;
		padding-top:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */









/*
############
navbar-toggle
############
*/
.navbar-toggle 
{
	background-color: #CCC;
	border: 1px solid rgba(0, 0, 0, 0);
}














/*
############
fortawesome
############
*/
.fa
{
	margin-right:10px;
}
.fa-stack
{
	color:rgba(86, 86, 85, 1);
}
.fa-pull-left
{
	float:left;
}
.fa-inverse
{
	color:#FFF;
}

.fa.fa-star
{
	color:#FF9900;
}

.fa.fa-star, .fo.fa-star-o
{
	color:#EC971F;
}

.fa-w-50
{
	width:50px;
}














/*
############
texto-livre
############
*/
div.texto-livre, div.texto-livre p
{
	color: #7c7c7c;
	font-size: 25px;
	font-weight: 300;
	text-align:justify;
}











/*
############
section
############
*/
section 
{
	position: relative;
	padding-bottom: 20px;
	padding-top:20px;
}
section::before,
section::after 
{
	position: absolute;
	content: '';
	pointer-events: none;
	overflow: hidden;
}
section .section-heading .divider:after 
{
	background: #373737;
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */
	
	section
	{
		padding-bottom: 20px;
		padding-top:20px;
	}
	
	/* ------------- */
  
}

/* ------------- */









/*
############
navbar-toggle
############
*/
.navbar-toggle 
{
	background-color: #CCC;
	border: 1px solid rgba(0, 0, 0, 0);
}














/*
############
fortawesome
############
*/
.fa
{
	margin-right:10px;
}
.fa-stack
{
	color:rgba(22, 22, 22, 1);
}
.fa-pull-left
{
	float:left;
}
.fa-inverse
{
	color:#FFF;
}

.fa.fa-star
{
	color:#FF9900;
}

.fa.fa-star, .fo.fa-star-o
{
	color:#EC971F;
}

.fa-w-50
{
	width:50px;
}









/*
############
margin-padrao
############
*/
.margin-top-75
{
	margin-top: 75px
}









/*
############
padding-padrao
############
*/
.padding-5
{
	padding:5px;
}










/*
############
cores padr�es
############
*/
.color-ffffff
{
	color:#FFF;
}












/*
############
transition padr�es
############
*/
.transition-25
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}












/*
############
Banner Slide
############
*/
.tp-banner-container
{
	position:relative;
}















/*
############
Controle de Bot�es
############
*/
.btn 
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight:bold;
}
.btn:hover 
{
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn .fa
{
    margin: 0px;
}

/* ------------- */

.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
{
	margin: 0px;
	padding: 0px;
	
    border: none !important;
    background: #00531a !important;

    font-size: 16px;
    color: #fff !important;
    font-weight: normal;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	
	width: 100%;
    max-width: 347px;
	height: 52px;
    line-height: 52px;
    
    text-align: center;
    vertical-align: middle;
	
    display: inline-block;
    overflow: hidden;
	
	box-shadow: none !important;
    text-decoration: none !important;
    
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom1:hover,
.btn-custom1:active,
.btn-custom1:focus
{
    background: #014115 !important;
}

/*
---------------
btn-custom2
---------------
*/

.btn-custom2
{
	margin: 0px;
	padding: 0px;
	
    border: none !important;
    background: #FFF !important;

    font-size: 16px;
    color: #000 !important;
    font-weight: normal;

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	
	width: 100%;
    max-width: 347px;
	height: 52px;
    line-height: 52px;
    
    text-align: center;
    vertical-align: middle;
	
    display: inline-block;
    overflow: hidden;
	
	box-shadow: none !important;
    text-decoration: none !important;
    
    -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-custom2:hover,
.btn-custom2:active,
.btn-custom2:focus
{
    background: #f2c2c2 !important;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /* ------------- */

    

	/* ------------- */
  
}

/* ------------- */








































/*
############
.PgTextoLivre
############
*/
.PgTextoLivre
{
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}
.PgTextoLivre .BoxShare
{
	float:right;
	width:50px;
	
	top:0px;
	right:0px;
	margin-left:10px;
	margin-bottom:10px;
}

/* ------------- */


























/*
############
header
############
*/

#header
{
	margin: 0px;
    padding: 0px;

    position: relative;
    
    background: #FFF6E9;
}

/*
---------------
Linha 0
---------------
*/

#header .Linha0
{
    padding: 14px 0px;
    margin: 0px;

    background: #AEE5C0;

    text-align: center;
}

/* ------------- */

#header .Linha0 .ExtText1
{
    font-size: 14px;
    color: #00210b;
    font-weight: bold;

    display: inline-block;
    text-decoration: underline;
}

/*
---------------
Linha 1
---------------
*/

#header .Linha1
{
	padding: 40px 0px;
    margin: 0px;

    position: relative;
    text-align: center;   
}

/* ------------- */

#header .Linha1 .Logo
{
	max-height: 20px;
}

/* ------------- */



















/*
############
footer
############
*/
#footer
{
	position: relative;

	padding: 40px;
    margin: 0px;
    
    background: #F2F4E9;
}

/*
---------------
Linha 1
---------------
*/

#footer .Linha1
{
    display: block;
    text-align: center;

    font-size: 13px;
    color: #000000;
    font-weight: normal;
}

/* ------------- */

#footer .Linha1 .ExtList1
{
    display: block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-bottom: 40px;
}
#footer .Linha1 .ExtList1 li
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
    margin-right: 20px;
}
#footer .Linha1 .ExtList1 li:last-child
{
    margin-right: 0px;
}

#footer .Linha1 .ExtList1 a
{
    font-size: 13px;
    color: #000000;
    font-weight: normal;

    display: block;
    text-decoration: underline;
}

/* ------------- */

#footer .Linha1 .ExtText1
{
    display: block;
    text-align: center;

    font-size: 13px;
    color: #000000;
    font-weight: normal;
}

/* ------------- */

@media screen and (max-width: 440px) 
{
	
	/* ------------- */
    
    #footer .Linha1 .ExtList1 li
    {
        display: block;

        margin-right: 0px;
        margin-bottom: 10px;
    }
    #footer .Linha1 .ExtList1 li:last-child
    {
        margin-right: 0px;
        margin-bottom: 0px;
    }

    /* ------------- */

}

/* ------------- */


















/*
############
# blockMsg
############
*/
.blockOverlay
{
	background: rgb(255, 255, 255) !important;
}
.blockMsg 
{
	border: 2px solid rgba(0, 0, 0, 0.1) !important;
	
	-webkit-border-radius:5px !important;
	-moz-border-radius:5px !important;
	border-radius:5px !important;
	
	padding: 10px !important;
	
	width: 70px !important;
	
	left: calc(50% - 45px) !important;
}
.blockMsg .fa
{
	font-size: 24px !important;
	
	margin: 0px !important;
}

/* -------- */
















/*
############
EstH1
############
*/
.EstH1
{
    padding: 40px 0px;
	margin: 0px;
    
    background: url('/imagens/Estrutura/dadcb09a-background2_10000001hc0sk00002k028.png') no-repeat center center;
    background-size: cover;
}
.EstH1 h1
{
	margin: 0px;
	padding: 0px;
	
	display: block;
	
	text-align: center;
	vertical-align: middle;
	
	height: auto;
	line-height: normal;

    font-size: 48px;
    color: #FFF;
    font-weight: bold;
    line-height: normal;
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    

    /* ------------- */

}

/* ------------- */

























/*
############
EstModal1
############
*/
.EstModal1
{
	max-width: 1140px;
}

/* ------------ */

.EstModal1 .panel-title
{
    font-weight: bold;
    color: #3e3d3d;
}

/* ------------ */
















/*
############################
## BoxExt1
############################
*/
.BoxExt1
{
    padding: 10px;
    margin: 0px;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfdfd+0,fbfbfb+51,fbfbfb+100 */
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fbfbfb 51%, #fbfbfb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#fbfbfb 51%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfdfd 0%,#fbfbfb 51%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    cursor: pointer;
}

/* ------------- */

.BoxExt1 .SRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}

.BoxExt1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.BoxExt1 .SRow1 .SRow1_Col1
{
    width: calc(100% - 40px);
}
.BoxExt1 .SRow1 .SRow1_Col2
{
    width: 40px;
    text-align: right;
}

/* ------------- */

.BoxExt1 .ExtText1
{
    font-size: 22px;
    font-weight: bold;
    color: #393939;
}
.BoxExt1 .ExtText2
{
    font-size: 13px;
    color: #100c22;
}
.BoxExt1 .ExtText3
{
    font-size: 35px;
    font-weight: bold;
}

/* ------------- */

.BoxExt1.Ativo,
.BoxExt1:hover
{
    border: 1px solid rgba(0, 0, 0, 0.3);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,f2f2f2+51,f0f0f0+100 */
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 51%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f2f2f2 51%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%,#f2f2f2 51%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .BoxExt1 .ExtText1
    {
        font-size: 16px;
    }

	/* ------------- */
  
}

/* ------------- */










/*
############################
## BoxExt2
############################
*/
.BoxExt2
{
    padding: 10px;
    margin: 0px;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fdfdfd+0,fbfbfb+51,fbfbfb+100 */
    background: #fdfdfd; /* Old browsers */
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fbfbfb 51%, #fbfbfb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#fbfbfb 51%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fdfdfd 0%,#fbfbfb 51%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);

    cursor: pointer;
}

/* ------------- */

.BoxExt2 .SRow1
{
    margin: 0px;
    padding: 0px;
}
.BoxExt2 .SRow1 .SRow1_Col

{
    margin: 0px;
    padding: 0px;
}

.BoxExt2 .SRow1 .SRow1_Col1
{
    width: 250px;
}
.BoxExt2 .SRow1 .SRow1_Col2
{
    width: calc(100% - 250px);
    text-align: right;
}

/* ------------- */

.BoxExt2B .SRow1 .SRow1_Col1
{
    width: calc(100% - 75px);
}
.BoxExt2B .SRow1 .SRow1_Col2
{
    width: 75px;
}

/* ------------- */

.BoxExt2 .ExtText1
{
    font-size: 16px;
    font-weight: bold;
    color: #393939;
}
.BoxExt2 .ExtText2
{
    font-size: 12px;
    color: #393939;
}

/* ------------- */

.BoxExt2.Ativo,
.BoxExt2:hover
{
    border: 1px solid rgba(0, 0, 0, 0.3);

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f8f8+0,f2f2f2+51,f0f0f0+100 */
    background: #f8f8f8; /* Old browsers */
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 51%, #f0f0f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f2f2f2 51%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f8f8f8 0%,#f2f2f2 51%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-9 */

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */
    
    .BoxExt2 .SRow1 .SRow1_Col1
    {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .BoxExt2 .SRow1 .SRow1_Col2
    {
        width: 100%;
        text-align: center;
    }

    .BoxExt2 .SRow1 .SRow1_Col2 img
    {
        margin-bottom: 5px;
    }

	/* ------------- */
  
}

/* ------------- */


















/*
############
BlcTabs1
############
*/
.BlcTabs1
{
    background: #FFF;
    padding: 20px;
}

/* ------------- */

.BlcTabs1 .ExtList1
{
    display: table;
    list-style: none;

    margin: 0px;
    padding: 0px;
    
    width: 100%;
}
.BlcTabs1 .ExtList1 li
{
    display: table-cell;
    list-style: none;

    margin: 0px;
    padding: 20px 30px;

    font-size: 13px;
    color: #000;
    font-weight: bold;

    text-align: center;
    cursor: pointer;

    border-top: 3px solid #FFF;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

    -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;
}
.BlcTabs1 .ExtList1 li:last-child
{
    border-right: 0px;
}
.BlcTabs1 .ExtList1 li.Ativo,
.BlcTabs1 .ExtList1 li:hover
{
    background: rgb(40, 7, 129) !important;
    color: #FFF !important;
} 


/* ------------- */

.BlcTabs1 #BoxCentral
{
    padding: 50px;
} 

/* ------------- */

.BlcTabs1 .IntText1
{
    text-align: center;

    font-size: 15px;
    color: #000;
    font-weight: bold;
} 
.BlcTabs1 .IntText1B
{
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;

    border: 2px solid #FF0000;

    display: inline-block;

    padding: 10px;
} 
.BlcTabs1 .IntText1B2
{
    font-size: 16px;
    color: #FF0000;
    font-weight: bold;

    display: inline-block;

    padding: 10px;
} 
.BlcTabs1 .IntText2
{
    font-size: 20px;
    color: rgb(46, 11, 75);
    font-weight: bold;
} 
.BlcTabs1 .IntText2B
{
    font-size: 20px;
    color: rgb(46, 11, 75);
} 
.BlcTabs1 .IntText3
{
    font-size: 15px;
    color: #000;
} 
.BlcTabs1 .IntText4
{
    font-size: 12px;
    color: rgb(24, 20, 20);
} 
.BlcTabs1 .IntText4 a
{
    font-size: 12px;
    color: rgb(24, 20, 20);
    text-decoration: underline;
}

.BlcTabs1 .IntText5A
{
    font-size: 26px;
    color: #272727;
    font-weight: bold;
} 
.BlcTabs1 .IntText5B
{
    font-size: 18px;
    color: #000;
} 
.BlcTabs1 .IntText5C
{
    font-size: 18px;
    color: rgb(150, 18, 18);
    font-weight: bold;
} 
.BlcTabs1 .IntText5D
{
    font-size: 14px;
    color: #000;
} 
.BlcTabs1 .IntText5E
{
    font-size: 22px;
    color: rgb(41, 41, 41);
    font-weight: bold;

    padding-bottom: 5px;
    margin-bottom: 10px;
    
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
} 

.BlcTabs1 .IntBlc1
{
    padding: 10px;
    background: #FFF;
} 

.BlcTabs1 .IntList1
{
    display: inline-block;
    list-style: none;

    margin: 0px;
    padding: 0px;
}
.BlcTabs1 .IntList1 li
{
    display: inline-block;
    list-style: none;

    cursor: pointer;

    margin: 0px;
    padding: 0px;
    margin-right: 10px;
}
.BlcTabs1 .IntList1 li:last-child
{
    margin-right: 0px;
}
.BlcTabs1 .IntList1 img
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;

    display: block;
    overflow: hidden;
    float: left;

    height: 50px;

    border: 2px solid #FFF;

    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.BlcTabs1 .IntList1 li:hover img,
.BlcTabs1 .IntList1 li.Ativo img
{
    border-color: #740c0c;
}

/* ------------- */










/*
############
GRow1
############
*/
.GRow1
{
	margin: 0px;
    padding: 0px;
    
    margin-right: -5px;
    margin-left: -5px;
}
.GRow1 .GRow1_Col
{
	margin: 0px;
    padding: 0px;

    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 30px;
    
    width: calc(100% / 3);
}

/* ------------- */

.GRow1.GRow1_1 .GRow1_Col
{
    width: 100% !important;
}
.GRow1.GRow1_2 .GRow1_Col
{
    width: calc(100% / 2) !important;
}

/* ------------- */

@media screen and (max-width: 1100px) 
{
	
	/* ------------- */

    .GRow1 .GRow1_Col
    {
        width: calc(100% / 2);
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
	/* ------------- */

    .GRow1 .GRow1_Col
    {
        margin-bottom: 10px;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 640px) 
{
	
	/* ------------- */

    .GRow1 .GRow1_Col
    {
        width: 100%;
    }
    .GRow1.GRow1_2 .GRow1_Col
    {
        width: 100% !important;
    }

	/* ------------- */
  
}

/* ------------- */




















/*
############
# PgModal1
############
*/

.PgModal1
{
    background: none;

    max-width: 1140px;
    margin: 0 auto;
}

/* ------------- */

.PgModal1 .panel
{
    background: #171B22;
    border: 0px;

    margin: 0px;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

    display: block;
    overflow: hidden;
}

.PgModal1 .panel .panel-heading
{
    margin: 0px;
    padding: 20px;

    background: #000;
    border: 0px;
}
.PgModal1 .panel .panel-heading .panel-title
{
    color: #FFFF;
    font-size: 18px;
    font-weight: bold;
}
.PgModal1 .panel .panel-heading .panel-title .fa
{
    display: none;
}

.PgModal1 .panel .panel-body
{
    background: none;
    border: 0px;

    padding: 20px;

    color: #FFFF;
}
.PgModal1 .panel .panel-body *
{
    color: #FFFF;
}

.PgModal1 .panel .panel-body label
{
    margin-bottom: 5px;
}
.PgModal1 .panel .panel-body input
{
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

.PgModal1 .panel .panel-footer
{
    margin: 0px;
    padding: 20px;

    background: #000;
    border: 0px;
}

/* ------------- */

.PgModal1 hr
{
    border-color: rgba(255, 255, 255, 0.2);
}
.PgModal1 .checkbox, 
.PgModal1 .radio
{
    border-color: rgba(255, 255, 255, 0.2);
    background: #000;
}
.PgModal1 .btn-link
{
    color: #FFF !important;
}
.PgModal1 .btn-success
{
    background: #42B653 !important;
}

/* ------------- */


















/*
############
SlickTheme0
############
*/
.SlickTheme0
{
    margin: 0px;
}

/* ------------- */

.SlickTheme0 .BoxSlickBox
{
    padding: 0px 10px;
}

/* ------------- */

































/*
############
EstCapa1
############
*/

.EstCapa1
{
    padding: 0px 0px 40px;
    margin: 0px;

    background: #fff6e9;
}

/* ------------- */

.EstCapa1 .SRow1
{
    margin: 0px;
    padding: 0px;
}
.EstCapa1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa1 .SRow1 .SRow1_Col1
{
    width: 670px;
}
.EstCapa1 .SRow1 .SRow1_Col2
{
    width: calc(100% - 670px);
    padding-left: 40px;
}

/*
############
BoxImagem
############
*/

.EstCapa1 .BoxImagem
{
}

/* ------------- */

.EstCapa1 .BoxImagem img
{
    display: inline-block;
    overflow: hidden;
    
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/*
############
BoxInt1
############
*/

.EstCapa1 .BoxInt1
{
    margin-bottom: 20px;
}

/* ------------- */

.EstCapa1 .BoxInt1 .ExtText1
{
    margin-bottom: 5px;
}
.EstCapa1 .BoxInt1 .ExtText1 div
{
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;

    background: #ECF6B0;

    font-size: 13px;
    color: #4c4c4c;
    font-style: normal;

    display: inline-block;
    
    width: auto;
    height: 30px;
    line-height: 30px;

    padding: 0px 30px;
    margin: 0px;

    text-align: center;
    vertical-align: middle;
}

.EstCapa1 .BoxInt1 .ExtText2
{
    font-size: 30px;
    color: #00210b;
    font-weight: bold;
}
.EstCapa1 .BoxInt1 .ExtText2 span
{
    font-size: 24px;
    font-weight: normal;
}

.EstCapa1 .BoxInt1 .ExtText3
{
    font-size: 20px;
    color: #00210b;
    font-weight: normal;

    margin-bottom: 10px;
}

.EstCapa1 .BoxInt1 .ExtText4
{
    font-size: 15px;
    color: #000000;
    font-weight: normal;
    
    line-height: 150%;
    margin-bottom: 10px;
}

.EstCapa1 .BoxInt1 .ExtText5
{
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    
    margin-bottom: 20px;
}

.EstCapa1 .BoxInt1 .ExtText6
{
    margin-bottom: 20px;
    text-align: center;
}
.EstCapa1 .BoxInt1 .ExtText6 .ExtText6A
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}
.EstCapa1 .BoxInt1 .ExtText6 .ExtText6B
{
    font-size: 24px;
    color: #00531a;
    font-weight: bold;
}

.EstCapa1 .BoxInt1 .ExtText7
{
    text-align: center;

    margin-bottom: 10px;
}

.EstCapa1 .BoxInt1 .ExtText8
{
    text-align: center;
    
    margin-bottom: 10px;
}
.EstCapa1 .BoxInt1 .ExtText8 a
{
    font-size: 16px;
    color: #00531a;
    font-weight: normal;
    
    text-decoration: underline;
}

/*
############
BoxInt2
############
*/

.EstCapa1 .BoxInt2
{
    margin-bottom: 20px;
}

/* ------------- */

.EstCapa1 .BoxInt2 .IRow1
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;

    display: flex;
    align-items: center;
}
.EstCapa1 .BoxInt2 .IRow1:last-child
{
    margin-bottom: 0px;
}
.EstCapa1 .BoxInt2 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa1 .BoxInt2 .IRow1 .IRow1_Col1
{
    width: 50px;
    padding-right: 10px;
}
.EstCapa1 .BoxInt2 .IRow1 .IRow1_Col2
{
    width: calc(100% - 50px);
}

/* ------------- */

.EstCapa1 .BoxInt2 .ExtText1
{
    font-size: 14px;
    color: #000000;
    font-weight: normal;
}

/*
############
BoxInt3
############
*/

.EstCapa1 .BoxInt3
{
}

/* ------------- */

.EstCapa1 .BoxInt3 .ExtText1
{
    font-size: 12px;
    color: #757575;
    font-weight: normal;
}

/* ------------- */

@media screen and (max-width: 1140px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: 480px;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: calc(100% - 480px);
        padding-left: 20px;
    }
	
	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
	/* ------------- */

    .EstCapa1 .SRow1 .SRow1_Col1
    {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .EstCapa1 .SRow1 .SRow1_Col2
    {
        width: 100%;
        padding-left: 0px;
    }
	
	/* ------------- */
  
}

/* ------------- */


















/*
############
EstCapa2
############
*/

.EstCapa2
{
    padding: 70px 0px 50px;
}

/* ------------- */

.EstCapa2 .SRow1
{
    margin: 0px;
    padding: 0px;
    
    margin-right: -10px;
    margin-left: -10px;

    display: flex;
    align-items: center;
}
.EstCapa2 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;

    width: calc(100% / 3);
}

/*
############
BoxInt1
############
*/

.EstCapa2 .BoxInt1
{
}

/* ------------- */

.EstCapa2 .BoxInt1 .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstCapa2 .BoxInt1 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa2 .BoxInt1 .IRow1 .IRow1_Col1
{
    width: 70px;
    padding-right: 20px;
}
.EstCapa2 .BoxInt1 .IRow1 .IRow1_Col2
{
    width: calc(100% - 70px);
}

/* ------------- */

.EstCapa2 .BoxInt1 .ExtText1
{
    font-size: 14px;
    color: #000;
    font-weight: bold;

    margin-bottom: 5px;
}
.EstCapa2 .BoxInt1 .ExtText2
{
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

/* ------------- */

@media screen and (max-width: 1140px) 
{
	
    /*
    ############
    BoxInt1
    ############
    */

    .EstCapa2 .BoxInt1 .IRow1 .IRow1_Col1
    {
        width: 50px;
        padding-right: 10px;
    }
    .EstCapa2 .BoxInt1 .IRow1 .IRow1_Col2
    {
        width: calc(100% - 50px);
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
    /* ------------- */

    .EstCapa2
    {
        padding: 40px 0px 20px;
    }

    /* ------------- */

    .EstCapa2 .SRow1
    {
        display: block;
    }
    .EstCapa2 .SRow1 .SRow1_Col
    {
        width: 100%;
    }

    /*
    ############
    BoxInt1
    ############
    */

    .EstCapa2 .BoxInt1
    {
        margin: 0px auto;
        max-width: 376px;
    }

	/* ------------- */
  
}

/* ------------- */















/*
############
EstCapa3
############
*/

.EstCapa3
{
    padding: 0px 0px 20px;
}

/* ------------- */

.EstCapa3 .container
{
    padding: 0px;
}
.EstCapa3 .container_int1
{
    padding: 50px;
    margin: 0px;

    background: #FFFAF2;	
    
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* ------------- */

.EstCapa3 .GerText1A
{
    font-size: 36px;
    color: #000;
    font-weight: 600;

    line-height: normal;

    text-align: center;
    margin-bottom: 10px;
}
.EstCapa3 .GerText1B
{
    font-size: 16px;
    color: #000;
    font-weight: normal;

    text-align: center;
    margin-bottom: 30px;
}

/* ------------- */

.EstCapa3 .GerText2A
{
    text-align: center;

    margin-top: 50px;
    margin-bottom: 10px;
}
.EstCapa3 .GerText2A a
{
    font-size: 14px;
    color: #000;
    font-weight: normal;

    text-decoration: underline;
}
.EstCapa3 .GerText2B
{
    text-align: center;
}

/*
############
BoxInt1
############
*/

.EstCapa3 .BoxInt1
{
    margin: 0px auto;
    padding: 0px;

    max-width: 850px;
}

/* ------------- */

.EstCapa3 .BoxInt1 .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.EstCapa3 .BoxInt1 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa3 .BoxInt1 .IRow1 .IRow1_Col1
{
    width: 310px;
}
.EstCapa3 .BoxInt1 .IRow1 .IRow1_Col2
{
    width: calc(100% - 310px);
    padding-left: 60px;
}

.EstCapa3 .BoxInt1.Esp1 .IRow1 .IRow1_Col1
{
    order: 2;
}
.EstCapa3 .BoxInt1.Esp1 .IRow1 .IRow1_Col2
{
    order: 1;
}

/* ------------- */

.EstCapa3 .BoxInt1 .IRow2
{
    margin: 0px;
    padding: 0px;
}
.EstCapa3 .BoxInt1 .IRow2 .IRow2_Col
{
    margin: 0px;
    padding: 0px;
}

.EstCapa3 .BoxInt1 .IRow2 .IRow2_Col1
{
    width: 36px;
}
.EstCapa3 .BoxInt1 .IRow2 .IRow2_Col2
{
    width: calc(100% - 36px);
    padding-left: 20px;
    padding-right: 20px;
}

/* ------------- */

.EstCapa3 .BoxInt1 .BoxImagem
{
}
.EstCapa3 .BoxInt1 .BoxImagem img
{
    display: inline-block;
    overflow: hidden;
    
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

/* ------------- */

.EstCapa3 .BoxInt1 .ExtText1
{
    font-size: 20px;
    color: #000;
    font-weight: bold;

    width: 36px;
    height: 36px;
    line-height: 36px;

    text-align: center;
    vertical-align: middle;

    background: #8ACDA0;	
    
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.EstCapa3 .BoxInt1 .ExtText2
{
    font-size: 20px;
    color: #000;
    font-weight: bold;

    margin-bottom: 10px;
}
.EstCapa3 .BoxInt1 .ExtText3
{
    font-size: 16px;
    color: #000;
    font-weight: normal;

    line-height: 150%;
}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
    /* ------------- */

    .EstCapa3 .container_int1
    {
        padding: 20px;
    }
    
    /* ------------- */
    
    .EstCapa3 .GerText1A
    {
        font-size: 26px;
    }
    
    /*
    ############
    BoxInt1
    ############
    */
    
    .EstCapa3 .BoxInt1 .IRow1 .IRow1_Col1
    {
        width: 240px;
    }
    .EstCapa3 .BoxInt1 .IRow1 .IRow1_Col2
    {
        width: calc(100% - 240px);
        padding-left: 20px;
    }
    
    /* ------------- */
    
    .EstCapa3 .BoxInt1 .IRow2 .IRow2_Col1
    {
        width: 36px;
    }
    .EstCapa3 .BoxInt1 .IRow2 .IRow2_Col2
    {
        width: calc(100% - 36px);
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* ------------- */
    
    .EstCapa3 .BoxInt1 .ExtText2
    {
        font-size: 18px;
    }
    .EstCapa3 .BoxInt1 .ExtText3
    {
        font-size: 14px;
    }

	/* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{
	
    /*
    ############
    BoxInt1
    ############
    */

    .EstCapa3 .BoxInt1
    {
        margin-bottom: 20px;
        max-width: 400px;
    }
    .EstCapa3 .BoxInt1:last-child
    {
        margin-bottom: 0px;
    }
    
    /* ------------- */
    
    .EstCapa3 .BoxInt1 .IRow1
    {
        display: block;
    }
    .EstCapa3 .BoxInt1 .IRow1 .IRow1_Col1
    {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .EstCapa3 .BoxInt1 .IRow1 .IRow1_Col2
    {
        width: 100%;
        padding-left: 0px;
    }

    /* ------------- */

    .EstCapa3 .BoxInt1 .BoxImagem
    {
        margin: 0px auto;
        max-width: 210px;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .EstCapa3 .GerText1A
    {
        font-size: 22px;
    }
    .EstCapa3 .GerText1B
    {
        font-size: 14px;
    }

    /* ------------- */
  
}

/* ------------- */


















/*
############
EstCapa4
############
*/

.EstCapa4
{
    padding: 50px 0px;
    margin: 0px;

    background: rgba(138, 205, 160, 1);
}

/* ------------- */

.EstCapa4 .GerText1A
{
    font-size: 48px;
    color: #FFF;
    font-weight: 600;
    line-height: normal;

    margin-bottom: 20px;
}
.EstCapa4 .GerText1B
{
    font-size: 18px;
    color: #FFF;
    font-weight: normal;

    margin-bottom: 40px;
}

/* ------------- */

.EstCapa4 .GerText2A
{
    text-align: center;

    margin-bottom: 10px;
}
.EstCapa4 .GerText2A a
{
    font-size: 14px;
    color: #FFF;
    font-weight: normal;

    text-decoration: underline;
}
.EstCapa4 .GerText2B
{
    text-align: center;
}

/* ------------- */

.EstCapa4 .SRow1
{
    margin: 0px;
    padding: 0px;
    
    margin-right: -20px;
    margin-left: -20px;
}
.EstCapa4 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 40px;

    width: calc(100% / 3);
}

/*
############
BoxInt1
############
*/

.EstCapa4 .BoxInt1
{	
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;

    margin: 0px auto;
    padding: 0px;

    width: 100%;
    max-width: 363px;
    height: 280px;

    display: flex;
    align-items: center;

    background: #FFF;
}
.EstCapa4 .BoxInt1_Int1
{	
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px;
}

/* ------------- */

.EstCapa4 .BoxInt1 .BoxImagem
{
    margin-bottom: 10px;
}
.EstCapa4 .BoxInt1 .ExtText1
{
    font-size: 20px;
    color: #000;
    font-weight: bold;

    margin-bottom: 10px;
}
.EstCapa4 .BoxInt1 .ExtText2
{
    font-size: 14px;
    color: #000;
    font-weight: normal;

    line-height: 150%;
}

/* ------------- */

@media screen and (max-width: 1040px) 
{
	
    /* ------------- */

    .EstCapa4 .GerText1A
    {
        font-size: 36px;
    }
    .EstCapa4 .GerText1B
    {
        font-size: 16px;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 900px) 
{
	
    /* ------------- */

    .EstCapa4 .SRow1
    {
        margin-right: -10px;
        margin-left: -10px;
    }
    .EstCapa4 .SRow1 .SRow1_Col
    {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 20px;

        width: calc(100% / 2);
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 560px) 
{
	
    /* ------------- */

    .EstCapa4 .SRow1 .SRow1_Col
    {
        width: 100%;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .EstCapa4 .GerText1A
    {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .EstCapa4 .GerText1B
    {
        font-size: 14px;
    }

    /* ------------- */
  
}

/* ------------- */





















/*
############
EstCapa5
############
*/

.EstCapa5
{
    padding: 50px 0px;
    margin: 0px;
}

/* ------------- */

.EstCapa5 .GerText1A
{
    font-size: 36px;
    color: #000;
    font-weight: 600;
    line-height: normal;

    text-align: center;
    margin-bottom: 10px;
}
.EstCapa5 .GerText1B
{
    font-size: 28px;
    color: #E4C831;
    font-weight: normal;

    text-align: center;
    margin-bottom: 50px;
}
.EstCapa5 .GerText1B .fa 
{
    margin-right: 5px;
}
.EstCapa5 .GerText1B .fa:last-child
{
    margin-right: 0px;
}

/* ------------- */

.EstCapa5 .GerText2A
{
    font-size: 12px;
    color: #000;
    font-weight: normal;

    text-align: center;
    margin-top: 30px;
}

/* ------------- */

.EstCapa5 .GerText3A
{
    text-align: center;

    margin-top: 40px;
    margin-bottom: 10px;
}
.EstCapa5 .GerText3A a
{
    font-size: 14px;
    color: #000;
    font-weight: normal;

    text-decoration: underline;
}
.EstCapa5 .GerText3B
{
    text-align: center;
}

/* ------------- */

.EstCapa5 .SRow1
{
    margin: 0px;
    padding: 0px;
    
    margin-right: -10px;
    margin-left: -10px;
}
.EstCapa5 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;

    width: calc(100% / 3);
}

/*
############
BoxInt1
############
*/

.EstCapa5 .BoxInt1
{
    margin: 0px auto;
    padding: 0px;

    width: 240px;
    height: 427px;
}

/* ------------- */

.EstCapa5 .BoxInt1 iframe
{
    margin: 0px;
    padding: 0px;

    border: none;
}

/* ------------- */

@media screen and (max-width: 1040px) 
{
	
    /* ------------- */

    .EstCapa5 .GerText1A
    {
        font-size: 30px;
    }
    .EstCapa5 .GerText1B
    {
        font-size: 20px;
    }

    /* ------------- */

    .EstCapa5 .SRow1
    {
        display: block;
    }
    .EstCapa5 .SRow1 .SRow1_Col
    {
        width: calc(100% / 2);
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 540px) 
{
	
    /* ------------- */

    .EstCapa5 .SRow1 .SRow1_Col
    {
        width: 100%;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .EstCapa5 .GerText1A
    {
        font-size: 26px;
    }

    /* ------------- */
  
}

/* ------------- */


















/*
############
EstCapa6
############
*/

.EstCapa6
{
    padding: 50px 0px;
    margin: 0px;

    background: url('/imagens/Estrutura/dadcb09a-background2_10000001hc0sk00002k028.png') no-repeat center center;
    background-size: cover;
}

/* ------------- */

.EstCapa6 .GerText1A
{
    font-size: 36px;
    color: #FFF;
    font-weight: 600;
    line-height: normal;

    text-align: center;
    margin-bottom: 20px;
}
.EstCapa6 .GerText1B
{
    font-size: 16px;
    color: #FFF;
    font-weight: normal;

    text-align: center;
    margin-bottom: 50px;
}

/* ------------- */

.EstCapa6 .GerText2A
{
    margin-top: 20px;
    margin-bottom: 10px;

    text-align: center;
}
.EstCapa6 .GerText2A a
{
    font-size: 14px;
    color: #FFF;
    font-weight: normal;

    text-decoration: underline;

    margin-top: 20px;
    margin-bottom: 10px;
}
.EstCapa6 .GerText2B
{
    text-align: center;
}

/* ------------- */

.EstCapa6 .SRow1
{
    margin: 0px;
    padding: 0px;
    
    margin-right: -10px;
    margin-left: -10px;
}
.EstCapa6 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;

    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;

    width: calc(100% / 3);
}

/*
############
BoxInt1
############
*/

.EstCapa6 .BoxInt1
{	
    -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;

    margin: 0px auto;

    width: 100%;
    max-width: 376px;
    height: 260px;

    display: flex;
    align-items: center;

    background: #FFF;
}
.EstCapa6 .BoxInt1_Int1
{	
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px;
}

/* ------------- */

.EstCapa6 .BoxInt1 .ExtText1
{
    font-size: 18px;
    color: #E4C831;
    font-weight: normal;

    margin-bottom: 10px;
}
.EstCapa6 .BoxInt1 .ExtText1 .fa 
{
    margin-right: 5px;
}
.EstCapa6 .BoxInt1 .ExtText1 .fa:last-child
{
    margin-right: 0px;
}

.EstCapa6 .BoxInt1 .ExtText2
{
    font-size: 14px;
    color: #000;
    font-weight: normal;

    line-height: 150%;

    margin-bottom: 10px;
}

.EstCapa6 .BoxInt1 .ExtText3
{
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

/* ------------- */

@media screen and (max-width: 1040px) 
{
	
    /* ------------- */

    .EstCapa6 .GerText1A
    {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .EstCapa6 .GerText1B
    {
        font-size: 14px;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 940px) 
{
	
    /* ------------- */

    .EstCapa6 .SRow1 .SRow1_Col
    {
        width: 100%;
    }

    /* ------------- */
  
}

/* ------------- */

@media screen and (max-width: 767px) 
{

    /* ------------- */

    .EstCapa6 .GerText1B
    {
        font-size: 12px;
    }

    /* ------------- */
  
}

/* ------------- */
























/*
############
# PgAttModal1
############
*/

.PgAttModal1
{
    background: none;
    
    max-width: 800px;
}

/* ------------- */

.PgAttModal1 .panel
{
    background: #FFF;
    border: 0px;

    margin: 0px;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

    display: block;
    overflow: hidden;
}

.PgAttModal1 .panel .panel-heading
{
    margin: 0px;
    padding: 15px;

    background: url('/imagens/Estrutura/dadcb09a-background2_10000001hc0sk00002k028.png') no-repeat center center;
    background-size: cover;
    
    border: 0px;
}
.PgAttModal1 .panel .panel-heading .panel-title
{
    color: #FFFF;
    font-size: 18px;
    font-weight: bold;
}
.PgAttModal1 .panel .panel-heading .panel-title .fa
{
    display: none;
}

.PgAttModal1 .panel .panel-body
{
    background: none;
    border: 0px;

    padding: 15px;
}

.PgAttModal1 .panel .panel-footer
{
    background: none;
    border: 0px;

    padding: 15px;
}
.PgAttModal1 .panel .panel-footer .btn
{
    color: #FFF !important;
    font-size: 15px;
    font-weight: bold;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    display: inline-block;
    position: relative;
    text-decoration: none !important;
    cursor: pointer;

    text-align: center;
    vertical-align: middle;

    width: auto;
    height: auto;
    line-height: normal;

    padding: 12px 20px;
    margin: 0px;

    background: #009245;
    border: none;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.PgAttModal1 .panel .panel-footer .btn:hover,
.PgAttModal1 .panel .panel-footer .btn:active,
.PgAttModal1 .panel .panel-footer .btn:focus
{
    background: #016831;
}

/* ------------- */


















/*
############
PgComprasPgto1
############
*/
.PgComprasPgto1
{
    margin: 0px;
    padding: 50px 0px;
}

/* ------------- */

.PgComprasPgto1 .ExtTitulo1
{
    font-size: 28px;
    color: #000;
    font-weight: bold;

    margin-bottom: 20px;
}

/* ------------- */