.website{
	overflow-x: hidden;
}
.btnwhats{
	position: fixed;
	bottom: 30px;
	right: 30px;
}

img{
	max-width: 100%;
	height: auto;
}

main.lp{
	background: #03263D;
	font-family: "Red Hat Display", sans-serif;
	color: white;
}

main.lp .segura-topo{
	display: flex;
	justify-content: space-between;
	height: 130px;
	padding: 23px 0;
	align-items: flex-end;

}

main.lp .segura-topo .media{
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}

main.lp .segura-topo .media img{
	margin-right: 7px;
}

main.lp .segura-topo .media span{
	font-size: 15px;
}

main.lp .fx-topo{
	padding-bottom: 280px;
}

main.lp .fx-topo .container{
	position: relative;
}

main.lp .fx-topo .segura-banner{
	padding: 97px 0 41px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
main.lp .fx-topo .segura-banner::after{
	width: 100%;
	height: 100%;
	content:"";
	top: 0;
	left: 0;
	background: linear-gradient(268.57deg, rgba(0, 0, 0, 0) 30.19%, rgba(0, 0, 0, 0.61) 73.1%);
	position: absolute;
	z-index: 0;
}

main.lp .fx-topo .segura-banner .row{
	position: relative;
	z-index: 2;
}

main.lp .fx-topo .segura-banner .logo-inss{
	position: absolute;
	top: 15px;
	left: 50%;
	right: 50%;
	z-index: 4;

    transform: translateX(-50%);
}

main.lp .fx-topo .segura-banner h1{
	width: 725px;
	height: 152px;
	background: linear-gradient(90deg, #FE5E0E 0%, rgba(254, 94, 14, 0) 100%);
	font-size: 38px;
	font-weight: 800;
	padding: 17px 135px 27px 49px;
	margin-top: 0;
	line-height: 0.95;
	max-width: 100%;
}

main.lp .fx-topo .segura-banner h2{
	margin: 4px 20px 0 49px;
	font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-right: 130px;
}

main.lp .fx-topo .segura-banner h3{
	padding: 18px 211px 18px 49px;
	margin-bottom: 26px;
	margin-top: 0;
	width: 725px;
	height: 59px;
	background: linear-gradient(90deg, #A12301 0%, rgba(161, 35, 1, 0) 100%);
	font-size: 21px;
	font-weight: 600;
    align-items: center;
    letter-spacing: 1px;
	max-width: 100%;
}

main.lp .fx-topo .segura-banner h3 img{
	margin-right: 10px;
}

main.lp .fx-topo .segura-banner .segura-cta-padrao{
	width: 369px;
	height: 60px;
	min-height: 60px;
	margin-bottom: 12px;
	margin-left: 49px;
	display: block;
	flex-shrink: 0;
}

main.lp .fx-topo .segura-banner .cta-padrao{
	width: 369px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: #FE5E0E;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	transition: width 0.35s ease, height 0.35s ease, margin 0.35s ease;
	color: white;
}

main.lp .fx-topo .segura-banner .cta-padrao:hover{
	width: 336px;
	height: 54px;
	margin: 3px 16.5px;
}

main.lp .fx-topo .segura-banner span{
	margin-left: 49px;
	text-align: center;
	width: 369px;
	font-size: 15px;
	display: inline-block;
	font-weight: 300;
}

main.lp .fx-topo .segura-itens{
	display: flex;
	justify-content: space-between;
	margin: 54px 0 75px 0;
	width: 100%;
	height: 329px;
	position: absolute;
}

main.lp .fx-topo .segura-itens .card-itens{
	background: #031D2F;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: 270px;
	height: 329px;
	padding: 33px 15px 36px 15px;
	margin: 0 atuo 30px auto;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	transition: background-color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

main.lp .fx-topo .segura-itens .card-itens:hover{
	background: #05395B;
	transform: scale(1.04);
	box-shadow: 0 14px 28px rgba(5, 57, 91, 0.35);
}

main.lp .fx-topo .segura-itens .card-itens img{
	margin-bottom: 12px;
	width: 63px;
	height: 63px;
}

main.lp .fx-topo .segura-itens .card-itens h3{
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 22px 0;
	padding: 0 30px;
	line-height: 1.6;
}

main.lp .fx-topo .segura-itens .card-itens span{
	display: inline-block;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
	padding: 0 15px;
}

main.lp .fx-1{
	background: white;
	background-image: url(../imagens-lp/bg-fx1.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 50px;
}

main.lp .fx-1 .container{
	padding: 180px 0 60px 0;
}

main.lp .fx-1 h3{
	width: 560px;
    height: 59px;
    background: linear-gradient(90deg, #A12301 0%, rgba(161, 35, 1, 0) 100%);
    font-weight: 700;
    font-size: 17px;
    padding: 17px 15px;
    margin: 0 0 26px 0;
}

main.lp .fx-1 h2{
	font-size: 32px;
    font-weight: 400;
    color: black;
    line-height: 1.4;
    text-align: justify;
    margin-bottom: 28px;
    margin-top: 0;
}

main.lp .fx-1 h2 strong{
	font-weight: 800;
}

main.lp .fx-1 h2 .laranja{
	color: #FE5E0E;
}

main.lp .fx-1 h4{
	width: 560px;
	height: 92px;
	background: #05395B;
	margin-bottom: 28px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	font-weight: 700;
	margin:  0 0 28px 0;
}

main.lp .fx-1 .segura-texto{
	display: flex;
	justify-content: space-between;
}

main.lp .fx-1 .segura-texto span{
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	display: inline-block;
	width: 326px;
	color: black;
	line-height: 1.4;
}
main.lp .fx-1 .segura-texto img{
	width: 217px;
	height: 73px;
}

main.lp .fx-1 .imagem{
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}

main.lp .fx-2{
	padding: 60px 0 40px 0;
	letter-spacing: 0.7;
}

main.lp .fx-2 h3{
	font-weight: 700;
	font-size: 17px;
	margin: 0 0 18px 0;
	text-align: center;
	color: #FE5E0E;
	text-align: center;
}

main.lp .fx-2 h2{
	font-size: 37px;
	margin: 0 0 27px 0;
	text-align: center;
	font-weight: 400;
}

main.lp .fx-2 p{
	font-size: 22px;
	display: block;
	margin: 0 0 84px 0;
	text-align: center;
}

main.lp .segura-cards{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	justify-content: center;
}

main.lp .segura-cards .card-conteudo{
	width: 260px;
	height: 153px;
	background: #031D2F;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 55px 15px 28px 15px;
	margin: 0 0 30px 0;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	position: relative;
	transition: background-color 0.35s ease, transform 0.35s ease;
}

main.lp .segura-cards .card-conteudo:hover{
	background: #05395B;
	transform: scale(1.0923);
}

main.lp .segura-cards .card-conteudo .card-icone{
	width: 63px;
	height: 63px;
	object-fit: contain;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
}

main.lp .segura-cards .card-conteudo h3{
	font-size: 22px;
	font-weight: 700;
	color: white;
	line-height: 1.6;
	margin-bottom: 0;
}

main.lp .fx-3{
	background-image: url('../imagens-lp/bg-fx3.png');
	background-position: center center;
	padding: 37px 0 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

main.lp .fx-3 .col-lg-5{
	padding-right: 0;
}

main.lp .fx-3 .col-lg-7{
	padding-left: 0;
}

main.lp .fx-3 h3{
	margin: 44px 0 18px 0;
	font-size: 17px;
	font-weight: 800;
}

main.lp .fx-3 h2{
	font-size: 37px;
	margin:0 0 48px 0;
	line-height: 1.3;
	font-weight: 300;
	padding-right: 90px;
}

main.lp .fx-3 .motivos{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

main.lp .fx-3 .motivos-item{
	border-bottom: 1px solid #224055;
	padding: 23px 0 23px 30px;
}

main.lp .fx-3 .motivos-item:first-child {
    padding-top: 0px;
}

main.lp .fx-3 .motivos-item h3{
	font-weight: 700;
	font-size: 22px;
	margin: 0 0 15px 0;
	transition: transform 0.35s ease, color 0.35s ease;
}

main.lp .fx-3 .motivos-item:hover h3{
	transform: translateX(25px);
	color: #FE5E0E;
}

main.lp .fx-3 .motivos-item span{
	font-size: 17px;
	display: block;
	text-align: left;
	margin-bottom: 0;
}

main.lp .fx-4{
	padding: 50px 0 73px 0;
}

main.lp .fx-4 p{
	font-size: 21px;
	line-height: 1.6;
	letter-spacing: 0.6px;
	font-weight: 300;
	margin-bottom: 0;

}

main.lp .fx-4 p strong{
	font-weight: 700;
	font-size: 30px;
}

main.lp .fx-4 .segura-cta-padrao{
	width: 370px;
	height: 60px;
	min-height: 60px;
	margin-top: 30px;
	display: block;
	flex-shrink: 0;
}

main.lp .fx-4 .cta-padrao{
	width: 370px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A12301;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	color: white;
	transition: width 0.35s ease, height 0.35s ease, margin 0.35s ease;
}

main.lp .fx-4 .cta-padrao:hover{
	width: 336px;
	height: 54px;
	margin: 3px 17px;
}

main.lp .fx-5{
	padding: 41px 0 47px 0;
	background: #007604;
}

main.lp .fx-5 .media{
	display: flex;
	align-items: center;
}

main.lp .fx-5 .media img{
	margin-right: 37px;
}

main.lp .fx-5 .media span{
	font-size: 34px;
	line-height: 1.4;
	font-weight: 300;
}

main.lp .fx-6{
	padding:80px 0;
}

main.lp .fx-6 h3{
	font-weight: 800;
	font-size: 17px;
	color: #FE5E0E;
}

main.lp .fx-6 h2{
	font-size: 37px;
	margin-bottom: 18px;
}

main.lp .fx-6 span.texto-1{
	font-size: 18px;
	margin-bottom: 47px;
	display: block;
}

main.lp .fx-6 .accordion h6{
	position: relative;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 20px 10px 50px;
	line-height: 1.2;
	outline: none;
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 5px;
	transition: background 0.4s ease, color 0.4s ease;
	line-height: 1.3;
}

main.lp .fx-6 .accordion h6 + div + h6{
	margin-top: 12px;
}

main.lp .fx-6 .accordion h6::before{
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	width: 12px;
	height: 12px;
	background-image: url(../imagens-lp/seta.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px 12px;
	transform: translateY(-50%);
	transform-origin: center center;
	transition: transform 0.4s ease, filter 0.4s ease;
}

main.lp .fx-6 .accordion h6.ui-state-active{
	background: #05395B;
	color: #fff;
}

main.lp .fx-6 .accordion h6.ui-state-active::before{
	transform: translateY(-50%) rotate(90deg);
	filter: brightness(0) invert(1);
}

main.lp .fx-6 .accordion > div{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

main.lp .fx-6 .accordion > div > p{
	margin: 0;
	padding: 15px;
}

main.lp .fx-6 .card-oferta{
	background: #05395B;
	border-radius: 20px;
	padding-top:30px;
	padding-bottom: 42px;
	box-shadow: 0px 4px 9.8px rgba(0, 0, 0, 0.45);
}

main.lp .fx-6 .card-oferta h3{
	width: 470px;
	height: 59px;
	background: linear-gradient(90deg, #A12301 50%, rgba(161, 35, 1, 0) 100%);
	font-weight: 800;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-top: 0;
	margin-bottom: 30px;
	max-width: 100%;
}

main.lp .fx-6 .card-oferta .segura-valor{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 15px;
}

main.lp .fx-6 .card-oferta .segura-valor span{
	font-size: 17px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 0.8;
}

main.lp .fx-6 .card-oferta .segura-valor span.sifrao{
	font-size: 30px;
	color: #FE5E0E;
	font-weight: 900;
	margin-left: 9px;
	margin-right: 6px;
}

main.lp .fx-6 .card-oferta .segura-valor span.valor{
	font-size: 105px;
	color: #FE5E0E;
	font-weight: 900;
	line-height: 0.7;
}

main.lp .fx-6 .card-oferta .segura-valor span.periodo{
	font-size: 21px;
	font-weight: 400;
}

main.lp .fx-6 .card-oferta span.card-texto{
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	display: block;
	margin-bottom: 33px;
}

main.lp .fx-6 .card-oferta ul.oferta-itens{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	font-size: 17px!important;
	font-weight: 500;
}

main.lp .fx-6 .card-oferta ul.oferta-itens li.oferta-item{
	border-bottom: 0.5px solid rgba(255,255,255,0.25);
	padding: 7px 28px;
}

main.lp .fx-6 .card-oferta ul.oferta-itens li.oferta-item img{
	margin-right: 9px;
}

main.lp .fx-6 .card-oferta ul.oferta-itens li.oferta-item span{
	font-size: 17px!important;
	font-weight: 500;
}

main.lp .fx-6 .card-oferta .segura-cta-padrao{
	width: 100%;
	height: 60px;
	min-height: 60px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

main.lp .fx-6 .card-oferta .cta-padrao{
	width: 370px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A12301;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 700;
	margin: 0;
	color: white;
	transition: width 0.35s ease, height 0.35s ease, margin 0.35s ease;
	flex-shrink: 0;
}

main.lp .fx-6 .card-oferta .cta-padrao:hover{
	width: 336px;
	height: 54px;
	margin: 3px 17px;
}

main.lp .fx-6 .card-oferta span.sem-taxa{
	font-weight: 500;
	font-size: 13px;
	display: block;
	text-align: center;
	margin-top: 11px;
	margin-bottom: 0;
}

main.lp .fx-7{
	padding: 32px 0;
	background: white;
}

main.lp .fx-7 h2{
	font-size: 40px;
	text-align: center;
	color: black;
	margin-top: 0;
	margin-bottom: 10px;
}

main.lp .fx-7 span{
	text-align: center;
	font-size: 17px;
	color: black;
	display: block;
	margin-bottom: 12px;
}

main.lp .fx-7-reviews{
	margin-top: 24px;
}

main.lp .fx-8{
	width: 100%;
	height: 462px;
	overflow: hidden;
}

main.lp .fx-8 iframe,
main.lp .fx-8 img{
	width: 100%;
	height: 462px;
	display: block;
	border: 0;
}

main.lp .fx-8 img{
	object-fit: cover;
}


footer.footer-lp{
	padding: 63px 0 34px 0;
	background: #A12301;
}

footer.footer-lp h2{
	font-weight: 700;
	font-size: 35px;
	line-height: 1.3;
	margin: 0 100px 17px 0;
}

footer.footer-lp span.texto{
	font-size: 22px;
	display: block;
	margin-right: 100px;
}

footer.footer-lp .media{
	margin-top: 25px;
	display: flex;
	align-items: flex-end;
}

footer.footer-lp .media img{
	margin-right: 12px;
}

footer.footer-lp .media .media-body{
	font-size: 22px;
}

footer.footer-lp .segura-redes{
	margin-top: 35px;
}

footer.footer-lp .segura-redes a{
	margin-right: 12px;
}

footer.footer-lp form,
footer.footer-lp .form-rodape-cf7 form.wpcf7-form{
	width: 570px;
	margin-top: 40px;
	max-width: 100%;
}

footer.footer-lp form .form-input,
footer.footer-lp .form-rodape-cf7 input.wpcf7-form-control{
	width: 100%;
	height: 57px;
	display: flex;
	align-items: center;
	padding: 19px;
	border: 2px solid white;
	font-size: 15px;
	margin-bottom: 7px;
	background: transparent;
	border-radius: 5px;
	color: #fff;
}

footer.footer-lp form .form-textarea,
footer.footer-lp .form-rodape-cf7 textarea.wpcf7-form-control{
	width: 100%;
	display: block;
	box-sizing: border-box;
	height: 142px;
	max-height: 142px;
	padding: 19px;
	border: 2px solid white;
	font-size: 15px;
	margin-bottom: 7px;
	background: transparent;
	border-radius: 5px;
	color: #fff;
	resize: vertical;
}

footer.footer-lp form .form-input::placeholder,
footer.footer-lp form .form-textarea::placeholder,
footer.footer-lp .form-rodape-cf7 input.wpcf7-form-control::placeholder,
footer.footer-lp .form-rodape-cf7 textarea.wpcf7-form-control::placeholder {
    color: #fff;
    opacity: 1;
}

footer.footer-lp .form-rodape-cf7 .wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 0;
}

footer.footer-lp .form-rodape-cf7 .wpcf7-not-valid-tip{
	color: #ffd2d2;
	font-size: 13px;
	margin-top: 4px;
}

footer.footer-lp .form-rodape-cf7 .wpcf7-response-output{
	margin: 12px 0 0;
	padding: 10px 12px;
	border-radius: 5px;
	font-size: 14px;
}

footer.footer-lp form .segura-botao,
footer.footer-lp .form-rodape-cf7 .segura-botao{
	display: flex;
	justify-content: flex-end;
}

footer.footer-lp form .segura-botao button,
footer.footer-lp .form-rodape-cf7 input.wpcf7-submit{
	background-color: #03263D;
	width: 170px;
	height: 60px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 700;
	border: 0;
	color: #fff;
	cursor: pointer;
}

footer.footer-lp .copyright{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

footer.footer-lp .copyright span{
	font-size: 14px;
	margin-top: 82px;
}

footer.footer-lp .copyright .kryzalis{
	display: flex;
	align-items: flex-end;
}

footer.footer-lp .copyright .kryzalis img{
	margin-left: 15px;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

main.lp .cta-padrao{
	cursor: pointer;
	text-decoration: none;
}

body.lp-modal-aberto{
	overflow: hidden;
}

.lp-modal-formulario{
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.lp-modal-formulario.is-open{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.lp-modal-formulario__overlay{
	position: absolute;
	inset: 0;
	background: rgba(3, 38, 61, 0.88);
}

.lp-modal-formulario__dialog{
	position: relative;
	width: 100%;
	max-width: 560px;
	max-height: calc(100vh - 48px);
	overflow-y: auto;
	background: #ffffff;
	border-radius: 16px;
	padding: 40px 36px 32px;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
	transform: translateY(24px);
	transition: transform 0.3s ease;
}

.lp-modal-formulario.is-open .lp-modal-formulario__dialog{
	transform: translateY(0);
}

.lp-modal-formulario__fechar{
	position: absolute;
	top: 14px;
	right: 16px;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: #03263D;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.lp-modal-formulario__conteudo h2{
	margin: 0 0 8px;
	font-size: 32px;
	font-weight: 800;
	color: #03263D;
	text-align: center;
}

.lp-modal-formulario__subtitulo{
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #4a4a4a;
	text-align: center;
}

.lp-modal-formulario__form{
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.lp-modal-formulario__input,
.lp-modal-formulario__textarea{
	width: 100%;
	padding: 16px 18px;
	border: 2px solid #d7e0e8;
	border-radius: 8px;
	font-size: 15px;
	font-family: "Red Hat Display", sans-serif;
	color: #03263D;
	background: #f8fafc;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.lp-modal-formulario__textarea{
	min-height: 130px;
	resize: vertical;
}

.lp-modal-formulario__input:focus,
.lp-modal-formulario__textarea:focus{
	border-color: #FE5E0E;
	background: #ffffff;
}

.lp-modal-formulario__input::placeholder,
.lp-modal-formulario__textarea::placeholder{
	color: #7a8794;
	opacity: 1;
}

.lp-modal-formulario__acoes{
	display: flex;
	justify-content: center;
	margin-top: 8px;
}

.lp-modal-formulario__enviar{
	min-width: 200px;
	height: 56px;
	padding: 0 28px;
	border: 0;
	border-radius: 10px;
	background: #FE5E0E;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	font-family: "Red Hat Display", sans-serif;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.lp-modal-formulario__enviar:hover{
	background: #e5540d;
	transform: translateY(-1px);
}

.lp-modal-formulario__sucesso{
	text-align: center;
}

.lp-modal-formulario__sucesso h3{
	margin: 0 0 12px;
	font-size: 28px;
	font-weight: 800;
	color: #03263D;
}

.lp-modal-formulario__sucesso p{
	margin: 0 0 24px;
	font-size: 16px;
	line-height: 1.5;
	color: #4a4a4a;
}

.lp-modal-formulario__erro{
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1.4;
	color: #b42318;
	text-align: center;
}

.lp-modal-formulario__enviar:disabled{
	opacity: 0.7;
	cursor: not-allowed;
	transform: none;
}

@media (max-width: 767px){
	.lp-modal-formulario{
		padding: 16px;
	}

	.lp-modal-formulario__dialog{
		padding: 36px 22px 24px;
	}

	.lp-modal-formulario__conteudo h2{
		font-size: 26px;
	}
}

.lp-modal-formulario__form .wpcf7-form-control-wrap,
.lp-modal-cf7 .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

.lp-modal-formulario__form input.wpcf7-form-control,
.lp-modal-formulario__form textarea.wpcf7-form-control,
.lp-modal-cf7 input.wpcf7-form-control,
.lp-modal-cf7 textarea.wpcf7-form-control {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 18px;
  border: 2px solid #d7e0e8;
  border-radius: 8px;
  font-size: 15px;
  color: #03263D;
  background: #f8fafc;
}

.lp-modal-formulario__form textarea.wpcf7-form-control,
.lp-modal-cf7 textarea.wpcf7-form-control {
  display: block;
  min-height: 130px;
  resize: vertical;
}

.lp-modal-formulario__form .segura-botao,
.lp-modal-cf7 .segura-botao {
  display: flex;
  justify-content: center;
  margin-top: 8px;
}

.lp-modal-formulario__form .wpcf7-submit,
.lp-modal-cf7 .wpcf7-submit,
.lp-modal-cf7 input.form-button {
  min-width: 200px;
  height: 56px;
  border: 0;
  border-radius: 10px;
  background: #FE5E0E;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.lp-modal-cf7 .wpcf7-not-valid-tip {
  color: #b42318;
  font-size: 13px;
  margin-top: 4px;
}

.lp-modal-cf7 .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}

.ti-widget.ti-goog .ti-verified-by-row{
	display: none!important;
}
.wpcf7-form.init br{
	display: none;
	
}
@media (max-width: 1024px){
	main.lp .fx-topo .segura-banner{
		padding-top: 30px;
	}
	main.lp .fx-topo .segura-banner .logo-inss{
		position:relative;
		top: 0;
	}

	main.lp .fx-topo .segura-banner h2{
		padding-right: 300px;
	}

	main.lp .fx-topo .segura-itens{
		position: relative;
		height: inherit!important;
		margin-bottom: 0;
	}

	main.lp .fx-topo .segura-itens .card-itens{
		margin: 0 auto 30px auto;
	}

	main.lp .fx-topo{
		padding-bottom: 50px;
	}

	main.lp .fx-1 .container{
		padding-top: 70px;
	}

	main.lp .fx-1 h3{
		max-width: calc(100% - 50px);
	}
	main.lp .fx-1 h2 {
		font-size: 26px;
	}

	main.lp .fx-1 h4{
		max-width: calc(100% - 30px);
	}

	main.lp .fx-1 .segura-texto span{
		font-size: 16px;
	}

	main.lp .fx-3{
		background-image: none;
		background-color: #E24200;
	}

	main.lp .fx-3 .motivos-item:hover h3{
		color: #05395B;
	}
	main.lp .fx-6 .card-oferta{
		max-width: 470px;
		margin: 45px auto;
	}

	footer.footer-lp h2,footer.footer-lp span{
		margin-right: auto!important;
		margin-left: auto!important;
		text-align: center!important;
	}

	footer.footer-lp .media{
		justify-content: center;
	}

	footer.footer-lp .segura-redes{
		text-align: center;
	}

	footer.footer-lp form, footer.footer-lp .form-rodape-cf7 form.wpcf7-form{
		margin-right: auto;
		margin-left: auto;
	}
}
@media(max-width:900px){
	.btnwhats{
		max-width: 64px;
	}
}

@media(max-width: 991px){
	main.lp .fx-topo .segura-itens{
		justify-content: center;
	}

	main.lp .fx-6 .card-oferta span.sem-taxa{
		padding: 0 15px;
	}
}

@media(max-width: 768px){
	.fx-6{
		text-align: center;
	}

	.fx-6 li{
		text-align: left;
	}

	main.lp .fx-6 .card-oferta ul.oferta-itens li.oferta-item span{
		font-size: 14px!important;
	}
	main.lp .fx-3,main.lp .fx-3 .motivos-item span,main.lp .fx-3 h2,main.lp .fx-4{
		text-align: center!important;
	}
	main.lp .fx-3 h2{
		padding-right: 15px;

	}
	main.lp .fx-1 h3 {
		width: 100%;
		text-align: center;
	}

	main.lp .fx-1 h2{
		text-align: center;
		font-size: 22px;
	}

	main.lp .fx-1 h4{
		margin-right: auto;
		margin-left: auto;
	}

	main.lp .fx-1 .segura-texto{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	main.lp .fx-1 img{
		margin-right: auto;
		margin-left: auto;
		display: block;
		margin-top: 30px
	}

	main.lp .fx-2 h2{
		font-size: 28px;
	}

	main.lp .fx-2 p{
		font-size: 17px
	}

	main.lp .fx-4 .segura-cta-padrao{
		margin-right: auto;
		margin-left: auto;
	}

	main.lp .fx-5 .media span{
		font-size: 20px;
	}

	footer.footer-lp h2{
		font-size: 28px;
	}

	footer.footer-lp span.texto{
		font-size: 18px;
	}

	.copyright{
		flex-direction: column;
		align-items: center!important;
		margin-bottom: 90px;

	}

	.copyright .kryzalis{
		flex-direction: column!important;
		align-items: center!important;
		justify-content: center!important;
	}

	footer.footer-lp .copyright span{
		margin-top: 15px!important;
	}

	footer.footer-lp .media {
		flex-direction: column;
		align-items: center;
	}

	footer.footer-lp .media .media-body{
		font-size: 18px;
	}

	main.lp .fx-topo .segura-banner .segura-cta-padrao,main.lp .fx-topo .segura-banner span{
		margin-right: auto;
		margin-left: auto;
	}

	main.lp .fx-topo .segura-banner h3{
		font-size: 18px;
	}

	main.lp .fx-topo .segura-banner h2, main.lp .fx-topo .segura-banner h1{
		height: inherit;
	}

	main.lp .fx-topo .segura-banner h1{
		font-size: 28px;
	}

	main.lp .fx-topo .segura-banner h2{
		font-size: 18px;
	}

	.segura-topo{
		flex-direction: column;
		align-items: center!important;
		margin-bottom: 30px;
	}

	.segura-topo .segura-logo{
		margin-bottom: 15px;
	}

	main.lp .fx-6 .card-oferta .cta-padrao{
		max-width: calc(100% - 20px);
		font-size: 16px;
	}
	main.lp .fx-topo .container{
		margin: 0!important;
		width: 100%!important;
		padding: 0!important;
	}
}

@media(max-width: 568px){
	main.lp .fx-topo .segura-banner{
		background-image: url(../imagens-lp/banner-mobile.png) !important;
	}

	main.lp .fx-topo .segura-banner h1,main.lp .fx-topo .segura-banner h2{
		padding-right: 60px;
        text-align: center;
	}
	main.lp .fx-topo .segura-banner span{
		display: block;
	}
    main.lp .fx-1 h2 {
    	font-size: 20px;
    	padding: 0 15px;
    }
	main.lp .fx-1 h4{
		font-size: 20px;
		height: 60px;
	}
	main.lp .padding-15{
		padding: 0 30px;
	}
	main.lp .fx-7 h2{
		font-size: 22px;
	}

	main.lp .fx-7 span{
		font-size: 16px;
	}

	main.lp .fx-6 .card-oferta .segura-valor span.valor{
		font-size: 65px;
	}

	main.lp .fx-6 .card-oferta h3{
		font-size: 24px;
	}

	main.lp .fx-6 .card-oferta span.card-texto {
		font-size: 13px;
	}

	main.lp .fx-6 .accordion h6{
		padding-left: 15px;
		font-size: 16px;
	}

	main.lp .fx-6 h2 {
		font-size: 26px;
	}

	main.lp .fx-6{
		padding: 40px 0;
	}

	main.lp .fx-4 .cta-padrao{
		max-width: 290px;
		font-size: 16px;
	}

	main.lp .fx-4 p{
		font-size: 17px;
	}
	main.lp .fx-4 p strong{
		font-size: 20px;
	}

	main.lp .fx-3{
		padding: 20px 0;
	}

	main.lp .fx-3 h3{
		margin-top: 10px;
	}

	main.lp .segura-cards .card-conteudo h3 {
		font-size: 18px;
	}

    main.lp .fx-2 h2 {
    	font-size: 22px;
    }


	main.lp .fx-3 h2{
		font-size: 26px;
		padding-right: 0;
		margin-bottom: 20px;
	}

	main.lp .fx-6 .card-oferta .cta-padrao{
		font-size: 14px;
	}

	footer.footer-lp .media .media-body{
		font-size: 16px;
	}

	footer.footer-lp span.texto{
		font-size: 16px;
	}

	footer.footer-lp h2{
		font-size: 24px;
	}

	main.lp .fx-6 .accordion h6::before{
		display: none;
	}
	main.lp .fx-topo .segura-banner h2, main.lp .fx-topo .segura-banner h3{
		padding-right: 15px;
	}

	main.lp .fx-topo .segura-banner h1{
		font-size: 21px;
	}

	main.lp .fx-5 .media{
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	main.lp .fx-5 .media img{
		margin-right: 0;
		margin-bottom: 15px;
	}

	main.lp .fx-1 h3{
		max-width: 100%;
	}
}