#create_account {
	width: 500px;
	margin-top: 25px;
}

.classe_titulo {
	color: white;
}

/*#create_account label {
	color:Blue;
	font-size: 1.2em;
	margin-right: 10px;
	margin-top: 15px;
	width: 50px;
	float: left;
}

#create_account input {
	font-size: 1.1em;
	margin-top: 15px;
	border-style:solid;
	border-width:1px;
	padding: 5px;
	width: 100px;
}*/

li {
	padding: 3px 5px;
}

.img_explic_left {
	float: left;
	border: 10px;
	width: 427px;
	height: 240px;
	margin: 5px;
}

.img_explic_right {
	float: right;
	border: 10px;
	width: 427px;
	height: 240px;
	margin: 5px;
}

.texto_explic {
	width: 8cm;
	float:right;
}

.text-center {
	margin: auto;
	text-align: center;
}

.mt32 {
	margin-top: 32px;
	font-size: 20px;
}

#usuarios {
	clear: both;
	padding-top: 60px;
	padding-bottom: 20px;

    FONT-SIZE: 14px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

#agrupa_modulos {
	float: left;
	width:100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	/* border-width: 3 3 3 3px;
	border-style: dashed; border-color: green; */

}

#free_test {
	clear: both;
	margin: 0px auto;
	display: block;
	background: #EDEDED;
	width: 60%;
	padding: 10px;
	 /*border-width: 3px 3px 3px 3px;
	border-style: dashed; border-color: green; */
}

.modulos {
	float:left;
	width:260px;
	height: 150px;
	margin: 30px 30px 0px 30px;
	/* border-width: 3 3 3 3px;
	border-style: dashed; border-color: green; */

}

.camada_imagem:hover {
	/* opacity:0.8;
	border-radius:50%; */
	-webkit-filter: grayscale(10%);
	filter: grayscale(10%);
	filter:drop-shadow(8px 8px 10px gray);
}

.modulos_planos {
	grid-row: span 2;
	/* display: inline-block; */
	/* float:left; */
	/*width:150px;
	height: 100px;*/
	/* margin: 5px 0px 0px 6px; */
	/* border-width: 3 3 3 3px;
	border-style: dashed; border-color: green; */
	
    /*width: 500px;*/
    /* padding: 10px; */
    /* background: #f0f0f0; */
    /*overflow:auto;*/
 
    /* Border style */
    /* border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; */
 
    /* Border Shadow */
    /* -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc; */

}

.row {
height: auto;
border-style:solid;
border-width:0px;
text-align: left;
clear: both;
margin: auto;
}

.col-md-3
{/*min-height: 1px; padding-left: 15px; padding-right: 15px;*/
width: 40%;
top: 10px;
left: 10px;
float: left;
text-align: left;
height: auto;

/*float: left;*/
}

.col-md-4
{/*min-height: 1px; padding-left: 15px; padding-right: 15px;*/
width: 40%;
top: 10px;
left: 10px;
float: right;
text-align: left;
height: auto;

/*float: right;*/
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
	font-weight: 100;
	margin-bottom: 0;
	padding: 12px;
	color: rgba(0, 0, 0, 0.3);
}

html
{
	height:100%;
}

body {
	font: 100%;
	margin: 0px;
	height:100%;
}

img {
	border: 0px;
}

footer {
	border-style: none;
}

.geral {
	min-height:100%;
	position:relative;
}

#conteudo_form {
	/* margin: 0 auto; */
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-auto-rows: 190px;
	grid-auto-flow: dense;
	/*clear: both;
	overflow:hidden;*/
}

.aplicativo
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

.botao
{
	margin: 0px 30px;
	color: white;
	background-color: #02448A;
	border-color: #903e7a;
	height: 20px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	text-align: center;
	display: block;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	
	/* border-width: 3 3 3 3px;
	border-style: dashed; border-color: green; */
	
}

#title_page {
	color: #242421;
	letter-spacing: 0.3px;
	margin-top: 0em;
    margin-bottom: 0em;
	/* font-family: Segoe Print; */
	font-family: Segoe UI Light;
	/* font-size: 15px; */
}

.tit1 {
	color: #242421;
	letter-spacing: 0.3px;
}

.tit2 {
	color: #54544e;
	line-height: 1.5;
	letter-spacing: 0.3px;
}

.botao_red
{
	margin: 0px 30px;
	color: black;
	background-color: #fdf18d;
	border-color: #903e7a;
	height: 20px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	text-align: center;
	display: block;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	
	/* border-width: 3 3 3 3px;
	border-style: dashed; border-color: green; */
	
}

.button-text
{
	color: #000099;
	text-align: center;
}

#header {
	background: #02448A;
	float: left;
	margin-top: 0;
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	/* border-width: 1px 1px 1px 1px;
	border-style: dashed; border-color: green; */
}

