@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Exo 2" !important;
}
body::-webkit-scrollbar {
	width: 12px; /* width of the entire scrollbar */
}
body::-webkit-scrollbar-thumb {
	background-color: #5a645a; /* color of the scroll thumb */
	border-radius: 20px; /* roundness of the scroll thumb */
}
.p1{
	padding-bottom: 1rem !important;
}
/* body {
	width: 100%;
	overflow-x: hidden;
} */
/* CSS Document */
.floating { 
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 3px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
mark {
	padding: 0px;
	background-color: #ade863;
	color: #146e38;
	line-height: 130%;
}

/* Login */
#login {
	position: fixed !important;
	height: 60px;
	bottom: unset;
	top: 90%;
	right: 25px;
	font-size: 30px;
	z-index: 1000;
	width: 410px;
	max-width: 420px;
}
#login h2 a {
	font-style: italic;
	font-size: 1.25rem;
	font-family: "Exo 2";
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	padding-top: 0px;
	padding-bottom: 10px;
}
#login .card {
	border-radius: 0px 20px 20px 20px;
	background-color: #146e37;
	cursor: pointer;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
		rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
#login .card-header {
	background-color: transparent !important;
	border-bottom: transparent !important;
}
#login .form-control {
	background-color: #fff;
	color: #495c63 !important;
	border-radius: 5px;
	border: 1px solid #fff;
	height: 3.5rem !important;
	font-size: 14px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
		rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	font-family: "Exo 2";
	font-size: 14px;
	font-weight: 300;
	line-height: 21px;
	letter-spacing: 0em;
}
#login input::placeholder {
	color: #495c63 !important;
}
.fonte-8 {
	font-size: 8pt;
	color: #fff;
}

#login input[type="checkbox"] {
	position: absolute;
	width: 4% !important;
	height: 15px !important;
}

#login form a:last-child {
	border-radius: 0px 10px 10px 10px;
	padding: 15px 30px 15px 30px;
	font-size: 1rem;
	font-weight: 700;
	font-family: "Exo 2";
	line-height: 24px;
	background-color: #fff !important;
	color: #00b61c;
}
#login form a:last-child:hover {
	background-color: #64C832 !important;
	color: #fff;
}
#login .btn {
}

/* Fim login */

/*********************************
Header
*********************************/
.img-top {
	/*content: url(../img/home-desktop.jpg);*/
	width: 100%;
}
.video-top{
	content: url(https://www.youtube.com/embed/fieD0bMceCc?rel=0&modestbranding=1&autohide=1&mute=1&showinfo=0&controls=0&autoplay=1&loop=1);
}
.thumb-video{
	content: url(../img/home-desktop.jpg);
	position: static;
	z-index:99;
	top: 0;
	cursor: pointer;
	width: 100%;
}
.play {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(../img/icons/play.png) no-repeat 50%;
    background-size: cover;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: .2s ease-out;
    z-index:999999999;
	cursor: pointer;
}
.play:hover {  
	width: 90px;
	height: 90px;
}
.header {
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	width: 100% !important;
	height: 80px;
	background-color: transparent;
	z-index: 999;
}

.header_content {
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 0px 15px 15px 15px;
	box-shadow: 0px 20px 49px rgba(0, 0, 0, 0.67);
}
.header_content::before {
	margin-right: 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	
	z-index: -1;
}

/*********************************
 Logo
*********************************/

.logo_container {
	display: inline-block;
	padding-left: 40px;
}

/*********************************
 Main Nav
*********************************/

.main_nav_container {
	display: inline-block;
	margin-left: auto;
	padding-right: 10px !important;
}

.main_nav_item {
	display: inline-block;
	margin-right: 40px;
}

.main_nav_item .btn_menu {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0px 10px 10px 10px;
	background-color: #64c832;
}
.main_nav_item .btn_menu:hover{
	background-color: #146E37;
}
.main_nav_item:last-child {
	margin-right: 0px;
}
.main_nav_item a {
	font-size: 0.9rem;
	font-family: "Exo 2";
	font-weight: 700 !important;
	color: #495c63;
	text-decoration: none !important;
	line-height: 19px;
}
.fonte-verde {
	color: #64c832 !important;
}
.barra {
	position: absolute;
	border-left: 1px solid #ced4da;
	height: 50px;
	top: 10px;
	right: 200px;
}
/* .main_nav_item a:hover {
	color: #0077a6 !important;
} */

/*********************************
 Header Side
*********************************/

.header_side {
	width: 279px;
	height: 100%;
	background: #ffde00;
}
.header_side img {
	width: 29px;
	height: 29px;
}
.header_side span {
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	padding-left: 12px;
}

/*********************************
 Hamburger
*********************************/

.hamburger_container {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}
.hamburger_container i {
	font-size: 24px;
	padding: 10px;
	color: #495c63;
}
.hamburger_container:hover i {
	/* color: #00aff2; */
}

/*********************************
4. Menu
*********************************/

.menu_container {
	position: fixed;
	top: 80px;
	margin-right: 20px;
	width: 320px;
	height: 300px;
	background: #fff;
	z-index: 99999;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: none 1s ease;
	visibility: hidden;
	opacity: 0;
	border-radius: 0px 20px 20px 20px;
}
.menu_container.active {
	visibility: visible;
	opacity: 1;
	right: 0;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.menu {
	position: absolute;
	top: 50px;
	right: 30px;
}
.menu_list {
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
	list-style-type: none;
}
.menu_container.active .menu_list {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item {
	transition: all 200ms ease;
	padding: 15px 0px;
}
.menu_item a {
	color: #495c63;
	font-size: 14px;
	font-family: "exo 2";
	font-weight: bold;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.menu_item a:hover {
	color: rgba(194, 192, 192, 0.8);
	transition-duration: 0.5s;
}
.menu_close_container {
	position: absolute;
	top: 45px;
	right: 82px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close {
	top: 9px;
	width: 21px;
	height: 2px;
	background: #495c63;
	/* -webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; */
}
.menu_close::after {
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: "";
	width: 2px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after {
	/* background: #ffde00; */
}

.titulo {
	font-family: "Exo 2";
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
	line-height: 66px;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 40px;
	color: #146e37;
}
.sub-titulo {
	font-family: "Nunito";
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #495c63;
	padding-bottom: 40px;
}

/* --------- PRÓXIMO SORTEIO -------- */
#proximo-sorteio {
	background-color: #146e37;
	font-family: "Exo 2";
	padding-top: 40px;
	padding-bottom: 40px;
	overflow: hidden;
}
#proximo-sorteio img {
	position: absolute;
	top: 10px;
}
#proximo-sorteio h1,
h5 {
	color: #fff;
	font-style: italic;
	font-weight: bold;
}
#proximo-sorteio h1 {
	font-size: 40px;
	line-height: 48px;
}
#proximo-sorteio h5 {
	font-size: 20px;
	line-height: 24px;
}
#proximo-sorteio a {
	font-size: 1rem;
	font-family: "Exo 2";
	font-weight: 700;
	border-radius: 0px 20px 20px 0px;
	padding-right: 30px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #64c832;
	color: #fff;
	line-height: 19.2px;
}
#proximo-sorteio span {
	background-color: #fff;
	border-radius: 0px 20px 20px 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: -20px;
	z-index: 1;
}
#proximo-sorteio span h1 {
	color: #64c832;
	font-size: 30px;
}
.alinha-centro {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --------- FIM PRÓXIMO SORTEIO -------- */

/* ----------COMO PARTICIPAR ------------- */
#como-participar {
	padding-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	overflow: hidden;
}

