@charset "utf-8";

/*Import para fonte Montserrat*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;900&display=swap');

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(245, 12, 44, 0.5);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(245, 12, 44, 0);
  }
}
:root {
	--green: #86e74f;
	--darkgray: #191919;

}
/* ANIMAÇÃO NO BODY */
@-webkit-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; } 
}
@-moz-keyframes fadeIn {
0% { opacity: 0;}
100% { opacity: 1; }
}
@-o-keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes fadeIn {
0% { opacity: 0; }
100% { opacity: 1; }
}
.fadeIn {
-webkit-animation: fadeIn 3s ease-in-out;
-moz-animation: fadeIn 3s ease-in-out;
-o-animation: fadeIn 3s ease-in-out;
animation: fadeIn 3s ease-in-out;
}
/* FIM DA ANIMAÇÃO */

.menuMobile00 {
	position: absolute;
    top: 5px;
    left: 5px;
    background: #aa2d25;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Montserrat' !important;
	background: #fff;
	width:100%;
	height: 100%;
	color: #000;
	font-size: 100%;
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	overflow-x:hidden;
	padding-top: 83px;
}
html, body {
    height: 100%;
}
p {
	margin: 0px;
}
.pc {
	display: block;
}
.mobile {
	display: none;
}
.voltarTopo {
    bottom: 20px !important;
    display: block;
    position: fixed;
    right: 30px;
	background:url(../imagens/voltar_ao_topo.png) no-repeat top center;
	width:95px;
	height: 60px;
	border: none;
	cursor:pointer;
    z-index: 99;
}
::-webkit-input-placeholder{
  color: #666 !important;
}
img, picture, video, embed {
	max-width: 100%;
	border: 0 !important;
}
img.acende:hover {
	opacity: 0.9; 
	-moz-opacity: 0.9;
	Filter: Alpha(Opacity=85)
}
img.acende {
	opacity: 1.0; 
	-moz-opacity: 1.0;
	Filter: Alpha(Opacity=100)
}
img.zoom {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	opacity: 1.0;
}
img.zoom:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0.3;
}
img.zoom2 {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	opacity: 1.0;
	overflow:hidden;
}
img.zoom2:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
img.zoom3 {
	-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
	opacity: 1.0;
	overflow:hidden;
}
img.zoom3:hover {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0.3;
}
:focus { 
	outline: 0!important;
}
input, select, textarea {
	outline: 0 none;
}
input:focus { 
	outline: none; 
}
img:focus { 
	outline: none; 
}
button {
	border: none !important;
}
.textoInterno {
	padding: 10px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    min-height: 300px;
    line-height: 22px;
	color: #4d4d4d;
}
.barraadmin {
	background:#333;
	padding: 3px;
	display: none;
}
.barraadmin a {
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
}
.saibaMais {
	background:#007a44;
	cursor: pointer;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 8px 20px;
	float: right;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
	margin:10px;
}
.saibaMais:hover {
	background:#666666;
}
.saibaMais a {
	color: #fff !important;
	text-decoration:none;
}
.buttonSaibaMais {
	width: 100%;
}
.siteCenter {
	width:1200px;
	margin: 0 auto;
	position: relative;
}
.d-flex {
	display: flex;
	align-items: center;
}
a {
	text-decoration:none;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
a:hover {
	text-decoration: none !important;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Barra de Rolagem da Página Personalizada */
::-webkit-scrollbar {
    width: 12px;
    height: 10px;
}
 
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
    display: none;
}
 
::-webkit-scrollbar-track-piece  {
    background-color: #3b3b3b;
}
 
::-webkit-scrollbar-thumb:vertical {
    background-color: #cccccc
}
.coluna100 {
	width: 100%;
	clear:both;
	position:relative;
}
.coluna50 {
	width: 50%;
	float: left;
	position:relative;
}
.coluna33 {
	width: 33%;
	float: left;
	position:relative;
}
.coluna30 {
	width: 30%;
	float: left;
	position:relative;
}
.coluna70 {
	width: 70%;
	float: left;
	position:relative;
}
/*.coluna33:nth-child(odd) {
	width: 34%;
	float: left;
}*/
.coluna75 {
	width: 75%;
	float: left;
	position:relative;
}
.coluna25 {
	width: 25%;
	float: left;
	position:relative;
}
.coluna20 {
	width: 20%;
	float: left;
	position:relative;
}
.coluna80 {
	width: 80%;
	float: left;
	position:relative;
}
.coluna60 {
	width: 60%;
	float: left;
	position:relative;
}
.coluna40 {
	width: 40%;
	float: left;
	position:relative;
}
/* --------------------------------------------------- */
.obs {
	font-size:12px;
	color:#FF0000;
}
/* LOGIN HTML5 */

.login {
	width: 400px;
	height: 300px;
	background:#fff;
	color: #9e9e9e;
	border-radius: 5px;
	margin: 30px auto;
}
.loginTitulo {
	height: 63px;
	width:375px;
	background:#191a4a;
	line-height:62px;
	color: #fff;
	font-weight:bold;
	padding-left:25px;
	border-radius: 5px 5px 0px 0px;
	position: relative;
}
.loginCorpo {
	width:375px;
	padding-left:25px;
	position: relative;
    border: 1px solid #ccc;
}
.logoLogin {
	width: 100%;
	text-align:center;
	margin: 0px 0px 0px 0px;
}
.campo {
	position: relative;
}
.campo input {
  margin: 20px 10px 0px 10px;
  width: 290px;
  line-height: 50px;
  background: none;
  border: 1px solid #ccc;
  padding: 0px 15px;
}
.campo textarea {
  margin: 20px 10px 0px 10px;
  width: 290px;
  line-height: 50px;
  background: none;
  border: 1px solid #ccc;
  padding: 0px 15px;
  font-family:Arial, Helvetica, sans-serif;
}
.campoNew {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.campoNewT {
	display: block;
	width: 100%;
	height: 300px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	font-family:Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.newButton {
	background:#7cb63e;
	border: none;
	padding: 12px 25px;
	color: #fff;
	font-weight:bold;
	cursor: pointer;
}
.newButton:hover {
	background:#333333;
	color: #fff;
}
.login #botao {
	width: 100px;
	height: 40px;
	margin: 20px 10px;
	cursor: pointer;
	border: none;
	color: #fff;
	background:#191a4a;
	border-radius: 5px;
}
.login #botao:hover {
	background:#333333;
}
.loginX {
	position: absolute;
	top: 13px;
	right: 13px;
	cursor:pointer;
}
.loginIco {
	position: absolute;
	bottom: 18px;
	right: 50px;
}
.linkSenha {
	cursor: pointer;
	position: absolute;
	bottom:23px;
	right: 43px;
}
.linkSenha a {
	color: #666;
	text-decoration:none;
}
.logoLogin img {
	margin-top: 40px;
	border-radius: 10px;
}
/* --------------------------------------------------- */
.clear {
	clear: both;
}
/* ----------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}    
.clearfix:after {
	clear: both;
}    
.clearfix {
	*zoom: 1;
}
.container {
	width: 100%;
}
.topo {
	background-color: #fff;
    width: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    box-shadow: 0 2px 5px 0px #00000014;
    -webkit-box-shadow: 0 2px 5px 0px #00000014;
    -moz-box-shadow: 0 2px 5px 0px #00000014;
	padding: 5px 0px;
	transition: transform 0.3s ease-in-out;
}

/* Classe que esconde o topo */
.topo.hide {
  transform: translateY(-100%);
}
.logo {
	padding: 10px;
}
.logo img{
	margin: 0 auto;
	height: 65px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.btnaction {
	margin: 30px 50px 30px 10px;
    cursor: pointer;	
}
.btnactionyellow {
    color: #0b4b63 !important;
    background: #ffc600;
    padding: 8px 30px;
    border-radius: 50px;
    border: 1px solid #ffc600;
}
.btnactionyellow:hover {
    background: #fff;
}
.formsearch {
	margin: 22px 0px 22px 10px;
    cursor: pointer;
	border-bottom: 1px solid #ccc;	
	display:none;
}
.formsearch input {
	padding: 8px 15px;
	border:none;
	width: 230px;
}
.buttonsearch {
	margin: 22px 10px 22px 0px;
    cursor: pointer;	
}
.btnmenu {
	margin: 17px 10px 25px 50px;
    cursor: pointer;	
}
.open {

}
.open ul li a {

}
.opens {
	display:block;
}
.nav-menu {
    padding: 40px 0px;
	height: 100vh;
    width: 0;
    position: fixed;
    z-index: 100;
    top: 97px;
    box-sizing: border-box;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.nav-menu  ul {
	padding: 0px;
	margin: 0px;
}
.nav-menu ul li {
	list-style:none;
	padding: 10px 0px;
}
.nav-menu ul li:hover a {
	font-weight:bold;
}
.nav-menu ul li a {
	color: #fff;
	text-transform:uppercase;
	font-size: 18px;
}
.nav-menu .icosocial1, .nav-menu .icosocial2 {
	padding: 10px;
	font-size:30px;
	color: #ccc;
}
.nav-menu .icosocial1:hover {
	
}
.nav-menu .icosocial2:hover {
	
}
.nav-menu .clink {
	
}
.slideshow {
	margin-top:84px;
}
.principal {
    flex:1;
	font-size:1.4em;
	margn-top: 7px;
}
.whatsapp {
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
    cursor: pointer;
}
.whatsappcontent {
	position: relative;
	margin-top: 2px;
}
.notificacao {
	font-family: Arial;
    line-height: 1.5;
    font-size: 12px;
    font-weight: bold;
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
    box-shadow: 0 0 0 #E91E63;
    animation: shadow-pulse 2s infinite;
	-webkit-animation-name: shadow-pulse;
    animation-name: shadow-pulse;
    z-index: 9999;
    position: absolute;
	color: #fff;
    top: -5px;
    right: 2px;
}
.titulointerno {
    color: #0d0d17;
    font-size: 34px;
    margin: 15px 0px;	
}
.linetitulo {
    content: "";
    background-color: #e97615;
    width: 80px;
    height: 3px;
    display: block;
    margin-top: 10px;	
}
.center {
	text-align: center;
}
/* TABS */
#tabs {
	font-size:14px;
	text-align:justify;
	color: #6e6e6e;
}
#tabs ul {
	margin: 0px;
	padding: 0px;
}
#tabs ul li {
	float: left;
	list-style:none;
	background:#1b1b1b;
	padding: 5px 15px;
	cursor: pointer;
	margin: 10px 5px;
}
#tabs ul li:hover{
	background:#1b8dd3;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active, .ui-tabs .ui-tabs-nav li.ui-state-disabled, .ui-tabs .ui-tabs-nav li.ui-tabs-loading {
	background:#1b8dd3 !important;
}
#tabs ul li a{
	color: #fff;
	font-family: 'dancing_script';
	font-size:40px;
}
#aba-1 {

}
#aba-2 {

}
#aba-3 {

}
#aba-4 {

}
/* FORMULÁRIO DE CONTATO */
.imgForm {
	
}
.colunaForm {
	padding: 0px 0px 0px 0px;
    font-size: 13px;
}
.colunaContatos {
    background: url(../imagens/bg-contatos.png) top center no-repeat;
    padding: 105px 85px;
    font-size: 14px;
	min-height:530px;
}
.colunaContatosTitulo {
	font-size:20px;
	text-align:center;
	width:100%;
}
.line2 {
	float: left;
    width: 50%;
    padding: 5px;
    line-height: 46px;
    font-style: italic;
}
.line3 {
	text-align: center;
    width: 100%;
    margin: 10px auto;
    border: 3px solid #333;
}
#simulacaoButton {
	background: #FF0000;
    border: none;
    cursor: pointer;
    height: 60px;
    width: 100%;
    color: #FFF;
    font-size: 26px;
}
#simulacaoButton:hover {
	background:#333;
}
.formulario {
	text-align:left;
}
.formImg {
	margin-top: 10px;
}
.formImg, .formImg img {
	width: 100%;
}
.formitem2 input{
	background:url(../imagens/ico-form-1.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px;
}
.formitem3 input{
	background:url(../imagens/ico-form-2.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px;
}
.formitem4 {
	padding-left: 0px;
	width:100%;
}
.formitem6{
	float: left;
	width:50%;
	padding: 0px 5px 0px 0px;
}
.formitem7{
	float: right;
	width:49%;
}
.formitem10{
	float: left;
	width:50%;
}
.formitem8 {
    width: 100%;
    height: 35px;
    float: left;
	padding-left: 5px;
}
.formitem8 input{
	background: none;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px;
	color: #333;
	width: 100%;
}
.formitem18 {
    width: 100%;
    height: 35px;
    float: left;
	padding-left: 5px;
}
.formitem18 #filename{
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
.formitem18 #fakeBrowse{
	background: #235d97;
	margin: 2px;
	cursor:pointer;
	border-radius: 5px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	color: #fff;
}
.formitem6 select{
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px 5px 0px;
}
.formitem7 input{
	background:url(../imagens/ico-form-3.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px 5px 0px;
}
.formitem10 input{
	background:url(../imagens/ico-form-4.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px 5px 0px;
}
.formitem11 input{
	background:url(../imagens/ico-form-4.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:100%;
	margin: 5px 0px;
}
.formitem4 textarea{
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 10px 5px 10px;
	height: 180px;
	width:100%;
	margin: 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.formitem5 {
	text-align: center;
    width: 250px;
    margin: 0 auto;
    border: 3px solid #333;
}
.formitem5 #formButton {
	background:#97342e;
	border: none;
	cursor: pointer;
	height: 60px;
	width:100%;
	color:#fff;
}
.formitem5 #formButton:hover {
	background:#333;
}
.formitem9 input{
	background:url(../imagens/ico-form-4.jpg) no-repeat top right;
	background-color:#f3f3f3;
	border: 1px solid #ccc;
	padding: 5px 46px 5px 10px;
	height: 46px;
	width:98%;
	margin: 5px 0px;
}
#buttonn {
	width: 50%;
	margin: 0 auto;
	padding: 15px 25px;
	text-align:center;
	cursor:pointer;
	color: #fff;
	background:#235d97;
	margin: 5px 0px;
	text-transform:uppercase;
	font-size:18px;
	border: none;
}
#buttonn:hover {

}
.foto {
	float: left;
	border: 1px solid #eee;
	padding: 5px;
	background: #fff;
	width: 169px;
	height: 169px;
	overflow:hidden;
}
.foto img {
	width: 100%;
	min-height:100%;
}
/* ------------------------------------------------ */

/* NOTÍCIAS */
.ops {
	font-size:23px;
	color:#CCCCCC;
	text-align:left;
	line-height:80px;
}
.ops strong {
	font-weight:normal;
	text-align:left;
	font-size:120px;
}
.blogItem {
	min-height: 209px;
	width:100%;
	margin: 20px 0px;
	overflow:hidden;
}
.blogData {
	background:#6a1252;
	font-size:14px;
	color: #fff;
	padding: 0px 10px;
	width: 200px;
	line-height: 25px;
}
.blogDados {
	width: 100%;
}
.blogImg {
	float: left;
	width: 30%;
	overflow:hidden;
	max-height: 183px;
}
.blogTexto {
	float: left;
	border: 1px solid #bfbfbf;
	background:#fff;
	width: 69%;
}
.blogTexto img {
	max-width:100%;
}
.blogTitulo {
	font-size:24px;
	color: #4d4d4d;
	overflow:hidden;
	height: 30px;
	padding-left:10px;
}
.blogTexto2 {
	color: #939393;
	text-align:left;
	line-height:25px;
	font-size:14px;
	padding-left:10px;
	min-height: 117px;
}
.blogButtonContainer {
	
}
.blogButtonn {
	float: right;
	background:#3b5998;
	color: #fff;
	cursor: pointer;
	padding:5px 10px;
	margin: 0px 3px;
}
.blogButton {
	float: right;
	background:#4d4d4d;
	color: #fff;
	cursor: pointer;
	padding:5px 10px;
}

.blogButtonn a{
	font-size:16px;
	color: #fff;
	text-decoration:none;
}
.blogButton a{
	font-size:16px;
	color: #fff;
	text-decoration:none;
}
.blogButtonn:hover {
	background:#2b4274;
}
.blogButton:hover {
	background:#6a1252;
}
.titulo6 {
	font-size:28px;
}
.textoInterno {
	text-align:justify;
}
.textoInterno a{
	color: #0000CC;
}
/* -------------------------------------------------------- */
/* CAROUSSEL */
.noticias {
	position: relative;
	width: 100%;
	min-height:300px;
}
.buttonNoticias {
	background:#6a1252;
	color: #fff;
	text-align:center;
	line-height:40px;
	padding: 0px 30px;
}
.buttonNoticias:hover {
	background:#333;
}
.noticias img{
	max-width: 100%;
}
.noticiaInterna .notItem {
	float:left;
	width: 48%;
	margin: 1%;
}
.noticiaInterna .notImg {
	height: auto;
	overflow:inherit;
}
.noticiaInterna .notTitulo {
	height: 40px;
}
.noticiaInterna .notItem img {
	width: 100%;
	max-height: 217px;
}
.notImg {
	border: 1px solid #ccc;
	border-bottom: none;
	height: 138px;
	overflow:hidden;
}
.notDados {
	width: 100%;
	border: 1px solid #ccc;
	border-top: none;
	padding:0px 6px;
}
.notTitulo {
	color: #007a44;
	font-weight:bold;
	font-size:15px;
	height: 60px;
	overflow:hidden;
	line-height:20px;
}
.notCat {
	font-size:10px;
	color: #999;
}
.notDesc {
	font-size: 10px;
	text-align:justify;
	color: #333;
	height: 80px;
	overflow:hidden;
	margin-bottom: 10px;
	line-height:17px;
}
.notButton {
	width: 100%;
	color: #999;
	font-size:12px;
	text-align:center;
	line-height:30px;
	border: 1px solid #ccc;
	border-top: none;
}
.notButton a{
	color: #999;
}
.notButton:hover {
	background:#007a44;
}
.notButton:hover a{
	color: #fff;
}
.clearout {
	height:20px;
	clear:both;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
}
.noticias .nbs-flexisel-inner {
/*	margin-left: 70px !important;*/
}
.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px 5px;
    cursor:pointer;
    position:relative;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 34px;
    height: 34px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    right: 35px;
	top: -40px !important;
    background: url(../imagens/arrow-left.png) no-repeat;
}
.nbs-flexisel-nav-right {
    right: 0px;
	top: -40px !important;
    background: url(../imagens/arrow-right.png) no-repeat;
}

