p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Segoe UI Bold' !important
}

a {
	text-decoration: none;
	outline: none
}

a:active,
a:focus {
	text-decoration: none;
	outline: none
}

a:hover {
	text-decoration: none;
	outline: none
}

ul {
	padding-left: 0
}

li {
	list-style: none
}

body {
	font-family: 'Segoe UI' !important;
	font-weight: 300
}

p {
	font-size: 16px
}

img {
	max-width: 100%
}

@font-face {
	font-family: "Segoe UI";
	src: url('../fonts/segoeui.ttf');
	font-display:swap;
}

@font-face {
	font-family: "Segoe UI Bold";
	src: url('../fonts/seguisb.ttf');
	font-display:swap;
}

.valemdinheiro {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px
}

.valemdinheiro .leftside h1 {
	font-size: 40px;
	font-family: 'Segoe UI Bold' !important;
	line-height: 46px;
	padding-bottom: 31px
}

.valemdinheiro .leftside h1 span {
	color: #EC0000
}

.valemdinheiro .leftside img {
	width: 93%
}

fieldset:not(:first-of-type) {
	display: none
}

fieldset {
	float: left;
	width: 100%;
	background-color: #FFFBFB;
	border-radius: 10px;
	padding-bottom: 50px;
	box-shadow: 0 3px 6px #00000029;
	text-align: center
}

fieldset .head {
	float: left;
	width: 100%;
	background-color: #0065f2;
	padding: 20px 40px 28px 40px;
	border-radius: 10px 10px 0 0;
	text-align: left;
	position: relative
}

fieldset .head .headbgicon {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%
}

fieldset .head.errorhead {
	background-image: url('../images/errorhead.svg');
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center
}

fieldset .head.sucessshead {
	background-image: url('../images/successhead.svg');
	padding-top: 50px;
	padding-bottom: 50px;
	background-size: cover;
	background-position: center
}

fieldset .head h3 {
	font-size: 22px;
	color: #fff
}

fieldset .head p {
	font-size: 16px;
	color: #fff
}

.innerfieldsset {
	float: left;
	width: 100%;
	padding: 20px;
	text-align: left;
	padding-bottom: 0
}

.innerfieldsset h5 {
	font-size: 18px;
	color: #7A7A7A;
	text-align: center;
	padding-bottom: 10px
}

.innerfieldsset ul {
	float: left;
	width: 100%
}

.innerfieldsset ul li {
	color: #A4A4A4;
	font-size: 16px;
	border-bottom: 1px solid #00000029;
	line-height: 45px;
	margin: 0 auto;
	width: 310px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative
}

.innerfieldsset ul li.active {
	color: #52CE44
}

.innerfieldsset ul li:last-child {
	border: none
}

.innerfieldsset ul li label {
	margin: 0
}

fieldset button {
	display: inline-block;
	background-color: #FAF81D;
	box-shadow: 0 2px 2px #0000003D;
	color: #0065F2;
	border: none;
	width: 350px;
	padding: 10.5px 0;
	font-family: 'Segoe UI Bold' !important;
	border-radius: 24px
}

fieldset button img {
	position: relative;
	top: -2px;
	margin-left: 5px
}

fieldset .previous {
	background: none;
	border: none;
	box-shadow: none;
	margin-top: 20px;
	color: #7A7A7A
}

.containerradio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.containerradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.containerradio:hover input ~ .checkmark {
	background-color: #ccc
}

