/*-----------------------------------------------------------------------------------
	    Base ID Site
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FAFBFC;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family:Montserrat;
}
.page-container{overflow-x:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

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

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-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;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

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

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-md{
	margin-top:50px;
}


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

/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

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


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!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;
}


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

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

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


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

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

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:Montserrat;
}
.container{
	max-width:1140px;
}
.navbar-brand img{
	width:180px;
}
.h1-style{
	font-family:Montserrat;
	letter-spacing:-1px;
	line-height:45px;
	width:100%;
	font-size:40px;
	text-align:left;
}
.h4-style{
	font-family:Roboto;
	font-weight:400;
	font-size:20px;
	text-align:left;
	line-height:24px;
	letter-spacing:0px;
}
.btn-style{
	font-weight:bold;
	font-family:Montserrat;
	font-size:17px;
	width:100%;
	padding:15px 15px 15px 15px;
}
.img-style{
	border-radius:0px 0px 0px 0px;
}
.header{
	padding:0px 0px 0px 0px;
}
.field-style{
	height:50px;
}
.h1-2-style{
	font-family:Montserrat;
}
.btn-more-info-style{
	font-weight:bold;
	font-family:Montserrat;
	font-size:17px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	padding:15px 15px 15px 15px;
}
.h5-style{
	font-family:Roboto;
}
.row-margin-left{
	width:100%;
}
.img-asset-6-style{
	width:90px;
	height:100px;
}
.btn-3-style{
	width:100%;
	font-family:Montserrat;
	font-weight:bold;
	padding:15px 15px 15px 15px;
}
.separamos-o-joio{
	font-family:Montserrat;
	letter-spacing:-1px;
	line-height:45px;
	width:100%;
	font-size:40px;
	text-align:left;
}
.img-marca-whi-style{
	width:176px;
	margin-bottom:30px;
}
.hero1{
	padding:100px 15% 200px 15%;
}
.hero2{
	padding:150px 150px 150px 150px;
}
.hero3{
	padding:150px 150px 150px 150px;
}
.hero4{
	padding:150px 150px 150px 150px;
}
.hero5{
	padding:100px 100px 100px 100px;
}
.footer{
	padding:100px 100px 100px 100px;
}
.column-beneficios{
	min-width:170px;
}
.row-master{
	margin:30px auto auto auto;
}
.columnhero1{
	width:100%;
}
.prefooter{
	font-size:30px;
}

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

/* Background colour styles */

.bgc-ghost-white{
	background-color:#FAFBFC;
}
.bgc-pear{
	background-color:#CADA29;
}
.bgc-dim-gray{
	background-color:#666366;
}
.bgc-black{
	background-color:#000000;
}
.bgc-green{
	background-color:#D3D800;
}
.bcg-gray{
	background-color:#666366;
}

/* Text colour styles */

.tc-dim-gray{
	color:#666366!important;
}
.tc-black{
	color:#000000!important;
}
.tc-ghost-white{
	color:rgba(249,250,251,0.7)!important;
}
.tc-ghost-white-2{
	color:#FAFBFC!important;
}
.tc-white{
	color:#FFFFFF!important;
}

/* Button colour styles */

.btn-pear{
	background:#CADA29;
	color:rgba(0,0,0,.5)!important;
}
.btn-pear:hover{
	background:#a2ae21!important;
	color:rgba(0,0,0,.5)!important;
}

.video-ajuste {
	margin-top: 7rem;
	display: flex;
	align-items: center;
}

.video-margin {
	margin-right: 35px;
}