/* --------------------------------------------- */
.barraTopo {
	background:#6a1252;
	min-height: 40px;
	line-height:40px;
	color:#FFFFFF;
	text-align:center;
}
.barraTopoMobile {
	display: none;
	background:#6a1252;
	min-height: 40px;
	line-height:40px;
	color:#FFFFFF;
	text-align:center;
}
#slidePrincipal #test2 {
    width: 100%;
	min-height:768px;
}
.preenchedor {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 768px;
	background:url(../imagens/preenchedor.png) top center repeat;
	z-index:999;
	display:none;
}
.boxTopo {
	position: absolute;
	top:20px;
	left:0px;
	width:100%;
	z-index:9999;
	color: #fff;
	font-size:20px;
	text-align:center;
}
.setaTopo {
	margin-top: 2em;
}
.mapa {
	cursor:pointer;
	padding:0px 0px;
}
.mapa a{
	font-size:1em;
	color:#0000CC;
}
.caixa {
	width: 42.553191489362%; /* 264px / 1128px */
	padding: 2.4em 4em 2.4em 4em;
	position: absolute;
	top: 48px;
	background: rgba(0,0,0,0.6);/* Preto transparente */
}
.rotuloLogin {
	text-align:right;
}
.rotuloLogin a{
	background:#00CC33;
	padding: 10px 20px;
	color: #fff;
}
.rotuloLogin a:hover{
	color: #000;
}
.coluna {
	float: left;
}
.coluna:last-child {
	margin-right: 0;
}
.coluna_img {
	cursor: pointer;
	overflow:hidden;
	width: 100%;
}
.coluna_dados {
	height: 140px;
	overflow: hidden;
}
.coluna_nome {
	font-size: 1.6em;
	font-weight:bold;
	line-height:40px;
}
.coluna_desc {
	text-align:justify;
	line-height: 20px;
	height: 100px;
	overflow: hidden;
}
c {
	font-size:0.8em;
	font-weight:bold;
	line-height:10px;
}
.boxNoticia {
	float: left;
	width: 278px;
	margin: 0px 15px;
	height: 326px;
	overflow:hidden;
}
.imgboxNoticia {
	max-width:278px;
	overflow:hidden;	
}
.imgboxNoticia img {
	height: 183px;
}
.tituloboxNoticia {
	font-weight:bold;
	color: #4c4d4f;
	font-size: 18px;
	line-height: 27px;
}
.descboxNoticia {
	text-align:justify;
	font-size:11px;
}
.outrasNoticias {
	background:url(../imagens/ico7.jpg) top right no-repeat;
	padding-right:26px;
	text-align:right;
	margin: 10px 0px;
}
.outrasNoticias a {
	color: #4c4d4f;
	text-decoration:none;
	font-size:14px;
}
.outrasNoticias a:hover {
	color: #FF3300;
}
/* NOTÍCIA INTERNA */
.notItem {
	float: left;
	margin: 5px 5px;
	width: 230px;
	border: 1px solid #a6b035;
	padding-bottom:10px;
}
.notImg {
	cursor: pointer;
}
.notImg img{
	width: 100%;
}
.notDados {
	padding: 10px;
	height: 200px;
    overflow: hidden;
}
.notTitle {
	font-weight:bold;
	font-size:14px;
}
.notCat {
	font-style:italic;
	font-size:12px;
}
.notTexto, .notTexto p, .notTexto span {
	text-align:justify;
	line-height:21px;
	font-size:14px !important;
}
.notLink{
	padding: 0px 10px;
	margin-top: 3px;
}
.notLink a{
	text-decoration:none;
	color: #000;
	font-size:14px;
	background: #dbdbdb;
	padding: 0px 8px;
}
.notLink a:hover{
	background:#1771d7;
	color: #fff;
}
.notInterna {
	border-top: 1px dashed #999;
	margin-top: 15px;
}
.notInternaData {
	font-size: 14px;
	color: #1771d7;
}
.notInternaTitulo {
	font-size: 26px;
	text-align: left;
	color: #000;
	font-weight:bold;
}
.notInternaTexto {
	text-align:justify;
}
.notInternaTexto img {
	height: auto;
}
.notInternaAutor {
	clear: both;
}
.notInternaCat {
	
}
.notInternaBarra {
	height: 40px;
	background:#1771d7;
	width: 100%;
}
.notLine {
	margin: 8px 0px;
}
.notLine a{
	text-decoration:none;
	color: #000;
	font-size:14px;
	background: #dbdbdb;
	padding: 0px 8px;
}
.notLine a:hover{
	background:#1771d7;
	color: #fff;
}
/* ------------------------------------------------------ */
/* CSS ESPECÍFICA */

