/*Reset*/
a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,figure,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;background:00;}
html{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
body{background:#FFF;}
body,html{height:100%;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0;}
button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;}
::selection{color:#f8d015;background:#2b3039;}

body {
	font-family: 'Poppins', sans-serif;
}

button.hamburger,
.socials a span,
#subMenu ul li ul,
#itensMenu li ul,
#footerMenu > li > a,
#contentNews:before,
#contentContact:before,
.selectPage,
footer h3,
footer .socials {
	display: none;
}

.wrapper {
	position: relative;
	display: table;
	width: 1250px;
	margin: 0 auto;
}

#menu {
	position: relative;
	float: left;
	width: 100%;
	height: 110px;
	background: #2b3039;
	border-bottom: 4px solid #f8d015;
	z-index: 100;
}

#logoMenu {
	float: left;
	width: 160px;
	margin: 18px 0 0 0;
}

#subMenu {
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0 0 10px 10px;
	padding: 3px 10px;
	background: rgba(255,255,255,.1);
}

#subMenu ul {
	float: left;
}

#subMenu ul li {
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}


#subMenu a {
	float: left;
	color: rgba(255,255,255,.6);
	text-decoration: none;
}

#subMenu li:last-child {
	margin: 0;
}

#subMenu a img {
	float: left;
	margin: 5px 5px 0 0;
}

#subMenu a span {
	float: left;
	font: normal 300 13px 'Poppins', sans-serif;
	margin: 5px 5px 0 0;
}

/* Linguagens */

#subMenu ul li.wpml-ls-item img {
	margin-top: 8px;
}

#subMenu li:hover ul {
	display: block;
}

#subMenu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: rgba(45, 48, 54);
	padding: 10px 5px;
	border-radius: 5px;
	z-index: 100;
	width: 105px;
}

#subMenu li ul li {
	float: left;
	width: calc(100% - 10px);
	padding: 5px;
	border-bottom: 1px dotted #000;
	font-size: 14px;
	margin: 0;
	clear: both;
}

#subMenu li ul li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Redes sociais */

.socials a img {
	height: 20px;
	margin: 2px 0 0;
}

.dividerSubMenu {
	float: left;
	width: 1px;
	height: 20px;
	margin: 3px 15px 0 10px;
	background: #2d3036;
}

#itensMenu {
	float: right;
	margin: 65px 0 0 0;
}

#itensMenu > li {
	position: relative;
	float: left;
	font: normal 300 16px 'Poppins', sans-serif;
	margin: 0 60px 0 0;
}

#itensMenu > li:last-child {
	margin: 0;
}

#itensMenu li a {
	color: #FFF;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
}

#itensMenu li.current-menu-item a,
#itensMenu li a:hover {
	opacity: .65;
}

#itensMenu li:hover ul {
	display: block;
}

#itensMenu li ul {
	position: absolute;
	top: 100%;
	left: 0;
	background: #4e5767;
	padding: 10px;
	z-index: 100;
	min-width: 200px;
	border-radius: 5px;
	max-height: 300px;
	overflow: auto;
}

#itensMenu li ul li {
	float: left;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px dotted #f8d015;
	font-size: 14px;
}

#itensMenu li ul li:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

#itensMenu li ul li:last-child {
	border: 0;
}


footer {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	padding: 55px 0 80px 0;
	background: #2b3039;
}

footer:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 4px solid #f8d015;
}

#footerMenu {
	float: left;
	clear: both;
}

footer dl,
#footerMenu > li {
	float: left;
	margin: 0 30px 0 0;
	max-width: 260px;
}

footer dl:last-child,
#footerMenu > li:last-child {
	float: right;
	margin: 0;
}

footer dl a,
#footerMenu > li a {
	color: #FFF;
	text-decoration: none;
}

#footerMenu > li > ul > li {
	margin: 25px 0 0 0;
}

#footerMenu > li > ul li {
	line-height: 12px;
}

