@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 {
	--primary: #ac74de;
	--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: #131313;
	width:100%;
	height: 100%;
	color: #fff;
	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: 8px;
    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: #131313;
    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: var(--primary);
    font-size: 12px;
    font-weight: bold;
    background: #131313;
    border-radius: 10px;
    padding: 10px 20px;
    border: 2px solid var(--primary);
}
.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(--primary);
	color: #000;
	padding: 12px 30px;
}
.lightmenu__dados-end{
	padding-top: 35px;
}
.lightmenu__dados-end a{
	color: var(--primary);
}
.t__col--1 {
	gap: 20px;
}
.btn__search {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 15px 50px 15px 20px;
}
.btn__s--icon {
	width: 24px;
    margin-right: 5px;
    opacity: 0.8;
}
.btn__filter {
    width: 130px;
    background: none;
    border: none;
    color: #fff;
    text-transform: capitalize;
}
.paises_body {
	text-align:center;
	color: #919191;
	font-size: 12px;
	line-height: 35px;
}
.lista_paises {
	padding: 10px 0px; 
}
.lista_paises .sid__coldado1 a{
	font-weight: normal;
}
.lista_paises .accordion-button {
	padding: 5px 12px;
}
.line_paises img{
	width: 20px;
}
.line_paises {
	gap: 10px;
	font-weight: bold;
	font-size: 12px;
}
.t__col--2 {
	gap: 20px;
}
.titulo__modal--left {
	color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 0px;
}
.modal-header {
	background: #1e1e1e;
	border-none;
	border-bottom: none !important;
	border-radius: 6px 6px 0px 0px;
	font-size: 14px;
	justify-content: flex-end !important;
}
.modal-body {
	background: #1e1e1e;
	border-none;
	border-radius: 0px 0px 6px 6px;
}
.modal-content {
	background: none !important;
}
.btn__close {
	color: #fff !important; 
	cursor: pointer;
}
.ads__topo {
	border: 1px solid #ffffff30;
    width: 950px;
    margin: 0 auto;
}
.web__main {
	padding-top: 20px;
}
.web__line {
	gap: 20px;
	align-items: normal;
}
.sidebar {
	border: 1px solid #343434;
	border-radius: 15px;
	padding: 10px 20px 20px 20px;
	width: 25%;
}
.content {
	border: 1px solid #343434;
	border-radius: 15px;
	padding: 0px;
	width: 75%;
}
.sid__titulo {
	font-size: 13px;
	margin: 15px 0px 10px 0px;
	color: #818181;
}
.sid__titulo2 {
	margin: 15px 0px 10px 0px;
	font-size: 13px;
	color: #818181;
	font-weight: bold;
}
.sid__titulo3 {
	margin: 15px 0px 10px 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
.sid__titulo2 a{
	color: #818181;
}
.sid__titulo2 a:hover{
	color: #ffffff;
}
.sid__line {
	gap: 10px;
	margin-bottom: 5px;
	display: flex;
}
.sid__colimg {
	width: 28px;
}
.item-paises .sid__coldados {
	font-size: 11px;
	text-align: left;
}
.sid__coldados {
	font-size: 12px;
}
.sid__coldado1 a{
	color: #fff;
	font-weight: bold;
}
.sid__coldado2 a{
	color: #818181;
}
.abasc, .abasc a {
	color: #fff;
}
.abasc {
	border-bottom: none;
	flex-wrap: nowrap;
}
.abasc .nav-link.active {
	color: #fff;
	background: none;
	border-bottom: 1px solid var(--primary) !Important;
	padding: 20px;
	text-align: center;
}
.abasc .nav-item {
	width: 34%;
}
.abasc .nav-link {
	color: #fff;
	padding: 20px;
	text-align: center;
	border-bottom: none !important;
	width: 100%;
	font-size: 12px;
}
.abasc .nav-link:hover {
	background: #1e1e1e;
}
.todos_j_list {
	padding: 20px;
	font-size: 12px;
    justify-content: space-around;
}
.todos_j_data {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  padding: 10px 15px;
  margin: 5px;
  min-width: 90px;
  transition: 0.2s;
  cursor: pointer;
}
.todos_j_icon {
	position: relative;
    color: #fff;
    width: 40px;
    font-size: 20px;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;	
}
.todos_j_data:hover {
  background: #1e1e1e;
  transform: translateY(-3px);
}
.hoje_ativo {
  color: var(--primary);
  font-weight: bold;
  background: #1e1e1e;
}
.color_primary {
	color: var(--primary);
}
.icon_small {
	font-size: 11px;
	margin-right: 5px;
}
.calendar-popup {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 1rem;
  z-index: 1055;
}
.calendar-popup.active {
  display: block;
}
.date-icon {
  cursor: pointer;
  font-size: 1.5rem;
  color: #0d6efd;
}
.date-icon:hover {
  color: #0b5ed7;
}
.ligas_l .accordion-itemP {
    background-color: #161616;
	font-size: 12px;
}
.ligas_l .accordion-item {
    background-color: #161616;
	font-size: 12px;
}
.ligas_l .accordion-button:focus{
	border-color: #161616;
	background: #161616;
	box-shadow: none !important;
}
.ligas_l .accordion-button {
	background-color: #131313;
	color: #fff;
	font-size: 12px;
}
.ligas_l .accordion-button:hover {
	background-color: #161616;
}
.ligas_l .accordion-button::after {
  background-image: url('../img/seta-f.png') !important;
}
.ligas_l .accordion-button:not(.collapsed)::after {
  background-image: url('../img/seta-a.png') !important;
}
.lig__line {
	width: 100%;
	position:relative;
}
.lig__col1 {
	width: 50%;
	gap: 10px;
	display: flex;
	font-weight: bold;
	color: #919191;
	align-items: center;
}
.lig__col1 i{
	font-size: 15px;
	transition: 0.2s;
	color: #fff;
}
.lig__col1 img{
	width: 20px;
}
.lig__col1 i:hover{
	color: #e7ac06;
	cursor:pointer;
}
.fas.fa-star {
  color: #e7ac06;
  cursor: pointer;
}
.far.fa-star {
  cursor: pointer;
}
.far.fa-star:hover {
  cursor: pointer;
  color: #e7ac06;
}
.lig__type {
	color: #fff;
}
.lig__col2 {
	width: 50%;
	justify-content:flex-end;
	gap: 30px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
}
.lig__col3 {
	display: flex;
	width: 50%;
	justify-content:flex-end;
	gap: 5px;
	flex-direction: column;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	align-items: end;
}
.lig__qtd-j {
	border: 1px solid var(--primary);
    padding: 5px 12px;
    border-radius: 7px;
}
.lig__placar-line {
	gap: 3px;
	align-items:center;
}
.v_placar {
	width: 20px;
	text-align:center;
}
.lig__horario {
	border: 1px solid var(--primary);
	padding: 5px 10px;
	color: var(--primary);
	border-radius: 7px;
}
.lig__times-line {
	padding: 5px 0px;
	gap: 5px;
}
.lig__line-times .lig__col2 {
	padding-right: 40px;
}
.rodape {
	background: #1e1e1e;
	padding: 80px 0px;
	margin-top: 60px;
}
.rodape .container {
	flex-wrap: wrap;
	align-items: start;
}
.rod__col {
	width: 33%;
	padding: 0px 10px;
}
.rod__txt {
	font-size: 12px;
	margin-top: 20px;
}
.rod__link {
	color: #fff;
	display: block;
	padding: 5px 0px;
	font-size: 13px;
}
.rod__link:hover {
	color: var(--primary);
}	
.rod__col1 {
	
}
.rod__col2 {
	padding-left: 50px;
}
.rod__col3 {
	
}
.rod__col4 {
	width: 100%;
	padding: 50px 0px 10px 0px;
	text-align:center;
	color: #969696;
	font-size: 12px;
}
.rod__col4 a{
	color: #fff;
	font-weight: bold;
}
.rod__titulo {
	color: var(--primary);
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.rod__not--titulo {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #343434;		
}
.rod__not--titulo a{
	font-size:12px;
	color: #fff;
}
.rod__not--titulo a:hover{
	color: var(--primary);
}
.rod__not--txt {
	display: none;
}
.divisor {
	padding: 0px !important;
    margin-top: -112px;
}
.pop1__titulo {
	color: rgb(255, 255, 255);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    text-align: center;
}
.pop1__subt {
    font-size: 12px;
    margin-bottom: 1.8rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
    margin-top: 0rem;
}
.pop1__form--content {
	padding: 0px 50px;
	display:flex;
	flex-wrap:wrap;
	gap: 0px 10px;
}
.pop1__form--line0 {
	color: #ffffff99;
	font-size: 14px;
	width: 100%;
}
.pop1__form--line05 {
	color: #ffffff99;
	font-size: 14px;
	width: 49%;
}
.pop1__form--line1 {
	background: #2c2c2c;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 10px;
	width: 100%;
}
.pop1__form--line1 input{
	background: none;
	border: none;
	color: #fff;
	padding-left:10px;
	width: 90%;
}
.pop1__form--line1 i{
	font-size: 18px;
}
.pop1__form--line {
	text-align:right;
	width: 100%;
}
.pop1__form--line a{
	color: #fff;
	font-size: 12px;
}
.pop1__form--line3{
	width: 100%;
}
.pop1__form--line3 input{
	width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: none;
    background: var(--primary);
    color: #000000;
    margin: 10px 0px;
}
.pop1__form--line4 {
	font-size: 12px;
	width: 100%;
}
.pop1__form--line4 a{
	color: var(--primary);
}
.pop1__form--line4 img{
    width: 30px;
    border-radius: 10px;
    margin: 5px 0px;
}
.pop1__form--line5 {
	background: #2c2c2c;
	margin: 5px 0px;
	padding: 10px;
	border-radius: 10px;
	width: 49%;
}
.pop1__form--line5 input{
	background: none;
	border: none;
	color: #fff;
	padding-left:10px;
}
.pop1__form--line5 i{
	font-size: 18px;
}
#btn_acessar {
    background-color: #6a438d; /* cor ativa */
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease; /* suaviza qualquer mudança */
}

#btn_acessar:hover {
    background-color: #9262bd;
}

