/* artigos tecnicos */
span.subtitulo{display: block;font-size: 14px;font-weight: 700;line-height: 14px;letter-spacing: 0.08em;text-transform: uppercase;color: #22222252;margin-bottom: 12px;}

h2.tituloPrincipal{font-size: 41px;font-weight: 400;line-height: 40px;letter-spacing: -0.04em;color: #222;margin-bottom: 16px;}
	h2.tituloPrincipal b{font-weight: 700;}

/* Box Topo */
.boxTopo{display: flex ; align-items: center; width: 100%; background: #000; height: 100vh; max-height: 800px; min-height: 500px;}

	.boxTopo .splideFotos{display: flex;opacity: 0.4; position: absolute;top: 0px;left: 0px;height: 100%; transition: all 0.5s ease;}
		.boxTopo .splideFotos figure{min-width: max-content;height: 100%;}
			.boxTopo .splideFotos figure img{width: 100%; height: 100%;}

	.boxTopo .centro{width: 100%;max-width: 1608px;padding: 0px 20px 0px;margin: 0px auto;position: relative;z-index: 2;}
        .boxTopo .centro h2{padding-top: 35px;}
		.boxTopo .centro a b{font-size: 20px;}

/* Box Trabalhe Conosco */
	.boxArtigosTecnicos .centro{display: flex;justify-content: space-between;gap: 20px;width: 100%;max-width: 1531px;padding: 146px 20px 131px;margin: 0px auto;position: relative;z-index: 2;}

		.boxArtigosTecnicos .centro .explore{width: 100%;max-width: 316px;}
		.en .boxArtigosTecnicos .centro .explore{max-width: 339px;}
		.es .boxArtigosTecnicos .centro .explore{max-width: 357px;}
			.boxArtigosTecnicos .centro .explore h2{font-size: 40px;font-weight: 400;line-height: 44px;letter-spacing: -0.02em;color: #2A2725;margin-bottom: 44px;position: sticky;top: 102px;}
				.boxArtigosTecnicos .centro .explore h2::before{content: "";width: 360px;height: 13px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 361 16'%3E%3Cpath fill='%23DDCFCD' d='M360.707 8.707a1 1 0 0 0 0-1.414L354.343.929a1 1 0 1 0-1.414 1.414L358.586 8l-5.657 5.657a1 1 0 1 0 1.414 1.414l6.364-6.364ZM360 8V7H0v2h360V8Z'/%3E%3C/svg%3E")center center no-repeat;background-size: cover;position: absolute;bottom: -25px;right: -17px;pointer-events: none;}
				.boxArtigosTecnicos .centro .explore h2 b{font-weight: 700;}
			.boxArtigosTecnicos .centro .explore p{width: 100%;max-width: 480px;font-size: 18px;font-weight: 300;line-height: 32px;letter-spacing: 0.01em;color: #7B7574;}
				.boxArtigosTecnicos .centro .explore p b{font-weight: 500;color: #423E3B;}

		.boxArtigosTecnicos .centro ul.exploreArtigos{width: 100%;max-width: 1080px;min-width: 494px;padding: 0 20px 120px;position: relative;z-index: 1;}

				.boxArtigosTecnicos .centro ul.exploreArtigos p {font: 400 18px/32px 'Manrope';letter-spacing: 0.02em;color: #7B7574;margin: 0 0 45px;}
				.boxArtigosTecnicos .centro ul.exploreArtigos li{width: 100%;max-width: 1023px;display: flex;gap: 20px;margin: 0px 0 54px;}

					.boxArtigosTecnicos .centro ul.exploreArtigos li figure {max-width: 28px;width: 100%;height:38px;position: relative;top: 6px;}
					.boxArtigosTecnicos .centro ul.exploreArtigos li figure img {user-select:none;}

						.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo h2{font-size: 20px;font-weight: 700;line-height: 28px;letter-spacing: 0.01em;color: #464646;margin-bottom: 16px;}
						.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo p{font-size: 16px;font-weight: 400;line-height: 26px;color: #7B7574;margin-bottom: 28px;}
							.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo p b{font-weight: 700;color: #423E3B;}
						.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:link,
						.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:active,
						.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:visited{display: flex;align-items: center;gap: 12px;width: max-content;background: #473D37;box-shadow: 0px 4px 4px 0px #00000040, 0px -48px 44px -16px #8F4C17 inset;border-radius: 4px;padding: 13px 28px 14px;transition: all 0.5s ease;}
							.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a b{font-size: 16px; font-weight: 700; line-height: 21px; color: #FFF;}
							.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a svg{width: 19px;min-width: 19px;height: 19px;pointer-events: none;transition: all 0.5s ease;}
						/* Hover */
						.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:hover{background: #CC6A19;box-shadow: 0px 4px 7px 0px #00000033, 0px -48px 44px -16px #70131280 inset;}
							.boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:hover svg{transform: translateY(1px);}

@media (min-width: 1000px) and (max-width: 1800px) {
    .boxTopo .centro{padding-left: 96px;} }

@media (min-width: 1000px) and (max-width: 1370px){
    .boxTopo {max-height: 615px;}
        .boxTopo .centro{transform: scale(0.85);}
            .boxTopo .centro h2 { padding-top: 126px;}}

/* MOBILE */

._320 main{width: 100%; max-width: 440px; margin: 0px auto; overflow: clip;}

/* Box Topo */
._320 .boxTopo{height: 280px; min-height: initial;}
	._320 .boxTopo .centro{padding: 0 20px;}
		._320 .boxTopo .centro h2{padding-top: 60px;}
		._320 .boxTopo .centro p{width: 100%; margin: 0px auto;}
		._320 body:not(body.pt) .boxTopo .centro p{max-width: 240px;}
	._320 .boxTopo .splideFotos{height: 280px;}

/* Box Trabalhe Conosco */
._320 .boxArtigosTecnicos{position: relative;}
	._320 .boxArtigosTecnicos::before{content: "";width: 100%;height: 132px;background: linear-gradient(180deg, #473D373D 0%, #473D3700 100%);position: absolute;top: 0px;left: 0px;pointer-events: none;}
	._320 .boxArtigosTecnicos .centro{flex-direction: column;gap: 0px;padding: 60px 0px 0px;}

		._320 .boxArtigosTecnicos .centro .explore{margin: 0 auto;padding: 0px 20px -10px;position: relative;z-index: 2;}
			._320 .boxArtigosTecnicos .centro .explore h2{font-size: 24px;line-height: 32px;text-align: center;margin: 0px auto 23px;}
				._320 .boxArtigosTecnicos .centro .explore h2::before{display: none;}
			._320 .boxArtigosTecnicos .centro .explore p{font-size: 16px;line-height: 28px;text-align: center;}

		._320 .boxArtigosTecnicos .centro ul.exploreArtigos{min-width: initial;margin: 0px 0 50px;padding: 0px;border-radius: 0px;box-shadow: none;}
			._320 .boxArtigosTecnicos .centro ul.exploreArtigos li{gap: 15px;padding: 30px 20px 0;margin-bottom: 0;position: relative;}
				._320 .boxArtigosTecnicos .centro ul.exploreArtigos p {font-size: 15px;line-height: 23px;text-align: center;padding: 0 20px 12px;margin-bottom: 0;}
				._320 .boxArtigosTecnicos .centro ul.exploreArtigos figure {top: auto;bottom: 55px;position: absolute;right: 70px;z-index: -1;display: none;}
				._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo{width: 100%;}

					._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo h2{font-size: 16px;line-height: 19px;text-align: center;}
					._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo p{font-size: 15px;margin-bottom: 20px;}
					._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:link,
					._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:active,
					._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a:visited{padding: 12px 28px;margin: 0 auto;}
						._320 .boxArtigosTecnicos .centro ul.exploreArtigos li .conteudo a b{line-height: 20px;font-size: 14px;}