footer dl dt,
#footerMenu > li > ul > li > a {
	font: normal 700 12px 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 25px 0 0 0;
}

footer dl dd,
#footerMenu > li a {
	font: normal 400 12px 'Poppins', sans-serif;
}

#logoFooter img {
	filter: invert(1) brightness(100);
}

.titles {
	float: left;
	width: 100%;
	font: normal 500 30px 'Poppins', sans-serif;
	color: #595860;
	text-align: center;
}

.titles strong {
	font: normal 700 30px 'Poppins', sans-serif;
	color: #595860;
}

.titles:after {
	display: block;
	content: '';
	width: 95px;
	height: 3px;
	margin: 10px auto;
	background: #f8d015;
}

.ybtn a,
input.ybtn,
button.ybtn,
span.ybtn {
	float: left;
	font: normal 700 16px 'Poppins', sans-serif;
	color: #FFF !important;
	padding: 3px 10px;
	border-radius: 5px;
	text-decoration: none;
	background: #f8d014;
	transition: all 0.4s ease-in-out;
	border: 1px solid #f8d014;
	cursor: pointer;
}

.ybtn a:hover,
input.ybtn:hover,
button.ybtn:hover,
span.ybtn:hover {
	color: #f8d014 !important;
	border: 1px solid #f8d014;
	background: none;
}

.btn-enviar {
	float: right !important;
    font: normal 700 16px 'Poppins', sans-serif !important;
    color: #FFF !important;
    padding: 3px 10px !important;
    border-radius: 5px !important;
    text-decoration: none !important;
    background: #f8d014 !important;
    transition: all 0.4s ease-in-out !important;
    border: 1px solid #f8d014 !important;
    cursor: pointer !important;
}

.btn-enviar:hover {
	color: #f8d014 !important;
	border: 1px solid #f8d014 !important;
	background: none !important;
}

.wp-block-columns,
.wp-block-gallery,
.wp-block-uagb-section,
.uagb-section__inner-wrap {
	position: relative;
	float: left;
	width: 100%;
}

.wp-block-separator {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
	visibility: hidden;
}

table, th, td {
	border: 1px solid #e0e0e0;
	color: #595860;
}

th, td {
	padding: 5px 15px;
}

table strong {
	font-weight: 700;
}

.float-left {
	float: left;
}

/*Home*/

#bannerHome {
	position: relative;
	float: left;
	width: 100%;
	height: 545px;
}

#bannerHome .slides li {
	position: relative;
	height: 545px !important;
	background-color: #333;
}
/*
#bannerHome .flex-prev {
	position: absolute;
	left: 5%;
	top: 45%;
	width: 32px;
	height: 61px;
	background: url(../imgs/assets/prev-arrow.svg) no-repeat center center;
}

#bannerHome .flex-next {
	position: absolute;
	right: 5%;
	top: 45%;
	width: 32px;
	height: 61px;
	background: url(../imgs/assets/next-arrow.svg) no-repeat center center;
}
*/
#bannerHome h1 {
	position: absolute;
	width: 720px;
	left: 50%;
	margin: 13% 0 0 -360px;
	font: normal 700 36px/38px 'Poppins', sans-serif;
	color: #f8d015;
	text-align: center;
	text-shadow: 0 0 10px #000;
}

#bannerHome p {
	position: absolute;
	width: 720px;
	left: 50%;
	margin: 16% 0 0 -360px;
	font: normal 300 18px/20px 'Poppins', sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: 0 0 10px #000;
}

#portfolioHome {
	float: left;
	width: 100%;
	padding: 120px 0;
}

#listPortfolio {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
}

#listPortfolio li {
	position: relative;
	width: 390px;
	height: 380px;
}

#listPortfolio li a {
	text-decoration: none;
}

#listPortfolio li time {
	float: left;
	width: 100%;
	font: normal 400 14px 'Poppins', sans-serif;
	color: #333;
}