.footer-center {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

.footer-right {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-right p {
	margin-bottom: 0;

}
.footer-right img {
	margin-bottom: 0;
}

.footer-heart {
	margin-left: 10px;
}

.footer-center .footer-number {
	margin-left: 25px;
}

@media(max-width:768px) {
	.video-ajuste {
	 flex-direction: column;
	}
	.video-margin {
		margin-right: 0px;
		margin-bottom:5rem;
	}

	.footer-center .footer-number {
		margin-left: 0;
	}

	.footer-center-mobile {
		text-align: center;
	}

	.footer-right {
		align-items: center;
		margin-top: 30px;
	}

	.footer-right p {
		font-size: 13px;
	}

	.footer-right img {
		width: 150px;
	}

	.footer-heart {
		margin-left: 2px;
	}

}


.row-social {
	justify-content: space-between;
}

.row-social div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#solucoes {
	padding-bottom: 20px;
	border-bottom: 5px solid white;
	margin-bottom: 90px;
}
#icons img {
	width: 140px;
	height: 100px; 
}
#icons p {
	padding-top: 20px
}
.icons2 {
	margin-top: 30px
}
.center-vertical {    
    display: flex;
    justify-content: center;
    align-items: center
}
.bot-border-green {
    border-bottom: 3px solid green;
    padding-bottom: 3px;
}
.bot-border-white {
    border-bottom: 3px solid white;
    padding-bottom: 3px;
}
.italic-white {
    color:white;
    font-style: italic;
}
.espacamento-bloco3 {
    margin-bottom:40px;
    margin-left:90px;
}
.bot-margin{ 
    margin-bottom:140px
}
.bot-margin-blc4{
    margin-bottom:40px;
}
#bloco-4 h4 {
    margin-bottom:45px;
}
.google {
    width: 176px;
    margin-bottom:-30px;
    margin-left:30px;
}
/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1224px)
{
    .bot-border-white { 
        border:none;
	}
}
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .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%;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .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)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .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;
	}
	
	.video-margin {
		margin-top: 50px;
	}
}

@media (max-width: 991px){
	.header{
		padding:20px 20px 20px 20px;
	}
	.hero1{
		padding:50px 50px 50px 50px;
	}
	.hero2{
		padding:50px 50px 50px 50px;
	}
	.hero5{
		padding:50px 50px 50px 50px;
	}
	.footer{
		padding:50px 50px 50px 50px;
	}
	.hero4{
		padding:50px 50px 50px 50px;
	}
	.hero3{
		padding:50px 50px 50px 50px;
	}
	.h1-style{
		font-size:30px;
		line-height:30px;
	}
	.row-beneficios{
		font-family:Montserrat;
		width:100%;
		float:none;
	}
	.separamos-o-joio{
		font-size:30px;
		line-height:30px;
	}
	.column-beneficios{
		min-width:450px;
		margin-top:40px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
	/* MD Text Margin Offsets */
	.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
}

@media (max-width: 767px){
	.h1-style{
		width:100%;
	}
	.h4-style{
		width:100%;
	}
	.form-style{
		width:100%;
	}
	.field-style{
		width:100%;
	}
	.btn-style{
		width:100%;
		margin-bottom:40px;
	}
	.container-div-style{
		width:100%;
	}
	.container-div-bloc-0-style{
		width:100%;
	}
	.img-style{
		width:387px;
		margin-bottom:30px;
	}
	.column{
		;
	}
	.separamos-o-joio{
		width:100%;
		text-align:left;
	}
	.video-column{
		width:100%;
		min-width:100%;
		padding-top:20px;
		margin:auto auto auto auto;
	}
	.esqueca{
		text-align:center;
	}
	.column-beneficios{
		min-width:250px;
	}
	.button-top{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.container-div-0-style{
		width:35.56%;
	}
	.row-mobile{
		text-align:left;
		width:100%;
		display:block;
		margin:0px 0px 0px 0px;
		padding:0% 0% 0% 0%;
	}
	.container-div-35677-style{
		width:52.83%;
	}
	.container-div-49387-style{
		width:52.83%;
	}
	.h1-style{
		font-size:25px;
		text-align:left;
		min-width:100%;
	}
	.columnhero1{
		width:100%;
		padding:0px 0px 0px 0px;
	}
	.header{
		padding:0px 0px 0px 0px;
	}
	.hero1{
		padding:40px 40px 40px 40px;
	}
	.hero2{
		padding:40px 20px 40px 20px;
	}
	.separamos-column{
		width:00%;
		min-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.separamos-o-joio{
		min-width:100%;
	}
	.h4-style{
		min-width:100%;
	}
	.row-margin-left{
		min-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.row-experiencia{
		width:100%;
		min-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.hero3{
		padding:40px 20px 40px 20px;
	}
	.column-experiencia{
		min-width:100%;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.video-column{
	}
	.hero4{
		margin:0px 0px 0px 0px;
		padding:40px 20px 40px 20px;
	}
	.hero5{
		padding:40px 20px 40px 20px;
	}
	.footer{
		padding:40px 20px 40px 20px;
	}
	.column-social{
		max-width:40px;
	}
	
	.espacamento-bloco3 {
	    margin-left:0px;
	    
	}
	#bloco-3 h3 {
	    text-align; justify;
	}
	.bot-margin{ 
        margin-bottom: 80px
    } 
    .mt-5-mb {
        margin-top: 3rem!important;
    }
    .center-text-mb {
        text-align:center;
    }
}
.indicador { 
    background-color:black;
}
.active {
    background-color:white;
}