body {
	background-color: #61BB5A;
	margin:0;
	overflow-y:hidden;
}
:link {
  color: #fff;
}

/* visited link */
:visited {
  color: #fff;
}

/* mouse over link */
:hover {
  color: #fff;
}

/* selected link */
:active {
  color: #fff;
} 
.erro {
	color:red;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	font-family:"arvo";
	font-weight: 700;
	text-align:center;
}
.loading img {
	width: 120px;
	height: 120px;
}

.input-form, .select-form {
	display:flex;
	width:100%;
	flex-wrap:wrap;
	align-items:flex-start;
	margin-bottom: 2rem;
	height: auto;

}
.input-form.mid, .input-form.mini, .input-form.medium{
	width: 48%;
}
.input-form input, .select-form select {
	width: 100%;
	border:0;
	background-color:#FCF8EF;
	border-radius:10px;
	padding: 0px 20px;
	font-size:16px;
	height: 52px;
}
.input-form label, .select-form label {
	width:100%;
	text-align:left;
	font-weight: 900;
    font-size: 10px;
    font-family: "Lato";
	margin-bottom: .5rem;
}
.input-form.icon label {
	margin-left: 75px;
}
.input-form.icon input {
	flex-grow: 1;
	width:auto !important;
}
.input-form svg {
	fill:#F87315;
	margin: 0px 28px 8px 0px;
}
.input-form span, .select-form span {
	display:none;
	width: 100%;
	font-family: "Lato";
	font-weight: 400;
	font-size: 12px;
	margin-top: 1rem;
	text-align:right;
	color:red;
}
.input-form.error span {
	display:block;
}
.input-form.error input {
	border: 2px solid red;
}
.select-form select {
    border:none;
	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
	color: #000;
}
div.select-form .arrow {
	margin-top: 40px;
	margin-left: 25%;
	position:absolute;
	content: "";
	display:inline-block!important;
	width:0;
	height:0;
	border-left:10px solid #009376;
	border-top:10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(90deg);
}

.button {
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	width: 100%;
	border: 0px none;
	border-radius: 31px;
	height: 62px;
	font-size: 24px;
	color: #fff !important;
	background-color: #F87315;
	margin: 30px 0px;
	font-family:"arvo";
	font-weight: 700;
}
    
#beneficiar-lead, #beneficiar-lead .right, #beneficiar-lead .left, #beneficiar-lead .left .header, .form, .input-form, input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#beneficiar-lead {
	min-height:100%;
	display:flex;
	flex-direction:row;
	justify-content: flex-end;
		background-color: #61BB5A;
		height:100%;
}
#beneficiar-lead .left, #beneficiar-lead .right {
	display:flex;
	flex-direction:column;
	width: 45%;
	min-height: 100%;
}
/* LEFT */
#beneficiar-lead .left {
	background-color:#61BB5A;
	font-family:"lato";
}
#beneficiar-lead .left .header {
	margin-top: 60px;
	margin-bottom: 20px;
	display:flex;
	width: 100%;
	padding: 0 5%;
	justify-content: space-between;
	flex-direction:row;
	align-items:center;
}
#beneficiar-lead .left .header img.logo {
	box-shadow: 0 0 5px rgba(0,0,0,.15),0 1px 4px rgba(0,0,0,.1);
	width: 200px;
	display: flex;
	background-color: #fff;
	align-items: center;
	padding: 10px 20px;
	border-radius: 15px;
}
#beneficiar-lead .left .header .telefone {
	display:flex;
	background-color:#fff;
	align-items:center;
	padding: 15px 30px;
	border-radius: 31px;
	color: #61BB5A;
}
#beneficiar-lead .left .header .telefone .logo { 
	fill:#61BB5A;
	margin-right: 20px;
}
#beneficiar-lead .left .header .telefone .numero { 
	font-size: 22px;
	font-weight:900;
	white-space:nowrap;
}

