/*-----------------------------------------------------------------------------------
	ODONTO CONTROL
	About: A shiny new Blocs website.
	Author: Alexandre Tadashi Takahashi
	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;}}

/* = 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-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}


/* 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,0,0,0.5);
	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;
}
/* 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}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

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


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = 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;
}



/* 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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.navbar-brand img{
	height:35px;
}
.link-style{
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
	line-height:0px;
}
.btn-style{
	font-weight:900;
	font-family:"Lato";
	font-size:18px;
	width:32.02%;
	height:50px;
	text-align:center;
	line-height:30px;
	color:var(--swatch-var-1308)!important;
	border-color:transparent!important;
	position:relative;
	background-color:var(--swatch-var-5110);
}
.h1-style{
	font-family:"Lato";
	font-weight:900;
	font-size:60px;
}
.p-style{
	font-size:22px;
	font-family:"Lato";
	font-weight:700;
	width:58.42%;
}
.btn-style:hover{
	color:var(--swatch-var-1308)!important;
	text-align:center;
	background-color:var(--swatch-var-5110);
}
.btn-style:focus{
	color:#FEFFFF!important;
}
.btn-style:active{
	color:#FEFFFF!important;
}
.btn-style:visited{
	color:#FEFFFF!important;
}
.estilo_botao{
	font-family:"Lato";
	font-weight:900;
	color:#FEFFFF!important;
	text-align:center;
}
.estilo_botao:hover{
	color:#FEFFFF!important;
	text-align:center;
	text-transform:none;
}
.h1-2-style{
	font-family:"Lato";
	font-weight:900;
	border-width:0px 0px 0px 0px;
}
.p-2-style{
	font-family:"Lato";
	font-weight:400;
	font-size:19px;
	width:100%;
	text-align:center;
	color:#000000!important;
}
.corpo_cards{
	border-radius:15px 15px 15px 15px;
	background-size:auto auto;
	box-shadow:0.00px 7.00px 34px rgba(0,0,0,0.08);
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5876)!important;
}
.corpo_cards:hover{
	box-shadow:0.00px -0.00px 10px rgba(143,141,141,0.28);
	bottom:2px;
}
.cartao_externo{
	box-shadow:0.00px -0.00px 0px #FEFFFF;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
}
.cartao_externo:hover{
	border-width:0px 0px 0px 0px;
}
.h3-style{
	font-family:"Lato";
	font-weight:900;
}
.p-bloc-3-style{
	font-family:"Lato";
	font-weight:bold;
}
.h3-bloc-3-style{
	font-family:"Lato";
}
.h3-bloc-5-style{
	font-size:17px;
	font-family:"Lato";
}
.h5-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.p-11-style{
	font-family:"Lato";
	font-style:italic;
	font-weight:400;
	color:var(--swatch-var-3785)!important;
	font-size:18px;
}
.clientes{
	border-radius:20px 20px 20px 20px;
	box-shadow:-2.99px 0.26px 0px #10B981;
	background:linear-gradient(90deg, #EEF2F6  0%, #F0FAFB 100%);
}
.clientes:hover{
	top:1px;
	bottom:1px;
	background-color:var(--swatch-var-779);
	box-shadow:8.00px 0.00px 9px rgba(189,187,187,0.40);
}
.h1-5-style{
	font-family:"Lato";
	font-weight:900;
}
.h4-style{
	font-family:"Lato";
	font-weight:900;
	font-size:28px;
}
.btn-testar-agora-style{
	width:87.93%;
	font-family:"Lato";
	font-weight:900;
	line-height:30px;
	padding-top:14px;
	padding-bottom:14px;
	font-size:20px;
	color:var(--swatch-var-3913)!important;
	background-color:var(--swatch-var-1308);
}
.p-bloc-7-style{
	font-family:"Lato";
	font-weight:700;
	font-size:17px;
}
.bloc-padding-right{
	padding-right:0px;
	padding-left:0px;
	border-radius:12px 12px 12px 12px;
}
.bloc-padding-left{
	padding-left:1px;
	padding-right:2px;
	border-radius:12px 12px 12px 12px;
}
.h1-r-49-style{
	font-family:"Lato";
	font-weight:900;
	font-size:50px;
}
.card_precos{
	border-width:2px 2px 2px 2px;
	box-shadow:0.00px -9.00px 16px rgba(189,187,187,0.57);
}
.valores{
	font-size:50px;
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-4422)!important;
}
.card_semestral{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5876)!important;
}
.container-div-min-height{
	min-height:94px;
}
.card-body-style{
	height:561px;
}
.card-body-bloc-7-style{
	height:561px;
}
.h1-6-style{
	font-family:"Lato";
	font-weight:900;
}
.h1-7-style{
	font-family:"Lato";
	font-weight:900;
	font-size:44px;
}
.startup-faq-question{
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-1308)!important;
	font-size:20px;
}
.startup-faq-answer{
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-2869)!important;
	font-size:16px;
}
.corpo_cartao_questions{
	border-width:0px 0px 0px 0px;
}
.h4-5-style{
	width:49.3%;
	font-size:20px;
}
.label-style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.label-e-mail--style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.label-whatsapp--style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.label-4-style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.colun_form{
	border-radius:20px 20px 20px 20px;
	border-width:0px 0px 0px 0px;
}
.label-5-style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.label-6-style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.label-7-style{
	font-family:"Lato";
	font-weight:900;
	font-size:18px;
}
.p-bloc-10-style{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
}
.h4-odontocontrol-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h4-suporte-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h4-contato-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.p-28-style{
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
	width:71.43%;
}
.botoes_precos{
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-5110)!important;
}
.btn_celular{
	color:var(--swatch-var-5110)!important;
	background-color:var(--swatch-var-1308);
}
.btn-bloc-7-style{
	width:63.72%;
	padding-top:0px;
	padding-bottom:0px;
	color:var(--swatch-var-5110)!important;
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.new_btn{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
	color:var(--swatch-var-3913)!important;
	text-align:center;
}
.btn-testar-agora-style:hover{
	color:var(--swatch-var-5110)!important;
	font-size:20px;
	font-weight:900;
	background-color:var(--swatch-var-1308);
	box-shadow:0.00px -5.00px 16px rgba(114,112,112,0.49);
	margin-top:1px;
}
.btn-testar-agora-style:active{
	color:var(--swatch-var-5110)!important;
}
.btn-testar-agora-style:focus{
	color:var(--swatch-var-5110)!important;
}
.btn-testar-agora-style:visited{
	color:var(--swatch-var-5110)!important;
}
.h6-preços-style{
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
}
.h6-tutoriais-style{
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
}
.h6-bloc-11-style{
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
}
.h3-bloc-11-style{
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
}
.h3-26-style{
	font-family:"Lato";
	font-weight:900;
	font-size:15px;
	width:100%;
}
.h3-27-style{
	font-size:15px;
	font-family:"Lato";
	font-weight:900;
}
.divisor{
	width:100%;
	border-width:1px 1px 1px 1px;
	background-color:var(--swatch-var-7064);
}
.p-bloc-12-style{
	font-size:15px;
}
.link-preços-style{
	text-decoration:none;
}
.startup-home-tabbed-tabs{
	width:40%;
	display:flex;
	float:left;
	padding-right:50px;
	flex-direction:column;
	margin-bottom:28px;
	border-width:0px 0px 0px 0px;
}
.startup-home-tabbed-content{
	width:60%;
	float:right;
	padding-right:50px;
	padding-left:50px;
}
.h3-100-online-style{
	font-family:"Lato";
	font-weight:900;
	font-size:25px;
}
.p-bloc-5-style{
	font-family:"Lato";
	font-weight:700;
}
.texto_feature{
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-3785)!important;
	font-size:16px;
}
.texto_feature:hover{
	color:var(--swatch-var-2276)!important;
}
.h3-100-online-style:hover{
	color:var(--swatch-var-4422)!important;
	font-family:"Lato";
	font-weight:900;
	font-size:25px;
}
.p-9-style{
	width:100%;
	font-family:"Lato";
	font-weight:600;
}
.container-div-margin-left{
	margin-left:-44px;
	padding-left:64px;
	margin-right:-40px;
}
.img-padding-right{
	padding-right:0px;
	padding-left:13px;
	margin-left:5px;
}
.cartao_verde{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-5876)!important;
	box-shadow:0.00px -9.00px 29px rgba(50,235,84,0.29);
}
.card_semestral:hover{
	box-shadow:0.42px -5.99px 13px #10B981;
	border-width:3px 3px 3px 3px;
	border-color:var(--swatch-var-7637)!important;
}
.card_precos:hover{
	box-shadow:0.00px -3.00px 13px rgba(0,0,0,0.38);
}
.row-style{
	width:90.65%;
}
.h1-termos-de-uso-style{
	font-family:"Lato";
	font-weight:900;
}
.h5-4-style{
	font-family:"Lato";
	font-weight:700;
	width:55.94%;
}
.btn_inicio{
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-5110)!important;
	background-color:var(--swatch-var-1308);
}
.btn_inicio:hover{
	box-shadow:0.00px -3.00px 13px #435D9A;
	background-color:var(--swatch-var-1308);
}
.p-32-style{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
	border-width:0px 0px 0px 0px;
}
blockquote{
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-4422)!important;
}
.h3-24-style{
	font-family:"Lato";
	font-weight:900;
}
.p-33-style{
	font-family:"Lato";
	font-weight:700;
}
.divider-background-color{
	background-color:var(--swatch-var-4422);
	height:2px;
}
.p-35-style{
	font-family:"Lato";
	font-weight:700;
}
.p-36-style{
	font-family:"Lato";
	font-weight:700;
}
.p-37-style{
	font-family:"Lato";
	font-weight:700;
}
.p-42-style{
	font-family:"Lato";
	font-weight:700;
}
.p-43-style{
	font-family:"Lato";
	font-weight:700;
}
.p-44-style{
	font-family:"Lato";
	font-weight:700;
}
.p-45-style{
	font-family:"Lato";
	font-weight:700;
}
.h4-3-1-requisitos-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h4-6-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.p-52-style{
	font-family:"Lato";
	font-weight:700;
}
.p-53-style{
	font-family:"Lato";
	font-weight:700;
}
.p-56-style{
	font-family:"Lato";
	font-weight:700;
}
.p-55-style{
	font-family:"Lato";
	font-weight:700;
}
.p-54-style{
	font-family:"Lato";
	font-weight:700;
}
.p-57-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h4-9-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:900;
}
.h4-10-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h4-11-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h4-12-style{
	font-family:"Lato";
	font-weight:900;
	font-size:20px;
}
.h4-13-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:900;
}
.p-61-style{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
}
.p-62-style{
	font-family:"Lato";
	font-weight:700;
}
.p-63-style{
	font-family:"Lato";
	font-weight:700;
}
.p-66-style{
	font-family:"Lato";
	font-weight:700;
}
.p-67-style{
	font-family:"Lato";
	font-weight:700;
}
.p-68-style{
	font-family:"Lato";
	font-weight:700;
}
.p-70-style{
	font-family:"Lato";
	font-weight:700;
}
.p-71-style{
	font-family:"Lato";
	font-weight:700;
}
.p-72-style{
	font-family:"Lato";
	font-weight:700;
}
.p-73-style{
	font-family:"Lato";
	font-weight:700;
}
.p-75-style{
	font-family:"Lato";
	font-weight:700;
}
.h3-1-objeto-style{
	font-family:"Lato";
	font-weight:900;
}
.card-style{
	margin-left:85px;
	margin-top:0px;
}
.card-body-bloc-19-style{
	margin-left:0px;
	height:969px;
}
.row-padding-right{
	margin-right:23px;
	margin-left:0px;
	width:94.42%;
	padding:0px 0px 0px 0px;
	margin-bottom:-1px;
}
.p-bloc-19-margin-left{
	margin-left:20px;
	padding-right:0px;
	width:90.61%;
	font-family:"Lato";
	font-weight:700;
}
.h2-margin-left{
	margin-left:19px;
	width:90.86%;
	font-family:"Lato";
	font-weight:900;
}
.row-margin-left{
	margin-left:18px;
	margin-right:15px;
	width:94.44%;
	border-radius:14px 14px 14px 14px;
}
.container-div-margin-right{
	margin-right:-25px;
	padding-right:0px;
}
.container-div-bloc-19-style{
	width:95.94%;
	margin-right:-1px;
}
.h3-telefone-style{
	font-size:20px;
	font-family:"Lato";
	font-weight:700;
}
.p-bloc-19-style{
	font-size:16px;
	font-family:"Lato";
	font-weight:700;
}
.h2-style{
	font-family:"Lato";
	font-weight:900;
}
.card-body-20-style{
	width:100%;
}
.card-bloc-19-style{
	width:82.62%;
}
.p-59-style{
	font-size:18px;
	font-family:"Lato";
	font-weight:700;
}
.h1-11-style{
	font-family:"Lato";
	font-weight:900;
}
.p-60-style{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
}
.h3-47-style{
	font-family:"Lato";
	font-weight:900;
}
.h3-46-style{
	font-family:"Lato";
	font-weight:900;
}
.bloc-bloc-22-padding-left{
	padding-left:111px;
}
.coluna_sp{
	border-radius:15px 15px 15px 15px;
}
.link-bloc-11-style{
	font-style:normal;
	text-decoration:none;
}
.link-0-style{
	text-decoration:none;
}
.link-bloc-10-style{
	text-decoration:none;
}
.link-termos-de-uso-style{
	text-decoration:none;
}
.link-0-bloc-11-style{
	text-decoration:none;
}
.h5-2533-style{
	width:68.94%;
	font-family:"Lato";
	font-weight:700;
}
.h1-8-style{
	font-family:"Lato";
	font-weight:900;
	color:var(--swatch-var-1308)!important;
}
.whatsapp{
	color:var(--swatch-var-5110)!important;
	font-family:"Lato";
	font-weight:700;
}
.whatsapp:hover{
	color:var(--swatch-var-5110)!important;
	background-color:var(--swatch-var-7637);
	font-family:"Lato";
	font-weight:700;
}
.h3-41-style{
	font-family:"Lato";
	font-weight:700;
	font-size:15px;
}
.whatsapp:active{
	color:var(--swatch-var-5110)!important;
}
.whatsapp:focus{
	color:var(--swatch-var-5110)!important;
}
.whatsapp:visited{
	color:var(--swatch-var-5110)!important;
}
.card-body-11-style{
	height:580px;
}
.cor_inicio{
	background-blend-mode:normal;
	background:linear-gradient(88deg, #007BFF 11%, #1CA3FF 58%, #017BFE 100%);
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(88,86,86,1.00);
	
	--swatch-var-4422:rgba(34,67,144,1.00);
	
	--swatch-var-5110:rgba(255,255,255,1.00);
	
	--swatch-var-5876:rgba(16,185,129,1.00);
	
	--swatch-var-3785:rgba(56,55,55,1.00);
	
	--swatch-var-5439:rgba(114,112,112,1.00);
	
	--swatch-var-779:rgba(248,249,250,1.00);
	
	--swatch-var-2639:rgba(248,249,250,1.00);
	
	--swatch-var-4669:rgba(31,41,55,1.00);
	
	--swatch-var-7188:rgba(0,0,0,1.00);
	
	--swatch-var-7064:rgba(189,187,187,0.40);
	
	--swatch-var-2735:rgba(226,233,234,0.39);
	
	--swatch-var-4436:rgba(40,40,40,1.00);
	
	--swatch-var-2276:rgba(67,93,154,1.00);
	
	--swatch-var-967:rgba(17,156,110,1.00);
	
	--swatch-var-964:rgba(50,235,84,0.29);
	
	--swatch-var-7637:rgba(16,185,129,1.00);
	
	--swatch-var-96:#FED7D7;
	
	--swatch-var-5505:rgba(114,145,216,1.00);
	
	--swatch-var-2505:rgba(255,0,0,1.00);
	
	--swatch-var-7878:rgba(80,45,132,1.00);
	
	--swatch-var-1308:rgba(5,130,255,1.00);
	
}


/* Background colour styles */

