@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700');

body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

img {
	border: none;
	display: block;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

form {
	margin: 0;
	padding: 0;
	display: block;
}

label {
	cursor: pointer;
}

label:hover {
	text-decoration: underline;
}

input[type=text], input[type=email], input[type=password], input[type=submit], input[type=file], input[type=button] {
	appearance: none;
	-webkit-appearance: none;
}

/* DIVS ESTRUTURA DO SITE */

.container-principal {
	width: 710px;
}

.conteudo-principal {
	width:520px;
	float:left;
}

.wp-main { /* ESTILO DA NOVA ESTRUTURA DO SITE, SUBSTITUI O ESTILO ".CONTAINER" */
	padding: 10px;
	background-color: #FAFAFA;
	outline: 1px solid #b8d6fb;
	outline-offset: -1px;
	position: relative;
}

.container {
	padding: 10px;
	background-color: #FAFAFA;
	outline: 1px solid #b8d6fb;
	outline-offset: -1px;
	position: relative;
}

#conteudo {
	width:510px;
	float:left;
}

/* FIM DIVS ESTRUTURA DO SITE
-------------------------------------------------------------
*/
/*
.fb-comments, .fb-comments * {
	width: 100% !important;
}*/

.menu-direito-principal {
	width: 180px;
	float: right;
	/*
	position: -webkit-sticky;
	position: sticky;
	top: 10px;*/
}

#menu-direito {
	width:170px;
	float:right;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.padding-10 {
	padding: 10px;
}

.text-center {
	text-align: center;
}

.font-size-13 {
	font-size: 13px;
}

.bloco-principal {
	display:block;
	padding:10px;
	background-color:#FAFAFA;
	position:relative;
	margin-bottom:10px;
	outline:1px solid #b8d6fb;
	outline-offset:-1px;
}

.bloco-principal:last-child {
	margin-bottom:0;
}

.box-erro {
	font-size: 12px;
	color: #FF0000;
	background-color: #FFEAEA;
	border: 1px solid #ffc4c4;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box-erro a {
	color: #FF0000;
}

.box-erro a:hover {
	text-decoration: underline;
}

.box-aviso {
	font-size: 12px;
	color: #00529b;
	background-color: #F1F5F9;
	text-align: left;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #b8d6fb;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.box-aviso a {
	color: #00529b;
}

.box-aviso a:hover {
	text-decoration: underline;
}

.box-erro img, .box-aviso img {
	margin-right: 10px;
	float: left;
	width: 30px;
	height: auto;
	border: 0;
}

.box-direito {
	font-size:12px;
	background-color:#ffffff;
	border:1px solid #e9eaed;
	padding:10px;
	line-height:170%;
	/*margin-bottom:10px;*/
	border-radius:5px;
	-webkit-border-radius:5px;
}

.box-depoimentos {
	background-color:#ffffff;
	border:1px solid #e9eaed;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.flexbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 10px;
}