#como-participar h1:nth-child(1) {
	color: #146e37;
	font-family: "Exo 2";
	font-weight: 700;
	font-size: 3.8rem;
	font-style: italic;
}
#como-participar p {
	padding-left: 15px;
	padding-top: 32px;
	margin-bottom: 40px;
	color: #495c63;
	font-size: 16px;
	font-weight: 400;
	font-family: "Exo 2";
}

#como-participar .card-como-participar {
	background: transparent;
	border-radius: 0px 20px 20px 20px;
	z-index: 3 !important;
}
#como-participar .card-como-participar img {
	border-radius: 0px 20px 20px 20px;
}

#como-participar span:first-of-type {
	font-family: "Exo 2";
	font-size: 1rem;
	font-weight: bold;
	line-height: 19.2px;
	background: rgba(231, 229, 229, 1);
	width: 285px !important;
	display: block;
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: -20px;
	border-radius: 0px 0px 20px 20px;
	color: #146e37;
}
#como-participar span:last-of-type {
	font-family: "Exo 2";
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #fff;
	padding-left: 30px;
	display: block;
	width: 285px !important;
	margin-top: -143px;
	z-index: 9;
}
#como-participar .text-card-1,
.text-card-3 {
	margin-top: -120px !important;
}
.btn-como-participar {
	font-size: 1rem;
	font-family: "Exo 2";
	font-weight: bold;
	border-radius: 0px 10px 10px 10px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	margin-top: 40px;
	background-color: #146e37;
	color: #fff;
	z-index:1;
}
.btn-como-participar:hover {
	background-color: #64C832;
	color: #fff;
}
#como-participar h6 {
	font-family: "Nunito";
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: center;
	color: #495c63;
	margin-top: 20px;
}
/* Cards */
#como-participar #desk .card {
	cursor:pointer;
	background-color: #f0efef;
	border-radius: 0px 20px 20px 20px;
	border: unset;
	
}
#como-participar #desk .card:hover  {
	background-color: #64c832;
	color:#fff !important;
}
#como-participar #desk .card:hover a {
	text-decoration: none;
}
#como-participar #desk .card:hover .card-body h5 {
	color:#fff !important;
}
#como-participar #desk .card:hover .card-body h1 {
	color:#fff !important;
}
#como-participar #desk .card:hover h6 {
	color:#fff !important;
}

#como-participar #desk .card-body {
	padding: 30px;
	font-family: "Exo 2";
}
#como-participar #desk .card-body h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;
	color: #64c832;
	padding-top: 30px;
}

#como-participar #desk .card-body h1 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0px;
	color: #146e37;
}
#como-participar #desk .card-body h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;
	color: #64c832;
	padding-top: 15px;
	padding-left:0px;
	margin:0px;
}
#como-participar #desk .card-body img{
	width:15%;
}

.bg-verde {
	background-color: #64c832 !important;
}
.bg-verde-escuro {
	background-color: #146e37 !important;
}
/* ----------COMO PARTICIPAR ------------- */