.topo .container {
	justify-content: space-between;
    align-items: center;
}
.t__logo {
	
}
.t__menu ul{
	padding:0px;
	margin: 0px;
}
.t__menu ul li{
	list-style: none;
	float: left;
}
.t__menu ul li:hover a img{

}
.t__menu ul li:hover a img{

}
.t__menu ul li a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 20px;	
	display: inline-flex;
	align-items: center;
	gap: 8px; /* espaço entre ícone e texto */
	transition: color 0.3s ease;
}

.t__menu ul li a span {
  display: inline-block;
  transition: transform 0.3s ease;
}
.t__menu ul li a:hover span {
  transform: translateX(5px); /* move o texto 5px para a direita */
}
.t__btn a{
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	background: var(--green);
	border-radius: 50px;
	padding: 10px 20px;
}
.t__btn a:hover{
	background: #000;
	color: #fff;
}
.t__btnicon img{
	width: 37px;
	cursor: pointer;
}
.carousel-indicators {
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: 20px;
    margin-bottom: 1rem;
    margin-left: 20px;
    list-style: none;
    flex-direction: column;
    gap: 5px;
    top: 20px;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
    flex: 0 1 auto;
    width: 6px;
    height: 6px;
    padding: 0;
    margin-right: 5px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
}
.carousel-indicators .active {
	border: 1px solid #86e74f !important;
	height: 28px !important;
	background-color: #ffffff00;
}
.lightmenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 32px 0;
    overflow-y: auto;
    -webkit-transition: 500ms ease-out;
    transition: 500ms ease-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 999999;	
}
.lightmenu .container{	
	display: flex;
	flex-direction:column;
	justify-content: space-between;
}
.lightmenu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.lightmenu__topo {
	display: flex;
	justify-content:space-between;
}
.lightmenu__logo {
	
}
.lightmenu__x img{
	width: 25px;
}
.lightmenu__x{
	cursor: pointer;
}
.lightmenu__body {
	
}
.lightmenu__body ul{
	margin: 80px 0;
	padding: 0px;
}
.lightmenu__body ul li{
	list-style:none;
}
.lightmenu__body ul li a{
	display: inline-block;
    font-weight: 700;
	font-size: 40px;
    opacity: .4;
    letter-spacing: -0.5px;
    color: #FFFFFF;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}
.lightmenu__body ul li .active{
	opacity: 1;
}
.lightmenu__body ul li a:hover{
	opacity: 1;
}
.lightmenu__footer {
	color: #fff;
	display: flex;
	justify-content: space-between;
}
.lightmenu__dados-c {
	
}
.lightmenu__dados-frase {
	font-size: 18px;
	margin-bottom: 20px;
}
.lightmenu__dados-btn a{
	background: var(--green);
	color: #000;
	padding: 12px 30px;
}
.lightmenu__dados-end{
	padding-top: 35px;
}
.lightmenu__dados-end a{
	color: var(--green);
}
.trodape {
	background: #fff;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index:99999;
	padding: 10px 0px;
	transition: transform 0.2s ease-in-out;
}
.trodape .container{
	justify-content:space-around;
}
.trodape__0800 {
	border: 1px solid #86e74f;
	padding: 15px 30px;
	border-radius: 25px 8px 25px 8px;
	font-size: 12px;
	color: #000;
}
.colflex1 {
	margin-right: 10px;
}
.t2 {
	font-weight: bold;
}
.trodape__boleto {
	border: 1px solid #86e74f;
	padding: 15px 30px;
	border-radius: 25px 8px 25px 8px;
	font-size: 12px;
	color: #000;
}
.trodape__phone {
	padding: 15px;
	font-size: 12px;
	color: #000;	
}
.trodape__faq {
	padding: 15px;
	font-size: 12px;
	color: #000;				
}
.trodape__zap {
	padding: 15px;
	font-size: 12px;
	color: #000;
}
.trodape.roda_icon {
	transform: translateX(100%);
}
.roda_icon00 {
	position: fixed;
	bottom: -20px;
	right: 0px;
	z-index:9999;
	padding: 30px 30px;
	transition: transform 0.2s ease-in-out;	
}
.roda_icon00 img{
	width: 85px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    border-radius: 5px 5px 20px;
}
.darkdivider {
	background: #000;
	width: 100%;
}
.darkdivider .container {
	position: relative;
	min-height: 80px;
}
.lightdivider {
	background: #fff;
	width: 100%;
}
.lightdivider .container {
	position: relative;
	height: 80px;
}
.iconcar {
	position:absolute;
	bottom: -38px;
	left: 0px;
	z-index: 999;
}
.slogan {
	padding: 80px 0px;
	background: #fff;
	position:relative;
}
.slogan__t1 {
	font-size: 36px;
	font-weight: bold;
	padding: 0px 30px 0px 200px;
	border-right: 6px solid #86e74f;
	text-align: right;
	line-height: 47px;
}
.slogan__t2 {
	font-size: 19px;
	font-weight: 500;
	padding-left: 30px;
}
.float-line {
	height: 6px;
	width: 45%;
	background: #86e74f;
}
.slogan .float-line {
	bottom: 0px;
	right: 0px;
	position: absolute;
	z-index: 999;
}
.vantagens {
	padding: 50px 0px;
}
.v_content {
	border-radius: 15px 15px 70px 15px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    padding: 80px 100px;
	margin: 0px 100px;
}
.v_content__titulo {
	font-size: 36px;
	text-align: center;
	line-height: 47px;
	font-weight: bold;
    padding-bottom: 30px;
}
.v_content_dados {
	flex-wrap: wrap;
}
.v_item {
	width: 50%;
	padding: 15px 150px 15px 30px;
}
.v_item__icon {
	margin-right: 10px;
}
.v_item__txt {
	font-weight: bold;
}
.depoimentos {
	padding: 80px 0px;
}
.depo {
	font-size: 14px;
	padding: 0px 50px 0px 10px;
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
	width: 600px;
}
.depo__dados {
	display: flex;
    flex-direction: column;
    justify-content: center;	
}
.depo__titulo {
	font-size: 36px;
    font-weight: bold;
    padding: 0px;
    text-align: right;
    line-height: 47px;
}
.depo__subtitulo {
	text-align:right;
}
.depo__item {
	background: #dbdbdb;
    padding: 30px;
    width: 48%;
}
.depo__item-stars {
	margin: 10px 0px;
}
.depo__item1 {
	border-radius: 50px 10px 10px 10px;
}
.depo__item2 {
	border-radius: 10px 10px 10px 10px;
}
.depo__item3 {
	border-radius: 10px 10px 10px 10px;
}
.depo__item4 {
	border-radius: 10px 10px 50px 10px;
}
.depo__item-txt {

}
.depo__item-name {
	font-weight: bold;
}
.depoimentos .float-line {
	margin: 50px 0px;
	width: 80%;
}
.quemsomos {
	background: #000;
	color: #fff;
	padding: 80px 0px;
	position:relative;
}
.quemsomos .float-line {
	top: 80px;
	right: 0px;
	position: absolute;
	z-index: 999;
}
.qs__titulo {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 50px 0px;
	color: #fff;
}
.qs__dados {
	padding-left: 40px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.vertical_center {
	display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 10px;
}
.qs__titulo2 {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	line-height: 47px;
}
.qs__txt {
	margin: 30px 0px;
}
.qs__btn a{
	font-weight: bold;
	color: #fff;
}
.faq {
	padding: 0px 0px 160px 0px;
	position:relative;
}
.faq .float-line {
	bottom: 80px;
	right: 0px;
	position: absolute;
	z-index: 999;	
}
.faq__content {
	border-radius: 0px 0px 15px 15px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    padding: 80px 100px;
    margin: 0px 100px;
}

.faq__link {
	padding: 30px 20px;
}
.faq__link a{
	background: #000;
	color: var(--green);
	padding: 5px 10px;
}
.btn_saiba_mais {
	text-align:center;
	font-size: 12px;
}
.btn_saiba_mais a{
	color: #fff;
    background: #000;
    padding: 10px 30px;
    border-radius: 8px 20px 8px 20px;
}
.btn_saiba_mais a:hover{
	color: #000;
    background: var(--green);
}
.blog {
	
}
.blog__titulo {
	font-size: 36px;
	font-weight: bold;
	text-align: left;
	line-height: 47px;
	margin-bottom: 40px;
}

.not1 {
	border-radius: 10px 10px 10px 10px; 
}
.not2 {
	border-radius: 10px 10px 10px 10px; 
}
.not3 {
	border-radius: 10px 10px 40px 10px; 
}
.not4 {
	border-radius: 10px 10px 10px 40px; 
}
.not5 {
	border-radius: 10px 10px 10px 10px; 
}
.not6 {
	border-radius: 10px 10px 10px 10px; 
}
.blog__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 4 colunas de 25% */
  grid-template-rows: repeat(2, 250px);  /* 2 linhas fixas com 250px */
  gap: 10px;
}

.not_item {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  text-decoration: none;
  padding: 15px;
  overflow: hidden;
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 15px;  
}

.not_item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Inicialmente 50% escuro */
  z-index: 1;
  transition: background-color 0.3s ease;
}

