
#intro .card-form {
    padding: 36.6px 26.6px 30.6px;
    width: 100%;
    box-shadow: -93px 10px 68px rgba(0, 0, 0, .11);
    background: rgba(255, 255, 255, .3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    max-width: 490px;
}

#intro .card-form .tituloForm {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 22px;
    padding-left: 85px;
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 5px;
}

#intro .card-form .tituloForm i.converse-advogado {
    background: url(../img/bg/ic_form_topo.webp) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 29px;
    z-index: 10;
}

#intro .card-form .tituloForm:after {
    content: '';
    background: #ca9d46;
    width: 64px;
    height: 125px;
    position: absolute;
    left: 0;
    top: 0;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    top: -50px;
}

#intro .card-form p {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

#intro .card-form input[type="text"],
#intro .card-form input[type="email"],
#intro .card-form input[type="tel"] {
    padding: 0 48px;
    border: 1px solid #e3d9c6;
    border-radius: 6px;
    min-height: 55px;
    background-color: #f9f9f9;
}

#intro .card-form .form-control:focus {
    border: 1.4px solid #fff !important;
    box-shadow: 0 0 5pt 2pt #a6a5a1 !important;
    border-radius: 6px !important;
    transition: .2s linear;
    outline: none;
}
#intro .card-form .btn {
    animation: 5.6s infinite brilho;
    width: 100%;
    padding: 20px 0;
    margin-top: 20px;
    transition: all .3s;
    font-family: 'Inter', sans-serif, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background-image: linear-gradient(45deg, #219C6B, #176729, #219C6B, #176729);
    border: none;
    border-radius: 12px;
    background-size: 400% 200%;
    transition: background 1.6s;
}

@media screen and (max-width: 991px) {
	section.sc-form-localization .home-form-col div.card-form {
		margin-bottom: 130px;
	}
}
@media screen and (max-width: 1199px) {
    section.boxAreaAtuacaoConteudoMeio div.formLateral.formMob .card-form {
        float: unset;
        margin: 0 auto;
    }
}

.card-form .row {
	position: relative;
}

textarea.form-control,
input.form-control,
.card-form select.form-select {
	background: transparent;
	border: 1.2px solid #c0d0e6;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	color: #02101d;
	font: 500 14px inter, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen-Sans, Ubuntu, Cantarell, helvetica neue, sans-serif;
	height: 52px;
	margin-bottom: 15px;
	width: 100%;
}

section.sc-form-localization div.card-form label {
	font-family: "Mulish";
	font-weight: 600;
	font-size: 16px;
	color: #6f6969;
}
section.sc-form-localization div.card-form label input {
	width: 100%;
	height: 20px;
	margin-right: 5px;
}
section.sc-form-localization div.card-form div.block-btn-submit {
	justify-content: center;
	display: flex;
}
section.sc-form-localization div.card-form .btn {
	font-family: "Montserrat";
	font-weight: 700;
	color: #FFF;
	background: #3ad578;
	font-size: 18px;
	width: 100%;
	padding: 15px 0;
	margin-top: 15px;
	transition: all 0.3s;
}
section.sc-form-localization div.card-form.response-form {
	padding: 130px 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
}
section.sc-form-localization div.card-form.response-form h1 {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 32px;
	color: #100F0E;
}
section.sc-form-localization div.card-form.response-form p {
	margin-bottom: 36px;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 18px;
	color: #0E101C;
}
section.sc-form-localization div.card-form.response-form .kk-star-ratings {
	display: none !important;
}
section.sc-form-localization div.card-form.response-form .btn {
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 18px;
	border: 1px solid #C4A865;
	border-radius: 12px;
	background-color: transparent;
	color: #C4A865;
	padding: 19px 0;
	width: 40%;
}
section.sc-form-localization.form-aside div.card-form {
	padding: 20px;
}
section.sc-form-localization.form-aside div.card-form textarea {
	min-height: 17vh;
	margin-bottom: 10px;
	max-width: 100%;
}
section.sc-form-localization.form-aside div.card-form label {
	margin-bottom: 10px;
}
section.sc-form-localization.form-aside div.card-form .btn {
	margin: 10px auto 0;
}
section.sc-form-localization div.card-form {
	display: block;
	padding: 36.6px 26.6px 30.6px 26.6px;
	float: left;
	width: 100%;
	box-shadow: -93px 10px 68px rgba(0, 0, 0, 0.11);
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
	border-radius: 10px;

}
section.sc-form-localization.direitoFamilia div.card-form {
	background: #ffffffbf;
}
section.sc-form-localization.direitoFamilia div.card-form input {
	background-color: transparent;
	height: 40px;
	margin-bottom: 10px !important;
}
section.sc-form-localization.direitoFamilia div.card-form textarea {
	min-height: 15vh;
	margin-bottom: 10px;
	background-color: transparent;
}