/* ----------------- PRÊMIOS --------------*/
.moeda-premio-esquerda {
	position: absolute;
	margin: -45% 0 0 0;
}
.detalhes-premio {
	content: url(../img/detalhes-premio-grande.png);
	position: absolute;
	margin-top: -2%;
	width: 100%;
	height:60%
}

#premios {
	background-color: #f0efef;
	width: 100%;
	overflow: hidden;
}

#premios .glider-contain {
	margin-right: auto !important;
	margin-left: auto;
	position: relative;
	width: 100%;
	max-width: 688px;
	padding-top: 70px;
	padding-bottom: 40px;
}
#premios .glider-slide {
	width: 100%;
}

#premios .glider-p,
.glider-n {
	user-select: none;
	outline: none;
	background: none;
	margin-top: 0px;
	z-index: 2;
	font-size: 40px;
	text-decoration: none;
	left: -23px;
	border: 0;
	top: 30%;
	cursor: pointer;
	color: #fff;
	opacity: 1;
	line-height: 1;
	transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
		color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

#premios .titulo-premio {
	color: #fff;
	font-family: "Exo 2";
	font-weight: bold;
	font-size: 3.8rem;
	font-style: italic;
	margin-top: 154px;
	margin-bottom: 90px;
}

#premios .desc-premio {
	font-family: "Exo 2";
	font-weight: 200;
	color: #fff;
}
#premios .desc-premio b span {
	font-size: 1.5rem;
	font-weight: bold;
}
#premios .desc-premio span:nth-child(3) {
	font-size: 1.5rem;
}
#premios .desc-premio h1 {
	font-size: 3.8rem;
	font-weight: bold;
}
#premios .desc-premio .font-light {
	font-weight: 100;
}
#premios .desc-premio:nth-child(2) {
	border-left: 1px solid !important;
	border-right: 1px solid !important;
	border-color: #fff;
}

/* ----------------- FIM PRÊMIOS --------------*/

/* ----------------- QUEM GANHOU ------------- */
#quem-ganhou {
	margin-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	overflow-x: hidden;
}

#quem-ganhou h1 {
	color: #146e37;
	font-family: "Exo 2";
	font-weight: 700;
	font-size: 3.8rem;
	font-style: italic;
	line-height: 72px;
}

#quem-ganhou p {
	padding-left: 15px;
	padding-top: 32px;
	margin-bottom: 20px;
	color: #495c63;
	font-size: 1rem;
	line-height: 25px;
	font-family: "Exo 2";
	font-weight: 300;
}

/* Carousel */

.glider-prev {
	margin-top: 10px;
	position: static;
}
.glider-next {
	margin-top: 10px;
	position: static;
}
.glider-prev,
.glider-next {
	color: #3fa110;
}
.glider-persp .glider-slide {
	margin-right: 20px;
}
#vencedores {
	margin-right: -400px !important;
}
#vencedores .glider-slide {
	min-width: 350px;
}
.img-vencedores {
	border-radius: 0px 20px 20px 20px;
}
.ml-car{
    margin-left: 80%;
}

#quem-ganhou .card-img-overlay {
	padding: 0;
	padding-top: 15px;
	padding-left: 40px;
}
.texto {
	top: auto;
	font-family: "Exo 2";
	font-weight: bold;
	color: #fff;
	opacity: 0;
	transition: opacity 0.2s linear;
	background-color: rgba(0, 0, 0, 0.4);
	height: 55px;
	border-radius: 0px 0px 20px 20px;
}
.imagem:hover .texto {
	opacity: 1;
}




.btn-vencedores {
	font-size: 1rem;
	font-family: "Exo 2";
	font-weight: bold;
	border-radius: 0px 10px 10px 10px;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	margin-top: 10px;
	background-color: #146e37;
	color: #fff;
    z-index: 99;
    
}
.btn-vencedores:hover{
    text-decoration: none;
    color: #fff;
	background-color: #64C832;
}
/* Fim carousel */

/* ----------------- QUEM GANHOU ------------- */

/* PROXIMO VENCEDOR */
#desc-proximo-vencedor {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #64c832;
	font-family: "Exo 2";
	width: 100%;
	overflow: hidden;
}
#desc-proximo-vencedor h1 {
	font-style: italic;
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}
#desc-proximo-vencedor a {
    cursor: pointer;
	color: white;
	background-color: #146e37;
	font-weight: 700;
	font-size: 1rem;
	line-height: 19.2px;
	margin-top: 40px;
	border-radius: 0px 10px 10px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
    z-index: 9999;
}
#desc-proximo-vencedor a:hover{
	background-color: #fff;
	color: #146e37
}
.moedas {
	content: url(../img/moedas.png);
	position: absolute;
	margin-top: -22%;
	width: 100%;
}
/* FIM PROXIMO VENCEDOR */

/* DICAS E VANTAGENS */
#dicas-vantagens {
	padding-top: 100px;
	margin-bottom: 100px;
	width: 100%;
	overflow-x: hidden;
}
#dicas-vantagens h1 {
	color: #146e37;
	font-family: "Exo 2";
	font-weight: 700;
	font-size: 3.8rem;
	line-height: 66px;
	font-style: italic;
}
#dicas-vantagens .container .text-left p:nth-child(1) {
	padding-left: 15px;
	padding-top: 15px;
	color: #495c63;
	font-size: 1rem;
	font-family: "Exo 2";
	line-height: 25px;
}

