@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;
}
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 {
    display:block;
	list-style-type:disc;
	margin-block-start:1em;
	margin-block-end:1em;
	margin-inline-start:0px;
	margin-inline-end:0px;
	padding-inline-start:0px
}

li {
    list-style: none;
}

body {
    font-family: 'Segoe UI' !important;
    font-weight: 300;
}
p{
    font-size: 16px;
}
img{
  max-width: 100%;
}

.header{
    float: left;
    width: 100%;
    box-shadow: 0 3px 6px #00000029;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header .logo{
    float: left;
    width: 100%;
    padding-top: 10px;
}
.header .watsappcall{
    float: left;
    width: 100%;
}
.header .watsappcall a{
    float: right;
    border: 1px solid #EC0000;
    border-radius: 24px;
    box-shadow: 0 5px 12px #0000004D;
    color: #EC0000;
    font-size: 16px;
    text-align: center;
    padding: 7px 25px;
    line-height: normal;
}
.header .watsappcall a:hover,
.faqs .watsappcall a:hover{
  background: #FAF81D;
}
.header .watsappcall a img{
    width: 15px;
}

.valemdinheiro{
    float: left;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 30px;
}
.valemdinheiro .leftside h1{
    font-size: 40px;
    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.promohead {
  background-color: #f16502;
}
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;
}
fieldset .head.promohead h3,
fieldset .head.promohead p{
  z-index: 2;
  position: relative;
}
fieldset .head.promohead .headbgicon{
  z-index: 1;
}
.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{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
.innerfieldsset ul li{
    color: #A4A4A4;
    font-size: 16px;
    border-bottom: 1px solid #00000029;
    line-height: 45px;
    margin: 0 auto;
    width: 100%;
	max-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, 
fieldset.errorstep button.previous, 
fieldset.sucessstep button.previous{
    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, 
fieldset .next.previous-style{
  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;
}

/* Hide the browser's default radio button */
.containerradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 18px;
  width: 18px;  
  background-color: #E2E2E2;
  border-radius: 50%;
  border:1px solid #A4A4A4;
}

/* On mouse-over, add a grey background color */
.containerradio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.containerradio input:checked ~ .checkmark {
  background-color: #52CE44;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containerradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.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;
}
fieldset .formfield select.error,
fieldset .formfield input.error{
  border-color: red;
  color: red;
  background-color: #ffeaea;
}
.errorstep h5{
  font-size: 20px;
  color: #2A2A2A;
  text-transform: uppercase;
}
.errorstep p{
  color: #7A7A7A;
  padding-bottom: 20px;
}
.errorstep button{
  color: #FF3E45 !important;
}

.sucessstep h5{
  font-size: 20px;
  color: #2A2A2A;
  text-transform: uppercase;
}
.sucessstep p{
  color: #7A7A7A;
  padding-bottom: 20px;
}
.sucessstep button{
  color: #06BE00 !important;
}


.startup{
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 80px;
}
.startup h3{
  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: 70px;
  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 h3{
  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;
  height: 430px;
}
.porqueconfiarlisting .item img{
  width: auto !important;
  display: inline-block !important;
}
.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: 200px;
  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;
}

.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 h4{
  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 h3.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 a{
  width: 100%;
  display: inline-block;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body{
  border:none;
}

.starter{
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.footer{
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 70px;
  background-color: #EC0000;
}
.footer .widget p{
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.footer .widget label{
  float: left;
  width: 100%;
  font-size: 16px;  
  color: #fff;
  text-transform: uppercase;
  font-family: 'Segoe UI Bold';
}
.footer .topwidget1 ul li{
  float: left;
  width: 100%;
  line-height: 35px;
}
.footer .topwidget1 ul li a{
  font-size: 14px;
  color: #fff;
}
.footer .topwidget1 ul li a:hover{
  text-decoration: underline;
}
.footer .topwidget2 .segurimg{
  float: left;
  width: 40%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-right: 15px;
}
.footer .topwidget2 .segurimg img{
  max-width: 100%;
  height: 50px;
  object-fit: contain;
}
.topfooter{
  float: left;
  width: 100%;
}
.bottomfooter{
  float: left;
  width: 100%;
}
.footer .topwidget3 h3{
  float: left;
  width: 100%;
  color: #FFFFFF;
  font-size: 30px;
  padding-bottom: 10px;
  font-family: 'Segoe UI Bold';
}
.footer .topwidget3 h3 a{
  color: #FFFFFF;
  font-size: 30px;
  font-family: 'Segoe UI Bold';
}
.footer .topwidget3 h3 a:hover{
  text-decoration: underline;
}
.footer .seprator{
  float: left;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 25px 0;
}
.footer .bottompwidget3 ul{
  text-align: center;
}
.footer .bottompwidget3 ul li{
  display: inline-block;
  padding: 0 10px;
}
.footer .bottompwidget3 ul li a img{
  border-radius: 8px;
}
.footer .bottompwidget3 ul li a:hover img{
  background-color: #0065f2;
}

.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;
}

.pulse:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  animation: animate .7s linear 3;
}

@keyframes animate {
  0% { 
    transform: scale(1.0); 
	border-color: #A4A4A4;
  } 
  60% {
	border-color: #A4A4A4;
  }
  100% { 
    transform: scale(2.0);
	border-color: transparent;
  } 
}

fieldset .head.sheen .headbgicon {
  right: -92px;
}

.sheen {
  overflow: hidden;
}
.sheen .headbgicon {
  animation: sheen 1s 2s forwards;
}

@keyframes sheen {
  from {
    right: -92px;
  } to {
    right: 0;
  }
}

.alpha p{
    font-size: 12px;
}