body{
	font-family: 'Roboto', sans-serif;
}
header{
	background: rgba(0, 0, 0, -1);
}
header .navbar-brand img{
	max-height: 80px;
}
header .social-icons i{
	color: #FCBD01;
	font-size: 2rem;
}
footer{
	padding: 50px 50px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: cover;
}
a{
	text-decoration: none;
}
.btn{
	--bs-btn-border-radius: 0;
	--bs-btn-padding-x: 2rem;
}
#banner .carousel-item{
	min-height: 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#banner .frame{
	max-width: 90%;
	margin: 0 auto;
	background: #FCBD01;
	padding: 3rem;
	width: 500px;
	color: #fff;
}
#simulador{
	background-color: #0E4437;
}
.big-simbol{
	font-size: 2em;
}
@media (min-width: 768px) {
	#banner .carousel-item{
		height: 50vh;
	}
	#simulador{
		background-image: url('../img/bg_simulador.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
}

#popupCookie{
	position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 20px 30px;
    z-index: 9999999;
    box-shadow: 1px 1px 5px 1px #555;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
	display: none;
}
.btn-warning{
	background: #5179BB;
	border-color: #5179BB;
	color: #fff;
}
.btn-warning:hover{
	background: #f98d4b;
	border-color: #f98d4b;
	color: #333;
}
.back-to-top{
	display: block;
	background: #34af23;
}
.btn-warning:focus, .btn-warning.focus {
  	background: #f98d4b;
  	border-color: #f98d4b;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.section-title h2{
	color: #5179BB;
	text-transform: uppercase;
	font-size: 28px;
}
.underline{
	border-bottom: 2px solid;
	display: inline-block;
}
.breadcrumbs{
	background: #FCBD01;
    color: #fff;
    padding: 60px 0;
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcrumbs h2{
	font-size: 40px;
	font-weight: bold;
}
.breadcrumbs a{
	color: #fff;
	font-weight: bold;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
.section-bg-image{
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	color: #fff;
	position: relative;
	padding: 70px 0;
}
.section-bg-image .section-title{
	position: relative;
	z-index: 1;
}
.section-bg-image .overlay{
	background: #175E90;
}
.section-bg-image input{
	background: transparent;
	height: 50px;
	border-color: #fff;
}
.section-bg-image .btn{
	height: 50px;
}
.section-bg-image ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.section-bg-image :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

.section-bg-image ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
}
.box{
	border: 1px solid #ccc;
	padding: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	background-color: #175E90;
	border-color: #175E90;
}
/* FIM GERAL */
/* PAINEL SÓCIOS */
.box.box-icon{
	background: #fff;
    height: 200px;
    border-radius: 20px;
    text-align: center;
    padding: 40px 10px;
    display: block;
    margin-bottom: 30px;
}
.box-icon p{
  font-size: 18px;
  font-weight: bold;
}
.box-icon small{
  font-size: 14px;
}
.box-icon i{
  font-size: 40px;
  padding: 10px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #175E90;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 0px;
}
.box-icon i:before{
  font-style: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}
.box-icon a:hover{
  text-decoration: none;
}
@media(min-width: 768px){
	.box-icon i{
	  font-size: 40px;
	  width: 80px;
	  height: 80px;
	}
	.box-icon p{
	  font-size: 18px;
	}
}
/* FIM PAINEL SÓCIOS */

/* DUVIDAS FREQUENTES */
.accordion-item{
	border: none;
}
.faq-border-radius{
	border-radius: 10px;
	border-top-left-radius: 0px;
}
.accordion-body{
	margin-bottom: 20px;
}
.accordion-button::after{
	display: none;
}
.accordion-button:not(.collapsed){
	color: #22A04E;
	background-color: rgba(0,0,0,0);
}
.accordion-button:focus{
	border: solid 0px #fff;
	color: #22A04E;
	box-shadow: none;
}
.collapsed .fa-plus{
	display: inline-block !important;
}
.collapsed .fa-minus{
	display: none !important;
}
.fa-plus{
	display: none !important;
}
/* FIM DUVIDAS FREQUENTES */
/* FORMULARIOS */
/* -- CONTATO */
.form-control:focus{
	box-shadow: none;
}
#form-contato .form-control{
	color: white;
	background-color: rgba(0,0,0,0);
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #FCBE01;
}
#form-contato .form-control::placeholder{
	color: white;
}
/* -- LOGIN */
.side-bar-login h2{
	margin-top: 50px;
}
#form-login{
	margin-top: 50px;
}
#form-login .form-control{
	color: white;
	background-color: rgba(0,0,0,0);
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #0E4437;
}
#form-login .form-control:focus{
	border-bottom: solid 1px #FCBE01 !important;
}
#form-login .form-control::placeholder{
	color: white;
}
/* -- REGISTER */
.side-bar-register h2{
	margin-top: 50px;
}
#form-register{
	margin-top: 50px;
}
#form-register .form-control{
	color: white;
	background-color: rgba(0,0,0,0);
	border: none;
	border-radius: 0px;
	border-bottom: solid 1px #0E4437;
}
#form-register .form-control:focus{
	border-bottom: solid 1px #FCBE01 !important;
}
#form-register .form-control::placeholder{
	color: white;
}
input[type=checkbox]{
	/* removendo estilo padrao */
	-webkit-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	/* estilizacao */
	width: 1.15em;
	height: 1.15em;
	border: solid #0E4437 2px;
	display: inline-grid;
  	place-content: center;
}
input[type="checkbox"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #0E4437;
  }
  