.bgc-5110{
	background-color:var(--swatch-var-5110);
}
.bgc-2735{
	background-color:var(--swatch-var-2735);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-779{
	background-color:var(--swatch-var-779);
}
.bgc-2639{
	background-color:var(--swatch-var-2639);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-1308{
	background-color:var(--swatch-var-1308);
}
.bgc-4669{
	background-color:var(--swatch-var-4669);
}

/* Text colour styles */

.tc-5110{
	color:var(--swatch-var-5110)!important;
}
.tc-1308{
	color:var(--swatch-var-1308)!important;
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-4436{
	color:var(--swatch-var-4436)!important;
}
.tc-5439{
	color:var(--swatch-var-5439)!important;
}
.tc-7188{
	color:var(--swatch-var-7188)!important;
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.tc-779{
	color:var(--swatch-var-779)!important;
}

/* Button colour styles */

.btn-c-967{
	background:var(--swatch-var-967);
	color:#FFFFFF!important;
}
.btn-c-967:hover{
	background:#00693B!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-5110{
	color:var(--swatch-var-5110)!important;
}
.ltc-5110:hover{
	color:#CCCCCC!important;
}
.ltc-5505{
	color:var(--swatch-var-5505)!important;
}
.ltc-5505:hover{
	color:#3F5EA5!important;
}
.ltc-7637{
	color:var(--swatch-var-7637)!important;
}
.ltc-7637:hover{
	color:#00864E!important;
}

/* Icon colour styles */

.icon-5110{
	color:var(--swatch-var-5110)!important;
	border-color:var(--swatch-var-5110)!important;
}
.icon-5876{
	color:var(--swatch-var-5876)!important;
	border-color:var(--swatch-var-5876)!important;
}

/* Bloc image backgrounds */




/* = 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){
	.btn-style{
		width:52.51%;
	}
	.h1-r-49-style{
		width:86.89%;
		font-size:35px;
	}
	.bloc-padding-left{
		padding-right:2px;
		padding-left:0px;
	}
	.bloc-padding-right{
		padding-left:2px;
		padding-right:0px;
	}
	.card-body-style{
		height:541px;
	}
	.card-body-bloc-7-style{
		height:538px;
	}
	.valores_celular{
		font-size:30px;
	}
	.preco_celular{
		font-size:30px;
	}
	.btn_celular{
		font-size:16px;
	}
	.btn-bloc-7-style{
		width:92.51%;
	}
	.startup-home-tabbed-content{
		padding-right:14px;
		padding-left:14px;
	}
	.card-body-11-style{
		height:576px;
	}
	.container-div-min-height{
		min-height:70px;
	}
	.btn-testar-agora-style{
		width:97.86%;
	}
	
}

@media (max-width: 767px){
	.btn-style{
		width:62.55%;
	}
	.preco_celular{
		font-size:18px;
	}
	.valores_celular{
		font-size:26px;
		text-align:left;
	}
	.valores{
		font-size:20px;
	}
	.btn-testar-agora-style{
		width:100%;
	}
	.btn_celular:hover{
		color:var(--swatch-var-5110)!important;
	}
	.btn-testar-agora-style:hover{
	}
	.btn_celular{
		font-family:"Lato";
	}
	.startup-home-tabbed-tabs{
		width:45%;
		padding-right:0px;
	}
	.startup-home-tabbed-content{
		width:55%;
	}
	.p-bloc-5-style{
		margin-left:-25px;
		padding-left:0px;
	}
	.p-28-style{
		width:100%;
	}
	.card-body-bloc-7-style{
		height:688px;
	}
	.card-body-11-style{
		height:654px;
	}
	.card-body-style{
		height:712px;
	}
	.h3-bloc-5-style{
		font-size:15px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.h1-style{
		font-size:40px;
	}
	.p-style{
		width:98.52%;
	}
	.btn-style{
		width:89.26%;
		font-size:14px;
	}
	.link-style{
		text-align:center;
	}
	.h1-r-49-style{
		font-size:25px;
		width:90.28%;
	}
	.bloc-padding-right{
		padding-left:0px;
		padding-right:53px;
	}
	.h4-5-style{
		width:82.22%;
	}
	.btn_celular{
		font-size:14px;
		color:var(--swatch-var-5110)!important;
	}
	.btn-testar-agora-style{
		padding-top:0px;
		padding-bottom:0px;
	}
	.footer-link{
		text-align:center;
	}
	.card-body-style{
		height:522px;
	}
	.card-body-bloc-7-style{
		height:676px;
	}
	.btn_celular:hover{
		color:var(--swatch-var-5110)!important;
	}
	.startup-home-tabbed-tabs{
		width:100%;
		text-align:center;
	}
	.startup-home-tabbed-content{
		width:100%;
	}
	.img-padding-left{
		padding-left:0px;
		margin-left:-40px;
	}
	.img-padding-right{
		margin-left:-43px;
		margin-right:-11px;
	}
	.p-bloc-5-style{
		margin-left:-38px;
		font-size:16px;
		width:100%;
		padding-left:0px;
	}
	.h3-100-online-style{
		margin-left:-79px;
	}
	.img-margin-left{
		margin-left:-40px;
	}
	.img-saas--margin-left{
		margin-left:-43px;
	}
	.p-margin-left{
		margin-left:-42px;
		width:100%;
	}
	.p-bloc-5-margin-left{
		margin-left:-41px;
		font-size:16px;
		width:100%;
	}
	.img-6-margin-left{
		margin-left:-42px;
	}
	.p-padding-left{
		padding-left:42px;
		margin-left:-67px;
		padding-bottom:5px;
		width:100%;
	}
	.bloc-bloc-19-padding-left{
		padding-left:0px;
		padding-right:0px;
	}
	.card-body-bloc-19-style{
		margin-top:1px;
		margin-left:-88px;
	}
	.h5-2533-style{
		font-size:18px;
	}
	.card-body-11-style{
		height:680px;
	}
	.container-div-min-height{
		min-height:35px;
	}
	
}