#menu {
	float: left;
	width: 48%;
	/* border-width: 1px 1px 1px 1px;
	border-style: dashed; border-color: green; */
	/* background: #6F9; */
	}

#logo {
	float: left;
	width: 25%;
	/* border-width: 3px 3px 3px 3px;
	border-style: dashed; border-color: green; */
}

#menu_superior {
	float: left;
	width: 75%;
	height: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
	/* border-width: 3px 3px 3px 3px;
	border-style: dashed; border-color: green; */
}
	
#menu_superior ul {
	padding-bottom:0px;
	margin:0px;
	/* background-color:#EDEDED; */
	list-style:none;
	text-align: right;
}

#menu_superior ul li {
	display: inline;
}

#menu_superior ul li a {
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
 
	/* visual do link */
	/* background-color:#EDEDED; */
	color: #FFFFFF;
	text-decoration: none;
}

#menu_superior ul li a:hover {
	/* background-color:#D6D6D6;
	color: #6D6D6D; */
	border-bottom:3px solid #FFFFFF;
}

#contents {
	float: left;
	width: 52%;
	/* background: #9FC; */
	margin: 0 0 0 0px;
	} 

#footer {
	clear: both;
	float: left;
	/* color: #02448A; */
	text-align: right;
	font-size: 90%;
	background: #02448A;
	height: auto;
	padding-top: 10px;
	margin-top: 20px;
	/*margin-bottom: 10px;*/
	width: 100%;
	/* border-width: 3px 3px 3px 3px;
	border-style: dashed; border-color: green; */

	
	

	/*position: absolute;
	bottom: 0;
height: 60px;
margin:0 auto;*/

	
	
}

#galeria {
	clear: both;
	float: left;
	background: #EDEDED;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}

#tit_secao {
	clear: both;
	float: left;
	background: #EDEDED;
	height: auto;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	display: block;
	border-top: 2px solid #242421;
	margin-bottom: 40px;
}

