    /*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(fonts/raleway/raleway.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(fonts/raleway/raleway-bold.woff) format('woff');
}
*/

    @import url(https://fonts.googleapis.com/css?family=Raleway:400,700|Arimo:400,700|Oxygen:400,700|Varela+Round|Maven+Pro:400,700);


    .rowbox {
    	display: flex;
    	box-shadow: 0px 0px 6px -2px #555;
    	margin-bottom: 10px;
    	flex-wrap: wrap;
    }

    .rowbox>li {
    	flex: 1 1 auto;
    	list-style: none;

    }

    .icontext2 {
    	display: block;
    	margin: auto;

    	cursor: pointer;
    	/*background: #fff;*/
    	transition: 300ms;
    }

    .icontext2:active {
    	transform: scale(0.95);

    }

    .icontext2:hover {
    	/*background:#fff;*/
    	box-shadow: 0px 0px 35px -14px #ccc inset;

    	/*box-shadow: 0px 0px 35px -14px #ccc inset,0px -2px 0px 0px #CD2F2F inset;*/
    }

    .icontext2 div {
    	display: table-cell;
    	padding: 10px;
    	vertical-align: middle;

    }

    .icontext2 div[data-type="icon"] {
    	text-align: center;
    	padding-right: 5px;
    	vertical-align: top;
    }

    .icontext2 div[data-type="text"] label {
    	color: #0E0E0E;
    	font-weight: bold;
    	cursor: pointer;
    }

    .icontext2 div[data-type="text"] p {
    	color: #444;
    }

    .icontext2 div[data-type="text"] span {
    	color: #50911B;
    	font-weight: bold;
    	cursor: pointer;
    }


    * {
    	font-family: "Work Sans", Sans-serif !important;
    }

    .row {
    	margin: 0px !important;
    }


    h1 {
    	font-size: 28px;
    	padding-bottom: 5px;
    	padding-top: 5px;
    }

    h2 {
    	font-size: 25px;
    	margin: 0 0 0 0;
    	font-weight: normal;
    }

    .floatRight {
    	float: right;
    }

    .floatLeft {
    	float: left;
    }




    .header {
    	background: #ffffff;
    	padding-top: 20px;
    	padding-bottom: 20px;
    	backdrop-filter: blur(2px);
    }

    .sobreBanner {
    	padding-top: 20px;
    	padding-bottom: 20px;
    	/*border-bottom: 1px solid #ccc;	*/
    }

    .footer {
    	border-top: 1px solid #D7D7D7;
    	/*background: #F8F8F8;*/
    	padding-top: 20px;
    	padding-bottom: 20px;
    }

    .preinfo {
    	padding-top: 0px;
    	padding-bottom: 0px;
    }

    .rightMargin {
    	/*margin-right: 30px;*/
    	display: table;
    	margin: 0px 0px 0px auto;
    	/*width: 320px !important;*/
    	text-align: center;
    }

    .formu {
    	position: absolute;
    	/*top: 100%;*/
    	right: 0px;
    	z-index: 100;
    	text-align: center;
    	background: #f6f7f8;
    	width: 300px;
    	padding: 10px;
    	padding-left: 20px;
    	padding-right: 20px;
    	height: 382px;
    	box-sizing: border-box;

    }

    .formu label {
    	color: #CD2F2F;
    	font-weight: bold;
    	text-decoration: bold;
    	font-size: 15px;
    	margin: 0px !important;
    	padding: 10px;
    	display: block;
    }

    .formu p {
    	padding: 10px;
    	display: block;
    }

    .form input {
    	margin: 0 0 5px 0;
    }

    .form input[type="radio"] {
    	margin: 0 0 10px 0;
    }

    /*.destaques .column:not(:last-child){*/
    .destaques {
    	display: table;
    	width: 100%;
    }

    .destaques .column div {
    	position: relative;
    }

    .destaques .column:not(:last-child) div {
    	margin-right: 20px;
    }

    .destaques .column:not(:last-child) {
    	padding-right: 10px;
    }

    .destaques [data-rel="img"] {
    	width: 100%;
    	margin: 0 0 0 0;
    }

    .destaques [data-rel="text"] {
    	margin: 0px 0px 4px 0;
    	color: #fff;
    	text-align: center;
    	padding: 13px 0;
    	font-size: 130%;
    	left: 0px;
    	width: 100%;
    	box-sizing: border-box;
    	/*position: absolute !important;*/
    	bottom: 0px;
    	left: 0px;
    	width: 100%;
    	background: RGBA(0, 0, 0, 0.85);
    }

    .destaques [data-rel="text"] cite {
    	color: #fff;
    	font-style: normal;
    }

    .copyright p {
    	font-size: 12px;
    }

    .copyright .copylogo {
    	height: 18px;
    	vertical-align: middle;
    }

    @media screen and (max-width: 880px) {
    	.header .column {
    		text-align: center !important;
    	}

    	.rightMargin {
    		margin: auto !important;
    	}

    	h2 {
    		font-size: 25px;
    		text-align: center;
    	}

    	.banners .textobanner {
    		left: 0px !important;
    	}

    	.banners .textobanner p {
    		padding: 10px !important;
    	}

    	.formu {
    		position: static !important;
    		width: 100% !important;
    	}

    	.contentText {
    		margin-top: 0px !important;
    	}

    	.destaques .column {
    		padding-right: 0px !important;
    	}
    }


    footer .content {
    	box-sizing: border-box;
    }

    footer h1 {
    	font-size: 15px;
    }

    .fraseBanner {
    	display: flex;
    	flex-direction: column;
    	justify-content: space-evenly;
    	align-items: center;
    	padding-top: 200px !important;
    	box-sizing: border-box;
    	height: 100%;
    	width: 100%;
    }

    @media screen and (max-width: 700px) {

    	.fraseBanner {
    		padding-top: 0px !important;
    		margin-top: 160px !important;
    	}
    }

    .content-banner {
    	width: 100% !important;
    }

    .content-banner .text {
    	display: flex;
    	flex-direction: column;
    	width: 100%;
    	gap: 20px;
    }

    /* MAPA E FORMULÁRIO */

    .containerform,
    .containerLead {
    	margin: 0px 0;
    }

    .containerLead .background-overlay,
    .containerform .background-overlay {
    	background-color: #000000e5;
    	position: absolute;
    	width: 100%;
    	top: 0;
    	right: 0;
    	height: 100%;
    }

    .containerform .background-overlay {
    	background-color: #00000077;

    }

    .containerLead {
    	position: relative;
    	background-color: transparent;
    	background-image: url(https://custodio.arq.br/wp-content/uploads/Fundo_Custodio_1_.webp);
    	background-position: center center;
    	background-size: cover;
    }

    .containerLead .content {
    	padding: 50px 0;
    }

    .containerLead .content .text {
    	font-size: 2.2rem;
    	font-weight: 700;
    	color: white;
    	display: flex;
    	text-transform: uppercase;
    	align-items: center;
    	width: 67%;
    }

    .containerLead .content .text img {
    	width: 768px;
    }

    .containerLead .action div {
    	margin: 25px 0;
    }

    .containerLead .action span {
    	width: 180px !important;
    	text-align: start !important;
    }

    .containerLead .content .whatsapp a {
    	font-weight: 700;
    	padding: 10px;
    	background-color: #4A9841;
    }

    .containerLead .content .televendas a {
    	font-weight: 700;
    	padding: 10px;
    	color: white;
    	background-color: transparent;
    	background-image: linear-gradient(90deg, #441D60 0%, #29123A 100%);
    }

    .containerLead .televendas a:hover,
    .containerLead .whatsapp a:hover {
    	transform: scale(1.1);
    }

    @media screen and (max-width: 700px) {
    	.containerLead .content .text img {
    		width: 90%;
    	}
    }

    .containerform {
    	background-color: transparent;
    	background-image: url("/carbon/lp-carbon/app/defaultlp/_assets/img/otica/fundo-maps.jpg");
    	background-position: center center;
    	background-size: cover;
    	position: relative
    }

    .containerform .content,
    .containerLead .content {
    	position: relative;
    	display: flex;
    	justify-content: space-between;
    	margin: auto;
    	align-items: center;
    }

    .map iframe {
    	height: 382px;
    	margin: 0;
    	width: 100%;
    	padding: 40px 0;
    	max-width: 1224px;
    }

    .formBan {
    	/* margin: 30px 0; */
    	height: 470px;
    	background-color: #ffffff;
    	/* display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 390px;
    gap: 20px; */
    }

    .formBan label {
    	padding: 0;
    	color: #000;
    	margin-left: 10px !important;
    	font-size: .8rem;
    }

    .formBan p {
    	color: #ccc;
    }

    .formBan h4 span {
    	color: #ccc;
    	margin: 5px 0 !important;
    	/* padding: 16px 0; */
    }


    form.contact_widgets_form.novalp-form div {
    	margin-top: 9px;
    }

    .formBan p {
    	padding: 0;
    }

    .formBan span {
    	color: #000;
    	font-weight: 700;
    	/* font-size: 1rem; */
    }

    .formBan .contact_widgets_form {
    	display: flex;
    	flex-direction: column;
    	gap: 5px;
    }

    .formBan input,
    .formBan select {
    	/* border-radius: 13px 5px !important; */
    	min-height: 35px;
    	padding: 6px !important;
    }

    /* .formBan input[type="submit"] {
    margin-top: 20px !important;
} */
    .formBan input[type="submit"]:hover {
    	padding: 15px 0 !important;
    }

    .buttonAction {
    	display: flex;
    	justify-content: flex-end;
    	gap: 20px;
    }

    .buttonAction * {
    	font-family: 'Kanit', sans-serif;
    }

    .buttonFly {
    	position: fixed;
    	bottom: 2%;
    	right: 1%;
    	display: flex;
    	flex-direction: column;
    	z-index: 9999;
    }

    .buttonFly img {
    	height: 80px;
    	transition: .4s;
    }

    .buttonFly a {
    	margin: 10px 0;
    }

    .buttonFly a:hover img,
    .buttonFly .whatsapp {
    	transform: scale(1.2);
    }

    .column.right.buttonAction .whatsapp img,
    .buttonAction .televendas img {
    	transition: .4s;
    }

    .column.right.buttonAction .whatsapp:hover img,
    .buttonAction .televendas:hover img {
    	transform: scale(1.1);
    }


    .tabsContent .menu-tabs>ul {
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
    }

    .tabsContent .menu-tabs>ul>li {
    	width: 25%;
    }

    .tabsContent .menu-tabs>ul>li>a {
    	padding: 10px 5px 10px 20px;
    	width: 100%;
    	text-align: start;
    }


    .tabsContent .menuBtnOnoff {
    	color: white;
    	font-weight: 800;
    	margin: 0 0 0 23px;
    	display: flex;
    	align-items: center;
    	width: 52px;
    	cursor: pointer;
    }

    .buttonAction .whatsapp,
    .buttonAction .televendas {
    	background: #109183;
    	border-radius: 51px;
    }

    .whatsapp a,
    .televendas a,
    .products .card .buy a {
    	display: flex;
    	align-items: center;
    	background-color: transparent;
    	border: rgb(255, 255, 255) solid 2px;
    	padding: 12px 0;
    	display: flex;
    	transition: .4s;
    	color: rgb(255, 255, 255);
    	justify-content: center;
    	border-radius: 51px;
    	width: 270px;
    	text-align: center;
    	text-decoration: none;
    	font-weight: 600;
    	text-transform: uppercase;
    	font-size: 1.5rem;
    }

    .whatsapp a:hover {
    	background-color: #000000;
    	transform: scale(1.1);
    }

    .televendas a:hover {
    	background-color: #000000;
    	transform: scale(1.1);
    }

    .whatsapp a>*,
    .televendas a>* {
    	padding: 0 8px;
    }

    .televendas img,
    .whatsapp img {
    	width: 25px;
    	margin: 0px !important;
    	padding: 0 10px 0 0px;
    }

    .fraseBanner div.lojaOnline {
    	padding: 0px 24px;
    	width: 100%;
    	display: flex;
    	/* justify-content: center; */
    }

    .fraseBanner .lojaOnline a {
    	padding: 8px 60px 11px 60px !important;
    	color: white;
    	background-color: #109183;
    	text-decoration: none;
    	font-size: 1.3rem;
    	font-weight: 600;
    	border-radius: 5px;
    	font-family: 'Kanit', sans-serif;
    	transition: .4s;
    }

    .lojaOnline a:hover {
    	background-color: #36629c;
    }

    .products {
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: center;
    }

    .products .card {
    	width: 25%;
    	margin: 20px;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }


    .products .card>img {
    	width: 180px;
    }

    .products .card .title {
    	font-size: 1.5rem;
    	font-weight: 700;
    	width: 70%;
    	margin: 15px 0;
    }

    .products .card .contentPrice {
    	background-color: #FEEE00;
    	display: flex;
    	flex-direction: column;
    	width: 70%;
    	border-radius: 11px;
    	margin: 10px 0;
    	padding: 5px 10px;
    	min-height: 63px;
    	color: #223fd2;
    }

    .products .card .contentPrice .desc {
    	font-size: .7rem;
    }

    .products .card .contentPrice .price {
    	font-size: 1.5rem;
    	text-transform: uppercase;
    	font-weight: 800;
    	padding-bottom: 15px;
    	text-align: center;
    }

    .products .card .contentPrice .price p {
    	text-align: center;
    }

    .products .card .buy {
    	width: 70%;
    	display: flex;
    	margin: 20px 0 5px 0;
    	justify-content: space-evenly;
    	background-color: #30B360;
    	border-radius: 51px;
    	padding: 5px 10px;
    }

    .products .card .buy a {
    	font-weight: 700;
    	width: 85%;
    	text-transform: none;
    	background-color: transparent;
    }

    .products .card .buy a:hover {
    	transform: scale(1.15);
    }

    .products .card .buy a span {
    	font-size: 1.1rem;
    	white-space: nowrap;
    	margin-left: 5px;
    }

    .products .card .buy a img {
    	width: 16px;
    	padding: 0;
    	margin: 0 !important;
    }



    /* AJUSTES CUSTODIO */
    .wrapper {
    	display: flex !important;
    	flex-direction: column !important;
    }

    .wrapper>header {
    	position: absolute;
    	top: 0;
    	width: 100%;
    	z-index: 9;
    }

    .wrapper>header>.header {
    	background-color: rgba(133, 133, 133, 0.329) !important;

    }

    .wrapper>header .logo img {
    	width: 230px !important;
    	display: flex;
    }

    @media screen and (max-width: 700px) {
    	.wrapper>header>.header {
    		background-color: rgba(0, 0, 0, 0.548) !important;

    	}

    	.wrapper>header .logo img {
    		margin: auto;
    	}

    }

    .gallery {
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100vw;
    	height: 100vh;
    	/* background-color: red; */
    	z-index: 999;
    	backdrop-filter: blur(1px);
    	user-select: none;
    	display: none;
    }

    .gallery .iconClose svg {
    	position: absolute;
    	right: 16%;
    	width: 2vw;
    	height: 2vw;
    	z-index: 99;
    	top: 6%;
    	border: solid white 3px;
    	border-radius: 50%;
    	padding: 4px;
    	cursor: pointer;
    	background-color: #333333cc;
    }

    .gallery .portfolioCards {
    	display: flex;
    	flex-direction: column;
    	justify-content: center;
    	align-items: center;
    	height: 100vh;
    	width: 100vw;
    	gap: 20px;
    	display: none;
    }

    .gallery .current {
    	margin: auto;
    	margin: 0;
    	width: 70%;
    	height: 73vh;
    	object-fit: cover;
    	position: relative;
    	z-index: 9;
    }

    .gallery .overlay {
    	background-color: #000000e5;
    	position: fixed;
    	width: 100vw;
    	top: 0;
    	right: 0;
    	height: 100vh;

    }

    .gallery img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    	cursor: pointer;
    	position: relative;
    	z-index: 9;
    	transition: .4s;
    	box-sizing: border-box;
    }

    .gallery .controllers {
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 111%;
    	height: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    	transform: translateX(-5%);
    }

    .gallery .others .controllers {
    	width: 118.2%;
    	transform: translateX(-7%);
    	display: none;
    }

    .gallery .controllers a {
    	cursor: pointer;
    	transition: .4s;
    }

    .gallery .controllers a:hover {
    	transform: scale(1.1);
    	filter: brightness(1.4);
    }

    .others {
    	height: 16vh;
    	display: flex;
    	gap: 25px;
    	margin: 0 200px;
    	position: relative;
    	width: 40%;
    }

    .others .imagesContainer {
    	display: flex;
    	overflow: hidden;
    }

    .others .images {
    	display: flex;
    	gap: 10px;
    	z-index: 9;
    	padding: 10px;
    	position: relative;
    	transition: .4s;
    	align-items: center;

    }

    .others .images img {
    	border: solid transparent 3px;
    	width: 139px;
    }

    .others .images img.active {
    	border: solid white 3px;
    	/* transform: scale(1.1); */
    }

    .others .images img:not(.active) {
    	filter: brightness(.5);
    }

    .others .images img:hover {
    	filter: brightness(1);
    }

    .gallery .controllers path {
    	color: white;
    	/* background-color: #00000055; */
    }

    .gallery .controllers svg {
    	background-color: #441D60;
    	border-radius: 20%;
    }

    @media screen and (max-width: 700px) {
    	.gallery .others {
    		display: none;
    	}

    	.gallery .current {
    		width: 77%;
    	}

    	.gallery .controllers {
    		width: 130%;
    		transform: translateX(-12%);
    	}

    	.gallery .iconClose svg {
    		right: 13%;
    		width: 4vw;
    		height: 4vw;
    		top: 15%;
    	}
    }

    .containerLead .content {
    	display: flex;
    	flex-direction: column;
    	gap: 30px;
    }

    .containerLead .content .down {
    	display: flex;
    	width: 100%;
    	justify-content: space-between;
    }

    .containerLead .content .title {
    	font-size: 2.5rem;
    	color: white;
    	font-weight: 400;
    	text-align: center;
    	letter-spacing: 7.5px;
    }

    @media screen and (max-width: 700px) {
    	.containerLead .content .title {
    		font-size: 1.8rem;
    	}

    	.containerLead .content .down {
    		flex-direction: column;
    	}
    }

    .containerform .infoEnterprise {
    	color: white;
    	font-size: 1.5rem;
    	gap: 20px;
    	font-weight: 300;
    	display: flex;
    	flex-direction: column;
    }

    .containerform .map {
    	width: 100%;
    	display: flex;
    }

    .infoEnterprise>div {
    	display: flex;
    	gap: 15px;
    }

    .infoEnterprise>.title {
    	font-weight: 500;
    	font-size: 1.8rem;
    	margin: 20px 0;
    }

    .infoEnterprise>div>.title {
    	font-weight: 500;
    }

    .infoEnterprise>div img {
    	height: max-content;
    	width: 35px;
    	height: 35px;
    }

    .infoEnterprise>div a {
    	color: white;
    	text-decoration: none;
    }

    @media screen and (max-width: 700px) {
    	.containerform .infoEnterprise {
    		font-size: 1.2rem;
    	}

    	.infoEnterprise>.title {
    		text-align: center;
    	}
    }

    footer.footer {
    	background-color: #ffffff;
    	color: white;
    	display: flex;
    	justify-content: center;
    }

    footer.footer>div {
    	max-width: 1228px;
    	display: flex;
    	flex-direction: row;
    	gap: 20px;
    	align-items: start;
    	line-height: 22px;
    	letter-spacing: .5px;
    	width: 100%;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	width: 85%;
    }

    footer.footer>div>div {
    	display: flex;
    	max-width: 30%;
    	flex-direction: column;
    	gap: 15px;
    	min-width: 110px;
    }

    footer.footer>div .locateBox {
    	display: flex;
    	flex-direction: column;
    	gap: 20px;
    }

    footer.footer div .title {
    	margin-top: 14px;
    	font-weight: 600;
    }

    footer.footer .logo img {
    	width: 220px;
    }

    footer.footer .mapaSite ul {
    	gap: 10px;
    	display: flex;
    	flex-direction: column;
    	overflow-y: auto;
    	flex-wrap: wrap;
    }

    footer.footer .mapaSite li {
    	list-style: none;
    }

    footer.footer .mapaSite li a {
    	text-decoration: none;
    	color: white;

    }

    .networkContainer {
    	display: flex;
    	gap: 35px;
    	margin-top: 15px;
    }

    .networkContainer span.network {
    	display: flex;
    	align-items: center;
    }

    .networkContainer span.network svg {
    	width: 30px;
    	height: 30px;
    }

    @media screen and (max-width: 700px) {
    	footer.contentSobre>div {
    		max-width: max-content;
    		margin: 0;
    	}

    	footer.contentSobre .mapaSite ul {
    		flex-direction: row;
    		overflow-y: visible;
    	}

    	footer.footer>div {
    		width: 90%;
    		display: flex;
    		justify-content: center;
    		text-align: center;
    	}

    	footer.footer>div>div {
    		max-width: max-content;
    		width: 100%;
    	}

    	footer.footer .mapaSite ul {
    		flex-direction: row;
    	}
    }

    .buttonFly.lead .whatsapp {
    	font-family: sans-serif;
    }

    .buttonFly.lead .whatsapp .btn-whats {
    	background-color: transparent;
    	width: 65px;
    	display: flex;
    	opacity: 1;
    	border-radius: 70px;
    	padding: 20px 0;
    	justify-content: center !important;
    	transition: 1s;
    	color: white;
    	cursor: pointer;
    	align-items: center;
    }

    .buttonFly.lead .whatsapp .btn-whats.active {
    	opacity: 0;
    }

    .buttonFly.lead .whatsapp .btn-whats.active img {
    	display: none;

    }

    .buttonFly.lead .whatsapp .btn-whats img {
    	width: 100%;
    	margin: 0;
    	height: 65px;
    	top: -160px;
    	margin-right: 3px !important;
    	padding: 0;
    	position: absolute;
    	justify-content: center !important;
    }

    .buttonFly.lead .whatsapp .btn-whats img:hover {
    	transform: scale(1.2);
    }

    .buttonFly.lead .whatsapp .btn-whats span {
    	font-size: 1.rem;
    	font-weight: 500;
    }

    .buttonFly.lead .whatsapp form {
    	width: 0;
    	flex-direction: column;
    	display: flex;
    	height: 0px;
    	margin: -65px 0 0 0;
    	transition: .4s;
    	overflow: hidden;
    	transform: translateY(-90px);
    	opacity: 0.4;
    }

    .buttonFly.lead .whatsapp form.active {
    	height: 350px;
    	opacity: 1;
    	width: 350px;
    	justify-content: center;

    }

    .buttonFly.lead .whatsapp form .form-header {
    	display: flex;
    	justify-content: center;
    	color: white;
    	padding: 24px 15px;
    	background-color: #487169;
    	cursor: pointer;
    }

    .buttonFly.lead .whatsapp form .form-header h3 {
    	padding: 0;
    	font-size: 1rem;
    	margin: 0;
    	justify-content: center !important;
    	white-space: nowrap;
    }

    .buttonFly.lead .whatsapp form .form-body {
    	display: flex;
    	padding: 20px 10px;
    	flex-direction: column;
    	justify-content: center !important;
    	background-color: #ECE5DB;
    }


    .buttonFly.lead .whatsapp form .form-body>* {
    	padding: 5px 10px;
    	border-radius: 4px;
    	border: none;
    	justify-content: center !important;
    	margin: 5px 0;
    }

    .buttonFly.lead .whatsapp form input[type="submit"] {
    	padding: 15px 0;
    	color: white;
    	background-color: #50CD5E;
    }

    .buttonFly .teleFly img {
    	background-color: #50CD5E;
    	margin: 5px;
    	border-radius: 10px;
    	height: 70px;
    }

    @media screen and (max-width: 700px) {
    	.buttonFly.lead .btn-whats {
    		width: 40px !important;
    	}

    	.buttonFly.lead .btn-whats img {
    		height: 40px !important;
    		top: -115px !important;
    		margin-right: -12px !important;
    	}

    	.buttonFly.lead .whatsapp .btn-whats img {
    		margin-right: 13px !important;
    	}

    	.buttonFly.lead .whatsapp form.active {
    		width: 294px;
    		margin-right: 10px;
    	}
    }

    /* CONTACT FLUTUANTE */
    .formfly {
    	width: 55px;
    	position: fixed;
    	bottom: 38%;
    	transition: .4s;
    	z-index: 999;
    	text-align: center;
    	background-color: #50CD5E;
    	padding: 10px;
    	border-radius: 20px 0 0 20px;
    	overflow: hidden;
    	right: -40px;
    	display: flex;
    }

    .formfly .title {
    	text-align: center;
    	cursor: pointer;
    	color: #fff;
    	font-size: .9rem;
    	font-weight: 700;
    	text-transform: uppercase;
    	transform: rotate(180deg);
    	writing-mode: vertical-rl;
    	margin-right: 3px;
    	white-space: nowrap;
    }


    .formfly.active {
    	width: 245px;
    	background-color: #50CD5E;
    }

    .formfly .form {
    	border: 1px solid white;
    	padding: 10px;
    	transition: .4s;
    	display: block;
    	margin: 6px;
    }

    .formfly .form>div {
    	display: flex;
    	justify-content: space-between;
    	margin-top: -5px;
    }

    .formfly .form input {
    	border-radius: 6px;
    	display: flex;
    	border-radius: 16px;
    	padding: 9px;
    	font-size: .7rem;
    	border: none;
    	background-color: #eee;
    	margin: 5px 0;
    }

    .formfly .form>div>input {
    	width: 37%;
    }

    .formfly .form input[type=submit]:hover {
    	transform: scale(1.1);
    }

    .formfly .form input[type=submit] {
    	color: #fff;
    	transition: .4s;
    	width: 100%;
    	background-color: #000;
    	cursor: pointer;
    	text-decoration: none;
    	box-shadow: none;
    	font-size: .7rem;
    	border: 0px;
    	display: flex;
    	justify-content: center;
    }

    .formfly icon {
    	transition: .4s;
    	position: relative;
    	margin: -8px;
    	right: -1px;
    	top: -21px;
    	padding: 15px;
    	cursor: pointer;
    }

    .formfly b:first-child {
    	transform: rotate(-50deg);
    	display: block;
    	color: #fff !important;
    	position: absolute;
    	font-size: 23px;
    	right: 29px;
    }

    .formfly b:nth-child(2) {
    	transform: rotate(50deg);
    	display: block;
    	position: absolute;
    	font-size: 23px;
    	color: #fff !important;
    	right: 25px;
    }

    span.status.active {
    	display: flex;
    }

    span.status {
    	font-size: .9rem;
    	color: white;
    	font-weight: 600;
    	display: none;
    }

    @media (max-width: 767px) {
    	.formfly {
    		right: -5%;
    	}

    	.formfly .title {
    		font-size: .7rem;
    	}
    }


    .offices {
    	padding: 0 0 100px 0;
    }

    .offices .content {
    	gap: 50px;
    	display: flex;
    	flex-direction: column;
    }

    .offices .title {
    	font-size: 2.5rem;
    	font-weight: 400;
    	text-align: center;
    	letter-spacing: 7.5px;
    	color: #272727;
    }

    .offices .cards {
    	display: flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	gap: 50px;
    }

    .offices .cards .card {
    	display: flex;
    	width: 40%;
    	flex-direction: column;
    	border-radius: 20px;
    	transition: .4s;
    	overflow: hidden;
    }

    .offices .cards .card .name {
    	font-size: 2rem;
    	position: absolute;
    	color: white;
    	z-index: 99;
    	bottom: 20px;
    }

    .offices .card .container {
    	position: relative;
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    }

    .offices .card .overlay {
    	background-color: transparent;
    	background-image: linear-gradient(180deg, #00000000 35%, #000000 100%);
    	opacity: .89;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	top: 0;
    }

    .offices .cards .card img {
    	width: 100%;
    }

    .offices .cards .card .cta {
    	display: flex;
    	justify-content: center;
    	/* background-color: transparent;
background-image: linear-gradient(90deg, #441D60 0%, #29123A 100%); */
    	background-color: #36629c;
    	color: white;
    }

    .offices .cards .card .cta a {
    	color: white;
    	text-decoration: none;
    	/* background-color: #4A9841; */
    	display: flex;
    	padding: 25px 40px;

    	align-items: center;
    	gap: 5px;
    }

    .offices .cards .card .cta a img {
    	width: 30px;
    	border-radius: 50% 50% 50% 0%;
    	transition: .5s;
    }

    .offices .cards .card .cta a span {
    	font-size: 1.2rem;
    	font-weight: 700;
    }

    @media screen and (max-width: 700px) {
    	.offices .title {
    		font-size: 1.8rem;
    	}

    	.offices .cards .card {
    		width: 100%;
    	}

    }

    header.header {
    	position: absolute;
    	top: 0;
    	width: 100%;
    	z-index: 9;
    }

    header.header .logo img {
    	width: 230px;
    }

    header.header .logo-weg img {
    	width: 110px;
    }

    header.header .logo-weg a {
    	text-decoration: none;
    	color: #36629c;
    	font-weight: 700;
    	text-align: center;
    }

    header.header .logo-weg p {
    	margin-top: -5px;
    }


    @media screen and (max-width: 700px) {
    	header.header .logo-weg {
    		margin-top: 20px;
    		margin-bottom: 5px;
    	}

    	.banners {
    		height: 380px !important;
    		margin-top: 0px !important;
    	}
    }

    .container {
    	max-width: 1224px;
    	margin: 0 auto;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    }

    .arq {
    	gap: 100px;
    	display: flex;
    	margin: 60px 0;
    	max-width: 1224px;
    	color: #000;
    	flex-direction: column;
    }

    .arq .divUp {
    	gap: 45px;
    	display: flex;
    	flex-direction: column;
    }

    .arq .divUp>.title {
    	font-size: 2.5rem;
    	color: white;
    	font-weight: 400;
    	text-align: center;
    	letter-spacing: 7.5px;
    }

    .arq .divUp .containers {
    	display: flex;
    	justify-content: space-between;
    }

    .arq .divUp .containers .containerArq {
    	display: flex;
    	flex-direction: column;
    	gap: 10px;
    	text-align: center;
    }

    .arq .divUp .containers .containerArq .number {
    	font-size: 2.5rem;
    	color: #4A9841;
    	font-weight: 600;
    }

    .divDown {
    	display: flex;
    	gap: 60px;
    	justify-content: space-between;
    	flex-direction: column;
    }

    .arq .divDown .information {
    	width: 100%;
    	gap: 20px;
    	display: flex;
    	flex-direction: column;
    }

    .arq .divDown .information .title {
    	font-size: 2rem;
    	letter-spacing: 2.5px;
    	text-align: center;
    }

    .arq .divDown .information .desc {
    	display: flex;
    	line-height: 1.5;
    	flex-direction: column;
    	text-align: justify;
    	gap: 20px;
    }

    .arq .divDown .information .cta {
    	display: flex;
    	justify-content: center;
    	margin-top: 50px;
    }

    .arq .divDown .information .cta.purple a {
    	background-color: transparent;
    	background-image: linear-gradient(90deg, #441D60 0%, #29123A 100%);
    }

    .arq .divDown .information .cta a {
    	font-weight: 400;
    	text-decoration: none;
    	padding: 12px 28px;
    	color: white;
    	transition: .4s;
    }

    .arq .divDown .information .cta.purple a:hover {
    	filter: brightness(1.5);
    }

    .arq .divDown .portfolio {
    	width: 100%;
    }

    .arq .divDown .cards {
    	display: flex;
    	flex-wrap: wrap;
    	gap: 5px;
    	justify-content: space-between;
    }

    .arq .divDown .cards .card {
    	width: 22%;
    	cursor: pointer;
    	transition: .4s;
    	position: relative;
    	background-color: white;
    	display: flex;
    	flex-direction: column;
    	padding: 10px;
    	border-radius: 10px;
    	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);

    }

    .arq .divDown .cards:hover .card .img {
    	filter: blur(.5px) brightness(0.6);
    }

    .arq .divDown .cards .card span {
    	font-size: 1rem;
    	margin: 5px;
    	color: #666;
    }

    .arq .divDown .cards .card:hover .img {
    	filter: blur(0px) brightness(1);
    }

    .arq .divDown .cards .card:hover {
    	transform: scale(1.1);
    	z-index: 9;
    }

    .arq .divDown .cards .card .img {
    	position: relative;
    	transition: .4s;
    	height: 300px;
    	border-radius: 10px;
    	overflow: hidden;
    }

    .arq .divDown .cards .card img {
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }

    .arq .divDown .cards .card div {
    	text-decoration: none;
    	color: white;
    }

    .arq .divDown .cards .card .name {
    	position: absolute;
    	bottom: 20px;
    	text-align: center;
    	width: 100%;
    	font-size: 1.5rem;
    	font-weight: 400;
    }

    .arq .divDown .cards .card .overlay {
    	background-color: transparent;
    	background-image: linear-gradient(180deg, #00000000 60%, #000000 100%);
    	opacity: .89;
    	width: 100%;
    	height: 100%;
    	position: absolute;
    	top: 0;
    }

    @media screen and (max-width: 700px) {

    	.arq .divUp .containers {
    		flex-direction: column;
    		gap: 20px;
    	}

    	.arq .divDown {
    		flex-direction: column;
    	}

    	.arq .divUp>.title {
    		font-size: 1.8rem;
    	}

    	.arq .divDown .information {
    		width: 100% !important;
    		text-align: justify;
    	}

    	.arq .divDown .information .title {
    		font-size: 1.8rem;
    		text-align: center;
    	}

    	.arq .divDown .portfolio {
    		width: 100% !important;

    	}

    	.arq .divDown .cards .card {
    		width: 100%;
    	}

    	.arq .divDown .cards .card:hover {
    		filter: blur(0px) brightness(1);
    		transform: scale(1);
    		z-index: 9;
    	}

    	.arq .divDown .cards:hover .card {
    		filter: blur(0) brightness(1);
    	}

    	.marcasAtendidas .title {
    		font-size: 1.8rem;
    	}
    }

    .serviceContainer {
    	background-color: #272727;
    	color: white;
    	padding: 50px 0;
    }

    .serviceContainer .content {
    	gap: 50px;
    	display: flex;
    	flex-direction: column;
    }

    .serviceContainer .title {
    	font-size: 2.5rem;
    	color: white;
    	font-weight: 400;
    	text-align: center;
    	letter-spacing: 7.5px;
    }

    .serviceContainer .cards {
    	display: flex;
    	gap: 40px;
    	justify-content: space-between;
    	flex-wrap: wrap;
    }

    .serviceContainer .cards .card {
    	display: flex;
    	flex-direction: column;
    	gap: 15px;
    	padding-top: 10px;
    	border-top: solid white 1px;
    	width: 22%;
    }

    .serviceContainer .cards .card .name {
    	font-size: 1.5rem;
    }

    @media screen and (max-width: 700px) {
    	.serviceContainer .title {
    		font-size: 1.8rem;
    	}

    	.serviceContainer .cards .card {
    		width: 100%;
    	}

    }

    .faq .content {
    	margin: 0 auto;
    	font-family: Arial, sans-serif;
    }

    .faq h1 {
    	font-size: 2.5rem;
    	text-align: start;
    	color: #333;
    	margin-bottom: 2rem;
    }

    .faq details {
    	background: #109183;
    	border: 1px solid #109183;
    	border-radius: 5px;
    	margin-bottom: 1rem;
    	padding: 1rem;
    }

    .faq summary {
    	font-size: 1.25rem;
    	font-weight: bold;
    	color: #fff;
    	cursor: pointer;
    	outline: none;
    }

    .faq details[open] summary {
    	color: #fff;
    }

    .faq summary::-webkit-details-marker {
    	display: none;
    }

    /* .faq summary::before {
	content: "➕ ";
	font-size: 1rem;
	color: #555;
	margin-right: 10px;
}

.faq details[open] summary::before {
	content: "➖ ";
	color: #d9534f;
} */

    .faq p {
    	font-size: 1rem;
    	color: #fff;
    	margin-top: 0.5rem;
    }

    .faq details div {
    	margin-top: 0.5rem;
    }