/*-----------------------------------------------------------------------------------
	1RIBH
	Author: iMac
	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;
}


/* Sizes */

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

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


/* 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;
}
/* 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-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

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

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

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

.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}




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

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



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

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

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

h1,h2,h3,h4,h5,h6,p,label,a{
	font-family:"Helvetica";
}
.navbar-brand img{
	border-style:none;
	width:307px;
	height:60px;
}
.img-8-style{
	width:1450px;
}
.img-banner-coro-style{
	width:1450px;
}
.img-9-style{
	width:1450px;
}
.p-color{
	color:#2033ab;
}
.text-span-color{
	color:#009d00;
}
.h4-style{
	font-size:23px;
}
.p-106-style{
	font-size:17px;
}
.blocs-card-width{
	width:25%;
}
.container-div-style{
	width:100%;
	min-height:340px;
}
.container-div-0-style{
	width:100%;
	flex-direction:row;
	align-items:baseline;
	justify-content:space-around;
}
.link-bloc-18-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-0-bloc-18-style{
	font-weight:bold;
}
.p-121-style{
	font-size:11px;
	width:100%;
}
.img-1ribh-lo-style{
	border-radius:0px 0px 0px 0px;
	height:80px;
}
.p-123-style{
	font-size:12px;
}
.p-124-style{
	font-size:12px;
}
.h3-style{
	font-size:18px;
	width:68.33%;
}
.p-142-style{
	opacity:1.0;
}
.card-body-2-style{
	height:153px;
}
.p-bloc-3-style{
	font-size:12px;
	width:100%;
}
.h5-style{
	font-size:20px;
	width:100%;
}
.p-18-style{
	font-size:15px;
}
.p-17-style{
	font-size:15px;
}
.checkbox-style{
	width:100%;
}
.h6-style{
	font-size:36px;
}
.h4-downloads-style{
	font-size:35px;
}
.h3-bloc-20-style{
	font-size:23px;
}
.h3-bloc-22-style{
	font-size:24px;
}
.p-bloc-25-style{
	width:100%;
}
.p-333-style{
	width:100%;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.p-16-style{
	font-size:12px;
}
.p-20-style{
	font-size:12px;
}
.card-body-bloc-3-style{
	height:352px;
}
.card-body-13-style{
	height:352px;
}
.card-body-15-style{
	height:352px;
}
.card-body-17-style{
	height:352px;
}
.card-body-5-style{
	height:352px;
}
.menu-icon-stroke{
	stroke:transparent!important;
	fill:transparent!important;
	align-items:center;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-7044)!important;
	fill:var(--swatch-var-7044)!important;
}
.h6-24-style{
	font-size:42px;
	width:100%;
}
.card-body-8-style{
	height:120px;
}
.card-body-16-style{
	height:120px;
}
.card-body-6-style{
	height:120px;
}
.card-body-18-style{
	height:120px;
}
.card-body-14-style{
	height:120px;
}
.card-body-4-style{
	height:120px;
}
.text-white{
	color:var(--swatch-var-7809)!important;
	text-align:left;
	text-transform:none;
	text-decoration:none;
	border-radius:25px 25px 25px 25px;
	font-size:15px;
}
.h4-bloc-13-style{
	font-size:24px;
}
.card-body-3-style{
	height:352px;
}
.img-bloc-2-style{
	border-radius:25px 25px 25px 25px;
	height:355px;
	width:507px;
}
.container-div-bloc-3-style{
	flex-direction:row!important;
	min-width:1200px;
	min-height:400px;
	max-width:1200px;
	max-height:400px;
}
.w-full{
	min-width:1200px;
	min-height:400px;
	max-width:999999px;
	max-height:999999px;
	height:400px;
}
.p-bloc-6-style{
	font-size:11px;
}
.p-2-style{
	font-size:11px;
}
.img-bloc-3-style{
	height:207px;
	width:200px;
}
.img-7-style{
	width:200px;
	height:207px;
}
.img-11-style{
	height:207px;
	width:200px;
}
.img-13-style{
	height:207px;
	width:200px;
}
.text-white:hover{
	background-color:var(--swatch-var-4332);
}
.btn-bloc-4-style{
	border-radius:0px 0px 0px 0px;
}
.img-bloc-24-style{
	width:241px;
	height:169px;
}
.img-6-style{
	width:200px;
}
.p-20-bloc-3-style{
	font-size:12px;
}
.p-25-style{
	font-size:12px;
}
.p-27-style{
	font-size:12px;
}
.h1-style{
	font-size:28px;
	width:100%;
}
.img-85-style{
	width:300px;
	height:210px;
}
.h2-style{
	font-size:28px;
}
.h2-missão-style{
	font-size:28px;
}
.h2-visão-style{
	font-size:28px;
}
.h3-segurança-style{
	font-size:24px;
}
.img-23129-style{
	width:300px;
	height:210px;
}
.h2-valores-style{
	font-size:28px;
	width:42.58%;
}
.p-107-style{
	width:100%;
}
.h4-segurança-style{
	width:61.91%;
}
.p-bloc-24-style{
	width:100%;
	line-height:21px;
}
.img-83-style{
	width:241px;
	height:169px;
}
.img-84-style{
	width:241px;
	height:169px;
}
.img-ativamen-style{
	width:241px;
	height:169px;
}
.row-bloc-0-style{
	width:100%;
}
.divider-background-color{
	background-color:var(--swatch-var-7809);
	height:2px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.h3-22-style{
	font-size:12px;
}
.h1-bloc-23-style{
	font-size:24px;
}
.h1-o-ofícial-style{
	font-size:24px;
	width:100%;
}
.h3-23-style{
	font-size:16px;
	width:100%;
}
.team-card{
	min-height:350px;
}
.h5-bloc-3-style{
	font-size:20px;
}
.card-body-23-style{
	height:350px;
}
.img-bloc-23-style{
	width:420px;
}
.divider-style{
	width:68.77%;
	background-color:var(--swatch-var-5256);
	height:4px;
}
.h3-24-style{
	font-size:24px;
}
.img-21642-style{
	width:151px!important;
	height:151px!important;
}
.link-style{
	width:209px;
	font-weight:bold;
	color:var(--swatch-var-1830)!important;
}
.img-11352-style{
	width:241px!important;
	height:241px!important;
}
.row-45-style{
	width:55.62%;
}
.divider-bloc-26-style{
	width:31.45%;
	height:4px;
	background-color:var(--swatch-var-5256);
}
.divider-bloc-27-style{
	width:12.79%;
	height:4px;
	background-color:var(--swatch-var-5256);
}
.divider-0-style{
	width:16.11%;
	height:4px;
	background-color:var(--swatch-var-5256);
}
.card-style{
	width:25.05%;
}
.img-bloc-25-style{
	width:149px;
	height:149px!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.img-bloc-26-style{
	height:194px!important;
	width:194px!important;
}
.p-bloc-13-style{
	line-height:18px;
}
.p-73-style{
	line-height:18px;
}
.img-revista-20-style{
	height:230px;
	width:212px;
}
.img-19-style{
	height:230px;
	width:212px;
}
.img-orçamen-style{
	width:200px;
	height:207px;
	border-radius:20px 20px 20px 20px;
}
.img-style{
	height:400px;
}
.h5-9-style{
	font-size:19px;
}
.foot-image{
	max-width:800px;
	max-height:162px;
	min-width:400px;
	min-height:162px;
}
.img-bloc-7-style{
	width:670px;
}
.container-services{
	min-width:1200px;
	max-width:1200px;
}
.img-certificad-style{
	width:400px;
}
.h-full-page{
	min-height:600px;
}
.w-400{
	min-height:400px;
}
.p-bloc-106-style{
	font-size:10px;
}
.icon-size{
	width:80px;
}
.border-card-style{
	border-color:var(--swatch-var-5035)!important;
	border-width:15px!important 15px!important 15px!important 15px!important;
	border-style:solid!important;
	border-radius:35px 35px 35px 35px;
}
.img-36-style{
	width:458px;
}
.scroll-qoute-container{
	width:100%;
}
.quote-thumb{
	max-width:100px;
}
.quote-text{
	font-size:26px;
	font-style:italic;
}
.img-42-style{
	width:134px;
}
.svg-icon-style{
	width:10px!important;
	height:px!important;
	fill:var(--swatch-var-2017)!important;
	stroke:var(--swatch-var-2017)!important;
	background-color:transparent!important;
}
.h3-bloc-26-style{
	width:41.05%;
	font-size:25px;
}
.h3-bloc-15906-style{
	width:74.33%;
	font-size:25px;
	font-weight:bold;
}
.img-bloc-29-style{
	width:134px;
	height:183px;
}
.h3-bloc-32-style{
	width:89.38%;
	font-size:25px;
}
.card-bloc-3-style{
	width:23.67%;
}
.img-100-style{
	border-radius:21px 21px 21px 21px;
	width:107px;
	height:107px;
}
.h3-bloc-56-style{
	font-size:18px;
}
.h3-46-style{
	font-size:18px;
}
.img-bloc-56-style{
	border-radius:21px 21px 21px 21px;
	width:107px;
	height:107px;
}
.h3-bloc-24-style{
	font-size:24px;
}
.svg-icon-0-style{
	width:20px!important;
}
.svg-icon-bloc-17-style{
	fill:var(--swatch-var-2017)!important;
}
.final-div-empty{
	margin-top:10px;
	margin-bottom:10px;
}
.font-size-21{
	font-size:18px;
	color:var(--swatch-var-7044)!important;
}
.h3-66-style{
	font-size:16px;
	color:var(--swatch-var-7044)!important;
	font-weight:bold;
}
.svg-icon-fill{
	fill:var(--swatch-var-2017)!important;
}
.p-bloc-56-style{
	font-size:13px;
}
.p-151-style{
	font-size:13px;
	padding-right:6px;
	padding-left:6px;
}
.p-153-style{
	font-size:13px;
}
.p-154-style{
	font-size:13px;
}
.p-155-style{
	font-size:13px;
}
.p-156-style{
	font-size:13px;
}
.p-157-style{
	font-size:13px;
}
.p-158-style{
	font-size:13px;
}
.grid-style{
	column-gap:10px;
	row-gap:0px;
	min-height:274px;
	background-size:length;
}
.grid-bloc-56-style{
	column-gap:36px;
	row-gap:32px;
}
.grid-0-style{
	column-gap:22px;
	grid-template-columns:1fr 1fr;
	width:100%;
	min-height:274px;
}
.grid-0-bloc-56-style{
	column-gap:22px;
	row-gap:24px;
	width:100%;
	min-height:274px;
}
.grid-83-style{
	column-gap:36px;
	min-height:306px;
}
.grid-44140-style{
	column-gap:22px;
	min-height:274px;
}
.container-div-min-height{
	min-height:282px;
}
.container-div-0-min-height{
	min-height:364px;
	background-color:var(--swatch-var-1468);
	border-color:var(--swatch-var-275)!important;
	border-style:solid;
	border-width:15px 15px 15px 15px;
	border-radius:40px 40px 40px 40px;
}
.img-105-style{
	border-radius:23px 23px 23px 23px;
	width:200px;
	height:207px;
}
.grid-min-height{
	min-height:751px;
}
.h3-bloc-2-style{
	font-size:24px;
}
.h3-links-úteis-style{
	font-size:24px;
}
.h3-bloc-4-style{
	font-size:24px;
}
.h3-bloc-5-style{
	font-size:24px;
}
.h3-bloc-17-style{
	font-size:16px;
}
.link-bloc-32-style{
	font-weight:bold;
}
.link-bloc-34-style{
	font-weight:bold;
}
.link-bloc-36-style{
	font-weight:bold;
}
.link-bloc-38-style{
	font-weight:bold;
}
.h3-bloc-21-style{
	font-size:26px;
}
.h3-54-style{
	font-size:16px;
}
.link-bloc-21-style{
	font-weight:bold;
	font-family:"Helvetica";
	font-size:16px;
	color:var(--swatch-var-7044)!important;
}
.h3-92-style{
	font-size:16px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7044:rgba(19,54,70,1.00);
	
	--swatch-var-2017:rgba(19,54,70,1.00);
	
	--swatch-var-7343:rgba(19,54,70,1.00);
	
	--swatch-var-5035:#EAEAEA;
	
	--swatch-var-1869:rgba(0,0,0,0.701961);
	
	--swatch-var-1439:rgba(19,54,70,1.00);
	
	--swatch-var-5256:rgba(71,154,191,1.00);
	
	--swatch-var-6248:#171D9A;
	
	--swatch-var-1830:rgba(19,54,70,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-1932:rgba(242,237,237,1.00);
	
	--swatch-var-1468:rgba(212,214,214,1.00);
	
	--swatch-var-7809:rgba(255,255,255,1.00);
	
	--swatch-var-1413:rgba(3,123,132,1.00);
	
	--swatch-var-1394:#000000;
	
	--swatch-var-275:rgba(242,242,242,1.00);
	
	--swatch-var-240:rgba(168,35,35,1.00);
	
}


/* Background colour styles */

.bgc-2017{
	background-color:var(--swatch-var-2017);
}
.bgc-7809{
	background-color:var(--swatch-var-7809);
}
.bgc-1932{
	background-color:var(--swatch-var-1932);
}
.bgc-275{
	background-color:var(--swatch-var-275);
}

/* Text colour styles */

.tc-7809{
	color:var(--swatch-var-7809)!important;
}
.tc-7343{
	color:var(--swatch-var-7343)!important;
}
.tc-1394{
	color:var(--swatch-var-1394)!important;
}
.tc-2017{
	color:var(--swatch-var-2017)!important;
}
.tc-1439{
	color:var(--swatch-var-1439)!important;
}
.tc-1830{
	color:var(--swatch-var-1830)!important;
}
.tc-7044{
	color:var(--swatch-var-7044)!important;
}
.tc-240{
	color:var(--swatch-var-240)!important;
}

/* Button colour styles */

.btn-c-2017{
	background:var(--swatch-var-2017);
	color:#FFFFFF!important;
}
.btn-c-2017:hover{
	background:#000313!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-7809{
	color:var(--swatch-var-7809)!important;
}
.ltc-7809:hover{
	color:#CCCCCC!important;
}
.ltc-6248{
	color:var(--swatch-var-6248)!important;
}
.ltc-6248:hover{
	color:#000067!important;
}
.ltc-2017{
	color:var(--swatch-var-2017)!important;
}
.ltc-2017:hover{
	color:#000313!important;
}
.ltc-7044{
	color:var(--swatch-var-7044)!important;
}
.ltc-7044:hover{
	color:#000313!important;
}
.ltc-1830{
	color:var(--swatch-var-1830)!important;
}
.ltc-1830:hover{
	color:#000313!important;
}
.ltc-1439{
	color:var(--swatch-var-1439)!important;
}
.ltc-1439:hover{
	color:#000313!important;
}

/* Icon colour styles */

.icon-7809{
	color:var(--swatch-var-7809)!important;
	border-color:var(--swatch-var-7809)!important;
}
.icon-7343{
	color:var(--swatch-var-7343)!important;
	border-color:var(--swatch-var-7343)!important;
}

/* Bloc image backgrounds */

.bg-Fachada-Cartorio-W{
	background-image:url("img/Fachada_Cartorio_W.JPG");
}



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.blocs-card-width{
		width:50%;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-7809)!important;
		fill:var(--swatch-var-7809)!important;
	}
	.text-white{
		width:63.71%;
	}
	.img-bloc-2-style{
		height:255px;
	}
	.grid-style{
		min-height:333px;
	}
	.grid-0-bloc-56-style{
		min-height:333px;
		column-gap:10px;
		row-gap:0px;
	}
	.grid-0-style{
		column-gap:10px;
		row-gap:0px;
		min-height:333px;
	}
	.grid-44140-style{
		column-gap:10px;
		row-gap:0px;
		min-height:333px;
	}
	.h3-66-style{
		font-size:11px;
	}
	.img-100-style{
		border-radius:20px 20px 20px 20px;
	}
	.img-bloc-56-style{
		border-radius:20px 20px 20px 20px;
	}
	.row-bloc-66-style{
		width:100%;
	}
	.container-div-style{
		width:100%;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:50%;
	}
	.p-16-style{
		font-size:15px;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-7809)!important;
		fill:var(--swatch-var-7809)!important;
	}
	.quote-text{
		font-size:22px;
	}
	.container-div-style{
		width:100%;
	}
	.row-bloc-66-style{
		width:80%;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.blocs-card-width{
		width:100%;
	}
	.container-div-bloc-7-style{
		width:57.01%;
	}
	.container-div-bloc-3-style{
		width:100%;
	}
	.navbar-logo{
		font-size:18px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-7044)!important;
		fill:var(--swatch-var-7044)!important;
	}
	.menu-icon-bloc-0-stroke{
		stroke:var(--swatch-var-7809)!important;
		fill:var(--swatch-var-7809)!important;
	}
	.text-white{
		width:98.54%;
		text-decoration:none;
	}
	.btn-size{
		width:270px;
		height:100px;
		text-align:center;
	}
	.btn-size:hover{
	}
	.text-white:hover{
		color:var(--swatch-var-7809)!important;
	}
	.container-div-style{
	}
	.centered-button{
	}
	.img-style{
		height:200px;
	}
	.img-bloc-7-style{
	}
	.foot-image{
		min-width:200px;
		min-height:162px;
		max-width:800px;
		max-height:162px;
	}
	.quote-text{
		font-size:18px;
	}
	.h3-bloc-17-style{
		font-size:16px;
		line-height:24px;
	}
	.svg-icon-bloc-17-style{
		width:25px!important;
		background-color:transparent!important;
		fill:var(--swatch-var-2017)!important;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
}