/* aparência desabilitada */
#btn_acessar.btn_disable {
    background-color: #b8b8b8;
    color: #666;
    opacity: 0.7;
    cursor: not-allowed;
    transform: scale(0.98); /* levemente "encolhido" */
}

/* animação de “acender” quando é habilitado */
#btn_acessar:not(.btn_disable) {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 10px rgba(157, 0, 255, 0.3);
}
.jav__content, .mj__content {
	padding: 20px 10px;
}
.color-yellow {
	color: #f2d603;
}
.small_txt {
	font-size: 12px;
	color: #fff;
}
.small_txt span{
	font-weight: bold;
	text-decoration: underline var(--primary);
}
.content_lines {
	font-size: 12px;
}
#favoritosLigas .pais, #favoritosTimes .pais{
	display: none;
}
#favoritosLigas .lig__type, #favoritosTimes .lig__type{
	font-weight: normal !important;
}
#favoritosLigas .lig__col1, #favoritosTimes .lig__col1{
	width: 100% !important;
	padding: 4px 0px;
}
#favoritosLigas i, #favoritosJogos i, #favoritosTimes i{
	display: none;
}
.modal__tablist {
	min-height: 300px;
}
.modal__tablist .abasc .nav-item {
	width: 48%;
}
.no-results {
	font-size: 12px;
	color: #c1c1c1;
}
.meusjogos_content .lig__col1 {
	border: 1px solid #333333;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 5px;
	width: 100% !important;
}
/* Badge AO VIVO */
.badge-ao-vivo {
	margin-left: 6px;
    padding: 0px 15px;
    background-color: #11bd3c;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 4px;
    text-transform: uppercase;
    animation: pulseLive 1.5s infinite;
    position: absolute;
    top: 25px;
    right: 60px;
}