/* ########################################################################### */
div.card-form img.icon-head {
	padding: 0 10px 25px 0;
	width: 16%;
	margin: 6px 0 11px;
	float: left;
}
div.card-form input.btn:focus {
	outline: thin dotted;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
div.card-form input.btn.loading {
	background: url("../img/bg/loading.gif") no-repeat, #e0e0e0;
	padding: 0;
	width: 68px;
	height: 68px;
	border-radius: 100px;
	background-size: 300px;
	background-position: center center;
	color: transparent;
}
div.card-form input.btn.success {
	background: url("../img/bg/success_form.png") no-repeat, #d8f7da;
	background-position: center center;
	background-size: 40px;
}
div.card-form input.btn.error {
	background: url("../img/bg/error_form.png") no-repeat, #e0e0e0;
	background-position: center center;
	background-size: 55px;
}
div.card-form .response_form {
	text-align: center;
	width: 100%;
	display: none;
}
div.card-form .response_form.error {
	display: block;
	color: red;
	padding: 20px 0 0;
	float: left;
}
div.card-form .security_form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0 0;
	color: #848282;
	font-size: 15px;
}

div.card-form .security_form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0 0;
	color: #848282;
	font-size: 15px;
}
div.card-form .security_form i.icons {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	background-size: 604px;
	background-position: -263px -177px;
}
div.card-form .form-control:focus {
	border: 1.4px solid #34af23 !important;
	box-shadow: 0 0 5pt 2pt #e1dfdf !important;
	border-radius: 6px !important;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	outline: none;
}
section.sc-form-localization div.card-form .form-control:focus {
	border: 1.4px solid #FFF !important;
	box-shadow: 0 0 5pt 2pt #a6a5a1 !important;
	border-radius: 6px !important;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	outline: none;
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
	-ms-border-radius: 6px !important;
	-o-border-radius: 6px !important;
}


div.card-form {
	background: #FFF;
	display: block;
	padding: 25px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* float: left; */
	width: 100%;
	max-width: 490px;
	/* float: right; */
	-webkit-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 10px 21px -10px rgba(0, 0, 0, 0.75);
}

div.card-form span.tituloForm {
	margin: 0;
	padding: 0;
	margin: 0 auto 7px auto;
	display: block;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #6f540b;
	margin-bottom: 10px;
}

div.card-form span.tituloForm i {
	float: left;
}

div.card-form p {
	clear: left;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #595758;
	margin-bottom: 20px;
}

div.card-form i.iconComentario {
	background-position: -8px -74px;
	width: 25px;
	height: 25px;
	display: inline-table;
}

div.card-form input,
div.card-form select.form-select {
	margin-bottom: 14.6px;
	padding-left: 50px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #595758;
	background: #f9f9f9;
	border: 1px solid #e3d9c6;
	border-radius: 6px;
	min-height: 55px;
}
div.card-form select.form-select option {
	font-family: 'Inter', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #595758;
	padding: 5px !important;
}
div.card-form select.form-selectPrazo {
	background: none !important;
	margin-bottom: 14.6px;
	padding-left: 15px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #595758;
	background: #f9f9f9;
	border: 1px solid #e3d9c6;
	border-radius: 6px;
	min-height: 55px;
}
div.card-form select.form-selectPrazo option {
	font-family: 'Inter', sans-serif !important;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #595758;
}