.not_item:hover {
  transform: scale(1.02);
  color: #fff;
}

/* Conteúdo sempre acima da camada escura */
.not_item > * {
  position: relative;
  z-index: 2;
}



/* Item 1: Ocupa 2 colunas (50%) */
.not1 {
  grid-column: span 2;
  grid-row: span 1;
  height: 250px;
}

/* Item 2: Ocupa 1 coluna (25%) */
.not2 {
  grid-column: span 1;
  grid-row: span 1;
  height: 250px;
}

/* Item 3: Ocupa 1 coluna, mas 2 linhas (altura maior) */
.not3 {
  grid-column: span 1;
  grid-row: span 2;
  height: 510px;
}

/* Itens 4, 5, 6: cada um ocupa 1 coluna e 1 linha */
.not4 {
  grid-column: span 1;
  grid-row: span 1;
  height: 250px;
}
.not5 {
  grid-column: span 1;
  grid-row: span 1;
  height: 250px;
}
.not6 {
  grid-column: span 1;
  grid-row: span 1;
  height: 250px;
}

/* Texto no título e link */
.not_titulo {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.not_link {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.links {
	position:relative;
	background: #000;
	padding: 80px 0px;
}
.links .float-line {
	top: 160px;
	right: 0px;
	position: absolute;
	z-index: 999;	
}
.links__content {
	display: flex;
	justify-content:space-around;
	margin-top: 20px;
}
.links__item {
	width: 150px;
}
.links_img {
	text-align:center;
	margin-bottom: 20px;
}
.links_name {
	color: #fff;
	font-size: 18px;
	text-align:center;
}
.banner {
	background: url(../img/banner_footer.png) center center no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 20px;
}
.banner .container {
	min-height: 620px;
}
#app .banner {
	background: url(../img/banner_cotacao.jpg) center right no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 0px;
}
#app .banner .container {
	min-height: initial;
}
.banner__titulo {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 47px;
	margin-bottom: 30px;
}
.banner__btn {
	width: 180px;
	border: 1px solid var(--green);
	border-radius: 15px;
	text-align:center;
	padding: 30px;
	color: #fff;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.banner__btn:hover {
	border: 1px solid #fff;
	background: #ffffff2b;
	color: #fff;
}
.rodape {
	width: 100%;
	margin-top: -70px;
}
.rp__content {
	background: #fff;
	border-radius: 20px 20px 0px 0px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 80px 20px;
    margin: 0px 30px;
	justify-content: space-around;
}
.rp__logo {
	border-bottom: 6px solid var(--green);
    padding: 0px 30px 15px 30px;
}
.rp__direitos {
	text-align:center;
	font-size: 14px;
	color: #000;
}
.rp__social {
	gap: 10px;
}
.titulo_interno {
	padding: 50px 0px 0px 0px;
}
.subtitulo{
	font-size: 12px;
    font-weight: normal;
    font-style: italic;
    color: var(--green);
    padding-bottom: 50px;	
	text-align:center;
}
.titulo2 {
	font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0px 5px 0px;
    color: #fff;
}
.v_content2 {
	border-radius: 15px 15px 70px 15px;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.2);
    padding: 40px 20px;
    margin: 0px 100px;
}
.rp__social-ico img{
	width: 45px;
}
.content_txt {
	margin-bottom: 40px;
}
.link_interno {
	background: #000;
	color: var(--green);
	padding: 5px 10px;	
}
.link_interno:hover {
	background: #eee;
	color: #000;
	padding: 5px 10px;	
}
.simple_galery {
	display: flex;
	gap: 10px;
	padding: 10px 0px;
}
.coluna__app {
	text-align:center;
}
.app__titulo {
	font-size: 22px;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 0px 30px 0px;
}
.icon__app {
	margin-bottom: 15px;
}
.cat_noticia {
    color: 000;
    padding: 5px 10px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.img_noticia {
	
}
.txt_noticia {
	margin-top: 15px;
}
/* FIM DA CSS ESPECÍFICA */


/* Media Queries */

@media screen and (max-width: 1400px) {
.v_item {
    padding: 15px 50px 15px 30px;
}
.btn_saiba_mais a {
    font-size: 10px;
}	
}

@media screen and (max-width: 1200px) {
.siteCenter, .container {
	width: 100%;
	max-width: 100%;
	padding: 0px 10px;
}
	
}

@media screen and (max-width: 1060px) {
.t__btn, .btn_saiba_mais {
	display: none;
}
	
}
@media screen and (max-width: 900px) {
.t__menu, .trodape {
	display: none;
}
.slogan__t1 {
    padding: 0px 30px 0px 30px;
}
.darkdivider .container, .lightdivider .container {
	min-height: 50px;
}
.slogan__t1, .v_content__titulo, .blog__titulo, .qs__titulo, .banner__titulo, .qs__titulo2, .depo__titulo {
	font-size: 24px;
	line-height: 34px;
}
.not_titulo, .links_name {
    font-size: 14px;
}
.v_item {
        padding: 10px 10px 10px 10px;
    }
.lightmenu__body ul li a {
	font-size: 25px;
}
.lightmenu__dados-frase {
    font-size: 14px;
}
.lightmenu__dados-end {
    padding-top: 30px;
    font-size: 14px;
    text-align: right;
}
}
@media screen and (max-width: 800px) {
.v_content, .faq__content {
    padding: 40px 40px;
}
}
@media screen and (max-width: 790px) {


}
@media screen and (max-width: 768px) {

.roda_icon00 {
    bottom: -10px;
}

}
@media screen and (max-width: 690px) {
.lightmenu__body ul li a {
	font-size: 20px;
}
.slogan__t1 {
    font-weight: bold;
    border-right: none;
    text-align: center;
    border-bottom: 6px solid #86e74f;
    margin-bottom: 20px;
}
.slogan__t2 {
    font-size: 16px;
}
.v_content, .faq__content {
    margin: 0px 30px;
}
.depo__titulo {
    font-size: 30px;
    text-align: center;
}
.depoimentos .float-line {
    margin: 20px 0px;
}
.depo__subtitulo {
    text-align: center;
    margin-bottom: 20px;
}
.depo {
    padding: 0px 10px 0px 10px;
    width: 100%;
}
.qs__titulo2 {
    margin-top: 20px;
}
.icon_faq {
	display: none;
}

}
@media screen and (max-width: 520px) {	
.circle-line2, .circle-line3 {
	display: none;
}
.lightmenu__footer {
	font-size: 10px;
}
.slogan__t1 {
	padding: 0px 30px 30px 30px;
}
.slogan__t1, .v_content__titulo, .blog__titulo, .qs__titulo, .banner__titulo, .qs__titulo2, .depo__titulo {
	font-size: 20px;
	line-height: 30px;
}
.v_item {
    width: 100%;
}	
.depo__item {
    width: 46%;
}
.faq__link {
    padding: 30px 20px;
    font-size: 12px;
}
.links__content {
    flex-wrap:wrap;
}
.links__item {
    width: 50%;
    padding-bottom: 40px;
}	
.links_img {
	min-height: 65px;
}
.links_img img {
	width: 50px;
}
.banner .container {
    min-height: 420px;
}
.banner {
    background-position: 75% 0%;
}
.iconav {
	cursor: pointer;
}
.rp__content {
    flex-direction: column;
    gap: 30px;
}
.rp__social-ico img{
	width: 30px;
}
.blog__content {
    grid-template-columns: 1fr;
	grid-template-rows: repeat(2, 250px);
    grid-auto-rows: auto; /* Cada item ajusta sua altura automaticamente */
}
.not1 {
    grid-column: span 1;
}
.not3 {
    grid-column: span 1;
    grid-row: span 1;
    height: 250px;
}
.not3, .not4 {
	border-radius: 10px 10px 10px 10px;
}
.coluna100,.coluna80,.coluna75,.coluna60, .coluna50, .coluna40, .coluna33, .coluna30, .coluna25, .coluna70, .coluna20, .coluna10, .itemservico{
	width: 100%;
}
.pc {
	display: none;
}
.mobile {
	display: block;
}
.coluna, .siteCenter {
   width: 100%;
   margin-right: 0;
}
.topomobile {
	width: 100%;
	background: #162535;
	position: fixed;
	top:0px;
	left:0px;
	z-index: 9999;
}
.imgcontato {
  position: initial;
  z-index: 120;
  top: initial;
  right: initial;
}
.telrodape {
  width: 100%;
  margin-top: 50px;
  padding: 140px 80px;
  text-align: center;
}
.logo {
	float: left;
	width:100%;	
	padding: 10px 50px;
}
.icomenu {
	float:left;
	width: 20%;
	padding: 30px 0px;
}
.menu {
	height:inherit;
}
.footer2 {
	text-align:center;
}
.menu ul li {
	float: none;
	text-align:center;
	border-top: 1px solid #fff;
	width:100%;
}
.itemFoto {
	float: left;
	margin: 1px !important;
	width: 19%;
}
.foto {
	width: 50%;
	height: auto;
}
.foto img {
	width: 100%;
}
.menu00 {
	background: none;
	position: absolute;
	right: 0px;
	top: 20px;
}
.menu2 {
	height: 80px;
}
.contenthoverslider h1 {
    font-size: 18px;
}
.contenthoverslider p {
	font-size: 12px;
}
.contenthoverslider {
    top: 20px;
}
.contenthoverslider .slidelink1, .contenthoverslider .slidelink2 {
	display: none;
}
.footer2 {
	font-size: 12px;
}
.rotuloInterno h1 {
    font-size: 18px;
    line-height: 18px;
}
.rotuloInterno a {
    font-size: 12px;
}
.rotuloInterno {
    top: 10px;
}
.produtoImg2 {
    left: inherit;
    position: inherit;
    top: inherit;
    z-index: inherit;
}
.produtoTitulo {
    font-size: 24px;
}
.produtoTitulo span {
    display: table;
}	
.parceiroitem {
    width: 48%;
}
.containerReceitas .receitalateral {
    width: 100%;
}
.lightmenu__footer {
    flex-direction: column;
}
.lightmenu__dados-end {
	text-align: left;
}


}
@media screen and (max-width: 400px) {
.v_content, .faq__content {
	padding: 40px 10px;
}
.depo__item {
	width: 100%;
}


}
@media screen and (max-width: 320px) {
itemFoto {
	float: left;
	margin: 1px !important;
	width: 32%;
}
}