@charset "UTF-8";
@import url("https://use.typekit.net/vjw5jqp.css");
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt,
em, embed,
fieldset, figcaption, figure, font, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd,
keygen,
label, legend, li,
meter,
nav,
object, ol, output,
p, pre, progress,
q,
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  list-style: none;
  outline: none;
}

a {
  text-decoration: none;
}

*:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: lighter;
}

*::-moz-selection {
  background: #656c72;
}

*::selection {
  background: #656c72;
}

*::-moz-selection {
  background: #656c72;
}

html, body {
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 16px;
  color: #1d1f21;
}

.btn {
  padding: 15px 30px;
  background: #d2453e;
  border-radius: 5px;
  color: #fff;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.btnVaz {
  background: none;
  border: 3px solid #fff;
  padding: 7px 21px;
}

.btnVaz:hover {
  background: #fff;
  color: #0082c9;
}

.btnNeg {
  background: #fff;
  color: #0082c9;
}

.btnSmall {
  padding: 5px 14px;
  font-size: 12px;
}

/** Big Bang **/
div {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.wrapper {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.conteudo h1, .conteudo h2, .conteudo h3 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  margin-bottom: 10px;
}

.conteudo h1 {
  font-size: 40px;
  letter-spacing: -2px;
}

.conteudo h2 {
  font-size: 44px;
  letter-spacing: -2px;
}

.conteudo h3 {
  font-size: 34px;
  letter-spacing: -1px;
}

.conteudo h4 {
  font-size: 18px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #707880;
}

.conteudo p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #657181;
}

.boxConteudo {
  width: calc(100% - 60px);
  max-width: 1400px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 30px;
}

header {
  position: absolute;
  z-index: 200;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}