.glider-next-dicas.disabled,
.glider-prev-dicas.disabled {
	opacity: 0.25;
	color: #666;
	cursor: default;
}

.glider-prev-dicas,
.glider-next-dicas {
	margin-top: 0px;
	user-select: none;
	position: static;
	outline: none;
	background: none;
	padding: 0;
	z-index: 2;
	font-size: 40px;
	text-decoration: none;
	left: -23px;
	border: 0;
	top: 30%;
	cursor: pointer;
	color: #3fa110;
	opacity: 1;
	line-height: 1;
	transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67),
		color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#dicas {
	margin-right: -390px !important;
}
#dicas .card-footer {
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 30px;
}
#dicas .card-img,
.card-img-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
}
#dicas span:nth-child(1) {
	background: transparent;
	width: 100%;
	border-radius: 0px 20px 0px 0px;
	/* margin-top: 30px; */
	z-index: 3 !important;
}
#dicas span:nth-child(2) {
	background: #f1f5f3;
	width: 305px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 30px;
}

#dicas .titulo-card {
	font-family: "Exo 2";
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	color: #146e37;
	text-align: left;
	/* padding-right: 80px; */
}

#dicas .desc-card {
	font-family: "Exo 2";
	font-size: 1rem;
	line-height: 1.6rem;
	font-weight: 300;
	color: #495c63;
}
#dicas .glider-slide {
	width: 100%;
}
#dicas .card {
	border: 1px solid transparent;
}
/* DICAS E VANTAGENS */

/* desc prog */
.desc-prog {
	font-family: "Exo 2";
	font-size: 60px;
	font-style: italic;
	font-weight: 800;
	line-height: 66px;
	letter-spacing: 0px;
	color: #00b61c;
	margin-top: 30px;
}

/* FAQ */
#faq {
	background-color: #f1f5f3;
	overflow: hidden;
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}
#faq h1 {
	color: #146e37;
	font-family: "Exo 2";
	font-weight: bold;
	font-size: 3.8rem;
	font-style: italic;
    margin-bottom: 80px;
}
#faq .container .text-left p:nth-child(1) {
	padding-left: 15px;
	padding-top: 40px;
	color: #495c63;
	font-size: 1rem;
	font-family: "Exo 2";
	line-height: 25px;
	margin-bottom: 70px;
}

#faq .accordion-header {
	justify-content: space-between;
	width: 99%;
	border: transparent;
	background-color: transparent;
	outline: none;
	color: #495c63;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	font-family: "Exo 2";
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	box-shadow: none;
}

#faq .accordion-body.active {
	max-height: 30rem;
}
#faq .accordion-body {
	margin-bottom: 20px;
	background-color: white;
	color: black;
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	border-radius: 0px 0px 15px 15px;
}
#faq .accordion-body.active {
	max-height: 30rem;
}

#faq {
	min-height: 0;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 1em;
	margin-bottom: 100px;
	box-sizing: border-box;
	transform: translate(0, 0);
	max-width: 100%;
	min-height: 100%;
	margin: 0;
	left: 0;
	font-size: 12px;
}
#faq i {
	color: #00b61c;
}
#faq a[aria-expanded="true"] i {
	color: #146e37 !important;
	
}
#faq .panel-body {
	transition: all 0.3s ease-in-out;
	border-radius: 0px 20px 20px 20px;
	background-color: white;
}
#faq p {
	text-align: left;
	margin: 0;
	color: #495c63;
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
#faq a{
	font-size: 1rem !important;
}
#faq .linha-amarela {
	background-color: #3fa110;
	opacity: 0.3;
	margin-top: 30px;
	margin-bottom: 30px;
}
#faq a:hover {
	text-decoration: none;
}

#faq a[aria-expanded="true"] span {
	color: #146e37 !important;
}
.nofocus:focus {
	outline: none;
	box-shadow: none;
}
#faq .accordion {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 4px;
}

#faq .btn-reg {
	color: #fff;
	background-color: #64C832;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.2rem;
	margin-top: 50px;
	border-radius: 0px 10px 10px 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
}
#faq .btn-reg:hover {
	background-color: #146E37;
}
#faq .collapse.show {
	margin-top: 30px;
}
#faq .collapsing {
	margin-top: 30px;
}
/* FIM FAQ */

#modalReg .modal-content{
    border-radius: 0 20px 20px 20px;
}
#modal .modal-content{
	border-radius: 0px 20px 20px 20px
}
/* --------------------------------- Logado ------------------------------------ */

.moeda1{
	content: url("../img/moeda1.png");
	position: absolute;
	margin-top: -20%;
}
.moeda2{
	content: url("../img/moeda2.png");
	position: absolute;
	margin-top: -25%;
	right:0;
}
/* Pessoa */
#pessoa-img {
	content: url("../img/interna-desktop.jpg") !important;
	width: 100% !important;
	background-size: cover;
	overflow: hidden;
	max-height: 420px;
}


#pessoa {
	position: absolute;
	right: auto;
	left: auto;
	height: 240px;
	top: 130px;
	width: 100%;
	
	font-style: italic;
	overflow: hidden;
}
#pessoa h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}
#pessoa a {
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	font-size: 20px;
}
#pessoa i {
	color: #fff;
}
#pessoa .mt-btn-pessoa {
	margin-top: 70px;
}