.wp-title, .wp-back { /* ESTILO DA NOVA ESTRUTURA DO TITULO, SUBSTITUI O ESTILO ".BOX-TITULO, BOX-TITULO-VOLTAR" */
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

	.wp-title {
		color: #336799;
		border-bottom: 1px solid #e9eaed;
		margin-bottom: 10px;
		padding-bottom: 7px;
	}

	.wp-back {
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.wp-title span, .wp-back span {
		margin-right:7px;
	}

	.wp-back a {
		color:#666;
	}

	.wp-subtitle {
		font-family: 'PT Sans Narrow', sans-serif;
		color: #666;
		font-size: 20px;
		background-color: #ffffff;
		border: 1px solid #e9eaed;
		border-radius: 5px;
		padding: 10px;
		margin-bottom: 10px;
		line-height: 1;
	}

.box-titulo {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 18px;
	/*color:#f06d9b; COR OUTUBRO ROSA*/
	/*color:#666; COR CINZA PADRÃO*/
	color:#336799; /*COR AZUL*/
	text-transform: uppercase;
	border-bottom: 1px solid #e9eaed;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.box-titulo-voltar {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #666;
	text-transform: uppercase;
	position: absolute;
	top: 10px;
	right: 10px;
}

.box-titulo span, .box-titulo-voltar span {
	margin-right:7px;
}

.box-titulo-voltar a {
	color:#666;
}

#box-relatar {
	font-size:12px;
	background-color:#FAFAFA;
	padding:10px;
	height:auto;
	min-height:100%;
}

.box-standard {
	font-size:12px;
	color:#000;
	text-align:left;
	background-color:#ffffff;
	border:1px solid #e9eaed;
	padding:10px;
	margin-bottom:10px;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.box-standard:last-child {
	margin-bottom:0;
}

a.btn-direito {
	background-color: #ffffff;
	border: 1px solid #e9eaed;
	font-size: 14px;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all 0.1s ease;
}

	a.btn-direito {
		color: #666;
		display: block;
	}

	a.btn-direito:hover {
		background-color: #F1F5F9;
		border: 1px solid #007aff;
		-webkit-transition: all 0.1s ease;
	}

	a.btn-direito span {
		margin-right: 7px;
	}

.botao-confirmar {
	font-size:17px;
	color:#007aff;
	background-color:#ffffff;
	border:1px solid #007aff;
	height:43px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-webkit-transition: all 0.3s ease;
}

.botao-confirmar:hover {
	background-color:#F1F5F9;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
}

	.botao-confirmar {
		width:150px;
	}

.botao-consultar {
	font-size:15px;
	color:#007aff;
	background-color:#ffffff;
	border:1px solid #007aff;
	height:25px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin:0px;
	-webkit-transition: all 0.3s ease;
}

	.botao-consultar:hover {
		background-color:#F1F5F9;
		cursor:pointer;
		-webkit-transition: all 0.3s ease;
	}

#botao-voltar {
	font-size:17px;
	background-color:#ffffff;
	border:1px solid #007aff;
	height:43px;
	line-height:43px;
	text-align:center;
	-webkit-border-radius:5px;
	border-radius:5px;
}

	#botao-voltar a {
		display:block;
		color:#007aff;
	}

	#botao-voltar:hover {
		background-color:#F1F5F9;
	}

	#botao-voltar {
		width:150px;
	}

.form-input, .form-menor {
	font-size:12px;
	color:#000000;
  	height:30px;
  	margin-bottom:10px;
	padding:5px;
  	background:none;
  	border:1px solid #d8d8d8;
	border-radius:5px;
	-webkit-border-radius:5px;
}

	.form-input:focus, .form-menor:focus {
		border-color:#007aff;
		outline:0;
	}

	.form-menor {
		width:40%;
	}

	.form-input {
		width:100%;
	}

.select-form {
	font-size:12px;
	color:#000000;
  	height:30px;
  	margin-bottom:10px;
  	background:none;
  	border:1px solid #d8d8d8;
	border-radius:5px;
	-webkit-border-radius:5px;
}

	.select-form:focus {
		border-color:#007aff;
		outline:0;
	}

.textarea-form {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
  	height:70px;
	width:100%;
	margin-bottom:10px;
  	border:1px solid #e9eaed;
}

	.textarea-form:focus {
		border-color:#007aff;
		outline:0;
	}

.wp-table {
	text-align: center;
	background-color: #FFFFFF;
	border: 1px #CCC solid;
    width: 100%;
	table-layout: fixed;
}

	.wp-table a {
		color: blue;
	}

	.wp-table a:hover {
		text-decoration: underline;
	}

	.wp-table a:active {
		color: red;
	}

	.wp-table tr {
		height: 35px;
	}

	.wp-table tr:nth-child(1) {
		background-color: #CCC;
		color: #000000;
		height: 25px;
	}

.swal2-modal {
	font-size: initial;
}

.swal2-modal label:hover {
	text-decoration: initial;
}

.swal2-footer {
	margin: 20px -20px 0 -20px;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #eee;
	color: #545454;
	font-size: 14px;
	text-align: center;
}

.swal2-footer a {
	color: #1f74b6;
	text-decoration: none;
}

.swal2-footer a:hover {
	text-decoration: underline;
}

#swal-input-password {
	padding: 0 43px 0 12px !important;
}

#swal-input-password, #swal-input-cpf {
	margin: 20px auto 5px auto !important;
}

#swal-toggle-password {
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swal2-modal .swal2-validationerror {
	margin: 15px -20px 0 -20px !important;
}

.grecaptcha-badge {
	visibility: hidden;
}