/* Animação de pulso */
@keyframes pulseLive {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.toast-favorito {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background: #323232;
    color: #fff;
    padding: 12px 18px;
    border-radius: 10px;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(0,0,0,.25);
    opacity: 0;
    z-index: 9999;
    transition: all .4s ease;
    pointer-events: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast-favorito.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.toast-favorito.add {
    background: #2e7d32;
}

.toast-favorito.remove {
    background: #b71c1c;
}

/* Ícone */
.toast-icon {
    font-size: 18px;
}

/* Animação adicionar */
.toast-favorito.add .toast-icon {
    animation: starPulse 0.6s ease;
}

/* Animação remover */
.toast-favorito.remove .toast-icon {
    animation: starRemove 0.4s ease;
}

@keyframes starPulse {
    0%   { transform: scale(0.6); opacity: 0; }
    60%  { transform: scale(1.3); opacity: 1; }
    100% { transform: scale(1); }
}

@keyframes starRemove {
    0%   { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(0.6); opacity: 0.7; }
}
.data-selecionada-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    margin-right: 30px;
    border-radius: 20px;
    background: var(--primary);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    gap: 8px;
}

.data-selecionada-pill .fechar {
    cursor: pointer;
    font-size: 14px;
    opacity: .8;
}

.data-selecionada-pill .fechar:hover {
    opacity: 1;
}
.right {
	text-align: right;
}
.content__titulo {
	font-weight: bold;
	color: #a1a1a1;
}
.content__interno {
    border: 1px solid #343434;
    border-radius: 15px;
    padding: 0px 20px 20px 20px;
    width: 100%;
	color: #a1a1a1;
}
.content__interno-2 {
    border: 1px solid #343434;
    border-radius: 15px;
    padding: 10px 20px 30px 20px;
    width: 50%;
    color: #a1a1a1;
    margin: 0 auto;
    text-align: center;
}
.content__interno-2 .pop1__form--content{
	margin-top: 20px;
}
/* FIM DA CSS ESPECÍFICA */


/* Media Queries */

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

@media screen and (max-width: 1199px) {
.container {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0px 10px;
}
	
}

@media screen and (max-width: 1059px) {
.d_900 {
	display: none;
}
.ads__topo, .ads__topo img {
	width: 100%;
}
.todos_j_list {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.todos_j_list::-webkit-scrollbar {
  display: none; /* Chrome */
}
.todos_j_data {
  min-width: 72px;
  padding: 10px 8px;
  text-align: center;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.2;
  flex-shrink: 0;
}	
}
@media screen and (max-width: 949px) {
.t__menu, .trodape {
	display: none;
}
.ads__topo {
	width: 100%;
}
.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: 799px) {
.v_content, .faq__content {
    padding: 40px 40px;
}
}
@media screen and (max-width: 789px) {


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

.roda_icon00 {
    bottom: -10px;
}

}
@media screen and (max-width: 689px) {
.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: 519px) {	
.t__logo {
    padding: 10px;
}
.t__logo img{
    width: 120px;
}
.pop1__form--content {
	padding: 0px;
}
.web__line {
    flex-wrap: wrap-reverse;
    margin: 10px 10px;
}
.sidebar, .content, .rod__col {
    width: 100%;
}
.rod__col2 {
    padding: 20px 10px !important;
    margin: 20px 0px;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
}
.abasc, .lig__line  {
    flex-wrap: wrap;
}	
.abasc .nav-item, .lig__col1, .lig__col2, .pop1__form--line5 {
    width: 100%;
}
.todos_j_data {
    padding: 10px 0px;
    min-width: 40px;
}
.circle-line2, .circle-line3, .pop1__form--line0, .pop1__form--line05 {
	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: 399px) {
.v_content, .faq__content {
	padding: 40px 10px;
}
.depo__item {
	width: 100%;
}


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