.containerradio input:checked ~ .checkmark {
	background-color: #52CE44
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.containerradio input:checked ~ .checkmark:after {
	display: block
}

.containerradio .checkmark:after {
	left: 6px;
	top: 3px;
	width: 5px;
	height: 9px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

fieldset .formfield {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px
}

fieldset .formfield select {
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
	padding: 15px;
	color: #A4A4A4;
	box-shadow: 0 3px 6px #00000029
}

fieldset .formfield input {
	float: left;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
	padding: 15px;
	color: #A4A4A4;
	box-shadow: 0 3px 6px #00000029;
	font-size: 16px
}

.errorstep h5 {
	font-size: 20px;
	color: #2A2A2A;
	text-transform: uppercase
}

.errorstep p {
	color: #7A7A7A;
	padding-bottom: 20px
}

.errorstep button {
	color: #FF3E45
}

.sucessstep h5 {
	font-size: 20px;
	color: #2A2A2A;
	text-transform: uppercase
}

.sucessstep p {
	color: #7A7A7A;
	padding-bottom: 20px
}

.sucessstep button {
	color: #06BE00
}

.startup {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px
}

.startup h2 {
	font-size: 24px;
	color: #EC0000;
	line-height: 26px;
	padding-bottom: 15px
}

.startup p {
	font-size: 16px;
	line-height: 22px;
	color: #000000
}

.startup h5 {
	font-size: 18px;
	line-height: 24px;
	color: #000000
}

.startupinner {
	padding-top: 20px
}

.porqueconfiar {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 100px;
	background-color: #FFF3F3;
	background-image: url('../images/porqueconfiarbg.svg');
	background-repeat: no-repeat;
	background-position: center 80%
}

.heading {
	float: left;
	width: 100%;
	padding-bottom: 40px
}

.heading h2 {
	font-size: 24px;
	color: #EC0000;
	line-height: 26px
}

.porqueconfiarlisting {
	float: left;
	width: 100%;
	padding-left: 100px;
	padding-right: 100px
}

.porqueconfiarlisting .item {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 1px 10px #00000029;
	padding: 50px 10px;
	border-radius: 10px
}

.porqueconfiarlisting .item img {
	width: 95px !important;
	display: inline-block !important;
	height: 95px;
	object-fit: contain
}

.porqueconfiarlisting .item h4 {
	font-size: 18px;
	color: #000000;
	padding-bottom: 13px;
	padding-top: 13px;
	text-transform: uppercase
}

.porqueconfiarlisting .item p {
	font-size: 16px;
	color: #000000;
	height: 165px;
	overflow: hidden
}

.suasmilhas {
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 50px
}

.suasmilhas .suasmilhaslisting {
	margin: 0 auto;
	width: 480px
}

.suasmilhas .suasmilhaslisting .item {
	float: left;
	width: 100%;
	padding-bottom: 30px
}

.suasmilhas .suasmilhaslisting .item img {
	display: inline-block;
	float: left;
	width: 60px
}

.suasmilhas .suasmilhaslisting .item p {
	display: inline-block;
	padding-left: 30px;
	float: left;
	padding: 20px 0;
	margin: 0;
	padding-left: 30px
}

.suasmilhas .suasmilhaslisting .item p strong {
	font-family: 'Segoe UI Bold' !important;
	font-weight: bold
}

.seussonhos {
	float: left;
	width: 100%;
	background-color: #EC0000;
	padding-top: 30px;
	padding-bottom: 30px
}

.seussonhos p {
	margin: 0;
	color: #FFFFFF;
	font-size: 18px
}

.seussonhos p img {
	margin-right: 20px
}

.commecromilas {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 75px
}

.commecromilas h3 {
	font-size: 20px;
	color: #EC0000;
	line-height: 26px;
	padding-bottom: 20px
}

.commecromilas p {
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	font-style: italic;
	padding-top: 20px
}

.comoquiser {
	background-color: #FFF3F3
}

.comoquiser h2 {
	color: #EC0000;
	font-size: 32px;
	padding-bottom: 30px
}

.algunsde {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #F7F7F7
}

.algunsdeinner {
	margin: 0 auto;
	width: 550px
}

.algunsde h2.algunsdetitle {
	float: left;
	width: 100%;
	text-align: center;
	color: #EC0000;
	font-size: 20px;
	padding-bottom: 20px
}

.algunsdeinner .item {
	float: left;
	width: 275px
}

.algunsdeinner .item .image {
	float: left;
	width: 90px;
	padding-top: 10px
}

.algunsdeinner .item:last-child {
	text-align: right
}

.algunsdeinner .item .content {
	float: left;
	width: 185px
}

.algunsdeinner .item p {
	font-size: 16px
}

.algunsdeinner .item p strong {
	font-size: 18px;
	font-family: 'Segoe UI Bold' !important
}

.comofunciona {
	float: left;
	width: 100%;
	padding-top: 75px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom, #FFFFFF3B 90%, #EFEFEF 100%)
}

.comofuncionalisting {
	float: left;
	width: 100%;
	padding-top: 30px
}

.comofuncionalisting .item {
	float: left;
	width: 100%;
	position: relative
}

.comofuncionalisting .item .curvetop {
	position: absolute;
	right: -25px;
	top: -20px
}

.comofuncionalisting .item .curvebottom {
	position: absolute;
	right: -50px;
	bottom: -30px
}

.comofuncionalisting .item h4 {
	font-size: 18px;
	color: #FF9100;
	line-height: 24px;
	padding-bottom: 15px
}

.comofuncionalisting .item p {
	font-size: 16px;
	color: #000000;
	line-height: 22px
}

.comofuncionalisting .item p strong {
	font-family: 'Segoe UI Bold' !important
}

.shieldimage {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px
}

.heading p {
	padding-top: 15px
}

.contalogo {
	float: left;
	width: 100%
}

.contalogo .contalogoinner {
	margin: 0 auto;
	width: 100%
}

.contalogo .item {
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 25px
}

.contalogo .item img {
	height: 100px;
	object-fit: contain
}

.comofunciona .vermais {
	float: left;
	width: 100%
}

.comofunciona .vermais span {
	font-size: 14px;
	font-family: 'Segoe UI Bold' !important;
	cursor: pointer
}

.comofunciona .vermais span i {
	font-size: 20px;
	position: relative;
	top: 2px
}

.comofunciona .vermais span img {
	width: 12px
}

.faqs {
	float: left;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 70px
}

.heading p strong {
	font-family: 'Segoe UI Bold'
}

.faqs .watsappcall {
	float: left;
	width: 100%;
	padding-bottom: 20px
}

.faqs .watsappcall a {
	float: left;
	border: 1px solid #0065F2;
	border-radius: 24px;
	box-shadow: 0 5px 12px #0000004D;
	color: #0052C4;
	font-size: 16px;
	text-align: center;
	padding: 7px 25px;
	line-height: normal
}

.faqs .watsappcall a img {
	width: 15px
}

.faqs p strong {
	font-family: 'Segoe UI Bold'
}

.faqinner {
	float: left;
	width: 100%;
	padding-top: 15px
}

.faqsitems .panel-title img {
	width: 18px;
	height: 18px;
	object-fit: contain;
	margin-right: 10px
}

.panel-default .panel-title a::after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-size: 18px;
	content: "\f106";
	color: #545454;
	float: right
}

.panel-default .panel-title a.collapsed::after {
	content: "\f107";
	font-size: 18px;
	color: #545454
}

.panel-default > .panel-heading {
	background-color: #FFFFFF;
	box-shadow: 0 1px 10px #00000029;
	border: none;
	border-radius: 5px;
	padding: 15px
}

.panel-group .panel {
	border: none;
	margin-top: 15px !important;
	box-shadow: none
}

.panel-title {
	line-height: 10px
}

.panel-title a {
	width: 100%;
	display: inline-block;
	font-size: 16px
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none
}

.owl-carousel .owl-item {
	padding-bottom: 10px
}

.owl-carousel .owl-nav button {
	position: absolute;
	top: 48%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: #EC0000 !important;
	cursor: pointer;
	line-height: 44px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.owl-carousel .owl-nav button span {
	font-size: 30px;
	line-height: 20px;
	color: #fff
}

.owl-carousel .owl-nav .owl-prev {
	left: -20px;
	right: auto
}

.owl-carousel .owl-nav .owl-next {
	right: -20px;
	left: auto
}

.valemdinheiro .leftside h2 {
	font-size: 32px;
}

.valemdinheiro .leftside h2 span {
	color: #EC0000;
}

.valemdinheiro .leftside h1 {
	color: #000000;
	font-weight: bold;
}

.modal-dialog {
	overflow-y: initial !important;
}

.modal-body {
	height: 560px;
	overflow-y: auto;
}

.dropdownflags .dropbtn {
	background-color: #fff;
	border: 1px solid #EC0000;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.dropdownflags .dropbtn img {
	width: 30px;
	pointer-events: none;
}

.dropdownflags .dropbtn i {
	color: #EC0000;
	margin-left: 15px;
	pointer-events: none;
}

.dropdownflags {
	position: absolute;
	display: inline-block;
	right: -65px;
	top: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 82px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border: 1px solid #EC0000;
	cursor: pointer;
	border-radius: 4px;
}

.dropdown-content img {
	width: 34px;
	pointer-events: none;
	margin: auto;
	display: block;
}

.dropdownflags .dropdown-content a {
	color: black;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
}

.dropdownflags a:hover {
	background-color: #ddd;
}

.show {
	display: block;
}