/*-----------------------------------------------------------------------------------
	TOTAL CLEAN
	About: A shiny new Blocs website.
	Author: Fabiano Brandão
	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;
}

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

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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 Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


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


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


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

/* = 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;
}
.icon-spacer{
	margin-right:5px;
}

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




.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;
}


/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


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

/* Hide Object */
.object-hidden{
	display:none;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins";
}
.container{
	max-width:1140px;
}
.menu:hover{
	box-shadow:0.00px 2.00px 0px #000000;
}
.navbar-brand img{
	width:200px;
}
menu{
	text-transform:uppercase;
	padding-left:5px;
}
.navbar-nav li a{
	font-size:13px;
	font-family:"Poppins";
	font-weight:500;
}
.bloc-divider-t-fill{
	fill:#FEFFFF;
}
.img-style{
	width:267px;
}
.h3-11-style{
	font-size:25px;
}
.botao001{
	margin:1px 5px 1px 5px;
}
menu:hover{
	color:#0073C9!important;
}
.img-bloc-2-style{
	width:613px;
	margin-bottom:200px;
}
.img-3-style{
	border-radius:0px 0px 0px 0px;
}
.h3-style{
	font-size:19px;
}
.p-1-style{
	font-size:12px;
}
.img-7-style{
	width:236px;
}
.p-5-style{
	font-size:14px;
}
.h1-style{
	font-family:"Roboto";
	font-weight:100;
	font-size:93px;
}
.h2-style{
	font-size:63px;
	font-family:"Lato";
	font-weight:300;
}
.h3-seja-um-style{
	font-size:41px;
}
.p-28550-style{
	font-size:12px;
}
.img-bloc-5-style{
	border-radius:0px 0px 0px 0px;
	width:112px;
}
.img-9-style{
	border-radius:41px 41px 41px 41px;
}
.h3-6-style{
	font-size:21px;
}
.p-11-style{
	font-size:14px;
}
.h1-blog-style{
	font-size:115px;
	letter-spacing:-15px;
}
.serv{
	letter-spacing:-11px;
}
.h1-serviços-style{
	font-size:99px;
}
.p-30786-style{
	font-size:14px;
}
.h6-style{
	font-family:"Lato";
	font-weight:900;
	font-size:14px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-4177);
}
.img-bloc-12-style{
	width:129px;
}
.rold{
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
}
.menu2{
	font-weight:bold;
	border-style:solid;
	border-color:var(--swatch-var-4177)!important;
	margin-left:0px;
	margin-right:0px;
	background-color:var(--swatch-var-4177);
	border-radius:15px 15px 15px 15px;
	padding-left:5px;
	padding-right:10px;
}
.bt{
	color:var(--swatch-var-6728)!important;
}
.img-27-style{
	width:206px;
}
.h3-bloc-13-style{
	font-size:13px;
	font-family:"Poppins";
	line-height:20px;
}

.p-style{
	font-size:16px;
}
.img-22-style{
	width:422px;
}
.img-31615-style{
	width:470px;
}
.img-30-style{
	width:408px;
}
.img-33-style{
	width:288px;
}
.img-35-style{
	width:474px;
}
.img-36-style{
	width:461px;
}
.img-38-style{
	width:456px;
}
.img-39-style{
	width:436px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-1078:#FFFFFF;
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-2741:rgba(1,18,72,1.00);
	
	--swatch-var-5806:rgba(245,245,245,1.00);
	
	--swatch-var-4258:rgba(213,231,232,1.00);
	
	--swatch-var-4177:rgba(4,53,133,1.00);
	
	--swatch-var-1375:rgba(6,81,202,1.00);
	
	--swatch-var-5589:#E87D0B;
	
	--swatch-var-5590:#CE0E48;
	
	--swatch-var-3250:#588FE8;
	
	--swatch-var-1542:#88ADEA;
	
	--swatch-var-5676:#143E8D;
	
}


/* Background colour styles */

.bgc-4177{
	background-color:var(--swatch-var-4177);
}
.bgc-5806{
	background-color:var(--swatch-var-5806);
}
.bgc-2741{
	background-color:var(--swatch-var-2741);
}
.bgc-4258{
	background-color:var(--swatch-var-4258);
}
.bgc-6728{
	background-color:var(--swatch-var-6728);
}
.bgc-5676{
	background-color:var(--swatch-var-5676);
}
.bgc-1375{
	background-color:var(--swatch-var-1375);
}

