/*
Theme Name:         Tecnogravura
Description:        Tecnogravura Theme
Version:            1.0
Author:             wevolved

Text Domain:        tecnogravura
*/

/* Fonts */

@font-face {
	font-family: "FontAwesome";
	src: url("fonts/FontAwesome.otf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "DenimTrial";
	src: url("fonts/DenimINK/DenimINKTRIALVF.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "DenimTrial";
	src: url("fonts/DenimINK/DenimINKTRIAL-Medium.woff") format("woff"),
		url("fonts/DenimINK/DenimINKTRIAL-Medium.ttf") format("truetype"),
		url("fonts/DenimINK/DenimINKTRIAL-Medium.otf") format("opentype"),
		url("fonts/DenimINK/DenimINKTRIAL-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Denim";
	src: url("fonts/DenimINK/DenimINK-Light.ttf") format("truetype"),
		url("fonts/DenimINK/DenimINK-Light.otf") format("opentype"),
		url("fonts/DenimINK/DenimINK-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Denim";
	src: url("fonts/DenimINK/DenimINK-Regular.ttf") format("truetype"),
		url("fonts/DenimINK/DenimINK-Regular.otf") format("opentype"),
		url("fonts/DenimINK/DenimINK-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Denim";
	src: url("fonts/DenimINK/DenimINK-RegularItalic.ttf") format("truetype"),
		url("fonts/DenimINK/DenimINK-RegularItalic.otf") format("opentype"),
		url("fonts/DenimINK/DenimINK-RegularItalic.woff2") format("woff2");
	font-weight: 400;
	font-style: italic;
}

/* Estrutura */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	user-select: none;
	width: 100vw;
}

img {
	max-width: 100%;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: var(--black);
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
label,
input {
	margin: 0px;
	color: var(--black);
}

h1,
h1 a,
h1 span {
	font-family: "Denim";
	font-size: 52px;
	line-height: 58px;
	font-weight: 400;
}

h2,
h2 a,
h2 span {
	font-family: "Denim";
	font-size: 56px;
	line-height: 63px;
	font-weight: 400;
}

h3,
h3 a,
h3 span {
	font-family: "Denim";
	font-size: 45px;
	line-height: 50px;
	font-weight: 400;
}

h4,
h4 a,
h4 span {
	font-family: "Denim";
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

h5,
h5 a,
h5 span {
	font-family: "Denim";
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

h6,
h6 a,
h6 span {
	font-family: "Denim";
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

p,
p a,
p span,
div {
	font-family: "Denim";
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

p strong,
h6 strong {
	font-family: "DenimTrial";
	font-weight: 500;
}

ul {
	padding: 0px;
}

ul li {
	font-family: "Denim";
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	list-style: none;
}

header ul li {
	font-size: 60px;
	line-height: 73px;
	font-weight: 300;
}

.vc_column-inner {
	padding-top: 0px !important;
}

.wpb_single_image,
.wpb_text_column {
	margin: 0px !important;
}

.vc_tta-color-grey.vc_tta-style-classic
	.vc_tta-panel
	.vc_tta-panel-heading:focus,
.vc_tta-color-grey.vc_tta-style-classic
	.vc_tta-panel
	.vc_tta-panel-heading:hover {
	background-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
.vc_tta-color-grey.vc_tta-style-classic
	.vc_tta-panel
	.vc_tta-panel-body::before {
	border-color: transparent !important;
}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
	background-color: transparent !important;
}

.vc_tta.vc_tta-style-classic .vc_tta-panel-body,
.vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
	border-width: 0 !important;
}

.vc_wp_custommenu {
	margin-bottom: 0px !important;
}

:root {
	--black: #000000;
	--black2: #323232;
	--white: #ffffff;
	--blue: #30bcff;
	--yellow: #ffce00;
	--pink: #f05984;
	--light-grey: #eeeeee;
}

/* Header */

.logo-mobile {
	display: none;
}

.wrapper-header {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 35px 40px;
	width: 100vw;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}

.menus {
	position: absolute;
	top: 0px;
	right: -100vw;
	width: 0px;
	max-width: 60vw;
	height: 100vh;
	max-height: 780px;
	background-color: var(--yellow);
	transition: 0.5s;
	overflow: hidden;
}
ul#menu-menu-footer {
    margin-top: 82px;
}
.logged-in .aumenta-menu .menus,
.aumenta-menu .menus {
	max-height: 100vh;
	position: fixed;
}

ul#menu-menu-footer a:hover{
	text-decoration: underline;
}

.hamburguer-menu {
	width: 25px;
	height: 25px;
	position: relative;
	z-index: 3;
	cursor: pointer;
}

.hamburguer-menu::after,
.hamburguer-menu::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
	display: block;
	transition: 0.5s;
}

.home .hamburguer-menu::after,
.home .hamburguer-menu::before,
.page-id-20 .hamburguer-menu::after,
.page-id-20 .hamburguer-menu::before {
	background-color: var(--white);
}

.hamburguer-menu::before {
	transform-origin: center;
	transform: translateY(-50%) rotate(-90deg);
}

ul.main-menu {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 100px;
	row-gap: 15px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.logged-in .menus {
	max-height: 812px;
}

.logo > img:first-child {
	display: none;
}

.logo-gif {
	width: 85px;
	margin-top: -35px;
}

.home .logo > img:first-child,
.page-id-20 .logo > img:first-child {
	display: block;
}

.home .logo > img:last-child,
.page-id-20 .logo > img:last-child {
	display: none;
}

.home .hora,
.page-id-20 .hora {
	display: none;
}

.hora h6 {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

header ul.redes-menu {
	position: absolute;
	z-index: 2;
	display: flex;
	gap: 25px;
	bottom: 40px;
	left: 100px;
}

header ul.redes-menu li {
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}

header ul.main-menu li:hover,
header ul.main-menu li.current-menu-item {
	font-weight: 400;
	display: flex;
	align-items: center;
}

header ul.main-menu li:hover::before,
header ul.main-menu li.current-menu-item::before {
	content: "";
	width: 38px;
	height: 38px;
	border: 1px solid var(--black);
	border-radius: 100%;
	margin-right: 62px;
	display: block;
}

ul.idiomas-menu {
	position: absolute;
	z-index: 2;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
}

ul.idiomas-menu li {
	padding: 8px 20px;
	border: 1px solid var(--black);
	border-radius: 50px;
	text-align: center;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	width: 125px;
	text-transform: uppercase;
}

ul.idiomas-menu .idiomas-list > li {
	margin-bottom: 8px;
}

.idiomas-list {
	display: none;
}

ul.idiomas-menu:hover .idiomas-list {
	display: block;
}

ul.idiomas-menu .idiomas-list li:hover {
	background-color: var(--black);
}

ul.idiomas-menu .idiomas-list li:hover a {
	color: var(--yellow);
}

header.open-menu .hamburguer-menu::before {
	transform: translateY(-50%) rotate(0deg);
	transition: 0.5s;
}

header.open-menu .hamburguer-menu::after,
header.open-menu .hamburguer-menu::before {
	background-color: var(--black);
}

header.open-menu .menus {
	right: 0px;
	width: 900px;
	transition: 0.5s;
}

/* Homepage */

.banner-inicio {
	max-height: 780px;
	height: 100vh;
	width: 100%;
}

.banner-inicio > div {
	width: 100%;
	height: 100%;
}

.banner-inicio h1 {
	color: var(--white);
	width: 535px;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	transform: translateX(-60%) translateY(-50%);
}

.banner-inicio::before,
.block-construction2::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: #ddc8b5b2;
	position: absolute;
	top: 0px;
	left: 0px;
	mix-blend-mode: multiply;
}

.banner-inicio img {
	position: absolute;
	bottom: 30px;
	right: 40px;
}

.banner-inicio .lugares {
	display: flex;
	gap: 130px;
	position: absolute;
	bottom: 30px;
	left: 40px;
}

.banner-inicio .lugares h6 {
	color: var(--white);
	font-size: 12px;
	line-height: 13px;
	text-transform: uppercase;
}

.block-home2 {
	padding: 105px 100px 115px 80px;
}

.block-home2 h2 {
	width: 485px;
}

.block-home2 .vc_inner {
	margin-top: 20px;
	display: flex;
	align-items: flex-end;
}

.block-home2 h4 {
	width: 100%;
	max-width: 600px;
}

.vc_btn3-container.main-btn,
.vc_btn3-container.discover-btn {
	margin-bottom: 0px;
}

.vc_btn3-container.main-btn a.vc_general.vc_btn3 {
	background-color: transparent;
	text-transform: uppercase;
	color: var(--black);
	border-radius: 50px;
	width: fit-content;
	padding: 8px 20px;
	border: 1px solid var(--black);
	background-image: none;
}

.vc_btn3-container.main-btn a.vc_general.vc_btn3:hover {
	background-color: var(--black);
	color: var(--white);
}

.custom-container,
.container-color .wrap-container {
	width: 100% !important;
	max-width: 1650px;
	left: 0px !important;
	margin: 0 auto !important;
}

.block-home4 {
	background-color: var(--yellow);
	width: 100%;
	margin-top: 120px;
}

.container-color .wrap-container > div {
	float: none;
}

.block-home4.container-color .wrap-container {
	padding: 55px 40px 55px 50px;
}

.block-home4 .wrap-container {
	display: flex;
}

.block-home4 .vc_col-sm-6:first-child {
	width: 40%;
}

.block-home4 .vc_col-sm-6:last-child {
	width: 60%;
	padding-left: 70px;
}

.block-home4 h2 {
	width: 450px;
	padding-bottom: 70px;
	font-weight: 300;
}

.block-home4 .vc_col-sm-6:first-child .wpb_single_image {
	height: 680px;
	width: 100%;
}

.wpb_single_image.img-full figure,
.wpb_single_image.img-full figure > div {
	height: 100%;
	width: 100%;
}

.wpb_single_image.img-full img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.block-home4 .vc_col-sm-6:last-child > div {
	height: 100%;
}

.block-home4 .vc_col-sm-6:last-child > div > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}

.block-home4 h5 {
	width: 100%;
	max-width: 365px;
	margin-left: 120px;
	color: var(--black2);
}

.vc_btn3-container.discover-btn a.vc_general.vc_btn3 {
	background-color: transparent;
	text-transform: uppercase;
	color: var(--black);
	border-radius: 0px;
	width: fit-content;
	padding: 0px;
	border: 0px;
	background-image: none;
	text-decoration: underline;
	text-underline-offset: 2px;
	display: flex;
	gap: 35px;
	align-items: center;
	margin-left: 120px;
	margin-top: 120px;
}

.vc_btn3-container.discover-btn a.vc_general.vc_btn3::before {
	content: "";
	width: 50px;
	height: 1px;
	display: block;
	background-color: var(--black);
	opacity: 0.5;
}

.block-home4 .vc_col-sm-6:last-child img {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.block-home5 {
	padding: 120px 75px 140px 120px;
}

.block-home5 h2 {
	width: 435px;
	margin-bottom: 60px;
}

.block-home5 h5 {
	max-width: 405px;
	width: 100%;
}

.block-home5 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
	display: flex;
	gap: 25px;
	height: 100%;
}

.block-home5 .img1 {
	width: 225px;
	height: 300px;
	margin-top: auto !important;
}

.block-home5 .img2 {
    width: 634px;
    max-width: 100%;
    height: auto;
}

/* Footer */

footer {
	width: 100%;
	background-color: var(--light-grey);
}

footer .wrapper-footer {
	padding: 25px 50px 20px 40px;
}

.wrapper-footer .colunas {
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

.wrapper-footer h3 {
	width: 260px;
	font-size: 34px;
	line-height: 38px;
	font-weight: 300;
}

.wrapper-footer .col2 img {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
}

.wrapper-footer .creditos {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 60px;
}

.wrapper-footer .creditos h6,
.wrapper-footer .creditos h6 a {
	font-size: 11px;
	letter-spacing: 1px;
}

.wrapper-footer .col3 > p {
	text-decoration: underline;
	text-underline-offset: 2px;
	margin-bottom: 55px;
}

.wrapper-footer .col3 ul li {
	font-size: 15px;
}

/* About */

.block-about1 {
	padding: 215px 40px 90px;
}

.block-about1 h1 {
	width: 460px;
	margin-bottom: 60px;
}

.block-about1 p {
	width: 350px;
	margin-bottom: 20px;
}

.block-about1 p:last-child {
	margin-bottom: 0px;
}

.block-about1 .wpb_single_image {
	width: 100%;
	height: 670px;
	max-height: 100vh;
}

.block-about1 .vc_col-sm-6 > div {
	justify-content: flex-end;
}

.block-about2 {
	background-color: var(--yellow);
	height: fit-content;
}

.block-about2 > div {
	padding: 180px 0px;
}

.block-about2 > div > div {
	justify-content: center;
}

.block-about2 div.wpb_single_image {
	text-align: center;
	left: -8vw !important;
	position: relative;
}

.block-about2 h3 {
	width: 440px;
	margin-bottom: 20px;
}

.block-about2 .wpb_text_column {
	width: 400px;
}

.block-about2 .vc_col-sm-6 > div {
	align-items: center;
}

.sinais-mais {
	position: relative;
}

.sinais-mais.wpb_column .wpb_text_column p {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
}

.sinal-mais {
	width: 22px;
	height: 22px;
	position: absolute;
	padding: 0px !important;
	z-index: 1;
}

.sinal-mais::after,
.sinal-mais::before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--black);
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translateY(-50%);
}

.sinal-mais::before {
	transform: translateY(-50%) rotate(-90deg);
}

.sinal-mais1 {
	top: 25px;
	left: 25px;
}

.sinal-mais2 {
	top: 25px;
	right: 25px;
}

.sinal-mais3 {
	bottom: 25px;
	left: 25px;
}

.sinal-mais4 {
	bottom: 25px;
	right: 25px;
}

.block-about3 .wpb_single_image {
	height: 530px;
	width: 100%;
}

.block-about3 .wpb_single_image.img-full img {
	object-position: top;
}

.block-about4 .vc_col-sm-6:first-child {
	padding: 115px 0px 0px 120px;
}

.block-about4 .vc_col-sm-6:first-child p {
	width: 330px;
}

.block-about4 .vc_col-sm-6:last-child {
	padding: 115px 0px 0px;
}

.block-about4 h3 {
	width: 440px;
	margin-bottom: 25px;
}

.block-about4 .vc_col-sm-6:last-child p {
	width: 501px;
}

.block-about5 {
	padding: 160px 0px 115px;
}

.block-about6 {
	background-color: var(--light-grey);
}

.block-about6 .wrap-container {
	display: flex;
	gap: 250px;
}

.block-about6 .wrap-container > div:first-child {
	width: 300px;
}

.block-about6 .wrap-container > div:last-child {
	width: calc(100% - 300px);
	padding-top: 65px;
}

.block-about6 h2 {
	margin-bottom: 40px;
	line-height: 56px;
}

.block-about6 h4 {
	font-family: "DenimTrial";
	font-weight: 500;
	margin-top: 50px;
	width: 190px;
	line-height: 26px;
	margin-bottom: 20px;
}

.block-about6 p,
.block-about6 p span {
	width: 240px;
	line-height: 21px;
}

.block-about6 .wrap-container > .vc_col-sm-6:first-child p {
	width: 270px;
	line-height: 24px;
}

.block-about6 .vc_col-sm-6:last-child .vc_inner {
	margin-bottom: 140px;
}

.block-about6 .wrap-container {
	padding: 95px 0px 0px 95px;
}

.block-about7 .wpb_single_image {
	width: 100%;
	height: 770px;
	max-height: 100vh;
}

.block-about7 .vc_col-sm-6:last-child {
	padding: 0px 85px;
}

.block-about7 .vc_col-sm-6:last-child > div {
	flex-direction: column;
	justify-content: center;
}

.block-about7 h3 {
	width: 450px;
	margin-bottom: 40px !important;
	font-weight: 300;
}

.block-about7 h3 strong {
	font-weight: 400;
}

.block-about7 p {
	width: 390px;
	margin-bottom: 20px;
}

/* Services */

.block-press1 {
	background-color: var(--light-grey);
}

.block-press1 .wrap-container {
	padding: 100px 60px;
	display: flex;
}

.list-services {
	padding: 200px 0px 90px;
}

.block-press1 h6 {
	margin-bottom: 30px;
}

.block-press1 h4 {
	width: 375px;
	font-size: 26px;
	font-weight: 300;
	max-width: 100%;
}

.block-press1 strong {
	font-weight: 400;
}

.block-press1 .vc_col-sm-6:first-child > div {
	height: 100%;
}

.block-press1 .vc_col-sm-6:first-child > div > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.block-press1 p {
	width: 290px;
}

.service-block {
	height: 750px;
	max-height: 120vh;
	max-height: unset;

	min-height: 50vw;
}

.service-block .vc_col-sm-6 > div {
	align-items: center;
	justify-content: center;
}

.service-block h3 {    

    width: 550px;
    max-width: 100%;
	text-align: center !important;
}

.block-press2 .vc_col-sm-6 > div > div {
	display: flex;
	gap: 70px;
}

.block-press2 .wpb_text_column {
	width: 270px;
}

.block-press2 .wpb_single_image {
	width: 220px;
	height: 300px;
	margin-top: 200px !important;
}

.block-press3 h4 {
	width: 270px;
	margin-bottom: 40px !important;
	line-height: 26px;
	font-weight: 300;
}

.block-press3 h4 strong {
	font-weight: 400;
}

.block-press3 h6 {
	width: 270px;
	margin-bottom: 10px;
	margin-left: 270px;
	position: relative;
	left: 50px;
}

.block-press3 > .vc_col-sm-6:first-child > div {
	margin-left: -60px;
}

.service-block.block-press4 .vc_col-sm-6:last-child > div,
.service-block.block-engraving4 .vc_col-sm-6:last-child > div {
	align-items: flex-start;
	padding-left: 60px !important;
}

.block-press4 h4 {
	width: 270px;
	line-height: 26px;
	margin-bottom: 150px !important;
}

.service-block.block-engraving4 .vc_col-sm-6:last-child > div {
	margin-top: 20px;
}

.block-press4 h6 {
	width: 245px;
	margin-left: 270px;
}

.block-press5 h4 {
	width: 270px;
	margin-bottom: 210px !important;
}

.block-press5 .vc_col-sm-6:first-child > div.vc_column-inner {
	position: relative;
	left: -40px;
}

.block-engraving4 .vc_col-sm-6:first-child > div.vc_column-inner {
	left: 0px;
}

.block-press5 .vc_inner > div > div > div {
	display: flex;
	gap: 45px;
	align-items: flex-end;
}

.block-press5 .vc_inner .wpb_single_image {
	width: 210px;
	height: 275px;
}

.block-press5 .vc_inner h6 {
	width: 275px;
}

.block-press5 {
	margin-bottom: 120px;
}

.block-construction1 h3 {
	width: 400px;
}

.block-construction1 h4 {
	width: 340px;
	margin-bottom: 350px !important;
	font-size: 26px;
	font-weight: 300;
}

.block-construction1 h4 strong {
	font-weight: 400;
}

.block-construction1 p {
	width: 290px;
	line-height: 24px;
}

.block-construction1 .vc_col-sm-6:first-child > div {
	align-items: flex-start;
	padding-left: 60px !important;
}

.block-construction2::before {
	z-index: 1;
}

.block-engraving1 {
	padding: 100px 60px;
	justify-content: center;
	gap: 140px;
	flex-wrap: nowrap !important;
}

.block-engraving1 h6 {
	margin-bottom: 30px;
}

.block-engraving1 h4 {
	max-width: 340px;
	width: 100%;
	font-size: 26px;
	font-weight: 300;
}

.block-engraving1 h4 strong {
	font-weight: 400;
}

.block-engraving1 p {
	margin-bottom: 20px;
	line-height: 24px;
}

.block-engraving1 ul li {
	font-size: 16px;
	display: flex;
	gap: 15px;
	align-items: center;
}

.block-engraving1 ul li::before {
	content: "";
	width: 25px;
	height: 1px;
	background-color: var(--black);
	display: block;
}

.block-engraving1 ul {
	margin-bottom: 20px;
}

.block-engraving1 .vc_col-sm-4,
.block-engraving1 .vc_col-sm-8 {
	width: fit-content;
}

.block-engraving1 .vc_col-sm-8 .wpb_text_column {
	max-width: 290px;
	width: 100% !important;
}

.block-engraving1 .vc_col-sm-8 > div > div {
	display: flex;
	gap: 100px;
	align-items: flex-end;
}

.block-engraving1 .wpb_single_image {
	width: 445px;
	height: 560px;
}

/*.block-engraving2 .wpb_text_column{
	position: unset;
    width: 100%;
    text-align: left;
    bottom: 0;
    left: 0;
    transform: none;
}*/

.block-engraving2.service-block {
	height: fit-content;
}

.block-engraving2 .vc_col-sm-6:last-child {
	padding: 90px 60px;
}

.block-engraving2 .vc_col-sm-6:first-child .wpb_text_column {
	position: absolute;
	width: 350px;
	text-align: center;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.block-engraving2 .vc_col-sm-6:first-child .wpb_text_column h6 {
	line-height: 22px;
}

.block-engraving2 > .vc_col-sm-6:last-child .wpb_text_column > div {
	display: flex;
	gap: 60px;
	margin-bottom: 50px;
}

.block-engraving2
	> .vc_col-sm-6:last-child
	.vc_tta-panels-container
	.wpb_text_column
	> div {
	margin-bottom: 10px;
}

.block-engraving2 .vc_tta-panel a {
	background-color: var(--light-grey) !important;
	border: 0px !important;
	border-radius: 0px;
	padding: 16px 32px !important;
	font-size: 20px;
	color: var(--black) !important;
	margin-bottom: 8px;
}

.block-engraving2 .vc_tta-panel a:hover {
	background-color: var(--pink) !important;
}

.block-engraving2 .vc_tta-panel.vc_active a {
	background-color: var(--pink) !important;
}

.block-engraving2 .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus {
	width: 22px;
	height: 22px;
	left: unset !important;
	right: 20px;
}

.block-engraving2
	.vc_tta
	.vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
	border: 0px;
	width: 22px;
	height: 1px;
	background-color: var(--black);
	transform: translateY(-50%);
	transition: 0.5s;
}

.block-engraving2
	.vc_tta
	.vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
	border: 0px;
	width: 22px;
	height: 1px;
	background-color: var(--black);
	transform: translateY(-50%) rotate(-90deg);
	left: 0px;
	top: 50%;
	transition: 0.5s;
}

.block-engraving2
	.vc_tta-color-grey.vc_tta-style-classic
	.vc_tta-panel
	.vc_tta-panel-heading {
	border-color: transparent;
	background-color: transparent;
}

.block-engraving2 .vc_tta.vc_general .vc_tta-panel-body {
	padding: 20px 32px 28px;
}

.block-engraving3 p {
	width: 270px;
	margin-bottom: 20px;
	margin-left: 270px;
}

.block-engraving3 h4 {
	margin-bottom: 0px !important;
}

.block-engraving3 .vc_col-sm-6:first-child {
	padding: 60px 0px;
}

.block-engraving3 {
	height: fit-content;
	max-height: fit-content;
}

.block-engraving4 {
	margin-bottom: 0px;
}

.block-engraving5 {
	margin-bottom: 120px;
}

.block-engraving5 .wpb_text_column:nth-child(1) h6 {
	position: relative;
	left: -20px;
}

.block-engraving5 .vc_col-sm-6 > div > div {
	display: flex;
	flex-direction: column;
	gap: 150px;
}

.block-engraving5 .vc_col-sm-6:first-child .wpb_text_column:first-child h6 {
	margin-left: 0px;
	width: 275px;
}

.block-contacts2 {
	padding: 100px 80px 60px;
}

.wrap-contacts.vc_col-sm-7 {
	margin-top: 5px;
}

.block-contacts2 h1 {
	font-size: 56px;
	width: 370px;
}

.block-contacts2 .wrap-contacts .vc_inner {
	display: flex;
	justify-content: flex-end;
	gap: 60px;
}

.block-contacts2 .wrap-contacts .vc_inner::after,
.block-contacts2 .wrap-contacts .vc_inner::before {
	display: none;
}

.block-contacts2 h6 {
	white-space: nowrap;
}

.block-contacts2 h6:nth-child(2),
.block-contacts2 h6:nth-child(3) {
	margin-bottom: 20px;
}

.block-contacts2 h6:nth-child(2) a {
	text-decoration: underline;
}

.block-contacts2 h6:last-child a {
	text-decoration: underline;
	font-weight: 500;
	font-family: "DenimTrial";
}

.vc_wp_custommenu .widget.widget_nav_menu {
	padding-left: 90px;
	padding-bottom: 90px;
}

.vc_wp_custommenu .widget.widget_nav_menu li a {
	text-decoration: underline;
}

h1.title-service {
	font-size: 45px;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 80px;
}

.services-list {
	display: flex;
	gap: 190px;
	justify-content: center;
	margin-bottom: 90px;
}

.service-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.service-item .circle {
	width: 215px;
	height: 215px;
	border-radius: 100%;
	opacity: 0.3;
	position: relative;
}

.service-item.ativo .circle {
	opacity: 1;
}

.service-item .circle.blue:hover {
	background: radial-gradient(
		circle,
		rgba(48, 188, 255, 1) 0%,
		rgb(115 231 255) 50%,
		rgba(0, 212, 255, 1) 100%
	);
}

.service-item .circle.pink:hover {
	background: radial-gradient(
		circle,
		rgba(240, 89, 132, 1) 0%,
		rgba(255, 151, 178, 1) 50%,
		rgba(255, 87, 120, 1) 100%
	);
}

.service-item .circle.yellow:hover {
	background: radial-gradient(
		circle,
		rgba(255, 206, 0, 1) 0%,
		rgba(255, 239, 153, 1) 50%,
		rgba(255, 200, 0, 1) 100%
	);
}

.service-item .circle:hover::after,
.service-item .circle:hover::before {
	content: "";
	width: 60px;
	height: 1px;
	background-color: var(--black);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.service-item .circle:hover::before {
	transform: translateY(-50%) translateX(-50%) rotate(90deg);
}

.service-item h4 {
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.service-item p {
	width: 200px;
	text-align: center;
	line-height: 20px;
}

h6.explore-services {
	position: absolute;
	top: 30%;
	left: -30px;
	transform: translateY(-50%) rotate(-90deg);
	text-transform: uppercase;
	font-weight: 500;
	font-family: "DenimTrial";
}

.block-home3 .wpb_text_column > div {
	width: 100vw;
	overflow-x: scroll;
}

.block-home3 .wpb_text_column > div::-webkit-scrollbar {
	display: none;
}

.home-services {
	display: flex;
	margin-bottom: 100px !important;
	gap: 20px;
	width: fit-content;
}

.drag-container {
	width: calc(100% - 100px) !important;
	height: 33px;
	background-color: white;
	position: relative;
	margin-top: 0px;
	margin-left: 50px;
	cursor: pointer;
}

.drag-container::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 1px;
	background-color: var(--black);
	display: block;
}

.drag-bar {
	width: 80px;
	height: 100%;
	background-color: var(--white);
	border: 1px solid var(--black);
	padding: 8px 20px;
	border-radius: 50px;
	color: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: 400;
	user-select: none;
	cursor: grab;
	position: absolute;
	left: 0;
	top: 0;
	transition: background-color 0.3s;
}

.drag-bar:active {
	cursor: grabbing;
}

.home-services .container-img {
	height: 560px;
	width: 375px;
}

.home-services .container-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.home-services > div {
	height: 560px;
	width: 375px;
}

.home-services .square {
	position: relative;
}

.home-services .square h2 {
	padding: 45px 35px;
	font-weight: 300;
}

.home-services .square::after {
	content: "";
	background-image: url("/wp-content/uploads/2024/09/SIMBOLO-BRANCO-3.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55px;
	height: 90px;
	filter: invert(1);
	display: block;
	position: absolute;
	bottom: 25px;
	right: 25px;
	display: none;
}

.home-services h5 {
	text-transform: unset;
	margin-top: 20px;
}

@media print, screen and (max-width: 1150px) {
	/* Services */

	.block-engraving1 {
		gap: 60px;
	}

	.block-engraving1 .vc_col-sm-8 > div > div {
		gap: 60px;
	}
}

@media print, screen and (max-width: 1024px) {
	.home-services > div,
	.home-services .container-img {
		height: 450px;
		width: 400px;
	}

	.home-services {
		margin-bottom: 20px !important;
	}

	.block-home4 h5 {
		width: 100%;
		max-width: 70%;
		margin-left: 0px;
	}

	h2,
	h2 a,
	h2 span {
		font-size: 45px;
		line-height: 50px;
	}

	h1,
	h1 a,
	h1 span {
		font-size: 50px;
		line-height: 55px;
	}

	.block-home5 {
		padding: 120px 40px 140px 50px;
	}

	.block-home5 .img1 {
		width: 180px;
		height: 220px;
	}

	.block-home5 .img2 {
		width: calc(100% - 220px);
	}

	.wrapper-footer h3 {
		font-size: 28px;
		line-height: 30px;
	}

	header ul li {
		font-size: 50px;
		line-height: 60px;
	}

	.block-about1 h1 {
		width: 100%;
	}

	.block-about2 h3 {
		width: 100%;
		padding-right: 35px;
	}
	.block-about2 p {
		width: 100%;
		padding-right: 35px;
	}

	.block-about4 h3 {
		width: 100%;
		margin-bottom: 25px;
	}
	.block-about4 .vc_col-sm-6:first-child p {
		width: 100%;
	}

	.block-about4 .vc_col-sm-6:last-child p {
		width: 100%;
	}

	.block-about4 .vc_col-sm-6:last-child {
		padding: 130px 35px 0px 0px;
	}

	.block-about4 .vc_col-sm-6:first-child {
		padding: 140px 35px 0px 55px;
	}

	.services-list {
		gap: 40px;
	}

	h6.explore-services {
		top: 30%;
		left: -60px;
	}

	.block-about6 .wrap-container {
		padding: 95px 0px 0px 60px;
	}

	.service-item .circle {
		width: 100%;
		height: 200px;
	}
	.block-about6 .wrap-container {
		gap: 5px;
	}

	.block-about6 .vc_col-sm-6:last-child .vc_inner {
		margin-bottom: 50px;
	}

	.block-about6 p {
		width: 90%;
	}
	.block-about7 .vc_col-sm-6:last-child {
		padding: 0px 50px;
	}
	.block-about7 h3 {
		width: 100%;
	}
	h3,
	h3 a,
	h3 span {
		font-size: 35px;
		line-height: 40px;
	}

	.block-about7 p {
		width: 100%;
	}

	.block-about7 .wpb_single_image {
		height: 650px;
	}
	.block-press1 h4 {
		width: 100%;
	}

	.block-press1 h4 {
		width: 100%;
		padding-right: 50px;
		font-size: 20px;
		line-height: 24px;
	}

	.block-press1 p {
		width: 100%;
		padding-right: 50px;
	}
	.block-press2 .vc_col-sm-6 > div > div {
		display: block;
	}
	.block-press2 .wpb_single_image {
		width: 100%;
		height: auto;
		margin-top: 35px !important;
	}

	.block-press2 .wpb_column.vc_column_container.vc_col-sm-6:last-child,
	.block-press4 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
		padding: 30px;
	}
	.block-press2 .wpb_text_column {
		width: 100%;
	}
	.service-block {
		height: 670px;
		min-height: 75vh;
	}
	.block-press3 h4 {
		width: 100%;
		margin-bottom: 40px !important;
	}
	.block-press3 h6 {
		width: 100%;
		margin-left: 0px;
	}

	.block-press3 .wpb_column.vc_column_container.vc_col-sm-6:first-child,
	.block-press5 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
		padding: 30px;
	}

	.block-press4 h4 {
		width: 100%;
	}
	.block-press4 h6 {
		width: 100%;
		margin-left: 0px;
	}
	.block-press5 h4 {
		width: 100%;
	}
	.block-press5 .vc_inner > div > div > div {
		display: block;
	}
	.block-press5 .vc_inner .wpb_single_image {
		width: 100%;
	}

	.block-press5 .vc_inner h6 {
		width: 100%;
	}
	.block-press5 {
		margin-bottom: 0px;
	}

	.block-contacts2 {
		padding: 100px 40px 60px;
	}
	.block-contacts2 h1 {
		font-size: 50px;
		width: 100%;
	}

	.block-contacts2 .vc_col-sm-7 {
		width: 100%;
		margin-top: 30px;
	}
	.vc_wp_custommenu .widget.widget_nav_menu {
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.home-services h5 {
		padding-left: 20px;
	}
	.block-home2 {
		padding: 105px 45px 115px 45px;
	}
}

@media only screen and (max-width: 820px) {
	/* Header */

	.menus {
		position: absolute;
		top: 0px;
		right: -100vw;
		width: 0%;
		max-width: 100vw;
	}

	header.open-menu .menus {
		right: 0px;
		width: 100%;
	}

	ul.main-menu {
		padding-left: 45px;
	}

	header ul.redes-menu {
		position: absolute;
		z-index: 2;
		display: flex;
		gap: 15px;
		bottom: 25px;
		left: 45px;
	}

	.block-about7 .vc_col-sm-6:last-child {
		padding: 0px 35px;
	}

	ul.idiomas-menu li {
		padding: 8px 8px;
		width: 100px;
	}

	ul.idiomas-menu {
		right: 40px;
		bottom: 20px;
	}

	.banner-inicio h1 {
		top: 50%;
		left: 35px;
		transform: translateX(0%) translateY(-50%);
		width: 500px;
		text-wrap: wrap;
		padding-right: 50px;
	}

	.banner-inicio {
		height: 95vh;
	}

	.wrapper-header {
		padding: 35px 35px;
	}

	.banner-inicio .lugares {
		display: flex;
		gap: 90px;
		bottom: 30px;
		left: 35px;
		justify-content: flex-start;
		right: 35px;
	}

	.banner-inicio img {
		right: 35px;
	}

	h2,
	h2 a,
	h2 span {
		font-size: 40px;
		line-height: 45px;
	}

	/* Homepage */

	.block-home2 h2 {
		width: 100%;
		padding-right: 90px;
	}

	.block-home2 .vc_inner .vc_col-sm-6 {
		width: 100%;
	}

	.block-home2 .vc_inner {
		margin-top: 20px;
		display: grid;
		align-items: flex-end;
	}

	.block-home2 .vc_col-sm-6:first-child {
		order: 2;
		margin-top: 50px;
	}

	.home-services > div,
	.home-services .container-img {
		height: 450px;
		width: 300px;
	}

	.home-services .square::after {
		width: 40px;
		height: 65px;
	}

	.home-services h5 {
		text-transform: none;
		margin-top: 10px;
		font-size: 14px;
	}

	.block-home4 h2 {
		width: 330px;
		padding-bottom: 40px;
	}

	.block-home4 {
		margin-top: 50px;
	}
	.block-home4 .wrap-container {
		display: grid;
	}

	.block-home4.container-color .wrap-container,
	.block-home5,
	footer .wrapper-footer {
		padding: 55px 35px 55px 35px;
	}

	.block-home4 .vc_col-sm-6:first-child {
		width: 100%;
		order: 2;
	}

	.block-home4 .vc_col-sm-6:last-child {
		width: 100%;
		padding-left: 0px;
	}

	.vc_btn3-container.discover-btn a.vc_general.vc_btn3 {
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.block-home4 .vc_col-sm-6:first-child .wpb_single_image {
		height: 450px;
		width: 100%;
	}

	.vc_row.vc_row-flex {
		display: grid;
	}

	.block-home5 h2 {
		width: 100%;
		margin-bottom: 60px;
	}

	.block-home5 > .vc_col-sm-6:last-child {
		width: 100%;
	}

	.block-home5 > .vc_col-sm-6:first-child {
		margin-bottom: 60px !important;
	}

	/* Footer */

	.wrapper-footer .colunas {
		display: block;
	}

	.wrapper-footer h3 {
		width: 260px;
		font-size: 30px;
		line-height: 34px;
	}

	.wrapper-footer .col2 img {
		position: absolute;
		top: unset;
		left: unset;
		bottom: 0px;
		transform: translateX(0%);
		right: 0px;
		width: 55px;
	}

	.col1 {
		margin-bottom: 60px;
	}

	.wrapper-footer .creditos {
		justify-content: space-between;
		width: 100%;
		margin-top: 60px;
	}

	.wrapper-footer .col3 > p {
		margin-bottom: 15px;
	}

	/* About */

	.block-about2 div.wpb_single_image {
		left: 0vw !important;
	}

	.block-about1 .wpb_single_image {
		height: 400px;
		padding-top: 25px;
	}

	.block-about2 h3 {
		width: 100%;
		padding: 0px 25px 0px 35px;
	}
	.block-about2 p {
		width: 100%;
		padding: 0px 25px 0px 35px;
	}

	.block-about2 > div {
		padding: 90px 0px;
	}
	.block-about4 .vc_col-sm-6:first-child {
		padding: 100px 35px 0px 35px;
	}

	.block-about4 .vc_col-sm-6:last-child {
		padding: 130px 35px 0px 35px;
	}
	.services-list {
		display: flex;
		gap: 10px;
	}

	.service-item {
		margin-bottom: 35px;
	}
	.service-item .circle {
		width: 150px;
		height: 150px;
	}

	.block-about6 .wrap-container {
		padding: 90px 35px 0px 35px;
		display: block;
	}

	.block-about6 h4 {
		width: 100%;
	}
	.block-about6 .wrap-container > div:last-child {
		width: 100%;
		margin-top: 50px;
	}
	.vc_row.vc_row-o-equal-height > .vc_column_container {
		margin-bottom: 0px;
	}

	.block-about6 p {
		width: 100%;
	}

	.block-about6 .vc_col-sm-6:last-child .vc_inner {
		margin-bottom: 10px;
	}

	.block-about7 .wpb_single_image {
		height: 450px;
	}
	.block-press1 .wrap-container {
		padding: 90px 35px;
		display: flex;
	}

	.wpb_single_image .vc_figure {
		margin-top: 35px;
	}

	.sinais-mais {
		min-height: 70vh !important;
		margin-bottom: 0 !important;
	}
	.vc_row.vc_row-flex {
		height: 100% !important;
	}

	.block-construction1 .vc_col-sm-6:first-child > div {
		align-items: flex-start;
		padding: 50px 0px !important;
		padding-left: 60px !important;
	}

	.service-block {
		display: flex !important;
		height: 100% !important;
		position: relative !important;
		min-height: 100% !important;
		max-height: 100% !important;
	}

	.block-press3 .vc_col-sm-6:first-child,
	.block-press5 .vc_col-sm-6:first-child {
		order: 2;
	}

	.block-contacts2 .wrap-contacts .vc_inner {
		display: block;
		justify-content: flex-end;
		gap: 60px;
	}

	.block-contacts2 .wrap-contacts .vc_inner div {
		margin-bottom: 35px;
	}

	header ul.redes-menu li {
		font-size: 12px;
		line-height: 15px;
		font-weight: 400;
	}

	ul.idiomas-menu li {
		padding: 8px 15px;
		text-align: center;
		font-size: 12px;
		line-height: 15px;
		width: 100%;
	}

	/* Serviços */

	.block-press1 h4 {
		margin-bottom: 30px !important;
	}

	.block-press3 > .vc_col-sm-6:first-child > div {
		margin-left: 0;
	}

	.service-block.block-press4 .vc_col-sm-6:last-child > div,
	/* barbara aqui estava com erro */
	.service-block.block-engraving4 .vc_col-sm-6:last-child > div {
		align-items: flex-start;
		padding-left: 0px !important;
	}

	.block-press5 .vc_col-sm-6:first-child > div.vc_column-inner {
		left: 0;
	}

	.block-press3,
	.block-press5 {
		flex-direction: row-reverse;
	}

	.block-engraving1 {
		flex-direction: column;
	}

	.block-engraving1 .wpb_single_image {
		width: 100%;
	}

	.block-engraving2 > .vc_col-sm-6:last-child .wpb_text_column > div {
		gap: 20px;
		flex-direction: column;
	}

	.block-press5.block-engraving4 h4 {
		width: 270px;
		margin-bottom: 50px !important;
	}

	.block-press5.block-engraving4
		.wpb_column.vc_column_container.vc_col-sm-6:first-child {
		padding: 0px;
	}
}

@media only screen and (max-width: 600px) {
	/* Estrutura */

	h1,
	h1 a,
	h1 span {
		font-size: 35px;
		line-height: 38px;
	}

	h2,
	h2 a,
	h2 span {
		font-size: 32px;
		line-height: 35px;
	}

	h5,
	h5 a,
	h5 span {
		font-size: 14px;
		line-height: 20px;
	}

	p,
	p a,
	p span {
		font-size: 14px;
		line-height: 20px;
	}

	/* Header */

	.wrapper-header {
		padding: 30px 20px;
	}

	.logo-desktop {
		display: none !important;
	}

	.home .logo-mobile {
		display: block;
		width: 37px;
	}

	.menus {
		height: 75vh;
	}

	ul.main-menu {
		padding-left: 20px;
	}

	header ul.redes-menu {
		left: 20px;
		gap: 30px;
	}

	ul.idiomas-menu {
		right: unset;
		bottom: unset;
		top: 30px;
		left: 20px;
	}

	header ul li {
		font-size: 35px;
		line-height: 42px;
	}

	header ul.main-menu li:hover::before,
	header ul.main-menu li.current-menu-item::before {
		width: 29px;
		height: 29px;
		margin-right: 29px;
	}

	ul.idiomas-menu:hover .idiomas-list {
		display: none;
	}

	/* Homepage */

	.banner-inicio img {
		right: 50%;
		transform: translateX(50%);
		width: calc(100% - 40px);
	}

	.banner-inicio h1 {
		left: 20px;
		width: 90%;
		font-size: 35px;
		line-height: 38px;
	}

	.banner-inicio .lugares {
		gap: 20px;
		bottom: 80px;
		left: 20px;
		justify-content: space-between;
		right: 20px;
	}

	.block-home2 {
		padding: 50px 90px 60px 20px;
	}

	.block-home2 h2 {
		padding-right: 0px;
		font-size: 32px;
		line-height: 36px;
	}

	.block-home2 h4,
	.block-home2 h4 span {
		font-size: 14px;
		line-height: 20px;
	}

	.block-home2 .vc_col-sm-6:first-child {
		margin-top: 40px;
	}

	.vc_btn3-container.main-btn a.vc_general.vc_btn3 {
		font-size: 10px;
		line-height: 11px;
	}

	.drag-container {
		width: calc(100% - 50px) !important;
		margin-left: 25px;
	}

	.block-home4 .vc_col-sm-6:last-child img {
		display: none;
	}

	.drag-bar {
		font-size: 10px;
		width: 60px;
	}

	.drag-container {
		height: 25px;
	}

	.block-home4 h5 {
		margin-left: auto;
	}

	.block-home4 .vc_col-sm-6:last-child {
		position: unset;
	}

	.block-home4 .vc_btn3-container.discover-btn.vc_btn3-inline {
		position: absolute;
		bottom: -20px;
		right: 20px;
	}

	.block-home4.container-color .wrap-container {
		padding: 40px 20px 80px 20px;
	}

	.block-home4 .vc_col-sm-6:first-child .wpb_single_image {
		margin-top: 30px !important;
	}

	.block-home5 h2 {
		margin-bottom: 50px;
		width: 240px;
	}

	.block-home5 h5 {
		max-width: 275px;
	}

	.block-home5 {
		padding: 45px 20px 55px 20px;
	}

	.block-home5 .img1 {
		width: calc(100% - 60vw);
		height: 200px;
		margin-top: 150px !important;
	}

	.block-home5 .img2 {
		width: 60vw;
		height: 60vw;
	}

	/* Footer */
	/* barbara aqui estava com erro */
	.block-contacts2 h6,
	.block-contacts2 h6:last-child a {
		font-size: 11px;
		line-height: 16px;
	}

	.block-contacts2 .widget.widget_nav_menu ul li a {
		font-size: 11px;
		line-height: 26px;
	}

	.wrapper-footer .creditos h6,
	.wrapper-footer .creditos h6 a {
		font-size: 8px;
		letter-spacing: 0.5px;
	}

	footer .wrapper-footer {
		padding: 25px 20px 20px 20px;
	}

	/* About */

	.wrapper-header .hora {
		display: none;
	}

	.block-about1 {
		padding: 165px 20px 50px;
	}

	.block-about1 h1 {
		margin-bottom: 20px;
	}

	.block-about1 p:first-child {
		width: 275px;
	}

	.block-about1 p:last-child {
		margin-left: auto;
		width: 275px;
		margin-top: 30px;
	}

	.block-about1 .wpb_single_image {
		margin-bottom: 45px !important;
	}

	.block-about2 > div:first-child {
		display: none !important;
	}

	.block-about2 > div {
		padding: 145px 0px;
		margin-bottom: 0px !important;
	}

	.sinais-mais {
		min-height: fit-content !important;
	}

	.block-about2 h3 {
		padding: 0px 25px 0px 25px;
		text-align: center !important;
		font-size: 32px;
		width: 100%;
		max-width: 370px;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	.block-about2 p {
		padding: 0px;
		width: 260px;
		text-align: center;
		margin: 0 auto;
		font-size: 14px;
		line-height: 20px;
	}

	.block-about3 .wpb_single_image {
		height: 220px;
		width: 100%;
	}

	.block-about4 .vc_col-sm-6:first-child {
		padding: 45px 20px 0px 20px;
	}

	.block-about4 .vc_col-sm-6:last-child {
		padding: 45px 20px 0px 0px;
		width: 285px;
		margin-left: auto;
	}

	.block-about4 .vc_col-sm-6:first-child p {
		font-size: 14px;
		line-height: 20px;
		width: 75%;
	}

	.block-about4 h3 {
		margin-bottom: 25px;
		font-size: 32px;
		line-height: 35px;
	}

	.block-about4 .vc_col-sm-6:last-child p {
		font-size: 14px;
		line-height: 20px;
	}

	h6.explore-services {
		position: relative;
		transform: none;
		top: 0px;
		left: 0px;
		text-align: center;
		margin-bottom: 40px;
		font-weight: 500;
	}

	.services-list {
		display: flex;
		gap: 0px;
		justify-content: space-between;
		width: 100vw;
		padding: 0px 20px;
	}

	.service-item .circle {
		width: 80px;
		height: 80px;
	}

	.service-item .circle {
		width: 80px;
		height: 80px;
	}

	.service-item h4 {
		margin-top: 25px;
		margin-bottom: 8px;
		text-transform: uppercase;
		font-size: 11px;
		line-height: 13px;
	}

	.service-item p {
		font-size: 20px;
		width: 100px;
		text-align: center;
		font-size: 10px;
		line-height: 12px;
	}

	.service-item .circle:hover::after,
	.service-item .circle:hover::before {
		width: 20px;
	}

	.block-about5 {
		padding: 60px 0px 20px;
	}

	.block-about6 .wrap-container {
		padding: 50px 20px 50px 20px;
	}

	.block-about6 h2 {
		margin-bottom: 30px;
		line-height: 35px;
		text-align: center !important;
		width: 100%;
	}

	.block-about6 .wrap-container > div:first-child {
		width: 100%;
	}

	.block-about6 .wrap-container > .vc_col-sm-6:first-child p {
		width: 270px;
		line-height: 24px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		margin: 0 auto;
	}

	.block-about6 .wrap-container > div:last-child {
		padding-top: 0px;
	}

	.block-about6 .vc_col-sm-6 {
		width: 50%;
	}

	.block-about6 img {
		width: 60%;
	}

	.block-about6 h4 {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 18px;
		line-height: 20px;
		width: 50%;
	}

	.block-about6 .vc_inner:first-child .vc_col-sm-6:last-child h4 {
		width: 80%;
	}

	.block-about6 .vc_inner {
		justify-content: space-between;
	}

	.block-about6 .vc_col-sm-6 {
		width: 45%;
	}

	.block-about6 p,
	.block-about6 p span {
		font-size: 14px;
		line-height: 20px;
		width: 100%;
	}

	.block-about7 {
		flex-direction: column-reverse;
		padding: 30px 20px 0px;
	}

	.block-about7 .vc_col-sm-6:last-child {
		padding: 0px;
	}

	.block-about7 h3 {
		width: 300px;
		margin-bottom: 25px !important;
	}

	.block-about7 p {
		font-size: 14px;
		line-height: 20px;
	}

	.block-about7 p:first-child {
		padding-right: 80px;
	}

	.block-about7 p:last-child {
		padding-right: 0px;
		width: 240px;
		margin-left: auto;
		margin-top: 80px;
		padding-bottom: 30px;
	}

	/* Services */

	h1.title-service {
		font-size: 25px;
		line-height: 28px;
		width: 100%;
		max-width: 310px;
		margin: 0 auto;
	}

	.services-list {
		margin-bottom: 10px;
	}

	.block-press1 .wrap-container {
		padding: 35px 20px;
		display: block;
	}

	.block-press1 h4 {
		font-size: 24px;
		line-height: 30px;
		padding-bottom: 40px;
	}

	.block-press1 p {
		margin-top: 30px;
		padding-right: 0px;
		width: 260px;
		margin-left: auto;
	}

	.service-block > .vc_col-sm-6.sinais-mais {
		min-height: 100vw !important;
		height: fit-content;
	}

	.block-press2 .wpb_text_column h6 {
		width: 305px;
		font-size: 12px;
		line-height: 17px;
		text-align: center;
		margin-top: 40px;
		margin-left: auto;
		margin-right: auto;
	}

	.service-block h3 {
		font-size: 30px;
		line-height: 35px;
	}

	.block-press2 .vc_col-sm-6:last-child {
		display: none !important;
	}

	.block-press3 .vc_col-sm-6:last-child {
		display: none !important;
	}

	.block-press3 .vc_col-sm-6:first-child {
		flex-direction: column;
	}

	.block-press3 h3 {
		text-align: left !important;
	}

	.block-press3 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
		padding: 45px 20px 40px 20px;
	}

	.block-press3 > .vc_col-sm-6:first-child > div {
		margin-left: 0;
	}

	.block-press3 h4 {
		font-size: 15px;
		line-height: 18px;
		margin-top: 10px;
		font-weight: 400;
		width: 300px;
	}

	.block-press3 h6 {
		width: 100%;
		font-size: 12px;
		line-height: 17px;
		left: 0px;
	}

	.block-press3 .wpb_wrapper {
		width: 100%;
	}

	.block-press3 .wpb_text_column:last-child {
		width: 265px;
		margin-left: auto !important;
	}

	.block-press3.service-block .vc_col-sm-6 > div.vc_column-inner,
	.block-press4.service-block .vc_col-sm-6 > div.vc_column-inner {
		align-items: flex-start;
		width: 100%;
	}

	.block-press4 h3 {
		padding: 90px 20px 15px 20px;
		text-align: left !important;
	}

	.sinal-mais2,
	.sinal-mais4 {
		right: 20px;
	}

	.sinal-mais1,
	.sinal-mais3 {
		left: 20px;
	}

	.block-press4 h4 {
		font-size: 15px;
		line-height: 18px;
		width: 230px;
		margin-bottom: 60px !important;
		margin-left: 20px;
	}

	.block-press4 h6 {
		font-size: 12px;
		line-height: 17px;
		width: 270px;
		margin-bottom: 60px !important;
		margin-left: auto;
		padding-right: 20px;
	}

	.block-press4.service-block
		.vc_col-sm-6
		> div.vc_column-inner
		> .wpb_wrapper,
	.block-press5.service-block
		.vc_col-sm-6
		> div.vc_column-inner
		> .wpb_wrapper {
		width: 100%;
	}

	.block-press4 .wpb_column.vc_column_container.vc_col-sm-6:last-child {
		padding: 0px;
		margin: 0px;
	}

	.block-press5 .sinais-mais {
		display: none !important;
	}

	.block-press5.service-block h3 {
		font-size: 30px;
		line-height: 35px;
		text-align: left !important;
		padding-bottom: 15px;
	}

	.block-press5 .vc_col-sm-6:first-child > div.vc_column-inner {
		left: 0px;
	}

	.block-press5 .wpb_column.vc_column_container.vc_col-sm-6:first-child {
		padding: 60px 20px;
	}

	.block-press5 h4 {
		width: 210px;
		margin-bottom: 60px !important;
		font-size: 15px;
		line-height: 18px;
	}

	.block-press5 .wpb_single_image {
		display: none;
	}

	.block-press5 h6 {
		font-size: 12px;
		line-height: 17px;
		width: 200px !important;
		margin-left: auto;
	}

	.block-construction1 > .vc_col-sm-6:first-child {
		display: none !important;
	}

	.block-construction1 h3 {
		padding: 80px 20px 0px;
		text-align: left !important;
	}

	.block-construction1 h4 {
		font-size: 18px;
		line-height: 22px;
		width: 250px;
		padding-left: 20px;
		padding-top: 10px;
		margin-bottom: 110px !important;
	}

	.block-construction1 p {
		font-size: 14px;
		line-height: 20px;
		width: 270px;
		padding-bottom: 70px;
		padding-right: 20px;
		margin-left: auto;
		padding-left: 20px;
	}
	.sinais-mais.wpb_column .wpb_text_column:nth-child(2) p {
		text-align: left !important;
	}

	.block-construction2 {
		display: none;
	}

	.block-engraving1.vc_row.wpb_row.vc_row-fluid {
		background-color: transparent !important;
		padding: 30px 20px 50px 20px;
		gap: 35px;
	}

	.block-engraving1 h4 {
		font-size: 24px;
		line-height: 30px;
		max-width: 330px;
	}

	.block-engraving1 .vc_col-sm-8 > div > div {
		align-items: flex-start;
		flex-direction: column-reverse;
	}

	.block-engraving1 .wpb_single_image {
		width: calc(100vw - 40px);
		height: calc(100vw - 40px);
	}

	.block-engraving1 .vc_col-sm-8 > div > div {
		gap: 25px;
	}

	.block-engraving1 p,
	.block-engraving1 ul li {
		font-size: 12px;
		line-height: 17px;
	}

	.service-block.block-engraving2 .vc_col-sm-6 > div {
		justify-content: flex-start;
	}

	.block-engraving2 .vc_tta-panel.vc_active a,
	.block-engraving2 .vc_tta-panel a:hover {
		background-color: #e14e78 !important;
	}

	.block-engraving2 .vc_col-sm-6:first-child .wpb_text_column {
		position: relative;
		width: 350px;
		bottom: 0;
		margin-top: 20px !important;
	}

	.block-engraving2 h6 {
		color: #323232;
		font-size: 12px;
		line-height: 17px;
		width: 280px;
		margin: 0 auto;
	}

	.block-engraving2
		.vc_col-sm-6:first-child
		> div
		> div
		> .wpb_text_column:nth-of-type(2) {
		margin-top: 80px !important;
		margin-bottom: 50px !important;
		width: calc(100% - 40px);
	}

	.block-engraving2
		.vc_col-sm-6:first-child
		> div
		> div
		> .wpb_text_column
		> .wpb_wrapper {
		display: flex;
		gap: 30px;
	}

	.block-engraving2
		.vc_col-sm-6:first-child
		> div
		> div
		> .wpb_text_column
		> .wpb_wrapper
		p {
		color: #323232;
		font-size: 11px;
		line-height: 16px;
		text-align: left;
	}

	.block-engraving2 .vc_tta.vc_general .vc_tta-panel-title,
	.block-engraving2 .vc_tta.vc_general .vc_tta-panel-title a,
	.block-engraving2 .vc_tta.vc_general .vc_tta-panel-title span {
		font-size: 12px;
		line-height: 14px;
	}

	.block-engraving2 .vc_tta-panel a {
		padding: 8px 16px !important;
	}

	.vc_tta-container {
		width: calc(100vw - 40px);
		margin-left: 20px;
		margin-bottom: 110px !important;
	}

	.block-engraving2 .vc_tta-panel a {
		background-color: #e14e78 !important;
	}

	.block-engraving2
		.vc_tta
		.vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
	.block-engraving2
		.vc_tta
		.vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
		width: 10px;
	}

	.block-engraving2 .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus {
		width: 10px;
		height: 10px;
		right: 10px;
	}

	.block-engraving2 .vc_tta-container h6 {
		font-size: 12px;
		line-height: 16px;
	}

	.block-engraving2.service-block h3 {
		font-size: 30px;
		line-height: 35px;
		margin: 0 auto;
		margin-top: 55px;
	}

	.block-engraving2 .vc_col-sm-6:last-child {
		padding: 0px;
	}

	.block-press3.block-engraving3
		.wpb_column.vc_column_container.vc_col-sm-6:first-child {
		padding: 30px 20px 0px;
	}

	.block-engraving3 h3:nth-of-type(2) {
		display: none;
	}

	.block-press3.block-engraving3 h4 {
		width: 220px;
	}

	.block-press3.block-engraving3 {
		padding-bottom: 40px;
	}

	.block-press5.block-engraving4 .sinais-mais {
		display: block !important;
	}

	.block-engraving4 h3 {
		margin-top: 80px;
		margin-left: 20px;
	}

	.service-block.block-engraving4 > .vc_col-sm-6.sinais-mais {
		min-height: unset !important;
	}

	.block-engraving4 h4 {
		color: #323232;
		margin-left: 20px;
		width: 195px !important;
	}

	.block-engraving4 h6 {
		color: #323232;
		margin-bottom: 75px !important;
		width: 210px !important;
		padding-right: 20px;
	}

	.service-block.block-engraving4 .vc_col-sm-6:last-child > div {
		margin-top: 0px;
	}

	.block-engraving5 h3:nth-of-type(1) {
		display: none;
	}

	.block-engraving5 h3 {
		width: 300px;
		margin-bottom: 35px;
	}

	.block-engraving5 .wpb_text_column:nth-child(1) h6 {
		left: 0px;
	}

	.block-engraving5 .vc_col-sm-6:first-child .wpb_text_column:first-child h6 {
		width: 210px;
	}

	.block-press3.block-engraving5 h6 {
		width: 220px;
	}

	.block-press3.block-engraving5 .wpb_text_column:last-child {
		width: 230px;
	}

	.block-engraving5 .vc_col-sm-6 > div > div {
		gap: 50px;
	}

	.block-engraving5 {
		margin-bottom: 30px;
	}

	.block-press3.block-engraving5 h6:nth-of-type(1) {
		font-size: 14px;
	}

	/* Contactos */

	.block-contacts1 {
		display: none;
	}

	.page-id-20 .logo > img:first-child {
		display: none;
	}

	.page-id-20 .logo > img:last-child {
		display: block;
	}

	.page-id-20 .hamburguer-menu::after,
	.page-id-20 .hamburguer-menu::before {
		background-color: var(--black);
	}

	.block-contacts2 {
		padding: 250px 20px 60px;
	}

	.block-contacts2 h1 {
		font-size: 32px;
		line-height: 34px;
		width: 260px;
	}

	.block-contacts2 .wrap-contacts .vc_inner {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		gap: 30px;
		flex-wrap: wrap;
		flex-direction: row;
		margin-top: 50px;
		row-gap: 80px;
	}

	.block-contacts2 .wrap-contacts .vc_inner > div {
		width: calc(50% - 15px);
	}

	.block-contacts2 .wrap-contacts .vc_inner div {
		margin-bottom: 0;
	}

	.block-contacts2 .widget.widget_nav_menu ul li a {
		text-decoration: underline;
	}

	.block-contacts2 .widget.widget_nav_menu ul {
		margin-bottom: 0px;
	}
}