#pessoa .btn-desc-pessoa{
    background-color: #fff;
    color: #00b61c;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
	text-decoration:none;
}
#pessoa .btn-desc-pessoa:hover{
	background-color: #64C832;
	color: #fff;
}
#pessoa .btn-desc-p{
    background-color: #fff;
    color:  #146E37;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
	margin-bottom:10px;
	margin-top:10px;
    text-decoration:none;
	font-style: normal !important;
}
#pessoa .fundo-btn{
    
    margin-top: 40px;
	margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 10px;
	background-color: rgba(20, 110, 56, 0.2); 
}

#pessoa .fundo {
	/* background-color: rgba(20, 110, 56, 0.2); */
}
/* Fim pessoa */

/* Números da sorte */

#nsa {
	
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #146e37;
}
#nsa h1:nth-child(1) {
	font-family: "Exo 2";
	font-style: italic;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
}
#nsa .qtd-nsa {
	padding-top: 55px;
	padding-bottom: 55px;
	padding-right: 40px;
	padding-left: 40px;
	border-bottom-left-radius: 20px;
	background-color: #64c832;
}
#nsa .info-nsa {
	padding-top: 40px;
}
#nsa .info-nsa span {
	font-family: "Exo 2";
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #495c63;
}
#nsa .info-nsa:nth-child(2) span {
	padding-top: 16px;
}
#nsa .info-nsa:nth-child(3) span {
	padding-top: 11px;
}
#nsa .info-nsa:nth-child(4) span {
	padding-top: 15px;
}
#nsa .info-nsa h1 {
	font-family: "Exo 2";
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: left;
	color: #146e37;
	padding-top: 10px;
}

#nsa .nsa-radius-rigth {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
/* Fim números da sorte */

.dinheiro-interno {
	content: url(../img/dinheiro.png);
	position: absolute;
	margin-top: -90px;
	margin-right: 0px;
}
.moeda-sorteados {
	content: url(../img/moeda-sorteados.png);
	position: absolute;
	margin: -9% 0 0 0;
}
.rotate {
	transform: rotate(20deg);
}
#nsa h1:nth-child(1) {
    font-family: "Exo 2";
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    color: #fff;
}
/* Tabelas */
.bg-tabela {
	background-color: #f8f9f7;
}
.bg-tabela .table-striped tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

#tabela {
	padding-top: 40px;
	padding-bottom: 40px;
}
#tabela thead {
	white-space: nowrap;
	padding-top: 40px;
}
#tabela table {
	white-space: nowrap;
}
#tabela h1 {
	font-family: "Exo 2";
	font-size: 60px;
	font-style: italic;
	font-weight: 700;
	line-height: 66px;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 15px;
	color: #146e37;
}
#tabela p {
	font-family: "Nunito";
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #495c63;
	padding-bottom: 15px;
}

.h2verde4{
	font-family: "Exo 2";
	font-size: 20px;
	font-weight: 300;
	line-height: 26px;
}
#select-tabelas .form-control {
	color: #495c63 !important;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid transparent;
	height: 3.5rem !important;
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;

	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
		rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
	margin-bottom: 15px;
}
#select-tabelas .form-control:focus {
	border-color: #00b61c;
	box-shadow: 0 0 0 0.1rem #00b61c;
	color: #00b61c;
}
#select-tabelas select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
#select-tabelas .icon-calendario {
	background: url("../img/icons/calendario.png") 95.5% 50% no-repeat;
	background-color: #f8f9f7;
}
#select-tabelas .icon-seta {
	background: url("../img/icons/seta-baixo.png") 95.5% 50% no-repeat;
	background-color: #f8f9f7;
}
#tabela .table th {
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;
	color: #146e37;
	border-bottom: 1px solid #3fa110 !important;
	border-top: none;
}
#tabela .table td:nth-child(n + 2) {
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: #495c63;
}
#tabela .table td:nth-child(1) {
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #495c63;
}

#tabela a {
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: center;
	border-radius: 5px;
}
#tabela a:nth-child(1) {
	margin-right: 20px;
	background: #64c832;
	color: #fff;
	border-radius: 10px;
}
#tabela a:nth-child(1):hover {
	background: #146E37;
	color: #fff;
	
}
#tabela a:nth-child(2) {
	background: #146e37;
	color: #fff;
	border-radius: 10px;
}
#tabela a:nth-child(2):hover {
	background: #64c832;
}

/* Fim tabelas */

/* PROXIMO VENCEDOR/LOGADO*/
#desc-proximo-vencedor-logado {
	font-family: "Exo 2";
	width: 100%;
	overflow: hidden;
	background-color: #64c832;
}
#desc-proximo-vencedor-logado h1 {
	margin-top: 30px;
	margin-bottom: 24px;
	font-style: italic;
	font-weight: bold;
	font-size: 40px;
	line-height: 48px;
	color: #fff;
}

#desc-proximo-vencedor-logado p {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	letter-spacing: 0px;
	color: #fff;
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: 480px;
	text-align: center;
}
#desc-proximo-vencedor-logado a {
	margin-bottom: 30px;
	border-radius: 0px 10px 10px 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
}
#desc-proximo-vencedor-logado .btn-1 {
	color: #64c832;
	background-color: #fff;
	margin-right: 20px;
}
#desc-proximo-vencedor-logado .btn-1:hover {
	color: #fff;
	background-color: #146e37;
}
#desc-proximo-vencedor-logado .btn-2 {
	color: #fff;
	background-color: #146e37;
	margin-right: 20px;
}
#desc-proximo-vencedor-logado .btn-2:hover {
	color: #64c832;
	background-color: #fff;
}