input[type="checkbox"]:checked::before {
	transform: scale(1);
}
/* FIM FORMULARIOS */
/* ÁREAS DO SITE */
#areas-site ul{
	list-style-type: none;
	border-left: solid #FCBE01 1px;
	padding-left: 15px;
}
#areas-site a{
	color: white;
}
#areas-site li{
	margin-bottom: .8em;
}
/* FIM ÁREAS DO SITE */
.color-white{
	color: white !important;
}
.color-yellow{
	color: #FCBE01 !important;
}
.color-light-green{
	color: #22A04E !important;
}
.color-dark-green{
	color: #0E4437 !important;
}
.font-small{
	font-size: small;
}
.font-large{
	font-size: large;
}
.font-x-large{
	font-size: x-large;
}
.font-xx-large{
	font-size: xx-large;
}
.bold{
	font-weight: bold;
}
.bg-light-green{
	background-color: #22A04E;
}
.bg-lighter-green{
	background-color: #29AF58;
}
.bg-dark-green{
	background-color: #0E4437;
}
.bg-yellow{
	background-color: #FCBE01;
}
.bg-grey{
	background-color: #f4f4f4;
}
.bg-none{
	background-color: rgba(0,0,0,0);
}
.transparent-input{
	background-color: rgba(0,0,0,0);
	color: #FFF;
	border: none;
	outline: none;
}
.btn-brazcash{
	background-color: #FCBE01;
	color: #0E4437;
	font-weight: bold;
}
.btn-light-green{
	background-color: #22A04E;
	color: white;
	font-weight: bold;
	border-radius: 30px !important;
}
.btn-dark-green{
	background-color: #0E4437;
	color: white;
	font-weight: bold;
	border-radius: 30px !important;
}
.btn-outline-light-green{
	background-color: rgba(0, 0, 0, 0);
	border: solid #22A04E 2px;
	color: white;
	font-weight: bold;
	border-radius: 10px !important;
	padding: 10px 30px;
}
.btn-outline-dark-green{
	background-color: rgba(0, 0, 0, 0);
	border: solid #0E4437 2px;
	color: white;
	font-weight: bold;
	border-radius: 10px !important;
	padding: 10px 30px;
}
.btn-light-green-register{
	background-color: #22A04E;
	color: white;
	font-weight: bold;
	border-radius: 10px !important;
	padding: 10px 30px;
}
.mx-none{
	margin-right: 0px;
	margin-left: 0px;
}
.px-none{
	padding-right: 0px;
	padding-left: 0px;
}
.border-radius-left{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.border-radius-right{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.border-radius{
	border-radius: 10px !important;
}
.border-radius-large{
	border-radius: 20px !important;
}
.border-light-green{
	border: solid #22A04E 1px;
}
.lg-border-radius{
	border-radius: 50px;
}
.border-bottom-dark-green{
	border-bottom: solid #0E4437 2px;
}
.border-none{
	border: none !important;
}
.py-20{
	padding-top: 21rem;
    padding-bottom: 21rem;
}
.py-15{
	padding-top: 15rem;
    padding-bottom: 15rem;
}
.sombra{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* SIDEBAR MENU */   
.side-bar{
	background: rgba(34, 160, 78, 0.8);
	backdrop-filter: blur(15px);
	width: 600px;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -600px;
	overflow-y: auto;
	transition: 0.6s ease;
	transition-property: left;
	z-index: 1;
}
@media (max-width: 768px) {
	.side-bar{
		width: 100%;
		left: -100%;
	}
}
.side-bar::-webkit-scrollbar {
	width: 0px;
}
.side-bar.active{
	left: 0;
}
.side-bar .menu{
	margin-top: 30px;
	margin-left: 100px;
} 
.side-bar .menu .item{
	position: relative;
	cursor: pointer;
}
.side-bar .menu .item a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
	line-height: 40px;
}
.side-bar .menu .item a:hover{
	transition: 0.3s ease;
}
.side-bar .menu .item i{
	margin-right: 15px;
}
   
.side-bar .menu .item a .dropdown{
	margin: 20px;
	transition: 0.3s ease;
}
.side-bar .menu .item .sub-menu{
	display: none;
}
.side-bar .menu .item .sub-menu a{
	margin-left: 80px;
}
.sub-item{
	border-left: solid #FCBE01 1px;
}
.rotate{
	transform: rotate(90deg);
}
.close-btn{
	color: #fff;
	font-size: 23px;
	margin: 15px;
	cursor: pointer;
}
.sub-btn{
	color: #0E4437 !important;
	font-size: x-large !important;
	font-weight: bold;
}
/* SIDEBAR MENU LOGIN*/
.side-bar-login{
	background: rgba(34, 160, 78, 0.8);
	backdrop-filter: blur(15px);
	width: 600px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -600px;
	overflow-y: auto;
	transition: 0.6s ease;
	transition-property: right;
	z-index: 1;
}
@media (max-width: 768px) {
	.side-bar-login{
		width: 100%;
		right: -100%;
	}
	.side-bar-login .menu{
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.side-bar-login .btn{
		margin-left: 30px !important;
	}
}
.side-bar-login::-webkit-scrollbar {
	width: 0px;
}
.side-bar-login.active{
	right: 0;
}
.side-bar-login .menu{
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 50px;
} 
.side-bar-login .menu .item{
	position: relative;
	cursor: pointer;
}
.side-bar-login .menu .item a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
	line-height: 40px;
}
.side-bar-login .menu .item a:hover{
	transition: 0.3s ease;
}
.side-bar-login .menu .item i{
	margin-right: 15px;
}
   
.side-bar-login .menu .item a .dropdown{
	margin: 20px;
	transition: 0.3s ease;
}
.side-bar-login .menu .item .sub-menu{
	display: none;
}
.side-bar-login .menu .item .sub-menu a{
	margin-left: 80px;
}
.sub-item{
	border-left: solid #FCBE01 1px;
}
.rotate{
	transform: rotate(90deg);
}
.close-btn{
	color: #fff;
	font-size: 23px;
	margin: 15px;
	cursor: pointer;
}
.sub-btn{
	color: #0E4437 !important;
	font-size: x-large !important;
	font-weight: bold;
}
/* SIDEBAR MENU REGISTER*/
.side-bar-register{
	background: rgba(34, 160, 78, 0.8);
	backdrop-filter: blur(15px);
	width: 600px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -600px;
	overflow-y: auto;
	transition: 0.6s ease;
	transition-property: right;
	z-index: 1;
}
.side-bar-register .menu{
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 50px;
} 
@media (max-width: 768px) {
	.side-bar-register{
		width: 100%;
		right: -100%;
	}
	.side-bar-register .menu{
		padding-top: 30px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.side-bar-register .btn{
		margin-left: 30px !important;
	}
}
.side-bar-register::-webkit-scrollbar {
	width: 0px;
}
.side-bar-register.active{
	right: 0;
}
.side-bar-register .menu .item{
	position: relative;
	cursor: pointer;
}
.side-bar-register .menu .item a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	display: block;
	padding: 5px 30px;
	line-height: 40px;
}
.side-bar-register .menu .item a:hover{
	transition: 0.3s ease;
}
.side-bar-register .menu .item i{
	margin-right: 15px;
}
   
.side-bar-register .menu .item a .dropdown{
	margin: 20px;
	transition: 0.3s ease;
}
.side-bar-register .menu .item .sub-menu{
	display: none;
}
.side-bar-register .menu .item .sub-menu a{
	margin-left: 80px;
}
.sub-item{
	border-left: solid #FCBE01 1px;
}
.rotate{
	transform: rotate(90deg);
}
.close-btn{
	color: #fff;
	font-size: 23px;
	margin: 15px;
	cursor: pointer;
}
.sub-btn{
	color: #0E4437 !important;
	font-size: x-large !important;
	font-weight: bold;
}
/* FIM SIDEBAR MENU */

/* PAINEL */
/* -- Lista */
.styled-list{
	list-style: none;
}
.styled-list a{
	color: white;
}
.styled-list li{
	border-bottom: solid #22A04E 1px;
}

/* -- Cards */
.border-left-light-green{
	border-left: solid #22A04E 2px;
}

/* -- Table */
.transfer-table tr{
	border-bottom: solid #22A04E 2px;
}
.transfer-table th{
	color: #0E4437;
	font-size: x-large;
	padding-bottom: 20px;
	font-weight: 400;
	border-left: solid #0E4437 2px;
	padding-left: 10px;
}
.transfer-table td{
	color: white;
	background-color: #29AF58;
	border-left: solid #0E4437 2px;
	padding: 10px 10px;
}
@media (max-width: 768px){
	.horizontal-scroll-table-mobile{
		overflow-x: auto;
		display: block;
	}
}
/* -- Radio */
.checkbox-brazcash input[type="radio"] {
	appearance: none;
	background-color: #fff;
	margin: 0;
	font: inherit;
	color: #0E4437;
	width: 0.9em;
	height: 0.9em;
	border: 0.15em solid #0E4437;
	border-radius: 50%;
	transform: translateY(-0.075em);
	display: inline-grid;
	place-content: center;
}
.checkbox-brazcash input[type="radio"]::before {
	content: "";
	width: 0.9em;
	height: 0.9em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #0E4437;
}
.checkbox-brazcash input[type="radio"]:checked::before {
	transform: scale(1);
}
.display{
	display: inherit !important;
}
/* ESTILIZAÇÃO */
@media (max-width: 768px) {
	.center-mobile{
		text-align: center;
	}
}
