/*-----------------------------------------------------------------------------------
	Verifact Tecnologia
	About: Verifact® Tecnologia Ltda.
	Author: Verifact®
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Inter18pt-Bold';
	src: url('./fonts/Inter18pt-Bold/Inter_18pt-Bold.ttf');
	src: url('./fonts/Inter18pt-Bold/Inter_18pt-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter18pt-Regular';
	src: url('./fonts/Inter18pt-Regular/Inter_18pt-Regular.ttf');
	src: url('./fonts/Inter18pt-Regular/Inter_18pt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-ExtraBold';
	src: url('./fonts/Inter28pt-ExtraBold/Inter_28pt-ExtraBold.ttf');
	src: url('./fonts/Inter28pt-ExtraBold/Inter_28pt-ExtraBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-Black';
	src: url('./fonts/Inter28pt-Black/Inter_28pt-Black.ttf');
	src: url('./fonts/Inter28pt-Black/Inter_28pt-Black.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter18pt-Italic';
	src: url('./fonts/Inter18pt-Italic/Inter_18pt-Italic.ttf');
	src: url('./fonts/Inter18pt-Italic/Inter_18pt-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Inter28pt-Bold';
	src: url('./fonts/Inter28pt-Bold/Inter_28pt-Bold.ttf');
	src: url('./fonts/Inter28pt-Bold/Inter_28pt-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.filter-blur{
	filter: blur(5px);
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,204,102,1.00);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
.nav-mobile{
	width: 50%;
}
.nav-item-mobile{
	padding-top: 2px;
	border-bottom: 1px solid #6d6d6d;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.carousel-indicators li::marker{
	font-size:0;
}

.carousel-padding{
	padding-bottom: 50px;
}

/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = MacBook Devices
-------------------------------------------------------------- */

.blocsapp-device-mb{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 3.6% 15% 7.5%;
}
.blocsapp-device-mb img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-mb .ratio::before{
	padding-top: 56.25%;
}
.blocsapp-device-mb .ratio{
	padding-bottom: 8%;
}
/* = MacBook Pro Space Grey
-------------------------------------------------------------- */