#listPortfolio li p {
	float: left;
	width: 100%;
	font: normal 700 21px/20px 'Poppins', sans-serif;
	color: #333;
	margin: 0 0 10px 0;
}

#listPortfolio span {
	position: absolute;
	left: 0;
	bottom: 0;
}

#globalHome {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url(../imgs/assets/mapa-mundi.png) no-repeat top 160px center #f4f4f4;
	background-size: 860px;
}

#globalHome .itensGlobal {
	margin: 520px 0 0 0;
}

.itensGlobal {
	float: left;
	width: 100%;
}

.itensGlobal li {
	float: left;
	height: 400px;
	padding: 0 40px;
	margin: 0 40px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
}

.itensGlobal li:first-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.itensGlobal li:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.itensGlobal li p {
	font: normal 400 14px/18px 'Poppins', sans-serif;
	color: #2b3039;
}

.itensGlobal li p strong {
	display: block;
	font: normal 700 14px 'Poppins', sans-serif;
	color: #2b3039;
	text-transform: uppercase;
}

.itensGlobal li a {
	font: normal 700 14px 'Poppins', sans-serif;
	color: #2b3039;
}

#clientsHome {
	float: left;
	width: 100%;
	padding: 130px 0;
}

#logosClients {
	float: left;
	width: calc(100% - 140px);
	margin: 30px 70px 0;
}

#logosClients .slides {
	position: relative;
	display: table;
}

#logosClients .slides li {
	position: relative;
	text-align: center;
}

#logosClients .slides li a {
	position: relative;
	float: left;
	width: 100%;
	height: 225px;
}

#logosClients .slides li img {
	display: inline-block;
	opacity: .4;
	filter: grayscale(1);
	transition: all 0.4s ease-in-out;
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#logosClients .slides li:hover img {
	opacity: 1;
	filter: none;
}

#logosClients .flex-prev {
	position: absolute;
	left: 0;
	top: calc(50% + 20px);
	width: 32px;
	height: 61px;
	background: url(../imgs/assets/prev-arrow-black.svg) no-repeat center center;
}

#logosClients .flex-next {
	position: absolute;
	right: 0;
	top: calc(50% + 20px);
	width: 32px;
	height: 61px;
	background: url(../imgs/assets/next-arrow-black.svg) no-repeat center center;
}

#newsHome {
	float: left;
	width: 100%;
	padding: 120px 0;
}

#newslist {
	display: flex;
	justify-content: space-between;
	float: left;
	width: 100%;
	margin: 30px 0 0 0;
	flex-wrap: wrap;
}

#newslist li {
	position: relative;
	width: 390px;
	height: 490px;
	margin-bottom: 50px;
}

#newslist li a {
	text-decoration: none;
}

#newslist li h3 {
	float: left;
	width: 100%;
	font: normal 700 21px/20px 'Poppins', sans-serif;
	color: #333;
	margin: 25px 0 10px 0;
}

#newslist li p {
	float: left;
	width: 100%;
	font: normal 400 14px/16px 'Poppins', sans-serif;
	color: #333;
	margin: 0 0 10px 0;
}

#newslist li time {
	float: left;
	width: 100%;
	font: normal 400 12px 'Poppins', sans-serif;
	color: #666;
}

#newslist span {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* Internal */
#headerInternal {
	float: left;
	width: 100%;
	height: 500px;
	margin: 0 0 60px 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#sideMenuInternal {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

#itensMenuInternal {
	float: left;
	width: 100%;
	text-align: right;
}

#itensMenuInternal li a,
#itensMenuInternal li span {
	color: #a3a6a9;
	font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: inline-block;
}

#itensMenuInternal li a:hover {
	text-decoration: underline;
}

#itensMenuInternal li.current-menu-item a {
	font-size: 19px;
	font-weight: 700;
	border-right: 5px solid #f8d015;
	padding-right: 8px;
	color: #000000;
}