div.card-form select.form-select {
	padding-left: 50px;
}
div.card-form select.form-select option {
	padding-left: 15px !important;
}

div.card-form i.ic1 {
	background-position: -8px -117px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 15px;
	top: 14px;
}

div.card-form i.ic2 {
	background-position: -8px -163px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 15px;
	top: 14px;
}

div.card-form i.icon-brazil {
	background-image: url('../img/bg/brazil-map-icon.svg');
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 15px;
	top: 18px;
}

div.card-form i.ic3 {
	background-position: -8px -217px;
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	left: 15px;
	top: 14px;
}

div.card-form textarea {
	margin-bottom: 6px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #595758;
	background: #f9f9f9;
	border-radius: 6px;
	border: 1px solid #e3d9c6;
	min-height: 104px;
	resize: none;
}

div.card-form input:focus,
div.card-form textarea:focus {
	background: #f0f0f0;
	border-radius: 12px;
}

div.card-form label {
	width: 100%;
	font-weight: normal;
	position: relative;
	margin-bottom: 0;
}
div.card-form .radioTipo p {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: 5px !important;
}
div.card-form .radioTipo label {
	float: left;
	width: 50%;
}
div.card-form .radioTipo input {
	min-height: auto;
}
div.card-form .radioTipo label {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0px;
	color: #7e7e7e;
}


div.card-form div.block-btn-submit {
	justify-content: center;
	display: flex;
}

div.card-form .box-fone-validation {
	margin-bottom: 14.66px;
	font-size: 14px;
}

div.card-form .box-fone-validation input {
	margin-bottom: 0;
}

div.card-form .btn {
	font-size: 18px;
	width: 100%;
	float: left;
	padding: 15px 0;
	margin-top: 15px;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	background-image: linear-gradient(45deg, #219C6B, #176729, #219C6B, #176729);
	background-size: 400% 200%;
	animation: 5.6s infinite brilho;
	transition: background 1.6s all;
	border: none;
	border-radius: 12px;
}
div.card-form  .icon-submit {
	width: 20px;
	transition: .2s linear;
}
div.card-form .btn:hover .icon-submit {
	background-position: 3px -3839px !important;
	width: 20px;
}


div.card-form input.btn:focus {
	background: #219c6b;
}

div.card-form .response_form {
	text-align: center;
	width: 100%;
	display: none;
}

div.card-form .response_form.error {
	display: block;
	color: red;
	padding: 20px 0 0;
	float: left;
}

div.card-form .security_form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0 0;
	color: #848282;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
	font-size: 15px;
}

div.card-form .security_form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	width: 100%;
	padding: 20px 0 0;
	color: #848282;
	font-size: 15px;
}

.formLateral div.card-form span.tituloForm {
	font-size: 18px;
	margin-bottom: 10px;
}

.formLateral div.card-form i.iconComentario {
	background-position: 0 -5048px;
	height: 19px;
}

.boxformMini .card-form {
	-webkit-box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.75) !important;
	-moz-box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.75) !important;
	box-shadow: 0px 6px 15px -10px rgba(0, 0, 0, 0.75) !important;
}

.boxformMini .card-form p {
	font-family: 'Mulish', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
	clear: left;
	color: #7e7e7e;
	/*padding-left: 75px !important;*/
}

.boxformMini div.card-form {
	border: 1px solid #e2db99;
	background: #f3f3f2;
}

.boxformMini div.card-form input.form-control {
	border: 1px solid #e2db99;
}

.formLateral div.card-form span.tituloForm{
	font-size: 18px;
	margin-bottom: 10px;
}

.formLateral div.card-form i.iconComentario {
	background-position: 0 -5048px;
	height: 19px;
}