#desc-proximo-vencedor-logado .btn-3 {
	border-color: #fff;
	color: #fff;
	border-width: 2px;
	background-color: transparent;
	background-image: none;
	padding-top: 14px;
	padding-bottom: 14px;
}
#desc-proximo-vencedor-logado .btn-3:hover {
	border-color: transparent !important;
	color: #146e37;
	background-color: #fff;
	background-image: none;
}
.dinheiro-pequeno-logado {
	position: absolute;
	margin-top: -300px;
	overflow: hidden;
	z-index: 9999;
}
/* FIM PROXIMO VENCEDOR/LOGADO */
/* ----------------------------- Fim Logado ------------------------------------ */

/* Politica de privacidade */
#footer1 .row {
	margin-top: 80px !important;
	margin-bottom: 80px;
	margin-right: 65px !important;
	margin-left: 80px !important;
}
#footer1 a:link {
	text-decoration: none !important;
	color: none;
}
#footer1 a:hover {
	color: #00b61c;
	text-decoration: underline;
}
.a-footer {
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #146e37;
}
#footer1 .text-justify {
	margin-bottom: 0px;
	padding-right: 30px !important;
	text-align: justify !important;
}
#footer1 p {
	margin-top: 20px;
	padding-right: 0px;
	font-size: 10px;
	font-weight: 300;
	font-style: normal;
	line-height: 15px;
	color: #495c63;
}
.a-info {
	color: #64c832;
	margin-left: 24px !important;
	font-weight: bold;
	margin: 0px !important;
}

.f-verde-escuro {
	font-family: "Exo 2";
	font-weight: 700;
	font-style: italic;
	color: #146e37;
}
/* Fim Politica de privacidade */

/* RODAPÉ SICREDI */
#sicredi-rodape-plugin a {
	color: #3fa110;
	cursor: pointer;
}
#sicredi-rodape-plugin a:hover {
	color: #3fa110;
	text-underline-position: under;
}
#sicredi-rodape-plugin section {
	margin: 40px 4vw;
}
#sicredi-rodape-plugin hr {
	border-color: #e1e6e1;
}
#sicredi-rodape-plugin h3,
#sicredi-rodape-plugin h4 {
	font-style: normal;
}
#sicredi-rodape-plugin .rodape-coluna-cheia {
	display: grid;
	grid-row: 0.3333333333;
}
#sicredi-rodape-plugin .rodape-esquerda-qr-links {
	background-color: #f8f9f7;
	border-radius: 6px;
	padding: 40px !important;
	max-width: 610px;
}
#sicredi-rodape-plugin .row-rodape-telefones {
	justify-content: space-between;
}
#sicredi-rodape-plugin .rodape-qr-code {
	display: flex;
	background-color: #fff;
	width: 250px;
	padding: 12px;
}
#sicredi-rodape-plugin .rodape-qr-code-textos {
	padding-left: 16px;
	margin: auto;
}
#sicredi-rodape-plugin .rodape-row-whatsapp {
	margin-right: 0 !important;
	margin-left: 0 !important;
	display: flex;
}
#sicredi-rodape-plugin .rodape-row-qrs {
	margin-right: 0 !important;
	margin-left: 0 !important;
	margin-top: 34px;
	display: flex;
}
#sicredi-rodape-plugin .nopadding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
#sicredi-rodape-plugin .rodape-whats-app-textos {
	margin-left: 16px;
}
#sicredi-rodape-plugin .rodape-telefones-item {
	margin-bottom: 32px;
}
#sicredi-rodape-plugin .rodape-texto-atendimento {
	font-family: "Nunito" !important;
	font-style: normal !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 22px !important;
	margin-bottom: 0 !important;
}
#sicredi-rodape-plugin .rodape-texto-atendimento-direita {
	margin-top: 8px;
}
#sicredi-rodape-plugin .rodape-atendimento-mobile {
	display: none;
}
#sicredi-rodape-plugin .rodape-telefones-direita {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: minmax(100px, auto);
	gap: 20px;
}
#sicredi-rodape-plugin .rodape-telefones-direita img {
	width: 100px;
	height: 100px;
}
#sicredi-rodape-plugin .rodape-texto {
	font-size: 16px;
	letter-spacing: 0;
	color: #323c32;
	line-height: 19px;
}
#sicredi-rodape-plugin .rodape-titulo {
	font-family: "Exo 2";
	font-weight: 500;
	margin: 0;
	word-break: break-word;
}
#sicredi-rodape-plugin .rodape-titulo-direita {
	margin-top: 8px;
}
#sicredi-rodape-plugin .rodape-qr-code-direita {
	float: right;
}
#sicredi-rodape-plugin .rodape-qr-code-esquerda {
	float: left;
}
#sicredi-rodape-plugin .rodape-verde {
	color: #3fa110;
}
#sicredi-rodape-plugin .rodape-verde-telefones {
	margin-top: 4px;
	font-family: "Nunito" !important;
	font-style: normal !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 22px !important;
}
#sicredi-rodape-plugin .rodape-subtitulo {
	font-family: "Nunito";
	line-height: 22px;
}
#sicredi-rodape-plugin .rodape-observacao {
	display: block;
	color: #323c32;
	font-family: "Nunito";
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
}
#sicredi-rodape-plugin .rodape-observacao-mobile {
	display: none;
}
#sicredi-rodape-plugin .rodape-observacao-desk {
	display: block;
}
#sicredi-rodape-plugin .rodape-redes-sociais {
	display: flex;
	justify-content: space-between;
}
#sicredi-rodape-plugin .rodape-redes-sociais a {
	width: 80px;
	font-family: "Nunito";
	font-weight: bold;
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 30px;
}
#sicredi-rodape-plugin .rodape-redes-sociais p {
	color: #5a6 45;
	font-family: "Nunito";
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
}
#sicredi-rodape-plugin .rodape-redes-sociais button {
	height: 41px;
	width: 41px;
	color: #5a6 45;
	font-family: "Nunito";
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 19px;
	text-align: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
}
#sicredi-rodape-plugin .rodape-redes-sociais button + button {
	margin-left: 10px;
}
#sicredi-rodape-plugin .rodape-mapa-site {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 2vw;
	column-gap: 8vw;
}
#sicredi-rodape-plugin .rodape-mapa-site hr {
	border-color: #64c 83;
}
#sicredi-rodape-plugin .rodape-mapa-site h3 {
	margin-bottom: 30px;
}
#sicredi-rodape-plugin .rodape-mapa-site a {
	color: #5a645a;
	font-family: "Nunito";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 35px;
	display: block;
}