.contentInternal {
	position: relative;
	float: right;
	width: 960px;
	min-height: 300px;
	padding: 0 0 80px 50px;
}

#contentNews,
#contentContact {
	width: 100%;
	padding: 0 0 80px 0;
}

.contentInternal:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	background: url(../imgs/assets/shadow-aside-menu.png) no-repeat;
	background-size: 20px 100%;
	z-index: 100;
}

.contentInternal h3 {
	display: inline-block;
	margin-top: 20px;
	font-weight: 600;
	font-size: 20px;
	color: #595860;
}

.contentInternal h4 {
	color: #595860;
	font-weight: 500;
	font-size: 16px;
}

.contentInternal ul:not(.wp-block-gallery) {
	float: left;
	padding: 10px 0;
	list-style: disc;
	color: #595860;
}

.contentInternal h1 {
	margin: 10px 0;
	font-size: 24px;
	font-weight: 700;
	color: #595860;
}

.contentInternal article {
	position: relative;
	float: left;
	width: 100%;
	margin: 40px 0;
}

.contentInternal .wp-block-media-text>figure>img, .wp-block-media-text>figure>video {
	width: 100% !important;
}

.contentInternal .wp-block-media-text {
	grid-template-columns: 115px auto;
}

.contentInternal .wp-block-media-text .wp-block-media-text__content {
	padding: 0 0 0 8%;
}

.contentInternal .wp-block-media-text__content p {
	font-size: 26px;
	line-height: 28px;
	font-weight: 300;
}

.contentInternal .wp-block-media-text__content p strong {
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
}

.contentInternal .wp-block-media-text__content p a {
	color: #595860;
	text-decoration: none;
}

.contentInternal .bg-destaques {
	background-color: #f4f4f4 !important;
    padding: 0 50px !important;
    width: calc(100% - 55px) !important;
    margin: 0 0 0 -30px !important;
}

.contentInternal p {
	position: relative;
	float: left;
	width: 100%;
	font: normal 400 16px/22px 'Poppins', sans-serif;
	color: #595860;
	margin: 10px 0;
	text-align: justify;
}

.contentInternal a,
.contentInternal .bg-destaques p,
.contentInternal .bg-destaques p:not(.ybtn) a {
	color: #000;
}

.contentInternal h2 {
	float: left;
	width: 100%;
	font: normal 700 24px/27px 'Poppins', sans-serif;
	color: #595860;
	margin: 10px 0;
}

.form-group.c3 {
	width: calc(100% / 3);
}

.form-group {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.form-group .form-control {
	float: left;
	width: calc(100% - 30px);
	padding: 10px;
	border: 1px solid #2b3039;
	border-radius: 5px;
}

.wpcf7-response-output {
	float: left;
}

span.wpcf7-not-valid-tip {
	float: right;
	margin-right: 10px;
	color: #d80000 !important;
}

.w-auto {
	width: auto !important;
}

.float-right {
	float: right;
}

.mt-5 {
	margin-top: 5px;
}

.ml-20 {
	margin-left: 20px;
}

input[type="checkbox"] {
	position: relative;
	border: 1px solid #2b3039;
	color: #2b3039;
	width: 15px;
	height: 15px;
	top: 2px;
	float: left;
	border-radius: 5px;
	margin-right: 5px;
}

input[type="checkbox"]:checked:before {
	content: '✔';
	position: absolute;
	top: 0;
	left: 0;
	width: 13px;
	text-align: center;
	line-height: 14px;
}

form div.wpcf7-validation-errors {
	float: left;
	width: calc(100% - 30px);
	padding: 10px 15px;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #2b3039;
	background: none;
	color: #d80000;
}

.footerLogo {
	float: right;
	margin-top: 25px;
}

.contentProjetos .form-projetos {
	position: relative;
	float: left;
	margin: 40px 0;
}

figure figcaption {
	line-height: 18px;
}

figure figcaption strong {
	font-weight: 600;
	margin-bottom: 15px;
}

.contentProjetos .form-projetos .custom-select {
	position: relative;
	float: left;
	width: 300px;
	padding: 13px 15px;
	border: 1px solid #595860;
	font: normal 400 14px 'Poppins', sans-serif;
	color: #595860;
	border-radius: 10px;
	background: url(../imgs/assets/seta-select-2.svg) right 20px center no-repeat;
	margin-right: 20px;
}

.select-servicos-gde {
	width: 470px !important;
}

.contentProjetos .form-projetos .ybtn {
	padding: 10px 15px;
}

.contentProjetos .bg-destaques {
	padding-top: 40px;
	padding-bottom: 40px;
}

.contentInternal.contentProjetos .bg-destaques a {
	color: #595860 !important;
	text-decoration: none;
}

.contentInternal.contentProjetos .bg-destaques a:hover {
	text-decoration: underline;
}

.metaslider.ms-theme-bubble .flexslider {
	float: left;
}

.gutenberg__slider {
	padding-bottom: 160px;
}

.dot-container {
	background-color: transparent !important;
}

.dot-container .dot {
	border: 1px solid #595860 !important;
	background: none !important;
	width: 7px;
	height: 7px;
}

.arrow-left, .arrow-right, .dot-container {
	background: none !important;
}

.arrow-left, .arrow-right {
	top: 40% !important;	
}

.arrow-left {
	background-image: url(../imgs/assets/prev-arrow.svg) !important;
    width: 6px;
    height: 30px;
    background-size: contain !important;
    margin: 0 0 0 20px !important;
}

.arrow-right {
	background-image: url(../imgs/assets/next-arrow.svg) !important;
    width: 6px;
    height: 30px;
    background-size: contain !important;
    margin: 0 20px 0 0 !important;
}

#slider-0 .dot--active {
	background: #595860 !important;
}

.txtCurriculos {
	font-size: 13px !important;
	line-height: 14px !important;
}

.noUnderline {
	text-decoration: none !important; 
}

.slider-equipamentos, .slider-equipamentos .slide {
	width: 900px !important;
    height: 480px !important;
    background-size: auto;
    background-position: left center;
}

.slider-equipamentos.medicao {

}

.slider-equipamentos.medicao p {

}

.slider-equipamentos p {
    position: absolute;
    left: 0;
    bottom: -105px;
    background: #eaeaeb;
    color: #595860;
    font-size: 12px;
    padding: 10px 10px 55px 10px;
    width: calc(100% - 20px);
    line-height: 15px;
}

.wp-block-media-text .wp-block-media-text__content p {
	text-align: left !important;
}

