.elementor-1050 .elementor-element.elementor-element-170b0dc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1050 .elementor-element.elementor-element-93b0c11{padding:50px 50px 50px 50px;text-align:center;}.elementor-1050 .elementor-element.elementor-element-93b0c11 .elementor-heading-title{font-family:"Poppins bold", Sans-serif;font-size:70px;font-weight:600;}.elementor-1050 .elementor-element.elementor-element-c1f173c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1050 .elementor-element.elementor-element-c1f173c:not(.elementor-motion-effects-element-type-background), .elementor-1050 .elementor-element.elementor-element-c1f173c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1050 .elementor-element.elementor-element-6596ca8{--display:flex;}.elementor-1050 .elementor-element.elementor-element-b21e7c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1050 .elementor-element.elementor-element-b21e7c3:not(.elementor-motion-effects-element-type-background), .elementor-1050 .elementor-element.elementor-element-b21e7c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1050 .elementor-element.elementor-element-f4ba693{--display:flex;}.elementor-1050 .elementor-element.elementor-element-85b543f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1050 .elementor-element.elementor-element-f95aefb{--display:flex;}.elementor-1050 .elementor-element.elementor-element-a540420{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1050 .elementor-element.elementor-element-3dd2a93{--display:flex;}.elementor-1050 .elementor-element.elementor-element-b0a2db3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1050 .elementor-element.elementor-element-814f3b4{--display:flex;}.elementor-1050 .elementor-element.elementor-element-94f09d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1050 .elementor-element.elementor-element-de68eea{--display:flex;}.elementor-1050 .elementor-element.elementor-element-3655c7d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-67673c6 */.produto-download-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.produto-download-box__imagem {
  width: 42%;
  overflow: hidden;
  border-radius: 16px;
}

.produto-download-box__imagem img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.produto-download-box__conteudo {
  width: 58%;
}

.produto-download-box__titulo {
  margin: 0 0 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #123070 ;
}

.produto-download-box__descricao {
  margin: 0;
  font-family: 'Exo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color:#123070;
}

@media (max-width: 767px) {
  .produto-download-box {
    flex-direction: column;
    gap: 24px;
  }

  .produto-download-box__imagem,
  .produto-download-box__conteudo {
    width: 100%;
  }

  .produto-download-box__titulo {
    font-size: 26px;
  }

  .produto-download-box__descricao {
    font-size: 16px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c674996 */.produto-download-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.produto-download-box__imagem {
  width: 42%;
  overflow: hidden;
  border-radius: 16px;
}

.produto-download-box__imagem img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.produto-download-box__conteudo {
  width: 58%;
}

.produto-download-box__titulo {
  margin: 0 0 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}

.produto-download-box__descricao {
  margin: 0;
  font-family: 'Exo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #555555;
}

@media (max-width: 767px) {
  .produto-download-box {
    flex-direction: column;
    gap: 24px;
  }

  .produto-download-box__imagem,
  .produto-download-box__conteudo {
    width: 100%;
  }

  .produto-download-box__titulo {
    font-size: 26px;
  }

  .produto-download-box__descricao {
    font-size: 16px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0396863 */.produto-download-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.produto-download-box__imagem {
  width: 42%;
  overflow: hidden;
  border-radius: 16px;
}

.produto-download-box__imagem img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.produto-download-box__conteudo {
  width: 58%;
}

.produto-download-box__titulo {
  margin: 0 0 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}

.produto-download-box__descricao {
  margin: 0;
  font-family: 'Exo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #555555;
}

@media (max-width: 767px) {
  .produto-download-box {
    flex-direction: column;
    gap: 24px;
  }

  .produto-download-box__imagem,
  .produto-download-box__conteudo {
    width: 100%;
  }

  .produto-download-box__titulo {
    font-size: 26px;
  }

  .produto-download-box__descricao {
    font-size: 16px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd23682 */.produto-download-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.produto-download-box__imagem {
  width: 42%;
  overflow: hidden;
  border-radius: 16px;
}

.produto-download-box__imagem img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.produto-download-box__conteudo {
  width: 58%;
}

.produto-download-box__titulo {
  margin: 0 0 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}

.produto-download-box__descricao {
  margin: 0;
  font-family: 'Exo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #555555;
}

@media (max-width: 767px) {
  .produto-download-box {
    flex-direction: column;
    gap: 24px;
  }

  .produto-download-box__imagem,
  .produto-download-box__conteudo {
    width: 100%;
  }

  .produto-download-box__titulo {
    font-size: 26px;
  }

  .produto-download-box__descricao {
    font-size: 16px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ce2882 */.produto-download-box {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 40px;
}

.produto-download-box__imagem {
  width: 42%;
  overflow: hidden;
  border-radius: 16px;
}

.produto-download-box__imagem img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}

.produto-download-box__conteudo {
  width: 58%;
}

.produto-download-box__titulo {
  margin: 0 0 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #222222;
}

.produto-download-box__descricao {
  margin: 0;
  font-family: 'Exo', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  color: #555555;
}

@media (max-width: 767px) {
  .produto-download-box {
    flex-direction: column;
    gap: 24px;
  }

  .produto-download-box__imagem,
  .produto-download-box__conteudo {
    width: 100%;
  }

  .produto-download-box__titulo {
    font-size: 26px;
  }

  .produto-download-box__descricao {
    font-size: 16px;
    line-height: 1.6;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins bold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://taktdigital.com.br/wp-content/uploads/2026/03/Poppins-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */