/*-----------------------------------------------------------------------------------
	ALG ENGENHARIA
	About: ALG EGENHARIA
	Author: Otavio / Guilherme Urbinatti
	Version: 4.2
	Built with Blocs
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap');

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.page-container {
	overflow: hidden;
}

a,
button {
	transition: background .3s ease-in-out;
	outline: none !important;
}

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

.blocs-grid-container {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto;
	column-gap: 1.5rem;
	row-gap: 1.5rem;
}

nav .dropdown-menu .nav-link {
	color: rgba(0, 0, 0, 0.6) !important;
}

[data-bs-theme="dark"] nav .dropdown-menu .nav-link {
	color: var(--bs-dropdown-link-color) !important;
}

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

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

.bloc-lg {
	padding: 2% 2%;
}

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

.full-width-bloc {
	padding-left: 0;
	padding-right: 0;
}

.full-width-bloc .row {
	margin-left: 0;
	margin-right: 0;
}

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

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

.voffset {
	margin-top: 30px;
}

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

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

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

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

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

.mg-clear {
	margin: 0;
}

.mg-sm {
	margin-top: 10px;
	margin-bottom: 5px;
}

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

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

button {
	outline: none !important;
}

.btn-rd {
	border-radius: 40px;
}

.btn-glossy {
	border: 1px solid rgba(0, 0, 0, .09);
	border-bottom-color: rgba(0, 0, 0, .2);
	text-shadow: 0 1px 0 rgba(0, 0, 1, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 1, .35), inset 0 1px 0 0 rgba(255, 255, 255, .4), inset 0 1px 0 2px rgba(255, 255, 255, .08);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, .07) 0%, rgba(255, 255, 255, .07) 100%);
}

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

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

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


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

.blocsapp-device-iphone11,
.blocsapp-device-iphone12 {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 100%;
	height: auto;
	padding: 9.6%;
	position: relative;
}

.blocsapp-device-iphone11::after,
.blocsapp-device-iphone12::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5%;
	left: 0;
	top: 5%;
	margin-top: -0.5%;
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: top center;
	background-image: url("../img/iphone-notch.png");
	background-image: -webkit-image-set(url("../img/iphone-notch.webp") 1x, url("../img/iphone-notch.webp") 2x);
	background-image: image-set(url("../img/iphone-notch.png") 1x, url("../img/iphone-notch.png") 2x, url("../img/iphone-notch.webp") 1x, url("../img/iphone-notch.webp") 2x);
}

.blocsapp-device-iphone11 img,
.blocsapp-device-iphone12 img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 9%/4%;
}

.blocsapp-device-iphone11 .embed-responsive::before,
.blocsapp-device-iphone12 .embed-responsive::before {
	padding-top: 106.25%;
}

.blocsapp-device-iphone11 .embed-responsive,
.blocsapp-device-iphone12 .embed-responsive {
	padding-bottom: 90%;
	width: 90.0%;
	right: -5%;
	border-radius: 2%/3%;
}

.blocsapp-device-iphone11.iphone11-white {
	background-image: url("../img/Apple-iPhone-11-White.png");
	background-image: -webkit-image-set(url("../img/Apple-iPhone-11-White.webp") 1x, url("../img/Apple-iPhone-11-White.webp") 2x);
	background-image: image-set(url("../img/Apple-iPhone-11-White.png") 1x, url("../img/Apple-iPhone-11-White.png") 2x, url("../img/Apple-iPhone-11-White.webp") 1x, url("img/Apple-iPhone-11-White.webp") 2x);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
.btn,
a {
	font-family: "Helvetica";
}

.icon-margin-bottom {
	margin-bottom: 20px;
	margin-top: 0px;
	color: #D02600 !important;
}

.icon-0-margin-bottom {
	margin-bottom: 22px;
	color: #D02600 !important;
}

.icon-lg {
	font-size: 3em;
}


h1 {
	font-family: "Lato";
	font-size: 3em;
	font-weight: 700;
}

h2 {
	font-family: "Lato";
	font-size: 2.8em;
	font-weight: 400;
	text-transform: uppercase;
}

h3 {
	font-size:  2.6em;
	font-family: "Lato";
	font-weight: 700;
}

h4 {
	font-size: 2.4em;
	font-family: "Lato";
	font-weight: 400;
}

.navbar-nav li a {
	font-family: "Lato";
	font-weight: 700;
	color: #212121 !important;
	font-size: 16px;
	line-height: 26px;
}

.navbar-brand {
	font-family: "Lato";
	font-weight: 700;
	font-size: 23px;
	line-height: 33px;
	text-transform: uppercase;
	color: #000000 !important;
}

.navbar-nav li a:hover {
	color: #D02600 !important;
}

.navbar-brand:hover {
	font-family: "Lato";
	font-weight: 700;
	color: #D02600 !important;
}

.icon-0-margin-bottom:hover {
	color: #000000 !important;
}

.icon-margin-bottom:hover {
	color: #FEFFFF !important;
}

p {
	font-family: "Lato";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.checkbox-margin-bottom {
	margin-bottom: 18px;
}

label {
	font-size: 16px;
	line-height: 24px;
}

.passion-button {
	font-family: "Lato";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	padding-right: 28px;
	padding-left: 28px;
	background-color: #BB0000;
	color: #FEFFFF !important;
}

.passion-button:hover {
	font-family: "Lato";
	font-weight: 700;
	text-transform: uppercase;
	background-color: #E30000;
	color: #FFFFFF !important;
}

.navbar-brand img {
	width: 200px;
}

.nav-local {
	padding: 0px;
}

.navbar-logo {
	text-transform: none;
	text-decoration: none;
	font-size: 20px;
}

.hero-first-col-mb {
	margin-bottom: 30px;
}

.feature-col-mt {
	margin-top: 29px;
}

.team-card {
	min-height: 350px;
}

.img-brejeiro-png-style {
	width: 200px;
}

.img-padding {
	padding: 6% 0px;
}

.h4-style {
	font-size: 23px;
	line-height: 33px;
}

.h4-processo-style {
	font-size: 23px;
	line-height: 33px;
}


.h2-projects {
	font-size: 2.4em;
}

.h3-projects {
	font-size: 1.8em;
}

.p-projects {
	font-size: 1.2em;
}

.p-style {
	font-size: 17px;
	line-height: 33px;
	width: 100%;
}

.h4-about-style {
	font-size: 23px;
	line-height: 33px;
	width: 100%;
}

.p-default {
	font-size: 1.5em;
	line-height: 1.4;
}

.p-11-style {
	font-size: 30px;
	line-height: 40px;
}

.p-15-style {
	font-size: 30px;
	line-height: 40px;
}

.img-bloc-7-style {
	width: 238px;
	border-radius: 0px 0px 0px 0px;
}

.img-termometr-style {
	width: 237px;
	height: 156px;
}

.h1-style {
	font-family: "Lato";
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}

:root {
	--swatch-var-6123: #FFFFFF;
	--swatch-var-111: rgba(247, 247, 247, 1.00);
	--swatch-var-1054: rgba(0, 0, 0, 1.00);
	--swatch-var-2427: #DFE0E5;
	--swatch-var-2866: #222268;
	--swatch-var-6779: rgba(255, 255, 255, 1.0);
}

.bgc-2427 {
	background-color: var(--swatch-var-2427);
}

.bgc-111 {
	background-color: var(--swatch-var-111);
}

.bgc-6123 {
	background-color: var(--swatch-var-6123);
}

.bgc-1054 {
	background-color: var(--swatch-var-1054);
}

.tc-2427 {
	color: var(--swatch-var-2427) !important;
}

.tc-1054 {
	color: var(--swatch-var-1054) !important;
}

.tc-111 {
	color: var(--swatch-var-111) !important;
}

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

.btn-c-2866:hover {
	background: #000034 !important;
	color: #FFFFFF !important;
}

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

.bloc-lg-lg {
	padding: 2% 2%;
	border: none !important;
}

.clientes-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    padding-top: 4%;
}

.clientes-box {
    width: 90%;
    margin-bottom: 30px;
    padding: 30px 20px;
    border-radius: 10px;
    background: #f9f9f9;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.resumo {
    background: #eaf3fa;
    border-bottom: 4px solid #222268;
}

.resumo-grid {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding: 20px 0;
}

.resumo-item h3 {
    font-size: 2.5rem;
    color: #222268;
    font-weight: bold;
    margin-bottom: 5px;
}

.resumo-item h4 {
    font-size: 1.6rem;
    color: #666;
}

/* Clientes e Fornecedores */
.clientes {
    background-color: #f8f8f8;
    border-bottom: 4px solid #222268;
}

.fornecedores {
    background-color: #fff;
    border-bottom: 4px solid #222268;
}

.clientes h3, .fornecedores h3 {
    color: 3498db;
}

.clientes-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2%;
    padding: 20px 0;
}

.clientes-grid img {
    width: 200px;
    height: 150px;
    object-fit: contain;
    filter: grayscale(30%);
    transition: all 0.3s ease;
}

.clientes-grid img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
}

/* CONTACT */
.contact-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: start;
}

.contact-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #f9f9f9;
}

.contact-box h3 {
    margin-bottom: 10px;
}

.contact-box p {
    margin-bottom: 10px;
}

.contact-box iframe {
    width: 100%;
    height: 600px;
    border: none;
}

.contact-map {
    height: 400px;
}


/* FOOTER */
.footer {
    background-color: black;
    padding: 2% 4%;
    color: white;
}

.footer-container {
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-text {
	font-family: 'Montserrat';
	font-size: 0.9em;
}

.footer-left, .footer-right {
    max-width: 50%;
}

.footer-left p, .footer-right p {
    margin: 2px 0;
}

.footer-right {
    text-align: right;
}

.footer-logo {
    max-width: 80px;
    opacity: 0.3; /* Marca d'água */
}

.footer a {
    text-decoration: none;
    color: #007bff;
}

@media (min-width: 576px) {
	.bloc-xxl-sm {
		padding: 200px 20px;
	}

	.bloc-xl-sm {
		padding: 150px 20px;
	}

	.bloc-lg-sm {
		padding: 4% 2%;
	}

	.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: 4% 2%;
	}

	.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-md-lg {
		padding: 50px 20px;
	}

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

	.bloc-no-padding-lg {
		padding: 0 20px;
	}
}

@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: 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;
	}

	.navbar-brand img {
		width: 150px;
	}

	.resumo-item h3 {
		font-size: 1.6rem;
	}

	.resumo-item h4 {
		font-size: 1rem;
		color: #666;
	}

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-left, .footer-right {
        max-width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .footer-logo {
        display: block;
        margin: 5px auto;
    }
}

@media (max-width: 991px) {
	h1 {
		font-size: 2.2em;
	}

	h2, .h2-projects  {
		font-size: 2.0em;
		text-align: center;
	}

	.p-default, .p-projects {
		font-size: 1.3em;
	}

	h3, .h3-projects {
		font-size: 1.8em;
	}

	h4 {
		font-size: 1.6em;
	}

	.bloc {
		padding-left: constant(safe-area-inset-left);
		padding-right: constant(safe-area-inset-right);
	}

	.bloc-group,
	.bloc-group .bloc {
		display: block;
		width: 100%;
	}

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

	.bloc-lg-lg {
		padding: 4% 2%;
	}

	.contact-container {
        flex-direction: column;
    }

    .contact-box {
        width: 100%;
    }

	.clientes-section {
		padding-top: 9%;
	}
}