#beneficiar-lead .left .carousel .narigudo {
	width:100%;
	
}
#beneficiar-lead .left .carousel .carousel-item {
	height: 864px;
}
#beneficiar-lead .left .carousel .carousel-item .promo {
	display:flex !important;
	flex-direction: column;
	justify-content:center;
	align-items:center;
	height: 100%;
	COLOR:#FFF;
	text-align:center;
}
#beneficiar-lead .left .carousel .carousel-item .promo .icon {
	
}
#beneficiar-lead .left .carousel .carousel-item .promo h2 {
	margin-top: 45px;
	font-size:40px;
}
#beneficiar-lead .left .carousel .carousel-item .promo p {
	margin-top: 22px;
	font-weight: 400;
	font-size: 22px;
	line-height: 26px;
	padding: 0 15%; 
}

/* RIGHT */ 
#beneficiar-lead .right {
	background-color: #fff;
	overflow-y:auto;
}
#beneficiar-lead .right .box {
	height:100%;
	display:none;
	flex-direction: column;
	align-items:center;
	background-color: #fff;
	text-align:center;
	padding: 60px 20%;
}
#beneficiar-lead .right .box h1 {
	font-size: 36px;
	color:#F87315;
	margin-bottom: 20px;
}
#beneficiar-lead .right .box p {
	font-size: 14px;
	font-family: "lato";
	font-weight: 400;
	line-height: 18px;
}
#beneficiar-lead .right .box .form {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
#beneficiar-lead .right .pagamento div.formasPagamento {
	display:flex;
	flex-direction:row;
	margin-top: 150px;
}
#beneficiar-lead .right .pagamento div.formapagto {
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	width: 156px;
	height: 156px;
	background-color:#FCF8EF;
	border-radius: 10px;
	margin-bottom: 3rem;
	margin-right: 1rem;
	cursor:pointer;
	
}
#beneficiar-lead .right .pagamento div.formapagto img {
	width:31px;
	height:23px;
}
#beneficiar-lead .right .pagamento div.formapagto:hover {
	border:3px solid #61BB5A;
}
#beneficiar-lead .right .pagamento div.formapagto strong, #beneficiar-lead .right .pagamento div.formapagto span {
    line-height: 15px;
    margin: 15px 0px 0;
    font-weight: 900;
    font-family: "Lato";
	font-size:9.5px;
}
#beneficiar-lead .right .pagamento div.formapagto strong {
	width: 70px;
}
#beneficiar-lead .right .pagamento div.formapagto span {
	font-weight: 400;
	

}

/* Contrato */
#beneficiar-lead .checkbox-form.contrato {
	margin-top:10px;
}
#beneficiar-lead .checkbox-form.contrato a, #beneficiar-contrato .texto a {
	cursor: pointer;
	color: #147ed9;
	font-weight: bold;
	text-decoration: underline;
}
#beneficiar-contrato {
	display:none;
	align-items: center;
	justify-content:center;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1000;
	background-color:rgba(0,0,0, 0.7);
	
}
#beneficiar-contrato .box {
	display:flex;
	z-index:1000;
	background-color:#fff;
	color:#000;
	padding:2%;
	width: 70%;
	height:80%;
	border-radius:20px;
	flex-direction:column;
}
#beneficiar-contrato .closeb {
	width:100%;
	text-align:right;
	color:#17a287;
	font-weight: bold;
	font-size: 30px;
	font-family: "Museo 700";	
	margin-bottom:2%;
}
#beneficiar-contrato .closeb a {
	cursor: pointer;
}
#beneficiar-contrato .texto {
	overflow-y: scroll;
}

/* Navbar */
#beneficiar-lead .right .box .navbar {
	width: 100%;
	align-items:center;
	display:flex;
	justify-content:space-between;
	color:#F87315;
	font-size:14px;
	font-family:"Lato";
	font-weight:900;
}
#beneficiar-lead .right .box .navbar .back {
	align-items:center;
	display:flex;
	cursor:pointer;
}
#beneficiar-lead .right .box .navbar .back svg {
	transform: rotate(180deg);
	fill:#F87315;
	height:13px;
}
#beneficiar-lead .right .box .navbar .back svg path {
	stroke:#F87315;
}
#beneficiar-lead .right .box .navbar .contador span {
	display:inline-block;
	border: 2px solid #F87315;
	border-radius: 100%;
	color:black;
	width: 24px;
	height: 24px;
}
#beneficiar-lead .right .box .navbar .next {
	color:rgb(183, 183, 183);
	font-weight:400;
}