@media (max-width: 1290px) {
	#sicredi-rodape-plugin .rodape-qr-code {
		display: block;
		width: 180px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 12px;
	}
	#sicredi-rodape-plugin .rodape-texto-esquerda {
		text-align: center;
	}
	#sicredi-rodape-plugin .rodape-esquerda-qr-links {
		max-width: 472px;
	}
	#sicredi-rodape-plugin .rodape-qr-code-textos {
		padding-left: 0;
	}
	#sicredi-rodape-plugin .rodape-qr-code-direita {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sicredi-rodape-plugin .rodape-qr-code-textos {
		display: flex;
	}
	#sicredi-rodape-plugin .rodape-img-libras {
		margin-right: 8px;
	}
	#sicredi-rodape-plugin .rodape-qr-code-textos-esquerda {
		margin-top: 12px;
		padding-left: 5px;
	}
	#sicredi-rodape-plugin .rodape-qr-atendimento-pt-br {
		padding-left: 5px;
		padding-right: 5px;
	}
	#sicredi-rodape-plugin .rodape-texto-atendimento-esquerda {
		text-align: center;
	}
	#sicredi-rodape-plugin .rodape-texto-atendimento-direita {
		text-align: justify;
		margin-top: 0;
	}
	#sicredi-rodape-plugin .rodape-qr-atendimento-libras {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sicredi-rodape-plugin .rodape-qr-code-textos-direita {
		margin-top: 12px;
	}
}
@media (max-width: 950px) {
	#sicredi-rodape-plugin .rodape-esquerda-qr-links {
		flex: 0 0 80% !important;
		max-width: 80% !important;
		margin-bottom: 64px;
	}
	#sicredi-rodape-plugin .rodape-nopadding-mobile {
		flex: 0 0 40% !important;
		max-width: 40% !important;
	}
	#sicredi-rodape-plugin .row-rodape-telefones {
		justify-content: center;
	}
}
@media (max-width: 799px) {
	#sicredi-rodape-plugin section {
		margin: 40px 8vw;
	}
	#sicredi-rodape-plugin .rodape-row-qrs {
		margin-top: 0;
	}
	#sicredi-rodape-plugin .rodape-logo-whatsapp {
		width: 40px;
		height: 40px;
	}
	#sicredi-rodape-plugin .rodape-qr-code {
		padding: 0;
		margin-top: 24px;
		width: auto;
	}
	#sicredi-rodape-plugin .rodape-qr-code-textos {
		display: none;
	}
	#sicredi-rodape-plugin .rodape-atendimento-mobile {
		display: flex;
	}
	#sicredi-rodape-plugin .rodape-observacao {
		margin-top: 8px;
	}
	#sicredi-rodape-plugin .rodape-observacao-mobile {
		display: block;
	}
	#sicredi-rodape-plugin .rodape-observacao-desk {
		display: none;
	}
	#sicredi-rodape-plugin .rodape-whats-app-textos {
		margin-left: 16px;
	}
	#sicredi-rodape-plugin .rodape-qr-code-direita {
		float: none;
	}
	#sicredi-rodape-plugin .rodape-qr-code-esquerda {
		float: none;
	}
	#sicredi-rodape-plugin .qr-img {
		display: none;
	}
	#sicredi-rodape-plugin .img-libras-mobile {
		width: 24px;
		height: 24px;
		margin-right: 8px;
	}
	#sicredi-rodape-plugin .rodape-qr-code {
		background-color: #f8f9f7;
		border-radius: 6px;
	}
	#sicredi-rodape-plugin .rodape-esquerda-qr-links {
		margin-bottom: 44px;
		padding: 24px !important;
		flex: 0 0 100% !important;
		max-width: 472px !important;
	}
	#sicredi-rodape-plugin .rodape-whats-app-qrs {
		padding-top: 0;
		padding-left: 0;
		margin-left: 0;
		display: flex;
	}
	#sicredi-rodape-plugin .rodape-nopadding-mobile {
		padding-left: 0;
		padding-right: 0;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	#sicredi-rodape-plugin .rodape-coluna-cheia {
		grid-row: auto;
	}
	#sicredi-rodape-plugin .rodape-coluna-cheia div + div {
		margin-top: 30px;
	}
	#sicredi-rodape-plugin .rodape-telefones {
		grid-template-columns: 1fr;
		grid-auto-rows: unset;
		gap: 40px;
	}
	#sicredi-rodape-plugin .rodape-telefones img {
		margin-top: 15px;
	}
	#sicredi-rodape-plugin .rodape-redes-sociais {
		flex-direction: column;
		grid-template-columns: 1fr;
	}
	#sicredi-rodape-plugin .rodape-redes-sociais div > button {
		margin-top: 15px;
	}
	#sicredi-rodape-plugin .rodape-redes-sociais a {
		margin-right: 15px;
		margin-bottom: 25px;
	}
	#sicredi-rodape-plugin .rodape-mapa-site {
		gap: 8vw;
		grid-template-columns: 1fr;
	}
	#sicredi-rodape-plugin .row-rodape-telefones {
		justify-content: space-between;
	}
}