header .boxConteudo {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

header .boxConteudo .branding {
  width: 260px;
  height: 80px;
  text-indent: -9999px;
  background: url(../imagens/logoprincipal.svg) no-repeat right center;
  background-size: contain;
}

header .boxConteudo .menuPrincipal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .boxConteudo .menuPrincipal li {
  margin-right: 60px;
}

header .boxConteudo .menuPrincipal li a {
  color: white;
  text-transform: lowercase;
  font-size: 20px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

header .boxConteudo .menuPrincipal li a:hover {
  color: #d2453e;
}

header .boxConteudo .trigger {
  height: 60px;
  width: 70px;
  background: url(../imagens/menu.svg) no-repeat right center;
  background-size: contain;
  cursor: pointer;
  display: none;
}

/* ################################# PÁGINA INICIAL */
.hero {
  height: 100vh;
  background: #1d1f21;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.hero .boxConteudo {
  z-index: 180;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero .boxConteudo h2 {
  text-align: center;
  font-size: 120px;
  color: white;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: -10px;
  width: 100%;
  line-height: 120px;
  margin-bottom: 100px;
}

.hero .boxConteudo h2 strong {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  color: #dd271e;
}

.hero .boxConteudo .btn {
  border: 3px solid white;
  padding: 16px 30px;
  margin: 0;
  -webkit-transition: margin-right .3s ease;
  transition: margin-right .3s ease;
  background: white;
  color: #d2453e;
  letter-spacing: 0px;
  font-size: 26px;
  /*background: url(../imagens/seta-branca.png) no-repeat right center;
			&:hover {
				margin-right: 10px;
			}*/
}

.hero .boxConteudo .btn:hover {
  background: white;
  color: #d2453e;
}

.hero .decorativoHero {
  position: absolute;
  z-index: 170;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: -30vw;
}

.hero .decorativoHero img {
  -o-object-fit: contain;
     object-fit: contain;
  /*object-position: 0 100%;
			width: 80vw;
			max-width: 1400px;
			max-height: 90vh;*/
}

.hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.9;
}

.wrapper[data-bloco="inovacaoTopo"] {
  padding: 80px 0;
}

.wrapper[data-bloco="inovacaoTopo"] .boxConteudo {
  padding: 0 10%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper[data-bloco="inovacaoTopo"] .boxConteudo p {
  width: 100%;
  font-size: 30px;
  letter-spacing: -2px;
  line-height: 44px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
}

.wrapper[data-bloco="inovacaoTopo"] .boxConteudo p strong {
  color: #d2453e;
}

.wrapper[data-bloco="inovacaoTopo"] .boxConteudo small {
  margin-top: 20px;
}

.wrapper[data-bloco="inovacaoTopo"] .boxConteudo small p {
  line-height: 24px;
  font-size: 20px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  color: #707d8f;
  letter-spacing: 0;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .btn {
  position: absolute;
  z-index: 150;
  left: 50%;
  margin-left: -250px;
  width: 500px;
  margin-top: -10px;
  margin-bottom: 10px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0;
  padding: 55px 40px;
  -webkit-transition: padding-right .3s ease;
  transition: padding-right .3s ease;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .btn p {
  color: #1d1f21;
  font-size: 30px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  line-height: 34px;
  text-align: left;
  letter-spacing: -2px;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .btn p strong {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .btn span {
  width: 110px;
  height: 70px;
  background: url(../imagens/seta-vermelha.png) no-repeat right center;
  background-size: contain;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .col1, .wrapper[data-bloco="servicoHome"] .boxConteudo .col2 {
  width: 50%;
  background: no-repeat center;
  background-size: cover;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .col1 {
  height: 580px;
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  background-image: url(../imagens/chamadahome1.jpg);
}

.wrapper[data-bloco="servicoHome"] .boxConteudo .col2 {
  -webkit-transition: height .3s ease;
  transition: height .3s ease;
  height: 520px;
  background-image: url(../imagens/chamadahome2.jpg);
}

.wrapper[data-bloco="servicoHome"] .boxConteudo:hover .btn {
  padding-right: 55px;
}

.wrapper[data-bloco="servicoHome"] .boxConteudo:hover .col2 {
  height: 560px;
}

.wrapper[data-bloco="nossaExperiencia"] {
  padding: 70px 0 45px 0;
}

.wrapper[data-bloco="nossaExperiencia"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper[data-bloco="nossaExperiencia"] .boxConteudo h2 {
  line-height: 70px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 170px;
  color: white;
  letter-spacing: -3px;
  text-align: center;
  text-shadow: -1px -1px 0 #cbcccc, 1px -1px 0 #cbcccc, -1px 1px 0 #cbcccc, 1px 1px 0 #cbcccc;
}

.wrapper[data-bloco="nossaExperiencia"] .boxConteudo p {
  width: 60%;
  font-size: 20px;
  text-align: center;
  line-height: 34px;
}

.wrapper[data-bloco="diferenciais"] {
  padding: 45px 0 70px 0;
}

.wrapper[data-bloco="diferenciais"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper[data-bloco="diferenciais"] .boxConteudo li {
  font-size: 24px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  letter-spacing: -1px;
  text-align: center;
  line-height: 28px;
}

.wrapper[data-bloco="diferenciais"] .boxConteudo span {
  margin: 0 40px;
  width: 5px;
  height: 50px;
  border-radius: 10px;
  background: #d2453e;
}

.wrapper[data-bloco="diferenciais"] .boxConteudo span:last-child {
  display: none;
}

.wrapper[data-bloco="chamadaWcm"] {
  padding: 110px 0;
  background: url(../imagens/culturainovacao2.jpg) no-repeat right #1d1f21;
  background-size: cover;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 30%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo * {
  color: white;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo h2 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 55px;
  letter-spacing: -2px;
  line-height: 55px;
  margin-bottom: 25px;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo p {
  font-size: 24px;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo .btnAcoes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo .btnAcoes .btn {
  background: none;
  border: 3px solid white;
  color: white;
  padding: 20px 30px;
  font-size: 24px;
  margin-top: 30px;
  letter-spacing: -1px;
  margin-right: 15px;
}

.wrapper[data-bloco="chamadaWcm"] .boxConteudo .btnAcoes .btn:hover {
  background: white;
  color: #d2453e;
}

/* ################################# RODAPÉ */
.wrapper[data-bloco="areaContato"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.wrapper[data-bloco="areaContato"] .boxConteudo {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 20px 40px;
}

.wrapper[data-bloco="areaContato"] .boxConteudo address {
  text-align: right;
  font-style: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.wrapper[data-bloco="areaContato"] .boxConteudo address h2 {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  font-size: 35px;
  letter-spacing: -2px;
  line-height: 55px;
  margin-bottom: 15px;
}

.wrapper[data-bloco="areaContato"] .boxConteudo address p {
  margin-bottom: 5px;
}

.wrapper[data-bloco="areaContato"] .boxConteudo address .oversize {
  color: #d2453e;
  font-size: 18px;
}

.wrapper[data-bloco="areaContato"] .boxConteudo .link {
  color: #1d1f21;
  font-size: 16px;
}

.wrapper[data-bloco="areaContato"] .boxConteudo .link i {
  color: #d2453e;
}

.wrapper[data-bloco="areaContato"] iframe {
  width: 100%;
  height: 450px;
}

footer {
  background: #1d1f21;
}

footer * {
  color: white;
}

footer .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

footer .boxConteudo .menuRodape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .boxConteudo .menuRodape li {
  margin-right: 50px;
}

footer .boxConteudo .menuRodape li a:hover {
  color: #d2453e;
}

footer .boxConteudo .direitosAutorais {
  width: 50px;
  height: 50px;
  background: url(../imagens/rights.svg) no-repeat right center;
  background-size: 30px;
  text-indent: -9999px;
}

/* ################################# PÁGINAS INTERNAS */
/*
.tituloPagina {
	
	padding: 170px 0 40px 0;
	background: url(../imagens/bgheader.jpg) no-repeat center $preto;
	background-size: cover;
	.boxConteudo {
		display: flex;
		justify-content: space-between;
		.col1 {
			width: 60%;
			img {
				width: 100%;
				position: relative;
				height: 110%;
				object-fit: cover;
				box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.25);
			}
		}
		.col2 {
			width: 40%;
			padding: 40px 0 20px 40px;
			display: flex;
			flex-direction: column;
			align-items: flex-start;
			justify-content: flex-end;
			h2 {
				color: white;
				margin: 0 0 20px 0;
			}
			p {
				color: white;
				margin-bottom: 15px;
			}
		}
	}
}

*/
.tituloPagina {
  padding: 240px 0 70px 0;
  background: no-repeat center;
  background-size: cover;
  /*.col1 {
		width: 50%;
		display: flex;
		justify-content: flex-end;
		img {
			max-width: 900px;
			transform: scale(108%);
			transform-origin: top right;
			width: 100%;
			box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.25);
		}
	}*/
}

.tituloPagina .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.tituloPagina .boxConteudo h1 {
  font-size: 34px;
  color: white;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
}

.tituloPagina .boxConteudo p {
  color: white;
  font-size: 22px;
  margin-bottom: 15px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  text-align: right;
  line-height: 46px;
  max-width: 900px;
}

.tituloPagina[data-pagina="sobre"] {
  padding: 0;
  position: relative;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #1d1f21;
}

.tituloPagina[data-pagina="sobre"] .videoSobre {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.7;
}

.tituloPagina[data-pagina="sobre"] .overlayTitulo {
  position: absolute;
  padding-bottom: 100px;
}

.tituloPagina[data-pagina="sobre"] .overlayTitulo .boxConteudo p {
  max-width: 600px;
}

.tituloPagina[data-pagina="certificado"] {
  padding: 40px 0;
}

.tituloPagina[data-pagina="tour360"] {
  padding: 0;
  position: relative;
  height: 160px;
}

/* ################################# MÓDULOS */
/* ################################# QUEM SOMOS */
/*
.wrapper[data-bloco="comoFazemos"] {
	padding: 160px 0 110px 0;
	background: url(../imagens/bgcomofazemos.jpg) no-repeat center $fundo;
	background-size: cover;
	.boxConteudo {
		text-align: center;
		//padding-right: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		 p{
			 color: $preto;
			 font-size: 22px;
			 max-width: 900px;
			 line-height: 40px;
		 }
	}
}
*/
.wrapper[data-bloco="comoFazemos"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #d6e0ec;
}

.wrapper[data-bloco="comoFazemos"] .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 140px 40px 140px 20px;
}

.wrapper[data-bloco="comoFazemos"] .col .boxConteudo p {
  color: #1d1f21;
  font-size: 22px;
  max-width: 900px;
  line-height: 40px;
}

.wrapper[data-bloco="comoFazemos"] .col-img {
  background: no-repeat center;
  background-size: cover;
  padding: 0;
}

/*
.wrapper[data-bloco="nossaEstrutura"] {
	flex-direction: row;
	align-items: stretch;
	.col {
		width: 50%;
		&[data-col="imagem"] {
			object-fit: cover;
			min-height: 200px;
			max-height: 500px;
		}
		&[data-col="conteudo"] {
			padding: 100px 30px 100px 40px;
			border-bottom: 1px solid $fundo;
			display: flex;
			align-items: center;
			.internoCol {
				width: 100%;
				max-width: 660px;
				p {
					font-size: 22px;
					margin-bottom: 0;
					line-height: 40px;
				}

			}
		}
 	}
}
*/
.wrapper[data-bloco="nossaEstrutura"] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #d6e0ec;
}

.wrapper[data-bloco="nossaEstrutura"] .col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 140px 20px 140px 40px;
}

.wrapper[data-bloco="nossaEstrutura"] .col .boxConteudo p {
  color: #1d1f21;
  font-size: 22px;
  max-width: 900px;
  line-height: 40px;
}

.wrapper[data-bloco="nossaEstrutura"] .col-img {
  background: no-repeat center;
  background-size: cover;
  padding: 0;
}

.wrapper[data-bloco="finalQuemsomos"] {
  padding: 80px 0;
  border-bottom: 1px solid #e7edf4;
}

.wrapper[data-bloco="finalQuemsomos"] .boxConteudo {
  text-align: center;
}

.wrapper[data-bloco="finalQuemsomos"] .boxConteudo p span {
  color: #d2453e;
}

/* ################################# O QUE FAZEMOS */
.wrapper[data-bloco="introProduto"] {
  padding: 110px 0 60px 0;
}

.wrapper[data-bloco="introProduto"] .boxConteudo {
  text-align: right;
}

.wrapper[data-bloco="introProduto"] .boxConteudo h2 {
  color: #1d1f21;
  font-size: 30px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  line-height: 34px;
  letter-spacing: -2px;
}

.wrapper[data-bloco="introProduto"] .boxConteudo h2 strong {
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo h2, .wrapper[data-bloco="portfolioProduto"] .boxConteudo p, .wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio {
  width: 100%;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo h2 {
  margin-bottom: 0;
  line-height: 48px;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo p {
  font-size: 22px;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio {
  margin: 20px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li {
  width: calc(25% - 20px);
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  background: no-repeat right center;
  background-position: 125% 50%;
  background-size: 180px;
  -webkit-transition: background-position .3s ease;
  transition: background-position .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li a {
  width: 100%;
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: padding-left .3s ease;
  transition: padding-left .3s ease;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li a p {
  color: #1d1f21;
  font-size: 24px;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li:hover {
  background-position: 160% 50%;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li:hover a {
  padding-left: 35px;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .portfolioOutros li {
  background: none !important;
}

.wrapper[data-bloco="portfolioProduto"] .boxConteudo .portfolioOutros li a {
  padding-top: 25px;
  height: auto;
}

.interiorPortfolio {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 35px;
  background: no-repeat center #ccc;
  background-size: cover;
}

.interiorPortfolio .boxConteudo .col2 {
  padding: 0;
}

.interiorPortfolio .boxConteudo .col2 * {
  color: white;
}

.interiorPortfolio .boxConteudo .col2 h2 small {
  font-size: 24px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
}

.interiorPortfolio .boxConteudo .col2 h2 span p {
  font-size: 46px;
}

.interiorPortfolio .boxConteudo .col2 h2 span p br {
  display: none;
}

.wrapper[data-bloco="painelPortfolio"] {
  padding: 70px 0;
  background: #e7edf4;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio {
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 25px;
  background: white;
  margin-bottom: 25px;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio:nth-of-type(4n+4) {
  margin-right: 0;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio .wrapImg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 350px;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio .wrapImg img {
  width: 100%;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio h3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 15px 20px 15px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  color: #1d1f21;
  border-top: 1px solid #d6e0ec;
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio:hover {
  -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
}

.wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio:hover .wrapImg img {
  -webkit-transform: scale(120%);
          transform: scale(120%);
}

.wrapper[data-bloco="painelPortfolio"] .btn {
  margin-top: 40px;
  padding: 10px 20px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
}

.wrapper[data-bloco="passosProducao"] {
  padding: 70px 0 80px 0;
  background: url(../imagens/bg-molde.jpg) no-repeat center;
  background-size: cover;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo .listaPassos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo .listaPassos li {
  font-size: 24px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
  color: white;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo .listaPassos span {
  margin: 0 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 10px;
  background: white;
  height: 3px;
  border-radius: 5px;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo .listaPassos span:last-child {
  display: none;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo p {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  color: white;
}

.wrapper[data-bloco="passosProducao"] .boxConteudo .btn {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  font-size: 18px;
  margin-top: 25px;
}

.wrapper[data-bloco="blocoGestao"] {
  padding: 0 0;
  background: #e7edf4;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid #d6e0ec;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col {
  width: 100%;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="titulo"] {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.15);
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="titulo"] h3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  line-height: 40px;
  font-size: 32px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
  background: white;
  margin-bottom: 0;
  padding: 25px 25px 30px 25px;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="titulo"] h3 span {
  font-size: 44px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-display: swap;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="titulo"] img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="conteudo"] {
  width: calc(100% - 600px);
  text-align: justify;
  margin-top: 20px;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="conteudo"] p {
  font-size: 22px;
  line-height: 40px;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 500;
  font-display: swap;
}

.wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="conteudo"] .btn {
  width: 200px;
}

.wrapper[data-bloco="blocoGestao"]:first-of-type .boxConteudo {
  padding-top: 110px;
}

.wrapper[data-bloco="blocoGestao"]:nth-of-type(even) .boxConteudo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.wrapper[data-bloco="gestaoEngenharia"] {
  padding-top: 30px;
}

.wrapper[data-bloco="gestaoTalentos"] {
  border-bottom: 1px solid #e7edf4;
}

.wrapper[data-bloco="gestaoTalentos"] .boxConteudo {
  border: none;
}

.tour360 {
  border: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 160px);
  overflow: hidden;
  overflow-y: hidden;
}

.btnVoltar {
  position: absolute;
  display: none;
  top: 200px;
  right: 32px;
  border: 0;
}

@media only screen and (max-width: 1300px) {
  header .boxConteudo {
    height: auto;
    padding: 20px 0;
  }
  header .boxConteudo .branding {
    width: 230px;
  }
  header .boxConteudo .menuPrincipal li {
    margin-right: 30px;
  }
  header .boxConteudo .menuPrincipal li a {
    font-size: 18px;
  }
  .hero {
    height: auto;
    min-height: 600px;
  }
  .hero .boxConteudo h2 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -3px;
  }
  .hero .decorativoHero {
    height: 700px;
  }
  .wrapper[data-bloco="inovacaoTopo"] .boxConteudo {
    padding: 0 5%;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo .col1 {
    height: 470px;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo .col2 {
    height: 420px;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo:hover .col2 {
    height: 450px;
  }
  .wrapper[data-bloco="nossaExperiencia"] .boxConteudo p {
    width: 80%;
  }
  .wrapper[data-bloco="diferenciais"] .boxConteudo li {
    font-size: 20px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 500;
    font-display: swap;
  }
  .wrapper[data-bloco="chamadaWcm"] .boxConteudo {
    padding-right: 10%;
  }
  .wrapper[data-bloco="chamadaWcm"] .boxConteudo h2 {
    font-size: 48px;
  }
  .wrapper[data-bloco="chamadaWcm"] .boxConteudo .btnAcoes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tituloPagina[data-pagina="tour360"] {
    height: 122px;
  }
  .btnVoltar {
    position: absolute;
    bottom: -90px;
    right: 32px;
    border: 0;
  }
}

@media only screen and (max-width: 1040px) {
  .wrapper {
    min-width: 0;
  }
  .wrapper .boxConteudo {
    min-width: 0;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .wrapper[data-bloco="nossaExperiencia"] .boxConteudo h2 {
    font-size: 120px;
  }
  .wrapper[data-bloco="diferenciais"] {
    background: #e7edf4;
  }
  .wrapper[data-bloco="diferenciais"] .boxConteudo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper[data-bloco="diferenciais"] .boxConteudo span {
    margin: 25px 0;
    width: 30px;
    height: 3px;
  }
  .wrapper[data-bloco="areaContato"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #e7edf4;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 40px 20 40px;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo address {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo address h2 {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 700;
    font-display: swap;
    font-size: 35px;
    letter-spacing: -2px;
    line-height: 55px;
    margin-bottom: 15px;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo address p {
    margin-bottom: 5px;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo address .oversize {
    color: #d2453e;
    font-size: 18px;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo .link {
    color: #1d1f21;
    font-size: 16px;
  }
  .wrapper[data-bloco="areaContato"] .boxConteudo .link i {
    color: #d2453e;
  }
  .wrapper[data-bloco="areaContato"] iframe {
    width: 100%;
    height: 250px;
  }
  footer {
    display: none !important;
  }
  .tituloPagina[data-pagina="certificado"] .boxConteudo h1 {
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  .tituloPagina[data-pagina="certificado"] .boxConteudo p {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
  }
  .imagem-certificado {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  header .boxConteudo .branding {
    width: 150px;
  }
  header .boxConteudo .menuPrincipal {
    display: none;
    position: absolute;
    width: 100%;
    background: #d2453e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#f05d4c), to(#c54c3d));
    background: linear-gradient(to right, #f05d4c 0%, #c54c3d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$vermelho_claro', endColorstr='$vermelho_escuro',GradientType=1 );
    /* IE6-9 */
    top: 100px;
    left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 999;
    padding: 15px 0;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.5);
  }
  header .boxConteudo .menuPrincipal li {
    width: 100%;
    padding: 15px 0;
    margin-right: 0;
  }
  header .boxConteudo .menuPrincipal li a {
    padding: 0 15px;
    color: white;
  }
  header .boxConteudo .trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero {
    height: 100vh;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero .boxConteudo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .boxConteudo h2 {
    width: 100%;
    font-size: 44px;
    line-height: 60px;
    margin-bottom: 20px;
  }
  .hero .boxConteudo .btn {
    font-size: 22px;
  }
  .hero .decorativoHero {
    display: none;
  }
  .wrapper[data-bloco="inovacaoTopo"] .boxConteudo {
    padding: 0 20px;
  }
  .wrapper[data-bloco="inovacaoTopo"] .boxConteudo p {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 38px;
  }
  .wrapper[data-bloco="inovacaoTopo"] .boxConteudo small p {
    line-height: 38px;
  }
  .wrapper[data-bloco="servicoHome"] {
    padding: 0;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo .btn {
    width: 100%;
    margin: 0;
    left: auto;
    position: static;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo .col1, .wrapper[data-bloco="servicoHome"] .boxConteudo .col2 {
    width: 100%;
    height: 150px;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo .col1 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo .col2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo:hover .col1 {
    height: 150px;
  }
  .wrapper[data-bloco="servicoHome"] .boxConteudo:hover .col2 {
    height: 150px;
  }
  .wrapper[data-bloco="nossaExperiencia"] .boxConteudo p {
    width: 80%;
  }
  .wrapper[data-bloco="diferenciais"] .boxConteudo li {
    font-size: 20px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 500;
    font-display: swap;
  }
  .wrapper[data-bloco="chamadaWcm"] .boxConteudo {
    padding-right: 10%;
  }
  .wrapper[data-bloco="chamadaWcm"] .boxConteudo h2 {
    font-size: 48px;
  }
  .tituloPagina {
    padding: 120px 0 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tituloPagina .col1 {
    width: 100%;
  }
  .tituloPagina .col1 img {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .tituloPagina .col2 {
    width: calc(100% - 40px);
    margin-top: -50px;
    padding: 20px;
    background: white;
  }
  .tituloPagina .col2 h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #1d1f21;
    line-height: 30px;
  }
  .tituloPagina .col2 p {
    font-size: 15px;
    color: #1d1f21;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 500;
    font-display: swap;
    line-height: 28px;
    margin: 0;
  }
  .wrapper[data-bloco="comoFazemos"] {
    padding: 40px 0 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper[data-bloco="comoFazemos"] .col {
    width: 100%;
    padding: 40px 20px;
  }
  .wrapper[data-bloco="comoFazemos"] .col .boxConteudo {
    text-align: center;
  }
  .wrapper[data-bloco="comoFazemos"] .col .boxConteudo p {
    max-width: 100%;
    font-size: 18px;
    line-height: 32px;
  }
  .wrapper[data-bloco="comoFazemos"] .col-img {
    height: 150px;
  }
  .wrapper[data-bloco="nossaEstrutura"] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper[data-bloco="nossaEstrutura"] .col {
    width: 100%;
    text-align: center;
  }
  .wrapper[data-bloco="nossaEstrutura"] .col[data-col="imagem"] {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
  .wrapper[data-bloco="nossaEstrutura"] .col[data-col="conteudo"] {
    padding: 50px 20px;
  }
  /*teste*/
  .wrapper[data-bloco="introProduto"] {
    padding-top: 60px;
    background: #e7edf4;
    margin-bottom: 30px;
  }
  .wrapper[data-bloco="introProduto"] .boxConteudo {
    text-align: left;
  }
  .wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio {
    margin: 20px 0 50px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #a9b1bc;
    height: 150px;
  }
  .wrapper[data-bloco="portfolioProduto"] .boxConteudo .iconesPortfolio li a {
    width: 80%;
    height: 150px;
  }
  .interiorPortfolio .boxConteudo .col2 {
    padding: 0;
  }
  .interiorPortfolio .boxConteudo .col2 h2 small {
    font-size: 24px;
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 500;
    font-display: swap;
  }
  .interiorPortfolio .boxConteudo .col2 h2 span p {
    font-size: 46px;
  }
  .interiorPortfolio .boxConteudo .col2 h2 span p br {
    display: none;
  }
  .detalhesPortfolio {
    text-align: center;
  }
  .detalhesPortfolio img {
    margin-top: 20px;
    max-width: 100%;
  }
  .wrapper[data-bloco="passosProducao"] {
    padding: 20px 0 20px 0;
  }
  .wrapper[data-bloco="passosProducao"] .boxConteudo .listaPassos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper[data-bloco="passosProducao"] .boxConteudo .listaPassos li {
    padding-bottom: 15px;
  }
  .wrapper[data-bloco="passosProducao"] .boxConteudo p {
    margin-top: 10px;
  }
  .wrapper[data-bloco="blocoGestao"] {
    padding: 0 0;
  }
  .wrapper[data-bloco="blocoGestao"] .boxConteudo {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="titulo"] {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="conteudo"] {
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper[data-bloco="blocoGestao"] .boxConteudo .col[data-col="conteudo"] p {
    font-size: 16px;
    line-height: 25px;
  }
  .wrapper[data-bloco="blocoGestao"]:first-of-type .boxConteudo {
    padding-top: 5px;
  }
  .wrapper[data-bloco="blocoGestao"]:nth-of-type(even) .boxConteudo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .interiorPortfolio {
    padding-top: 180px;
  }
  .interiorPortfolio * {
    background: none !important;
    color: white !important;
  }
  .interiorPortfolio .boxConteudo .col2 {
    padding: 0;
  }
  .interiorPortfolio .boxConteudo .col2 h2 {
    line-height: 44px;
  }
  .interiorPortfolio .boxConteudo .col2 h2 small {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  .interiorPortfolio .boxConteudo .col2 h2 span p {
    font-size: 32px;
  }
  .wrapper[data-bloco="painelPortfolio"] {
    padding: 50px 0;
  }
  .wrapper[data-bloco="painelPortfolio"] .boxConteudo {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio {
    width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 20px;
  }
  .wrapper[data-bloco="painelPortfolio"] .boxConteudo .itemPortfolio .wrapImg {
    height: 250px;
  }
}

@media only screen and (max-width: 570px) {
  .btnVoltar {
    right: 20px;
    padding: 5px 10px;
  }
}

.conteudoTermos {
  padding: 200px 40px 80px 40px;
}

.popoup-cookie {
  display: none;
  background: white;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.popoup-cookie .inner {
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popoup-cookie .inner p {
  width: 80%;
  line-height: 34px;
}

.popoup-cookie .inner .actions {
  width: 20%;
}

.popoup-cookie .inner .actions .btn {
  margin: 0 auto;
  padding: 10px;
  max-width: 110px;
  background: #007edb;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 24px;
  cursor: pointer;
  border-radius: 5px;
}
/*# sourceMappingURL=style.css.map */