.Fonte_Ver_Prt_11
{
    COLOR: #000000;
    /* FONT-WEIGHT: bold; */
    FONT-SIZE: 11pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.Fonte_Ver_Prt_10_Bd
{
    COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

.Fonte_Ver_Verm_10
{
    COLOR: red;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

A.link_Ver_Prt_10:link
{
    COLOR: #000000;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Prt_10:visited
{
    COLOR: #000000;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Prt_10:hover
{
    COLOR: #000000;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}

a.link_Ver_Verm_10:link
{
    COLOR: #FF0000;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Verm_10_Bd:link
{
    COLOR: #FF0000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Verm_10_Bd:visited
{
    COLOR: #FF0000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Verm_10_Bd:hover
{
    COLOR: #FF0000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}

A.link_Ver_Brc_10:link
{
    COLOR: #FFFFFF;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Brc_10_Bd:link
{
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Brc_10_Bd:visited
{
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Brc_10_Bd:hover
{
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}

.Fonte_Ver_Brc_10
{
    COLOR: #FFFFFF;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

A.link_Ver_Prt_10_Bd:link
{
    COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Prt_10_Bd:visited
{
    COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
A.link_Ver_Prt_10_Bd:hover
{
    COLOR: #000000;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline
}

/*
  .janelaModal {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.janelaModal:target {
	opacity:1;
	pointer-events: auto;
}

.janelaModal > div {
	width: 800px;
	height: 450px;
	position: relative;
	margin: 5% auto;
	padding: 10px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.fechar {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.fechar:hover { background: #00d9ff; }


form label {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
    text-decoration: none;
    #float:left;
}

#contactform {
 
    width: 500px;
    padding: 20px;
    background: #f0f0f0;
    overflow:auto;
 
    
    border: 1px solid #cccccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; 
 
    
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
 
    }

.button{
    float: right; margin-left:15px;
    margin:10px 55px 10px 0;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
    color: #fff;
 
    text-align: center;
    text-shadow: 0 -1px 1px #64799e;
 
    
    background: #a5b8da;
    background: -moz-linear-gradient
       (top, #a5b8da 0%, #7089b3 100%);
    background: -webkit-gradient
       (linear, 0% 0%, 0% 100%,
       from(#a5b8da), to(#7089b3));
 
    
    border: 1px solid #5c6f91;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
 
    
    -moz-box-shadow: inset 0 1px 0 0 #aec3e5;
    -webkit-box-shadow: inset 0 1px 0 0 #aec3e5;
    box-shadow: inset 0 1px 0 0 #aec3e5;
 
    }
*/

.container-od{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container-od{width:750px}}@media (min-width:992px){.container-od{width:970px}}@media (min-width:1200px){.container-od{width:1170px}}

@media screen and (max-width:480px) {
	.modulos {
		float: none;
	}
	.col-md-4 {
		float: none;
	}
	#menu {
		float: none;
	}
	#container {
		margin: 0px auto;
		width: 100%;
		background: #fff;
	}
	.dir-post-interna{
		margin-left:15px;
		width: 100%;
		float:left;
		position:relative;
		/* padding-bottom:70px; */
	}
	.corpo{
		width: 100%;
		margin:0 auto;
		position:relative;
		display:table;
	}
	.esq-principal{
		width: 100%;
		margin:0 30px 0 25px;
		float:left;
	}
	.ajuste_imagem {
		width: 100%;
	}
}

@media screen and (min-width:960px) {
	#container {
		margin: 0px auto;
		width: 960px;
		background: #fff;
	}
}

.img_left_desc {
	float: left;
	width: 50%;
}

.img_right_desc {
	float: right;
	width: 50%;
	text-align: right;
}

.txt_left_desc {
	float: left;
	width: 50%;
	text-align: justify;
}

.txt_right_desc {
	float: left;
	width: 50%;
	text-align: justify;
}

.Fonte_Ver_Verm_10_Bd
{
    COLOR: red;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
}



.engloba-texto-post {
	font-size:14px;
	/*font-weight:400;*/
	line-height:20px;
	color:#000000;
	margin-bottom:10px;
	margin-top:30px;
	padding-top:15px;
    FONT-FAMILY: Tahoma;
}

.dir-post-interna{
	margin-left:15px;
	width:495px;
	float:left;
	position:relative;
	padding-bottom:70px;
}

.corpo{
	width:960px;
	margin:0 auto;
	position:relative;
	display:table;
}
.back-principal{
	width:100%;
	min-height:1237px;
}
.esq-principal{
	width:595px;
	margin:0 30px 0 25px;
	float:left;
}
.engloba-cada-post{
    margin-bottom: 30px;
}
.cada-post{
	width:100%;
    height: auto;
	min-height:235px;
	margin-top:30px;
	padding:0 5px 25px 5px;
	border-bottom:solid 1px #bbbbbb;
	display:table;
}
.esq-post{
	width:75px;
	float:left;
	text-align:center;
/*}
.back-data{
	width:75px;*/
	height:76px;
	margin-bottom:18px;
	background:#02448A;
	border-radius:10px;
}
.maior-data, .menor-data{
	font-family: 'Lato', sans-serif;
	color:#fff;
	text-align:center;
}
.maior-data{
	font-size:30px;
	font-weight:400;
	line-height:28px;
}
.menor-data{
	font-size:12px;
	font-weight:500;
	line-height:4px;
}
.dir-post{
	margin-left:15px;
	width:495px;
	height:235px;
	float:left;
	position:relative;
}
.paginacao{
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#474747;
}
.titulo-post{
	text-decoration:none;
    text-transform: uppercase;
	/* display: block; */
	font-family: 'Lato', sans-serif;
	font-size:24px;
	font-weight:300;
	line-height:30px;
	color:#474747;
}
.titulo-post:hover{
	text-decoration:underline;
}
.publicado-post, .tags-post{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	margin-bottom:10px;
	color:#333;
}
.publicado-post a, .tags-post a{
	color:#02448A;
	text-decoration:none;
}
.publicado-post a:hover, .tags-post a:hover{
	text-decoration:underline;
}
.texto-post{
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#474747;
}
.botao-post{
	display: block;
	position: absolute;
	text-decoration: none;
	right: 0;
	bottom: 1px;
	padding-left: 27px;
	padding-right:8px;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	border-radius:10px;
	background-position: 5px -100px;
	background-color:#02448A;
	color: #fff;
	text-align:right;
	height:30px;
	width: 120px;
}

.dir-principal{
	width: 275px;
	height: 1237px;
	margin: 0 25px 0 10px;

	float: left;

}

.form-busca{
	margin-top:30px;
	margin-bottom:20px;
	display:table;
	width:100%;
}
.input-busca{
	margin:0;
	display:block;
	float:left;
	width: 224px;
	border:solid 1px #02448A;
	font-size: 15px;
	font-weight: 400;
	color: #474747;
	padding: 5px 10px;
	border-bottom-left-radius:2px;
	border-top-left-radius:2px;
}
.submit-busca{
	display:block;
	float:left;
	margin:0;
	border:none;
	height:29px;
	width:29px;
	/*background-image: url("lupa.png") no-repeat 2px -59px;*/
	background:#02448A url('') no-repeat 2px -59px;
	color:#ffffff;
	cursor:pointer;
	border-bottom-right-radius:2px;
	border-top-right-radius:2px;
}
.input-busca:focus, .submit-busca:focus{
	outline:none;
}