section.sc-form-localization div.card-form {
	margin-bottom: 19%;
	float: right;
}

section.sc-form-localization .home-form-col div.card-form {
	margin: 0;
}
section.sc-form-localization .home-form-col div.card-form span.tituloForm {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 22px;
	padding-left: 85px;
	position: relative;
	display: block;
	color: #FFF;
}
section.sc-form-localization .home-form-col div.card-form span.tituloForm i.converse-advogado {
	background: url(../img/bg/ic_form_topo.webp) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 20px;
	top: 29px;
	z-index: 10;
}
section.sc-form-localization .home-form-col div.card-form span.tituloForm::after {
	content: '';
	width: 64px;
	height: 125px;
	position: absolute;
	left: 0;
	top: 0;
	background: #ca9d46;
	backdrop-filter: blur(10px);
	border-radius: 10px;
	top: -50px;
}
section.sc-form-localization .home-form-col div.card-form span.tituloFormspan {
	color: #e0b442;
}
section.sc-form-localization .home-form-col div.card-form span.tituloFormi.converse-advogado {
	background: url(../img/bg/ic_form_topo.webp) no-repeat;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 20px;
	top: 29px;
	z-index: 10;
}
section.sc-form-localization .home-form-col div.card-form i.ic1 {
	background: url(../img/bg/bg_ic_forn_user.webp) no-repeat;
}
section.sc-form-localization .home-form-col div.card-form i.ic2 {
	background: url(../img/bg/bg_ic_forn_mail.webp) no-repeat;
}
section.sc-form-localization div.card-form .btn {
	animation: 5.6s infinite brilho;
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	transition: all 0.3s;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	/*background-image: linear-gradient(45deg, var(--primary-color), #c6930d, var(--primary-color), #c6930d);
	*/background-image: linear-gradient(45deg, #219C6B, #176729, #219C6B, #176729);
	border: none;
	border-radius: 12px;
	background-size: 400% 200%;
	transition: background 1.6s all;
	-webkit-animation: 5.6s infinite brilho;
	-webkit-transition: background 1.6s all;
	-moz-transition: background 1.6s all;
	-ms-transition: background 1.6s all;
	-o-transition: background 1.6s all;
}
section.sc-form-localization div.card-form .btn-color1 {
	animation: 5.6s infinite brilho;
	width: 100%;
	padding: 20px 0;
	margin-top: 20px;
	transition: all 0.3s;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: linear-gradient(45deg, #219C6B, #176729, #219C6B, #176729);
	/*background: linear-gradient(90deg, #176729 -4.2%, #219C6B 57.85%, #19D24D 105.1%);*/
	border: none;
	border-radius: 12px;
	background-size: 400% 200%;
	transition: background 1.6s all;
}
section.sc-form-localization div.card-form .btn i {
	transition: .2s linear;
	width: 20px;
}
section.sc-form-localization div.card-form .btn:hover i {
	transition: .2s linear;
	background-position: 3px -3839px !important;
	width: 20px;
}

@keyframes brilho {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
@media (max-width: 980px) {
	div.card-form span.tituloForm{
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	section.sc-form-localization .home-form-col div.card-form {
		margin-bottom: 130px;
	}
}
@media (max-width: 1199px) {
	section.boxAreaAtuacaoConteudoMeio div.formLateral.formMob .card-form {
		float: unset;
		margin: 0 auto;
	}
}
.page-template-cidades div.card-form p {
	color: #FFF !important;
}

.page-template-cidades div.card-form div.modal-message p {
	color: #595758 !important;
}
.page-template-cidades div.formLateral .txtTop {
	color: #595758 !important;
}
.page-template-cidades .block-aside .formLateral .card-form p {
	color: #1c1c1c !important;
}
section.sc-form-localization .home-form-col span.contador {
	color: #FFF;
}
span.contador {
	float: right;
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 8.8056px;
	line-height: 10.6px;
	color: #595758;
}

span.contador.error {
	color: #ff0000;
	float: unset;
	text-align: center;
	display: block;
}