/* Text colour styles */

.tc-4177{
	color:var(--swatch-var-4177)!important;
}
.tc-2741{
	color:var(--swatch-var-2741)!important;
}
.tc-5806{
	color:var(--swatch-var-5806)!important;
}
.tc-3250{
	color:var(--swatch-var-3250)!important;
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-1078{
	color:var(--swatch-var-1078)!important;
}

/* Button colour styles */

.btn-c-4177{
	background:var(--swatch-var-4177);
	color:#FFFFFF!important;
}
.btn-c-4177:hover{
	background:#000252!important;
	color:#FFFFFF!important;
}
.btn-c-5589{
	background:var(--swatch-var-5589);
	color:#FFFFFF!important;
}
.btn-c-5589:hover{
	background:#bb6203!important;
	color:#FFFFFF!important;
}
.btn-c-1375{
	background:var(--swatch-var-1375);
	color:#FFFFFF!important;
}
.btn-c-1375:hover{
	background:#001E97!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-4177{
	color:var(--swatch-var-4177)!important;
}
.ltc-4177:hover{
	color:#000252!important;
}
.ltc-1078{
	color:var(--swatch-var-1078)!important;
}
.ltc-1078:hover{
	color:#CCCCCC!important;
}

/* Icon colour styles */

.icon-5806{
	color:var(--swatch-var-5806)!important;
	border-color:var(--swatch-var-5806)!important;
}
.icon-1078{
	color:var(--swatch-var-1078)!important;
	border-color:var(--swatch-var-1078)!important;
}
.icon-6728{
	color:var(--swatch-var-6728)!important;
	border-color:var(--swatch-var-6728)!important;
}

/* Bloc image backgrounds */

.bg-fundox4{
	background-image:url("img/fundox4.jpg");
	background-image: -webkit-image-set(url("img/fundox4.webp") 1x,
url("img/fundox4.webp") 2x);background-image: image-set(url("img/fundox4.jpg") 1x,
url("img/fundox4.jpg") 2x,url("img/fundox4.webp") 1x,
url("img/fundox4.webp") 2x);
}
.bg-duvida{
	background-image:url("img/bkg-duvida.jpg");
	background-image: -webkit-image-set(url("img/bkg-duvida.jpg") 1x,
url("img/bkg-duvida.jpg") 2x);background-image: image-set(url("img/bkg-duvida.jpg") 1x,
url("img/bkg-duvida.jpg") 2x,url("img/bkg-duvida.jpg") 1x,
url("img/bkg-duvida.jpg") 2x);
}
.bg-franquia{
	background-image:url("img/franquia.jpg");
	background-image: -webkit-image-set(url("img/franquia.webp") 1x,
url("img/franquia.webp") 2x);background-image: image-set(url("img/franquia.jpg") 1x,
url("img/franquia.jpg") 2x,url("img/franquia.webp") 1x,
url("img/franquia.webp") 2x);
}
.bg-franquia-2{
	background-image:url("img/IMG_9022-422x563.jpeg");
	background-image: -webkit-image-set(url("img/IMG_9022-422x563.jpeg") 1x,
url("img/IMG_9022-422x563.jpeg") 2x);background-image: image-set(url("img/IMG_9022-422x563.jpeg") 1x,
url("img/IMG_9022-422x563.jpeg") 2x,url("img/IMG_9022-422x563.jpeg") 1x,
url("img/IMG_9022-422x563.jpeg") 2x);
    background-position: 0px -150px;
}
.bg-franquia-3{
	background-image:url("img/img-impermeavel.jpg");
	background-image: -webkit-image-set(url("img/img-impermeavel.jpg") 1x,
url("img/img-impermeavel.jpg") 2x);background-image: image-set(url("img/img-impermeavel.jpg") 1x,
url("img/img-impermeavel.jpg") 2x,url("img/img-impermeavel.jpg") 1x,
url("img/img-impermeavel.jpg") 2x);
}
.bg-franquia-4{
	background-image:url("img/chamada03-single.jpg");
	background-image: -webkit-image-set(url("img/chamada03-single.jpg") 1x,
url("img/chamada03-single.jpg") 2x);background-image: image-set(url("img/chamada03-single.jpg") 1x,
url("img/chamada03-single.jpg") 2x,url("img/chamada03-single.jpg") 1x,
url("img/chamada03-single.jpg") 2x);
}
.bg-ff1{
	background-image:url("img/ff1.jpg");
	background-image: -webkit-image-set(url("img/ff1.webp") 1x,
url("img/ff1.webp") 2x);background-image: image-set(url("img/ff1.jpg") 1x,
url("img/ff1.jpg") 2x,url("img/ff1.webp") 1x,
url("img/ff1.webp") 2x);
}
.bg-fundo2{
	background-image:url("img/fundo2.jpg");
	background-image: -webkit-image-set(url("img/fundo2.webp") 1x,
url("img/fundo2.webp") 2x);background-image: image-set(url("img/fundo2.jpg") 1x,
url("img/fundo2.jpg") 2x,url("img/fundo2.webp") 1x,
url("img/fundo2.webp") 2x);
}
.bg-fundox-final{
	background-image:url("img/bnr-1.png");
	background-image: -webkit-image-set(url("img/bnr-1.png") 1x,
url("img/bnr-1.png") 2x);background-image: image-set(url("img/bnr-1.png") 1x,
url("img/bnr-1.png") 2x,url("img/bnr-1.png") 1x,
url("img/bnr-1.png") 2x);
}

.bg-fundox-final-2{
	background-image:url("img/fundo-01.jpg");
}

.bg-franquiado-01{
	background-image:url("img/fundo-sofa01.jpeg");
	background-image: -webkit-image-set(url("img/fundo-sofa01.jpeg") 1x,
url("img/fundo-sofa01.jpeg") 2x);background-image: image-set(url("img/fundo-sofa01.jpeg") 1x,
url("img/fundo-sofa01.jpeg") 2x,url("img/fundo-sofa01.jpeg") 1x,
url("img/fundo-sofa01.jpeg") 2x);
}

.hg-vh90{
    height: 90vh;
}
.top-vh10{
    margin-top: 6vh
}
.bot-vh10{
    margin-bottom: 7vh
}
.bot-vh3{
    margin-bottom: 7vh
}

.pd-10{
    padding: 10px;
}
.pd-mbl{
    padding: 50px;
}
.dpd-left{
    margin-left: -50px!important;
}
.bnt-franq{
    background-color: var(--swatch-var-4177) !important;
    color: white;
    padding: 10px;
    border-radius: 10px;
    margin: 15px;
}
.tc-center{
    text-align: center;
}

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

.ft-larg{font-size: large !important;}
/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .ft-larg{font-size:small !important;}
    .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;
    }
}