.blocsapp-device-mbp-space-grey{
	background-image:url("img/Apple-Macbook-Pro-Space-Grey.png");
	background-image: -webkit-image-set(url("img/Apple-Macbook-Pro-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Pro-Space-Grey.webp") 2x);background-image: image-set(url("img/Apple-Macbook-Pro-Space-Grey.png") 1x,
url("img/Apple-Macbook-Pro-Space-Grey.png") 2x,url("img/Apple-Macbook-Pro-Space-Grey.webp") 1x,
url("img/Apple-Macbook-Pro-Space-Grey.webp") 2x);
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Inter18pt-Regular";
}
.btn{
	font-family:"Inter18pt-Bold" !important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.img-style{
	height:50px;
}
.btn-style{
	font-weight:normal;
	font-family:"Inter18pt-Bold" !important;
}
.img-3-style{
	height:50px;
}
h1{
	font-size:36px;
	font-family:"Inter28pt-ExtraBold";
}
.superscrito{
	font-family:"Shapiro-Book";
	font-size:18px;
	bottom:11px;
}
.h5-style{
	line-height:px;
	font-size:16px;
}
h5, p, .h2-w-bold{
	font-size:20px;
	line-height:30px;
	font-family:"Inter18pt-Regular";
	color:var(--swatch-var-4192)!important;
}
.texto-preco{
	font-family:"Archivo";
	font-size:21px;
	font-weight:normal;
	line-height:11px;
}
h2{
	font-family:"Inter28pt-ExtraBold";
}
h3{
	font-family:"Inter28pt-Black";
	font-size:24px;
	line-height:32px;
}
h4, .h4-h3-style{
	font-family:"Inter28pt-Black";
	font-size:24px;
	line-height:32px;
}
h6, .text-h4{
	font-family:"Inter18pt-Bold";
	font-size:18px;
	line-height:26px;
	color:var(--swatch-var-4192)!important;
}
p{
	font-size:16px;
	line-height:24px;
	color:var(--swatch-var-3608)!important;
	font-family:"Inter18pt-Regular";
}
.h6-style{
	width:100%;
	line-height:px;
}
.card-02{
	padding-top:12px;
	padding-bottom:12px;
	border-radius:4px 4px 4px 4px;
	background-color:var(--swatch-var-450);
	width:285px;
}
.card-01{
	background-color:var(--swatch-var-2941);
	padding-top:12px;
	padding-bottom:12px;
	border-radius:4px 4px 4px 4px;
	height:250px;
	width:285px;
}
.gradient-01{
	background:linear-gradient(0deg, var(--swatch-var-3080) 1%, var(--swatch-var-2941)   100%);
}
.gradient-02{
	background:linear-gradient(0deg, var(--swatch-var-2941)   0%, var(--swatch-var-2990) 100%);
}
.h3-caps{
	text-transform:uppercase;
}
.card-princing-small{
	background-color:var(--swatch-var-2941);
	border-radius:8px 8px 8px 8px;
	padding:18px 18px 18px 18px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-3080)!important;
	border-style:solid;
}
.head-card-pricing{
	height:50px;
	padding:10px 10px 10px 10px;
	color:var(--swatch-var-7471)!important;
	border-radius:6px 6px 6px 6px;
	background-color:var(--swatch-var-7765);
}
.stroke-dropshadow-green{
	border-top-width:2px;
	border-style:solid;
	border-color:var(--swatch-var-1933)!important;
	box-shadow:3.28px 3.77px 20px rgba(0,0,0,0.26);
	background-color:var(--swatch-var-2941);
	border-radius:18px 18px 18px 18px;
}
.head-green{
	color:var(--swatch-var-1933)!important;
}
.h2-caps{
	text-transform:uppercase;
}
.card-bullets{
	text-align:left;
}
.pricing-smallcaps{
	font-size:22px;
}
.h2-r-97-ºº-style{
	font-size:48px;
	line-height:48px;
	margin-top:12px;
}
.divider-background-color{
	background-color:var(--swatch-var-3608);
}
.divider-bloc-6-background-color{
	background-color:var(--swatch-var-7471);
}
.margin-left{
	margin-left:80px;
}
.gradient-03{
	background:linear-gradient(120deg, var(--swatch-var-2517)   0%, var(--swatch-var-3080)    50%, var(--swatch-var-7820) 100%);
}
.bg-10-k{
	background-color:var(--swatch-var-3080);
	padding:12px 12px 12px 12px;
	border-radius:6px 6px 6px 6px;
	background:linear-gradient(0deg, #FFFFFF 0%, var(--swatch-var-3080) 100%);
}
.bk-10-k-b{
	border-radius:6px 6px 6px 6px;
	padding:12px 0px 12px 0px;
	background-color:var(--swatch-var-3080);
	background:linear-gradient(0deg, #FFFFFF 2%, var(--swatch-var-3080) 100%);
}
.margin-interna-50{
	height:30px;
}
.p-bloc-6-style{
	font-size:14px;
	line-height:18px;
}
.margin-top{
	padding-top:30px;
	margin-right:3px;
	margin-left:3px;
}
.shadow{
	box-shadow:20.13px 29.85px 20px #000033;
}
.gradient-04{
	background:linear-gradient(0deg, var(--swatch-var-2869) 0%, #00002A  100%);
}
.divider-bloc-4-background-color{
	background-color:var(--swatch-var-2941);
}
.dropshadow-gray{
	box-shadow:7.87px 9.06px 17px rgba(0,0,0,0.12);
}
a{
	font-family:"Inter18pt-Regular" !important;
}
a:hover{
	font-family:"Inter18pt-Bold" !important;
}
.img-bloc-5-style{
	height:400px;
	border-radius:18px 18px 18px 18px;
	box-shadow:4.47px 6.63px 32px rgba(0,0,0,0.25);
	border-width:5px 5px 5px 5px;
	border-style:solid;
	border-color:var(--swatch-var-6693)!important;
}
.img-bloc-3-style{
	width:300px;
}
.img-bloc-2-style{
	width:600px;
}
.img-27-style{
	height:555px;
	border-radius:12px 12px 12px 12px;
	border-width:0px 0px 0px 0px;
	border-color:var(--swatch-var-7917)!important;
	border-style:solid;
}
.divider-0-background-color{
	background-color:var(--swatch-var-1933);
}
.img-5-style{
	height:50px;
}
.img-bloc-7-style{
	width:120px;
}
.h4-caps{
	text-transform:uppercase;
}
.round12{
	border-radius:12px 12px 12px 12px;
	height:350px;
	background-image:url("img/3264493.jpg");
	background-image: -webkit-image-set(url("img/3264493.webp") 1x,
url("img/3264493.webp") 2x);background-image: image-set(url("img/3264493.jpg") 1x,
url("img/3264493.jpg") 2x,url("img/3264493.webp") 1x,
url("img/3264493.webp") 2x);
	background-blend-mode:luminosity;
	box-shadow:5.66px 5.66px 32px rgba(0,0,0,0.25);
}
.scroll-qoute-container{
	width:100%;
}
.quote-thumb{
	max-width:100px;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.blocs-card-width{
	width:30%;
	height:360px;
	border-radius:12px 12px 12px 12px;
}
.card-contact-1{
	background-color:var(--swatch-var-2941);
	padding-top:5%;
	padding-bottom:5%;
	border-radius:12px 12px 12px 12px;
}
.divider-7455-background-color{
	background-color:var(--swatch-var-7471);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-3608);
}
.bloc-divider-b-bloc-4-fill{
	fill:var(--swatch-var-4192);
}
.logos-parceiros{
	width:155px;
	height:120px;
	margin-right:10px;
}
.img-verifact-t-style{
	height:131px;
}
.divider-1px{
	height:20px;
	margin-top:-10px;
}
.bloc-divider-b-bloc-2-fill{
	fill:var(--swatch-var-2941);
}
.card-style{
	width:98.88%;
	height:350px;
	box-shadow:5.75px 5.56px 32px rgba(0,0,0,0.25);
}
.card-1-style{
	width:100%;
	height:350px;
	box-shadow:5.85px 5.46px 32px rgba(0,0,0,0.25);
}
.h5-bloc-3-style{
	line-height:px;
}
.text-span-style{
	text-decoration:underline;
}
.preco{
	font-size:36px;
	font-family:"Shapiro-BoldWide";
	top:5px;
	color:var(--swatch-var-7773)!important;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-7471);
}
.bloc-divider-b-bloc-3-fill{
	fill:var(--swatch-var-2941);
}
.bloc-divider-b-bloc-7-fill{
	fill:var(--swatch-var-2990);
}
.bloc-divider-b-bloc-13-fill{
	fill:var(--swatch-var-3080);
}
.superscrito-pricing{
	font-size:24px;
	bottom:15px;
}
.pro-mais{
	background-color:var(--swatch-var-7773);
	padding-left:8px;
	padding-right:6px;
	color:var(--swatch-var-2941)!important;
}
.gradient-05{
	background:linear-gradient(0deg, var(--swatch-var-4192) 25%, var(--swatch-var-3608)  100%);
}
.p-style{
	font-size:16px;
	line-height:20px;
}
.h5-9-style{
	font-family:"Aeonik-Regular";
	font-size:18px;
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-4192);
}
.p-12-style{
	font-size:12px;
	line-height:18px;
}
.superscrito-table{
	font-size:8px;
	bottom:6px;
	left:2px;
}
.h5-22-style{
	width:100%;
}
.btn-começar-agora-style{
	width:100%;
}
.mg-botton{
	margin-bottom:8%;
}
.p-bold{
	font-family:"Inter18pt-Bold";
}
.obs-casos-validade-juridica{
	font-style:italic;
	border-width:0px 0px 0px 0px;
	text-align:left;
	font-size:14px;
	line-height:21px;
	padding-left:13px;
	text-indent:13px;
	writing-mode:horizontal-tb;
}
.footer-link{
	text-decoration:underline!important;
}
.continuar-lendo{
	text-decoration:underline!important;
	color:var(--swatch-var-7773)!important;
}
.card-cpp{
	width:360px;
	align-items:stretch;
	height:600px;
	border-radius:8px 8px 8px 8px;
	background-color:var(--swatch-var-3080);
}
.img-nbr-768x7-style{
	height:250px;
	border-width:12px 12px 12px 12px;
	border-style:solid;
	border-radius:6px 6px 6px 6px;
	border-color:var(--swatch-var-7917)!important;
}
.mg-top-botton{
	margin-bottom:100px;
	margin-top:100px;
}
.card-validd-juridic-blue{
	height:230px;
	border-radius:12px 12px 12px 12px;
	background-color:var(--swatch-var-7290);
	border-width:0px 0px 0px 0px;
}
.spam-subhead{
	font-family:"Aeonik-Bold";
	font-size:20px;
	color:var(--swatch-var-4192)!important;
}
.padding-12{
	padding:30px 30px 30px 30px;
	border-radius:12px 12px 12px 12px;
	margin-left:12px;
	margin-right:12px;
}
.vert-stroke{
	border-style:dotted;
	border-color:var(--swatch-var-2869)!important;
	border-width:0px 1px 0px 0px;
	padding:0px 12px 0px 12px;
}
.tarjeta-white{
	background-color:var(--swatch-var-2941);
	padding:5px 5px 5px 5px;
}
.box-dobra-1{
	padding-bottom:100px;
	border-radius:12px 12px 12px 12px;
	border-color:var(--swatch-var-3080)!important;
	padding-top:75px;
	background-size:1200px auto;
	background-blend-mode:normal;
	background-color:var(--swatch-var-2136);
}
.box-dobra-2{
	padding-bottom:100px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius:12px 12px 12px 12px;
	border-color:var(--swatch-var-3080)!important;
	padding-top:75px;
	padding-right: 20px;
	background-size:1200px auto;
	background-blend-mode:normal;
}
.p-92-style{
	font-size:16px;
	line-height:28px;
}
.h2-style{
	width:100%;
}
.card-atestados{
	background-color:var(--swatch-var-3080);
	height:380px;
	padding-top:12px;
	border-radius:12px 12px 12px 12px;
}
.p-100-style{
	font-size:14px;
	line-height:21px;
}
.spam-mes-ano{
	font-size:16px;
	color:var(--swatch-var-7773)!important;
	font-family:"Inter18pt-Regular";
}
.p-bloc-13-style{
	font-size:14px;
	line-height:28px;
}
.p-6-style{
	font-size:14px;
	line-height:28px;
}
.p-5-style{
	font-size:14px;
	line-height:28px;
}
.p-7-style{
	font-size:14px;
	line-height:28px;
}
.card-bla{
	height:520px;
	padding:12px 12px 12px 12px;
	background-color:var(--swatch-var-2941);
	box-shadow:4.70px 6.47px 32px rgba(0,0,0,0.15);
}
.label-style{
	font-size:14px;
	line-height:21px;
	width:100%;
}
.mg-left{
	margin-left:40px;
}
.card-validd-juridic{
	background-color:var(--swatch-var-6693);
	border-radius:12px 12px 12px 12px;
	height:230px;
}
.vert-stroke-02{
	border-width:0px 1px 0px 0px;
	border-style:dotted;
	border-color:var(--swatch-var-7773)!important;
}
.bloc-divider-b-bloc-21-fill{
	fill:var(--swatch-var-4192);
}
.bloc-divider-b-bloc-15-fill{
	fill:var(--swatch-var-3080);
}
.img-bloc-18-style{
	width:200px;
}
.bloc-divider-b-bloc-18-fill{
	fill:var(--swatch-var-2941);
}
.img-bloc-23-style{
	width:200px;
}
.img-bloc-24-style{
	height:250px;
}
.divider-bloc-22-background-color{
	background-color:var(--swatch-var-7471);
}
.divider-0-bloc-22-background-color{
	background-color:var(--swatch-var-7471);
}
.divider-11211-background-color{
	background-color:var(--swatch-var-7471);
}
.divider-49283-background-color{
	background-color:var(--swatch-var-7471);
}
.divider-19168-background-color{
	background-color:var(--swatch-var-4192);
}
.spam-casos-judiciario{
	font-size:14px;
	line-height:21px;
	margin-left:12px;
	font-family:"Inter18pt-Italic";
	color:var(--swatch-var-3608)!important;
}
.paragraph-style-bold{
	font-family:"Inter18pt-Bold";
}
.divider-49956-background-color{
	background-color:var(--swatch-var-3608);
	margin-left:30%;
	margin-right:30%;
}
.p-121-style{
	font-size:17px;
}
.bg-c{
	background-color:var(--swatch-var-4192);
	padding:12px 12px 12px 12px;
	border-radius:12px 12px 12px 12px;
}
.p-bloc-9-style{
	font-family:"Aeonik-Bold";
}
.bloc-divider-b-bloc-9-fill{
	fill:var(--swatch-var-4192);
}
.p-bloc-15-style{
	width:100%;
}
.p-40-style{
	width:100%;
}
.p-43-style{
	width:100%;
}
.p-39-style{
	width:100%;
}
.p-38-style{
	width:97.38%;
}
.p-36-style{
	width:100%;
}
.p-bloc-24-style{
	width:87.85%;
}
.p-65-style{
	width:82.62%;
}
.p-66-style{
	width:100%;
}
.p-188-style{
	width:98.88%;
}
.p-184-style{
	width:99.63%;
}
.p-189-style{
	width:100%;
}
.p-186-style{
	width:98.13%;
}
.p-187-style{
	width:100%;
}
.p-191-style{
	width:100%;
}
.h1-style{
	width:100%;
}
.p-18-style{
	width:99.63%;
}
.p-22-style{
	width:100%;
}
.p-23-style{
	width:98.88%;
}
.p-20-style{
	width:100%;
}
.p-21-style{
	width:100%;
}
.p-25-style{
	width:97%;
}
.hero-header-text{
	font-size:200px;
	font-weight:bold;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.blue-bg-gradient{
	background:linear-gradient(180deg, var(--swatch-var-4192) 1%, var(--swatch-var-7471) 48%, var(--swatch-var-3608) 100%);
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.btn-criar-conta-style{
	font-weight:bold;
	width:100%;
}
.position-1{
	height:300px;
	margin-top:-10%;
	margin-bottom:-15%;
}
.btn-comece-agora-style{
	font-weight:normal;
}
.btn-hero-verifact-style{
	font-weight:normal;
}
.h3-21-style{
	font-size:32px;
	line-height:36px;
}
.h3-22-style{
	font-size:32px;
	line-height:36px;
}
.h3-pro-5-style{
	font-size:32px;
	line-height:36px;
}
.navbar-nav li a{
	font-family:"Inter18pt-Bold";
}
label{
	font-family:"Inter18pt-Regular";
}
.navbar-brand{
	font-family:"Inter18pt-Regular";
}
.button-width{
	width:70%;
}
.img-3d-logo-mockup-style{
	height:120px;
}
.h1-bloc-25-style{
	line-height:40px;
}
.retranca-150px{
	height:120px;
}
.img-bloc-65-style{
	height:32px;
}
.mg-top{
	padding-top:5%;
}
.h3-bloc-65-style{
	font-family:"Inter28pt-Bold";
}
.h3-33-style{
	font-family:"Inter28pt-Bold";
}
.h3-34-style{
	font-family:"Inter28pt-Bold";
}
.form-round-corners{
	border-radius:15px 15px 15px 15px;
	background:linear-gradient(181deg, var(--swatch-var-4196) 0%, #FFFFFF 100%);
}
.gradiente-02-inverse{
	background:linear-gradient(0deg, var(--swatch-var-2990)  1%, #FFFFFF 100%);
}
.faq-link-style{
	text-decoration:none;
	font-size:18px;
	color:var(--swatch-var-3608)!important;
}

/*Background adjusts*/
.bg-prepare {
	position: relative;
}

.img-bg-home{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-7471:rgba(0,51,153,1.00);
	
	--swatch-var-1933:rgba(0,221,69,1.00);
	
	--swatch-var-3608:rgba(2,31,107,1.00);
	
	--swatch-var-2941:rgba(255,255,255,1.00);
	
	--swatch-var-3080:rgba(240,246,254,1.00);
	
	--swatch-var-4196:rgba(255,255,255,1.00);
	
	--swatch-var-1932:rgba(102,102,102,1.00);
	
	--swatch-var-2517:rgba(186,219,203,1.00);
	
	--swatch-var-7820:rgba(181,198,231,1.00);
	
	--swatch-var-4150:rgba(108,127,117,1.00);
	
	--swatch-var-450:rgba(255,255,255,0.70);
	
	--swatch-var-2850:rgba(0,0,0,0.15);
	
	--swatch-var-4192:rgba(22,65,148,1.00);
	
	--swatch-var-7773:rgba(0,204,102,1.00);

	--swatch-var-7774:rgba(0,204,102,0.50);
	
	--swatch-var-7917:rgba(235,235,235,0.91);
	
	--swatch-var-1450:rgba(51,51,51,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.50);
	
	--swatch-var-4319:#FF2D55;
	
	--swatch-var-2296:rgba(255,147,50,1.00);
	
	--swatch-var-1610:rgba(255,255,255,0.50);
	
	--swatch-var-6693:rgba(0,204,102,1.00);
	
	--swatch-var-7290:rgba(2,31,107,1.00);
	
	--swatch-var-6129:rgba(22,65,148,0.15);
	
	--swatch-var-2990:rgba(208,224,255,1.00);
	
	--swatch-var-2019:rgba(255,255,255,0.30);
	
	--swatch-var-2136:rgba(2,31,107,0.89);
	
}


/* Background colour styles */

.bgc-3608{
	background-color:var(--swatch-var-3608);
}
.bgc-3080{
	background-color:var(--swatch-var-3080);
}
.bgc-7773{
	background-color:var(--swatch-var-7773);
}
.bgc-4192{
	background-color:var(--swatch-var-4192);
}
.bgc-4196{
	background-color:var(--swatch-var-4196);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-7471{
	background-color:var(--swatch-var-7471);
}
.bgc-7290{
	background-color:var(--swatch-var-7290);
}
.bgc-6693{
	background-color:var(--swatch-var-6693);
}
.bgc-6129{
	background-color:var(--swatch-var-6129);
}
.bgc-2136{
	background-color:var(--swatch-var-2136);
}
.bgc-2990{
	background-color:var(--swatch-var-2990);
}
.bgc-7917{
	background-color:var(--swatch-var-7917);
}

/* Text colour styles */

.tc-3608{
	color:var(--swatch-var-3608)!important;
}
.tc-1933{
	color:var(--swatch-var-1933)!important;
}
.tc-3080{
	color:var(--swatch-var-3080)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-4196{
	color:var(--swatch-var-4196)!important;
}
.tc-7773{
	color:var(--swatch-var-7773)!important;
}
.tc-7471{
	color:var(--swatch-var-7471)!important;
}
.tc-4192{
	color:var(--swatch-var-4192)!important;
}
.tc-3608{
	color:var(--swatch-var-3608)!important;
}
.tc-1932{
	color:var(--swatch-var-1932)!important;
}

/* Button colour styles */

.btn-c-1933{
	background:var(--swatch-var-1933);
	color:#FFFFFF!important;
}
.btn-c-1933:hover{
	background:#00AA12!important;
	color:#FFFFFF!important;
}
.btn-c-7773{
	background:var(--swatch-var-7773);
	color:#FFFFFF!important;
}
.btn-c-7773:hover{
	background:#009933!important;
	color:#FFFFFF!important;
}
.btn-c-4192{
	background:var(--swatch-var-4192);
	color:#FFFFFF!important;
}
.btn-c-4193{
	background:#FFFFFF!important;
	color:var(--swatch-var-4192);
}
.btn-c-4192:hover{
	background:#000E61!important;
	color:#FFFFFF!important;
}
.btn-c-4193:hover{
	background:#000E61!important;
	color:#FFFFFF!important;
}
.btn-c-7471{
	background:var(--swatch-var-7471);
	color:#FFFFFF!important;
}
.btn-c-7471:hover{
	background:#000066!important;
	color:#FFFFFF!important;
}
.wire-btn-c-1933{
	color:var(--swatch-var-1933)!important;
	border-color:var(--swatch-var-1933)!important;
}
.wire-btn-c-7773{
	color:var(--swatch-var-7773)!important;
	border-color:var(--swatch-var-7773)!important;
}
.wire-btn-c-7471{
	color:var(--swatch-var-7471)!important;
	border-color:var(--swatch-var-7471)!important;
}
.wire-btn-c-3608{
	color:var(--swatch-var-3608)!important;
	border-color:var(--swatch-var-3608)!important;
}
.wire-btn-c-4192{
	color:var(--swatch-var-4192)!important;
	border-color:var(--swatch-var-4192)!important;
}
.wire-btn-c-1932{
	color:var(--swatch-var-1932)!important;
	border-color:var(--swatch-var-1932)!important;
}
.wire-btn-c-4196{
	color:var(--swatch-var-4196)!important;
	border-color:var(--swatch-var-4196)!important;
}
.wire-btn-c-3080{
	color:var(--swatch-var-3080)!important;
	border-color:var(--swatch-var-3080)!important;
}
.wire-btn-c-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}

/* Link colour styles */

.ltc-3608{
	color:var(--swatch-var-3608)!important;
}
.ltc-3608:hover{
	color:#000037!important;
}

.ltc-4196{
	color:var(--swatch-var-4196)!important;
}
.ltc-4196:hover{
	color:#FFFFFF!important;
}
.ltc-1933{
	color:var(--swatch-var-1933)!important;
}
.ltc-1933:hover{
	color:#00AA12!important;
}
.ltc-4192{
	color:var(--swatch-var-4192)!important;
}
.ltc-4192:hover{
	color:#000E61!important;
}
.ltc-7773{
	color:var(--swatch-var-7773)!important;
}
.ltc-7773:hover{
	color:#009933!important;
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
}
.ltc-2941:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-7773{
	color:var(--swatch-var-7773)!important;
	border-color:var(--swatch-var-7773)!important;
}
.icon-1933{
	color:var(--swatch-var-1933)!important;
	border-color:var(--swatch-var-1933)!important;
}
.icon-4319{
	color:var(--swatch-var-4319)!important;
	border-color:var(--swatch-var-4319)!important;
}
.icon-2296{
	color:var(--swatch-var-2296)!important;
	border-color:var(--swatch-var-2296)!important;
}
.icon-4192{
	color:var(--swatch-var-4192)!important;
	border-color:var(--swatch-var-4192)!important;
}
.icon-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}
.icon-3608{
	color:var(--swatch-var-3608)!important;
	border-color:var(--swatch-var-3608)!important;
}
.icon-7471{
	color:var(--swatch-var-7471)!important;
	border-color:var(--swatch-var-7471)!important;
}

/* Bloc image backgrounds */

.bg-03{
	background-image:url("img/03.jpg");
	background-image: -webkit-image-set(url("img/03.webp") 1x,
url("img/03.webp") 2x);background-image: image-set(url("img/03.jpg") 1x,
url("img/03.jpg") 2x,url("img/03.webp") 1x,
url("img/03.webp") 2x);
}

.bg-bg-verifact-code-matrix-01{
	background-image:url("img/bg-verifact-code-matrix-01.jpg");
	background-image: -webkit-image-set(url("img/bg-verifact-code-matrix-01.webp") 1x,
url("img/bg-verifact-code-matrix-01.webp") 2x);background-image: image-set(url("img/bg-verifact-code-matrix-01.jpg") 1x,
url("img/bg-verifact-code-matrix-01.jpg") 2x,url("img/bg-verifact-code-matrix-01.webp") 1x,
url("img/bg-verifact-code-matrix-01.webp") 2x);
}
.bg-Verifact-kv-2025-bg-B{
	background-image:url("img/Verifact-kv-2025-bg-B.jpg");
	background-image: -webkit-image-set(url("img/Verifact-kv-2025-bg-B.webp") 1x,
url("img/Verifact-kv-2025-bg-B.webp") 2x);background-image: image-set(url("img/Verifact-kv-2025-bg-B.jpg") 1x,
url("img/Verifact-kv-2025-bg-B.jpg") 2x,url("img/Verifact-kv-2025-bg-B.webp") 1x,
url("img/Verifact-kv-2025-bg-B.webp") 2x);
}
.bg-verifact-aceitacao{
	background-image:url("img/bg-verifact-aceitacao.jpg");
	background-image: -webkit-image-set(url("img/bg-verifact-aceitacao.webp") 1x,
url("img/bg-verifact-aceitacao.webp") 2x);background-image: image-set(url("img/bg-verifact-aceitacao.jpg") 1x,
url("img/bg-verifact-aceitacao.jpg") 2x,url("img/bg-verifact-aceitacao.webp") 1x,
url("img/bg-verifact-aceitacao.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.blocs-card-width{
		width:50%;
	}
	.hero-header-text{
		font-size:140px;
	}
	.hero-subheader{
		font-size:30px;
	}
	
}

@media (max-width: 767px){
	.quote-text{
		font-size:22px;
	}
	.blocs-card-width{
		width:50%;
	}
	.hero-header-text{
		font-size:100px;
	}
	.hero-subheader{
		font-size:22px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.quote-text{
		font-size:18px;
	}
	.blocs-card-width{
		width:100%;
		box-shadow:8.39px 12.44px 33px rgba(0,0,0,0.08);
		height:100%;
	}
	.hero-header-text{
		font-size:50px;
	}
	.img-style{
		height:0px;
	}
	.h1-hero-verifact-style{
		font-size:24px;
		line-height:32px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-1933)!important;
		fill:var(--swatch-var-1933)!important;
	}
	.h5-style{
		line-height:24px;
	}
	.h2-2-style{
		font-size:21px;
		line-height:28px;
	}
	.h5-2-style{
		font-size:16px;
		line-height:24px;
	}
	.h2-4-style{
		font-size:21px;
		line-height:28px;
	}
	.h4-style{
		font-size:21px;
		line-height:28px;
		text-transform:uppercase;
	}
	.label-style{
		width:100%;
	}
	.h5-7-style{
		font-size:18px;
		line-height:24px;
	}
	.h5-bloc-3-style{
		font-size:18px;
		line-height:24px;
	}
	.h2-6-style{
		font-size:21px;
		line-height:28px;
	}
	.h5-12-style{
		font-size:16px;
		line-height:24px;
	}
	.btn-10-style{
		font-weight:bold;
	}
	.h2-8-style{
		font-size:21px;
		line-height:28px;
	}
	.h6-style{
		font-size:18px;
		line-height:24px;
	}
	.h4-7-style{
		font-size:18px;
		line-height:22px;
	}
	.h4-8-style{
		font-size:18px;
		line-height:22px;
	}
	.h4-9-style{
		font-size:18px;
		line-height:22px;
	}
	.h4-10-style{
		font-size:18px;
		line-height:22px;
	}
	.card-1-style{
		height:300px;
	}
	.card-style{
		height:300px;
	}
	.h2-11-style{
		font-size:21px;
		line-height:28px;
	}
	.h2-13-style{
		font-size:21px;
		line-height:24px;
	}
	.h5-16-style{
		font-size:16px;
		line-height:24px;
	}
	.h2-bloc-14-style{
		font-size:21px;
		line-height:28px;
	}
	.img-jota-verifa-style{
		height:100px;
	}
	.img-cultura-verifa-style{
		height:100px;
	}
	.mobile-rounded-corner-12{
		border-radius:12px 12px 12px 12px;
	}
	.h1-bloc-21-style{
		font-size:16px;
		line-height:20px;
	}
	.h5-bloc-22-style{
		font-size:18px;
		line-height:24px;
	}
	.paragraph-style-bold{
		line-height:20px;
	}
	.h6-16-style{
		font-size:24px;
	}
	.h6-2º-grau-style{
		font-size:24px;
	}
	.h6-1º-grau-style{
		font-size:24px;
	}
	.h6-19-style{
		font-size:24px;
	}
	.h4-32-style{
		font-size:24px;
		line-height:28px;
	}
	.h4-33-style{
		font-size:24px;
		line-height:28px;
	}
	.h6-20-style{
		font-size:18px;
		line-height:24px;
	}
	.h2-style{
		font-size:24px;
		line-height:28px;
	}
	.padding-10{
		height:450px;
	}
	.h5-27-style{
		font-size:18px;
		line-height:24px;
	}
	.img-bloc-3-style{
		width:160px;
	}
	.box-dobra-1{
		height:100%;
	}
	.box-dobra-2{
		height:100%;
	}
	.h2-conformidade-style{
		font-size:20px;
		line-height:24px;
	}
	.card-validd-juridic{
		height:100%;
	}
	.card-validd-juridic-blue{
		height:100%;
	}
	.h5-21-style{
		font-size:18px;
		line-height:24px;
	}
	.h6-9-style{
		font-size:18px;
		line-height:24px;
	}
	.card-bla{
		height:100%;
	}
	.h6-10-style{
		font-size:18px;
		line-height:24px;
	}
	.h6-11-style{
		font-size:18px;
		line-height:24px;
	}
	.img-bloc-18-style{
		width:150px;
	}
	.h2-25-style{
		font-size:24px;
		line-height:28px;
	}
	.h5-24-style{
		font-size:18px;
		line-height:24px;
	}
	.h5-25-style{
		font-size:18px;
		line-height:24px;
	}
	.p-bloc-24-style{
		width:100%;
	}
	.p-65-style{
		width:100%;
	}
	.p-66-style{
		width:100%;
	}
	.h5-35-style{
		font-size:18px;
		line-height:24px;
	}
	.h5-36-style{
		font-size:18px;
		line-height:24px;
	}
	.card-princing-small{
		height:100%;
	}
	.p-246-style{
		font-size:14px;
		line-height:20px;
	}
	.p-247-style{
		font-size:14px;
		line-height:20px;
	}
	.p-248-style{
		font-size:14px;
		line-height:20px;
	}
	.p-249-style{
		font-size:14px;
		line-height:20px;
	}
	.h5-41-style{
		font-size:18px;
		line-height:24px;
	}
	.h5-42-style{
		font-size:18px;
		line-height:24px;
	}
	.h2-prova-já-style{
		font-size:32px;
		line-height:32px;
	}
	.h3-style{
		font-size:32px;
		line-height:32px;
	}
	.p-268-style{
		font-size:14px;
		line-height:20px;
	}
	.h2-pro-5-style{
		font-size:32px;
		line-height:32px;
	}
	.h3-corporate-style{
		font-size:30px;
		line-height:32px;
	}
	.h5-43-style{
		font-size:18px;
		line-height:24px;
	}
	.divider-background-color{
		background-color:var(--swatch-var-3608);
	}
	.h2-r-97-ºº-style{
		font-size:32px;
		line-height:32px;
	}
	.p-273-style{
		font-size:14px;
		line-height:18px;
	}
	.h3-pro-12-style{
		font-size:32px;
		line-height:32px;
	}
	.h5-442-style{
		font-size:18px;
		line-height:24px;
	}
	.h3-r-1-056-style{
		font-size:32px;
		line-height:32px;
	}
	.p-28931-style{
		font-size:14px;
		line-height:18px;
	}
	
	.h1-style{
		font-size:18px;
		line-height:24px;
	}
	.h1-bloc-24-style{
		font-size:24px;
		line-height:28px;
	}
	.h5-bloc-24-style{
		font-size:18px;
		line-height:24px;
	}
	.h1-8-style{
		font-size:24px;
		line-height:28px;
	}
	.h1-bloc-25-style{
		font-size:24px;
		line-height:30px;
	}
	.h5-bloc-25-style{
		font-size:16px;
		line-height:24px;
	}
	.card-contact-1{
		margin-top:0px;
		padding-top:10%;
		padding-bottom:10%;
	}
	.button-width{
		width:80%;
	}
	
}