@media screen and (max-width: 1250px) {

	.wrapper {
		position: relative;
		float: left;
		display: block;
		width: calc(100% - 30px);
		padding: 0 15px;
	}

	#subMenu li:hover ul,
	#itensMenu li:hover ul {
		display: none;
	}

	#menu {
		height: auto;
	}
	
	#itensMenu > li {
		font-size: 24px;
	}

	#menu .wrapperMenu {
		display: none;
		float: left;
		width: 100%;
	}

	#logoMenu {
		width: auto;
		margin: 15px 0 5px;
	}

	#logoMenu img {
		height: 50px;
		width: auto;
	}

	button.hamburger {
		display: block;
		position: absolute;
		right: 0;
		top: 10px;
	}

	#subMenu {
		position: relative;
		float: left;
		width: calc(100% - 20px);
		text-align: center;
		border-radius: 10px;
		padding: 5px 10px;
		margin: 10px 0 0 0;
	}

	#subMenu > .float-left {
		width: 100%;
	}

	#subMenu ul {
		float: none;
		display: inline-block;
	}

	#subMenu ul li {
		position: relative;
		float: none;
		margin: 0 10px;
		display: inline-block;
	}

	#subMenu li ul {
		left: auto;
		right: 0;
	}
	
	#subMenu .socials {
		display: none;
	}

	.dividerSubMenu {
		display: none;
	}

	#itensMenu {
		margin: 10px 0;
		text-align: center;
	}

	#itensMenu > li {
		margin: 0 0 25px 0;
		width: 100%;
	}

	#itensMenu li ul {
		position: relative;
		float: left;
		width: calc(100% - 20px);
		top: auto;
		min-width: auto;
		max-height: none;
		background: none;
	}
	
	#itensMenu li ul li {
		border: 0;
		font-size: 20px;
	}
	
	.contentInternal p {
		text-align: justify;
	}

	#bannerHome {
		height: auto;
	}
	
	#bannerHome h1 {
		font: normal 700 20px/26px 'Poppins', sans-serif;
	}

	#bannerHome .slides li {
		padding: 50px 0;
	}

	#bannerHome h1 {
		position: relative;
		float: left;
		width: calc(100% - 30px);
		padding: 0 15px;
		left: 0;
		margin: 0;
		z-index: 10;
	}

	#bannerHome p {
		position: relative;
		float: left;
		width: calc(100% - 30px);
		padding: 0 15px;
		left: 0;
		margin: 10px 0 0 0;
		z-index: 10;
		font-size: 14px;
		line-height: 18px;
	}

	#bannerHome img {
		position: absolute;
		width: 100%;
		height: 100%;
		object-fit: cover;
		top: 0;
		left: 0;
	}

	#bannerHome .flex-control-paging {
		position: absolute;
		left: 0;
		bottom: 5px;
		width: 100%;
		text-align: center;
	}

	#bannerHome .flex-control-paging li {
		display: inline-block;
	}

	#bannerHome .flex-control-paging li a {
		position: relative;
		float: left;
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 50%;
		text-indent: -50px;
		overflow: hidden;
		margin: 0 5px;
	}

	#bannerHome .flex-control-paging li a.flex-active:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 12px;
		height: 12px;
		background-color: #fff;
		border-radius: 50%;
	}
	
	#portfolioHome {
		padding: 60px 0 0 0;
	}

	#listPortfolio {
		display: block;
	}

	#listPortfolio li {
		width: 100%;
    	height: auto;
    	float: left;
    	margin: 0 0 75px 0;
	}
	
	#listPortfolio li p {
		font: normal 700 18px/20px 'Poppins', sans-serif;	
	}
	
	#listPortfolio li a img {
		width: 100%;
		height: auto;
	}

	#listPortfolio span {
		position: relative;
	}
	
	#globalHome {
		padding: 60px 0;
		background-size: 100%;
	}
	
	#globalHome .itensGlobal {
		margin: 250px 0 0 0;
	}

	.itensGlobal {
		display: block;
		text-align: center;
	}

	.itensGlobal li {
		height: auto;
   	 	padding: 0 !important;
    	border-right: 0;
    	width: 100%;
    	margin: 25px 0 25px 0;
    	border: 0;
	}

	.itensGlobal li p,
	.itensGlobal li p strong {
		font-size: 16px;
    	line-height: 23px;
	}

	.itensGlobal li:not(:first-child) p + p {
		display: none;
	}

	#clientsHome {
		padding: 40px 0 0 0;
	}

	#logosClients .flex-next {
		right: 15px;
	}

	#logosClients .flex-prev {
		left: 15px;
	}

	#logosClients .flex-next {
		right: 15px;
	}

	#newsHome {
		padding: 60px 0;
	}

	#newslist {
		display: block;
	}

	#newslist li {
		float: left;
		width: 100%;
		height: auto;
	}

	#newslist span {
		position: relative;
	}

	#newslist li a img {
		width: 100%;
		height: auto;
	}

	footer {
		text-align: center;
		padding: 20px 0;
	}

	footer dl {
		width: 100%;
		margin: 0;
	}

	#footerMenu {
		display: none;
	}

	footer h3 {
		display: block;
		position: relative;
		float: left;
		width: 100%;
		text-align: center;
		font-size: 18px;
		color: #fff;
		font-weight: 400;
	}

	footer h3 strong {
		font-weight: 700;
	}

	footer .socials {
		display: block;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	footer .socials li {
		display: inline-block;
	}

	footer .socials li a {
		float: left;
		width: 40px;
		height: 40px;
		border: 1px solid #d5d6d7;
		margin: 0 10px;
		border-radius: 50%;
	}

	footer .socials li a img {
		margin: 10px 0 0 0 !important;
	}

	.footerLogo {
		display: none;
	}

	#sideMenuInternal {
		position: relative;
		float: left;
		top: auto;
		left: auto;
		width: 100%;
		padding: 25px 0 10px;
	}

	#itensMenuInternal {
		text-align: left;
	}
	
	#itensMenuInternal li.current-menu-item a {
		border: 0;
	}

	.contentInternal {
		width: 100%;
		min-height: unset;
		padding: 20px 0 0 0;
		text-align: center;
		background-size: 100% 20px;
	}

	.contentInternal:before {
		display: none;
	}

	.contentInternal ul:not(.wp-block-gallery) {
		width: 100%;
		text-align: left;
		display: inline-block;
		float: none;
	}

	#headerInternal {
		height: 160px;
		background-size: cover;
		background-position: center center !important;
		margin-bottom: 0;
	}

	.bg-destaques {
		padding-right: 15px !important;
	}

	.contentInternal p.ybtn {
		float: none;
		display: inline-block;
		width: auto;
	}

	.contentInternal .wp-block-media-text .wp-block-media-text__content {
		text-align: left;
	}

	.selectPage {
		position: relative;
		display: block;
		float: left;
		width: calc(100% - 42px);
		border: 1px solid #ccc;
		border-radius: 10px;
		padding: 10px 20px;
		line-height: 21px;
	}

	.selectPage p {
		float: left;
		width: calc(100% - 40px);
		font-size: 16px;
		font-weight: 700;
	}

	.selectPage img {
		position: absolute;
		width: 40px;
		top: 50%;
		right: 15px;
		margin-top: -7px;
	}

	#itensMenuInternal {
		margin: 10px;
	}

	#itensMenuInternal li a {
		margin-bottom: 10px;
	}

	#itensMenuInternal {
		display: none;
	}
	
	.form-group.c3 {
		text-align: left;
		width: 100%;
	}

	.cf7sr-g-recaptcha iframe {
		/*transform: scale(0.7);*/
	}

	.form-group.recaptcha {
		float: none;
		display: inline-block;
	}

	.btnSubmit {
		text-align: center;
	}

	.btnSubmit .wpcf7-list-item {
		margin: 0;
	}

	.btnSubmit .form-group {
		float: left;
		width: 100% !important;
		text-align: center;
		margin: 0 0 10px 0 !important;
	}
	
	#contentContact .ybtn {
		width: 100%;
		height: 40px;
	}
	
	.dot-container {
		text-align: center !important;
	}
	
	.contentProjetos .form-projetos .custom-select {
		width: 100% !important;
		margin: 0 0 15px 0;
	}

	.contentProjetos .form-projetos .ybtn {
		float: right;
	}
	
	.no-justify {
		text-align: left !important;
	}

	.gutenberg__slider {
		padding-bottom: 70px;
		margin-bottom: 20px;
	}
	
	.slider-equipamentos p {
		padding: 10px;
	}
	
	.dot-container {
		display: none !important;
	}
	
	.slider-equipamentos, .slider-equipamentos .slide {
		width: 100% !important;
    	height: 190px !important;
    	padding: 0 0 180px 0;
    	background-size: 100%;
    	margin: -50px 0 0 0;
	}
	
	.arrow-left, .arrow-right {
		top: 37% !important;
	}
	
	#fancybox-wrap {
		width: 90% !important;
		left: 0 !important;
	}
	
	#fancybox-content {
		width: auto !important;
	}

}


