@charset "utf-8";
/* CSS Document */

/*css de imagens*/
.upload_image {
  display: none;
}
.file {
  line-height: 30px;
  height: 30px;
  border: 1px solid #A7A7A7;
  padding: 5px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 10px;
}
.btnF {
  border: none;
  box-sizing: border-box;
  padding: 2px 10px;
  background-color: #4493c7;
  color: #FFF;
  height: 32px;
  font-size: 15px;
  vertical-align: middle;
  width: 100%;
}
/*fim css imagens*/

.bti{font-size: 14px; 
	width: 45%; 
	border-radius: 20px;
}
.btv{font-size: 14px; 
	width: 45%; 
	border-radius: 20px;
}
.strv{border: 2px #ccc solid; 
	display: inline-block;
	width:auto;
	background-color: #fff;
	font-size: 16px;
}
.br5{border-radius: 5px;}

.br10{border-radius: 10px;}
.cor1{background-color: #DFF9FF !important}
.cor2{background-color: #FBDBDC !important}
.cor3{background-color: #E0FFE0 !important}
.cor4{background-color: #FFFDE1 !important}
.cor5{background-color: rgba(205,205,205,1.00) !important}

.lincons{
	display: inline-block;
	text-align: left;
	border: 1px #9FB3B9 solid;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 0px;
	height: 30px;
}
.lincons:hover,.lincons:focus,.lincons:active  {
  background:#B2B2CF;
  color:#fff;
  padding-bottom: 0px;
	height: 30px;
}
.bordcons{
	border-right: 1px #9FB3B9 solid;
	text-align: center;
 	padding-bottom: 0px;
	height: 30px;
}
.bordconsl{
	border-left: 1px #9FB3B9 solid;
	text-align: center;
 	padding-bottom: 0px;
	height: 30px;
}
.img{
	background-color:#786B6B; 
	border-radius:45%; 
	width: 30px;
	text-align: center;
	margin:7px 9px 0px 0px; 
	padding: 0px;
	color: #fff;
	float: left;
}
#lendo{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left:0px;
	background-color: transparent;
	/*background-image: url('../img/straight-loader.gif');*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50px;
	z-index:-1; /* 999;*/
}
  
.atuaCad{
	position: absolute; 
	margin-top: -17px; 
	background-color:#E4EBEF; 
	font-size:12px; 
	height:20px; 
	width:110px; 
	border-radius:4px; 
	padding: 0px;
}  
.atuaCadex{
	position: absolute;     
	margin-top: -17px; 
	background-color:#E4EBEF; 
	font-size:12px; 
	height:20px; 
	width:98%; 
	border-radius:4px; 
	padding: 0px;
}
.atuaCad1{
	position: absolute;     
	margin-top: -17px; 
	background-color:#E4EBEF; 
	font-size:12px; 
	height:20px; 
	width:60px; 
	border-radius:4px; 
	padding: 0px;
}
.atuaCad0{
	position: absolute;     
	margin-top: -17px; 
	background-color:#E4EBEF; 
	font-size:12px; 
	height:20px; 
	width:48px; 
	border-radius:4px; 
	padding: 0px;
}

.caix_dial{
	border: 2px #BFC0D9 solid; 
	background:rgb(191,207,255,0.5);  
	box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
}


.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #75bdfa;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #0880e8;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f8ff;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: #054a85;
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
}