.card-estado{
    width:25%;
    height:70%;
    background-color:white;
    z-index:1000;
    border-radius:10px;
}

@media (max-width: 767px){
	.text-left{
	}
	.text-center{
	}
	.text-right{
	}
	.card-estado{
        width:90%;
        height:90%;
        background-color:white;
        z-index:1000;
        border-radius:10px;
    }
	
}

@media (max-width: 575px){
	.img-style{
		width:218px;
	}
	.h1-serviços-style{
		font-size:63px;
	}
	.h2-style{
		font-size:31px;
	}
	.h1-style{
		font-size:53px;
	}
	.h1-blog-style{
		font-size:99px;
		line-height:90px;
	}
	.h3-bloc-13-style{
		font-size:11px;
	}
	.p-30786-style{
		font-size:12px;
	}
	
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(6 68 169);
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: white!important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: white; color: rgb(6 68 169)!important;}

.dropdown:hover .dropdown-content {display: block;}

.dec-none{
    text-decoration: none
}
.flex-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-popup{
    position:fixed;
    top:0px;
    width:100%;
    height:100%;
    background-color:#0000008f;
    z-index:1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-topo{
    display: flex;
    align-items: end;
    justify-content: space-between;
    border-radius: 10px 10px 0px 0px;
    margin-bottom:2px;
}
.card-local{
    text-align:center;
    width:100%;
    background-color: white;
    color:rgb(6 68 169);
    padding:10px;
    border-bottom:1px solid #cfe2ff;
}
.card-local:hover{
    background-color: rgb(6 68 169);
    color:white;
}

.txt-servicos{
    height:95px;
    overflow: clip;
}

.disp-responsive{
        display: inline;
    }
.disp-none{
    display:block;
}
.mgtop-50px{
        margin-top:50px;
    }
.img-quem-somos{
    background-image: url(img/unnamed.png);
    width: 100%;
    height: 500px;
    background-size: cover;
    border-radius: 20px;
}
.div-img-franq{
    position: relative;
    bottom: -50px;
}
.mgtop-30px{
    margin-top:0px;
}
.disp-block{
        display:none;
    }
    
.form-absolut{
    position: fixed;
    top: 8.5rem;
    z-index: 999;
    -webkit-box-align: center;
    place-items: center end;
    transition: all 2s ease 0s;
    left: 70%;
    transform: translate(-50%, 0%);
}

.h3-form-card{
    font-family: Anton, sans-serif;
    font-size: 1.30rem !important;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    text-align:center;
}
.mg-bot-form{
    margin-bottom:0.5rem!important;
}
.mg-bot-form-2{
    margin-bottom:1rem!important;
}
.img-position-cel{
    position: absolute;
    bottom: 0;
    width: 50%;
}
.option-form{
    border-radius: 10px!important;
    position: absolute!important;
    background-color: var(--swatch-var-3250) !important;
    color: white!important;
    top: 100%!important;
    left: 0!important;
    border: none!important;
    font-size: 14px!important;
    padding:5px!important;
    z-index: 99999!important;
}
.msbtm{
        margin-bottom: 0px;
    }
.wd-img-franq{
    width:422px;
}
.mg-left-60{
    margin-left: -60%;
}
.mg-left-70 {
    margin-left: -70%;
}
.img-hg-200{
        height:auto;
    }
.tc-center-mobile{
        text-align:left!important;
    }
    
.bkg-img-ft{
    height: 400px;
    background-position-y: -250px;
}

.mgtop-100{
    margin-top: -100px;
}

@media (max-width: 575px){
    .bkg-img-ft{
        background-position-y: 0px;
    }
    .mgtop-100{
        margin-top: 0px;
    }
    .mgtop-50px{
        margin-top:-10px;
    }
    .img-quem-somos{
        height: 400px;
        background-position: bottom;
    }
    .disp-responsive{
        display: block;
    }
    .div-img-franq{
        bottom: -50px;
    }
    .disp-none{
        display:none!important;
    }
    .disp-block{
        display:block!important;
    }
    .mgtop-30px{
        margin-top:-30px;
    }
    .img-position-cel{
        left: 20%;
    }
    .msbtm{
        margin-bottom: 30px;
    }
    .wd-img-franq{
        width:100%;
    }
    .mg-left-60{
        margin: 0px;
    }
    .mg-left-70 {
        margin-left: 0%;
    }
    .img-hg-200{
        height:250px;
    }
    .tc-center-mobile{
        text-align:center!important;
    }
    
}

@keyframes btn-blink {
     0% { opacity: 0; }
     50% { opacity: 0.5; }
     100% { opacity: 1; }
 }
.btn-blink {
   -webkit-animation: btn-blink .75s linear infinite;
   -moz-animation: btn-blink .75s linear infinite;
   -ms-animation: btn-blink .75s linear infinite;
   -o-animation: btn-blink .75s linear infinite;
   animation: btn-blink .75s linear infinite;
}

.button-2 {
  background-color: #35b084;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@-webkit-keyframes glowing {
  0% { padding:10px; background-color: var(--swatch-var-5589); -webkit-box-shadow: 0 0 3px #35b084; }
  50% { padding:20px; background-color: #ffa827; -webkit-box-shadow: 0 0 3px #8BC34A; }
  100% {padding:10px;  background-color: #35b084; -webkit-box-shadow: 0 0 3px #35b084; }
}

@-moz-keyframes glowing {
  0% { padding:10px; background-color: var(--swatch-var-5589); -moz-box-shadow: 0 0 3px #35b084; }
  50% { padding:20px; background-color: #ffa827; -moz-box-shadow: 0 0 3px #8BC34A; }
  100% { padding:10px; background-color: var(--swatch-var-5589); -moz-box-shadow: 0 0 3px #35b084; }
}

@-o-keyframes glowing {
  0% { padding:10px; background-color: var(--swatch-var-5589); box-shadow: 0 0 3px #35b084; }
  50% { padding:20px; background-color: #ffa827; box-shadow: 0 0 3px #8BC34A; }
  100% { padding:10px; background-color: var(--swatch-var-5589); box-shadow: 0 0 3px #35b084; }
}

@keyframes glowing {
  0% { padding:10px; background-color: var(--swatch-var-5589); box-shadow: 0 0 3px #35b084; }
  50% { padding:20px; background-color: #ffa827; box-shadow: 0 0 3px #8BC34A; }
  100% { padding:10px; background-color: var(--swatch-var-5589); box-shadow: 0 0 3px #35b084; }
}

.button-2 {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.form-cards{
    
    box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 24px 12px;
    background-color: rgb(255, 255, 255);
    width: 350px;
    padding: 1.25rem 1rem;
    border-radius: 12px;
}

.form-cards-2{
    background-color: white;
    width: 100%;
    border-radius: 20px;
    box-shadow: 5px 5px 5px #0000003b;
    border: 3px solid #00BCD4;
    display: flex;
    align-items: center;
}
.form-cards-3{
    
    box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 24px 12px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 1.25rem 1rem;
    border-radius: 12px;
}

.form-cards-club{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 12px 24px 12px;
    padding: 30px;
    border-radius: 0px;
    height: 100%;
}
.font-club{
    font-family: Anton, sans-serif;
    font-size: 1.30rem !important;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}
.bkg-card-2{
    background-color:#00BCD4;
}
.label-card{
    color: #0098DB;
}
.font-size-card{
    width: 100%;
    border-radius: 10px;
    color: rgb(34, 34, 34);
    border: none;
    background-color: rgb(240, 240, 240);
    height: 45px;
    padding-left: 10px;
}
.font-size-card-16{
    font-size: 16px;
}
.font-size-card-20{
    font-size: 20px;
}
.font-size-card-14{
    font-size: 14px;
}
.font-btn-enviar{
    font-size: 1.20rem;
    font-weight: 600;
}
.btn-new{
    border-radius: 0px 0px 10px 10px;
    width: 109.5%;
    margin-left: -16px;
    margin-bottom: -22px;
}
.pd-10px{
    padding:10px;
}
.pd-20px{
    padding:20px;
}
.title-franqui{
    font-size: 16px;
    color: white;
}
.title-franqui-2{
    font-size: 30px;
    color: white;
}
.subtitle-franqui{
    font-size: 16px;
    color: var(--bs-secondary)!important;
}
.ctt-franq{
    font-size:30px;
    font-weight: 700;
}
.skew-bkp{
    background-color: #0A435A;
}
.skew-bkp-2{
    background-color: white;
}
.pdn-skew{
    padding: 10px 10px 5px 10px;
}
.border-rd-20px{
    border-radius: 20px;
}
.hg-100{
    display: flex;
    height: 100%;
}
.hg-200{
    height: 200px;
}
.skew {
  width: fit-content;
  color:white!important;
  -webkit-transform: skew(-10deg); /* Chrome, Opera */
      -ms-transform: skew(-10deg); /* IE */
          transform: skew(-10deg); /* Padrão */
}
.positive {
  -webkit-transform: skew(0deg); /* Chrome, Opera */
      -ms-transform: skew(0deg); /* IE */
          transform: skew(0deg); /* Padrão */
}
.txt-center{
    text-align:center;
}
.txt-left{
    text-align:left;
}
.txt-right{
    text-align:right;
}
.bloc-sm-50{
    padding:50px 20px;
}
.mg-btt-20px{
    margin-bottom:20px;
}




.accordion1 {
  background-color: rgba(6,81,202,1.00);
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  border-radius: 20px;
  color: white;
  margin: 5px;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion1:hover {
  background-color: #ccc; 
  color: rgba(6,81,202,1.00);
}

.panel-1 {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}



.img-2 {
  display: block;
  max-width: 100%;
}

.main-2 {
  display: grid;
  place-items: center;
  padding:25px 0px;
}

.container-2 {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  --position: 50%;
}

.image-container {
  max-width: 800px;
  max-height: 90vh;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: #011db9;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}

.btn-recusar{
        background-color: #696e77!important;
        margin-right:10px!important;
        text-decoration:none;
  }
 .btn-recusar:hover{
        background-color: #cd0000!important;
        text-decoration:none;
  }
.pd20{
    padding:30px;
}
.cl-strong{
    color:#91f1fd;
}
.icon-right{
    float: inline-end;
    margin-top: 5px;
}
.div-duvida{
    background-position-x: left;
    background-size: cover;
    height: 500px;
}
.ft-duvidas{
    display: block;
    font-family: "Caveat", cursive;
    color: #FF9800;
    margin-top:-10px;
    text-transform: lowercase;
    font-weight: 700;
}
.justfy{
    text-align:justify!important;
}
.bandeiras{
	display:flex;
	margin-top: 10px;
	justify-content: end;
}