.text-danger {
    background-color: white;
    font-size: 20px;
}

    #modalDesistir .modal-content{
        border-radius: 0px 20px 20px 20px;
    }
    #modalDesistir span{
        font-size: 40px;
    }
    #modalDesistir img{
        margin-top: 70px;
    }
    #modalDesistir p{
        margin-top: 24px;
        font-family: 'Nunito';
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0em;
        color: #495C63;
    }
    #modalDesistir h1{
        margin-top: 24px;
        font-family: 'Exo 2';
        font-size: 40px;
        font-style: italic;
        font-weight: 700;
        line-height: 48px;
        letter-spacing: 0px;
        color: #00B61C;
    }
    #modalDesistir a{
        margin-top: 40px;
        margin-bottom: 70px;
        color: #E91C1C;
        border-color: #E91C1C;
        border-width: 2px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 30px;
        font-family: 'Exo 2';
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        border-radius: 0px 10px 10px 10px;
    }
a {
    color: #00b61c;
}	
a:hover {
    color: #146e37;
}


.tabela {
	padding-top: 40px;
	padding-bottom: 40px;
}
.tabela thead {
	white-space: nowrap;
	padding-top: 40px;
}
.tabela table {
	white-space: nowrap;
}
.tabela h1 {
	font-family: "Exo 2";
	font-size: 3rem;
	font-style: italic;
	font-weight: 700;
	line-height: 66px;
	letter-spacing: 0px;
	text-align: left;
	padding-bottom: 10px;
	color: #146e37;
}
.tabela p {
	font-family: "Nunito";
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	letter-spacing: 0em;
	text-align: left;
	color: #495c63;
	padding-bottom: 10px;
}

.tabela .table th {
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0px;
	color: #146e37;
	border-bottom: 1px solid #3fa110 !important;
	border-top: none;
}
.tabela .table td:nth-child(n + 2) {
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
	color: #495c63;
}
.tabela .table td:nth-child(1) {
	font-family: "Exo 2";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #495c63;
}

.tabela a {
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: "Exo 2";
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: center;
	border-radius: 5px;
}
.tabela a:nth-child(1) {
	margin-right: 20px;
	background: #64c832;
	color: #fff;
	border-radius: 10px;
}
.tabela a:nth-child(2) {
	background: #146e37;
	color: #fff;
	border-radius: 10px;
}
.tabela a:nth-child(1):hover {
	background: #146E37;
	color: #fff;
	
}
.tabela a:nth-child(2):hover {
	background: #64c832;
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}
.active.fade-bottom125 {
  animation: fade-bottom 1.25s ease-in;
}
.active.fade-left125 {
  animation: fade-left 1.25s ease-in;
}
.active.fade-right125 {
  animation: fade-right 1.25s ease-in;
}
.active.fade-bottom150 {
  animation: fade-bottom 1.5s ease-in;
}
.active.fade-left150 {
  animation: fade-left 1.5s ease-in;
}
.active.fade-right150 {
  animation: fade-right 1.5s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
  z-index: 9;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: #f8f9f7;
  box-shadow: 0px 0px 4px black;
  opacity: 1 !important;
  color:#212529;
 border-radius: 0px 20px 20px 20px; 
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: black !important;
}

.tooltip.bs-tooltip-left .arrow:before {
 border-left-color: black !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
 border-bottom-color: black !important;
}

.tooltip.bs-tooltip-top .arrow:before {
 border-top-color: black !important;
}
.gpp{
 position: absolute;
 background: none;
 margin-top: 20px;
 right: 12vw;
 border: 0;
 cursor: pointer;
 color: #fff;
 opacity: 1;
 line-height: 1;
 transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.gnp{
 position: absolute;
 background: none;
 margin-top: 20px;
 right: 1vw;
 border: 0;
 cursor: pointer;
 color: #fff;
 opacity: 1;
 line-height: 1;
 transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}