/* INICIO DAS NORMALIZAÇÕES */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  background: #ffffff !important;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}
.overflow-hidden {
  overflow: hidden;
}
img {
  border-style: none;
}
button,
[type="button"],
[type="submit"],
[type="reset"] {
  -webkit-appearance: button;
}

input {
  font-size: 1em;
}
textarea {
  overflow: auto;
  font-size: 1.1em;
}
[hidden] {
  display: none;
}
button,
textarea,
select,
input {
  outline: 0;
}
@media (min-width: 1299px) {
  .containerWidth {
    max-width: 1299px;
    padding: 0;
  }
}
.containerWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
/* FIM DAS NORMALIZAÇÕES */

#cabecalho {
  background: #000000;
}

#cabecalho .fixo {
  position: relative;
}

#cabecalho .content {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  z-index: 10;
}

#cabecalho .content .imagem img {
  width: 160px;
}

#cabecalho .content .menu {
  display: flex;
  gap: 36px;
  align-items: center;
}

#cabecalho .content .menu ul {
  display: flex;
  gap: 28px;
}

#cabecalho .content .menu ul li {
  list-style: none;
  font-size: 13px;
  font-weight: 500;
}

#cabecalho .content .menu ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
}

#cabecalho .content .menu ul li a:hover {
  color: #dc1314;
  transition: all 0.3s;
}

#cabecalho .content .menu .pesquisa {
  padding: 8px;
  display: flex;
  gap: 6px;
  border-bottom: 1px solid #444444;
}

#cabecalho .content .menu .pesquisa input {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}

#cabecalho .content .menu .pesquisa input::placeholder {
  color: #444444;
  font-family: "Roboto", sans-serif;
}

#cabecalho .content .menu .pesquisa button {
  background: transparent;
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
}

#cabecalho .content .menu .solicitar {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  padding: 32px 16px;
  letter-spacing: 1px;
  transition: all 0.3s;
}

#cabecalho .content .menu .solicitar:hover {
  background: #dc1314;
  color: #ffffff;
  transition: all 0.3s;
}

#destaque {
  background-image: url(/images/fundoDestaque.png);
  background-size: 100%;
  padding-top: 128px;
}

#destaque .content {
  color: #ffffff;
  padding: 81px 0;
  padding-bottom: 116px;
}

#destaque .content .textos {
  display: flex;
  flex-direction: column;
  gap: 96px;
  align-items: flex-start;
  max-width: 540px;
  width: 100%;
}

#destaque .content .textos .main {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#destaque .content .textos .principais {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

#destaque .content .textos .principais span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
}

#destaque .content .textos .principais h3 {
  font-size: 64px;
}

#destaque .content .textos .principais a {
  text-decoration: none;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 12px 32px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 16px;
  transition: all 0.3s;
}

#destaque .content .textos .principais a:hover {
  background: #ffffff;
  color: #000000;
  transition: all 0.3s;
}

#destaque .content .textos .unidades {
  display: flex;
  align-items: center;
  gap: 12px;
}

#destaque .content .textos .unidades b {
  font-size: 30px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #000000;
  border-radius: 100%;
}

#destaque .content .textos .unidades span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

#destaque .content .textos .unidades span a {
  color: #ffffff;
  font-size: 13px;
}

#destaque .content .textos .avaliacao {
  display: flex;
  gap: 28px;
  align-items: center;
}

#destaque .content .textos .avaliacao .numeros {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

#destaque .content .textos .avaliacao .numeros strong {
  font-size: 32px;
  color: #ff8e00;
}

#destaque .content .textos .avaliacao .numeros strong b {
  font-size: 32px;
}

#destaque .content .textos .avaliacao .numeros .estrelas {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 6px;
}

#destaque .content .textos .avaliacao .numeros .estrelas i {
  font-size: 12px;
  color: #ff8e00;
}

#destaque .content .textos .avaliacao p {
  padding-left: 28px;
  border-left: 1px solid #212121;
  color: #6a6a6a;
  font-size: 12px;
  max-width: 320px;
  width: 100%;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#destaque .content .textos .avaliacao p b {
  font-size: 15px;
}

#marcas .content {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
}

#marcas .content .marca {
  border-bottom: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0;
}

#marcas .content .marca:last-child {
  border-right: 0;
}

#marcas .content .marca:hover img {
  opacity: 1;
  transition: all 0.3s;
}

#marcas .content .marca img {
  max-width: 150px;
  width: 100%;
  opacity: 0.25;
  transition: all 0.3s;
}

#vendas {
  background: linear-gradient(#ffffff, #f2f2f2);
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

#vendas .content {
  padding-top: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

#vendas .content .textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  max-width: 540px;
  width: 100%;
}

#vendas .content .textos span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #dc1314;
}

#vendas .content .textos h3 {
  font-size: 48px;
}

#vendas .content .categorias {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 32px;
}

#vendas .content .categorias .categoria {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  position: relative;
}

#vendas .content .categorias .categoria:first-child {
  margin-top: 48px;
}

#vendas .content .categorias .categoria:last-child {
  margin-top: 48px;
}

#vendas .content .categorias .categoria i {
  font-size: 32px;
  background: #fcfcfc;
  padding: 32px;
  margin-bottom: 16px;
  border-radius: 100%;
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 32px #00000014;
  color: #dc1314;
}

#vendas .content .categorias .categoria strong {
  font-size: 20px;
}

#vendas .content .categorias .categoria p {
  color: #838383;
  font-size: 14px;
  line-height: 22px;
}

#vendas .content .imagem {
  display: flex;
}

#vendas .content .imagem img {
  max-width: 728px;
  width: 100%;
}

#produtos .content {
  padding: 112px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}

#produtos .content .textos {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  max-width: 540px;
  width: 100%;
}

#produtos .content .textos span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #dc1314;
}

#produtos .content .textos h3 {
  font-size: 56px;
}

#produtos .content .produtos {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 28px;
  row-gap: 56px;
}

#produtos .content .produtos .produto {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

#produtos .content .produtos .produto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#produtos .content .produtos .produto strong {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#produtos .content .produtos .produto .botaoSaibaMais {
  text-decoration: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: all 0.3s;
}

#produtos .content .produtos .produto a:hover {
  background: #000000;
  color: #ffffff;
}

#manutencao {
}

#manutencao .content {
  padding: 112px 0;
  display: flex;
  justify-content: center;
  gap: 64px;
}

#manutencao .content .chamada {
  display: flex;
  flex-direction: column;
  gap: 72px;
  max-width: 560px;
  width: 100%;
}

#manutencao .content .chamada .textos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 540px;
  width: 100%;
}

#manutencao .content .chamada .textos span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #dc1314;
}

#manutencao .content .chamada .textos h3 {
  font-size: 42px;
}

#manutencao .content .chamada .imagem1 {
  display: flex;
  justify-content: flex-end;
}

#manutencao .content .chamada .imagem1 img {
  max-width: 350px;
  width: 100%;
}

#manutencao .content .descricao {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  max-width: 540px;
  width: 100%;
}

#manutencao .content .descricao .imagem2 {
}

#manutencao .content .descricao .imagem2 img {
  max-width: 250px;
  width: 100%;
}

#manutencao .content .descricao .descricoes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

#manutencao .content .descricao p {
  color: #838383;
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
}

#manutencao .content .descricao a {
  text-decoration: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 16px;
  transition: all 0.3s;
}

#manutencao .content .descricao a:hover {
  background: #000000;
  color: #ffffff;
}

#contato {
  background: linear-gradient(#f7f7f7, transparent);
}

#contato .content {
  display: flex;
  gap: 64px;
  align-items: center;
  justify-content: center;
  padding: 81px 0;
}

#contato .content .imagem {
}

#contato .content .imagem img {
  max-width: 350px;
  width: 100%;
}

#contato .content .textos {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 540px;
  width: 100%;
  align-items: flex-start;
}

#contato .content .textos .descricao {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#contato .content .textos .descricao .principal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  max-width: 540px;
  width: 100%;
}

#contato .content .textos .descricao .principal span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #dc1314;
}

#contato .content .textos .descricao .principal h3 {
  font-size: 52px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
}

#contato .content .textos .descricao p {
  color: #838383;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

#contato .content .botaoContato {
  text-decoration: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px 16px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 16px;
  transition: all 0.3s;
}

#contato .content .botaoContato:hover {
  background: #000000;
  color: #ffffff;
}

#contato .content .redes {
  display: flex;
  align-items: center;
  gap: 32px;
}

#contato .content .redes a {
  color: #dc1314;
  text-decoration: none;
  font-size: 20px;
  transition: all 0.3s;
}

#contato .content .redes a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

#localizacao {
  background: linear-gradient(45deg, #f7f7f7, transparent);
}

#localizacao .content {
  display: flex;
  padding: 81px 0;
  flex-direction: column;
  gap: 64px;
}

#localizacao .content .textos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

#localizacao .content .textos span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  color: #dc1314;
}

#localizacao .content .textos h3 {
  font-size: 52px;
}

#localizacao .content .mapas {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 48px;
  width: 100%;
}

#localizacao .content .mapas .mapa {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

#localizacao .content .mapas .mapa small {
  background: #dc1314;
  color: #ffffff;
  padding: 6px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 1px;
}

#localizacao .content .mapas .mapa span {
  color: #838383;
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 15px;
}

#localizacao .content .mapas .mapa span i {
  color: #dc1314;
  font-size: 20px;
}

#localizacao .content .mapas .mapa iframe {
  width: 100%;
  height: 280px;
}

#rodape {
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
}

#rodape .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 81px 0;
  padding-bottom: 0;
}

#rodape .content .conteudo {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}

#rodape .content .infos {
  display: flex;
  flex-direction: column;
  gap: 38px;
  position: relative;
  width: 100%;
  max-width: 420px;
}

#rodape .content .infos img {
  width: 300px;
}

#rodape .content .infos p {
  font-size: 14px;
  line-height: 24px;
  color: #313131;
}

#rodape .content .infos .sociais {
  display: flex;
  gap: 20px;
}

#rodape .content .infos .sociais a {
  color: #dc1314;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s;
}

#rodape .content .infos .sociais a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

#rodape .content .links {
  display: flex;
  justify-content: flex-end;
  gap: 80px;
  max-width: 640px;
  width: 100%;
}

#rodape .content .links .link {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

#rodape .content .links .link strong {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#rodape .content .links .link .lista {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

#rodape .content .links .link .lista a {
  text-decoration: none;
  color: #313131;
  position: relative;
  transition: all 0.3s;
  font-size: 14px;
  display: flex;
  gap: 6px;
  align-items: center;
}

#rodape .content .links .link .lista a i {
  color: #dc1314;
  font-size: 12px;
}

#rodape .content .links .link .lista .telefone {
  font-size: 20px;
}

#rodape .content .links .link .lista a:hover {
  color: #dc1314;
  transition: all 0.3s;
}

#rodape .copyright {
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  position: relative;
}

#rodape .copyright span {
  color: #313131;
  font-size: 12px;
}

#rodape .copyright .desenvolvedor span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

#rodape .copyright .desenvolvedor span img {
  width: 100px;
  display: flex;
}

#capaCategoria {
  position: relative;
  background-attachment: fixed;
  background-size: 100%;
  height: 360px;
}

#capaCategoria .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(45deg, #000000, #00000045);
}

#capaCategoria .cover strong {
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  font-size: 36px;
  margin-top: 20px;
}

#productBrief {
}

#productBrief .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  padding: 64px 0;
}

#productBrief .content .breadcumbs {
  padding: 12px 0;
  border-radius: 32px;
  background: #e4e4e4;
}

#productBrief .content .breadcumbs a {
  color: #8f8f8f;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  padding: 0 36px;
  border-right: 1px solid #c0c0c0;
  transition: all 0.3s;
}

#productBrief .content .breadcumbs a:hover {
  color: #dc1314;
  transition: all 0.3s;
}

#productBrief .content .breadcumbs a:last-child {
  border: none;
  color: #dc1314;
  font-weight: 600;
}

#productBrief .content .blocos {
  display: flex;
  align-items: flex-start;
  gap: 64px;
  width: 100%;
}

#productBrief .content .blocos .semCadastro {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  padding: 64px 0;
}

#productBrief .content .blocos .semCadastro strong {
  font-size: 28px;
  color: #525252;
}

#productBrief .content .blocos .semCadastro span {
  color: #747474;
  font-size: 18px;
}

#productBrief .content .subcategorias {
  display: flex;
  flex-direction: column;
  border: 1px solid #d2d2d2;
  max-width: 325px;
  width: 100%;
}

#productBrief .content .subcategorias .subcategoria {
  padding: 16px;
  border-bottom: 1px solid #ffffff;
}

#productBrief .content .subcategorias .subcategoria:last-child {
  border: none;
}

#productBrief .content .subcategorias .subcategoria .categoria {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

#productBrief .content .subcategorias .subcategoria a {
  text-decoration: none;
  color: #8f8f8f;
  transition: all 0.3s;
}

#productBrief .content .subcategorias .subcategoria a:hover {
  color: #dc1314;
  transition: all 0.3s;
}

#productBrief .content .subcategorias .subcategoria .categoria strong {
  font-weight: 600;
}

#productBrief .content .subcategorias .subcategoria .categoria b {
}

#productBrief .content .produtos {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  gap: 28px;
  row-gap: 56px;
  width: 100%;
}

#productBrief .content .produtos .produto {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
}

#productBrief .content .produtos .produto img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

#productBrief .content .produtos .produto strong {
  font-size: 15px;
  font-weight: 400;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#productBrief .content .produtos .produto .botaoSaibaMais {
  text-decoration: none;
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding: 10px 16px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  transition: all 0.3s;
}

#productBrief .content .produtos .produto a:hover {
  background: #000000;
  color: #ffffff;
}

#capaProduto {
  background: #000000;
  height: 360px;
  position: relative;
}

#capaProduto .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#capaProduto .content strong {
  color: #ffffff;
  font-weight: 700;
  z-index: 2;
  font-size: 36px;
  margin-top: 20px;
}

#productDetailed {
  background: #ffffff;
}

#productDetailed .content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
  width: 100%;
}

#productDetailed .content .principal .breadcumbs {
  padding: 12px 0;
  border-radius: 32px;
  background: #e2e2e2;
}

#productDetailed .content .principal .breadcumbs a {
  color: #8f8f8f;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  padding: 0 36px;
  border-right: 1px solid #c0c0c0;
  transition: all 0.3s;
}

#productDetailed .content .principal .breadcumbs a:hover {
  color: #dc1314;
  transition: all 0.3s;
}

#productDetailed .content .principal .breadcumbs a:last-child {
  border: none;
  color: #dc1314;
  font-weight: 600;
}

#productDetailed .content .principal .breadcumbs span {
  border: none;
  color: #dc1314;
  font-weight: 600;
  font-size: 14px;
  padding: 0 36px;
  cursor: pointer;
}

#productDetailed .content .principal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

#productDetailed .content .conteudoProduto {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

#productDetailed .content .conteudoProduto .produto {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
}

#productDetailed .content .conteudoProduto .produto .textosProduto {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

#productDetailed .content .imagem {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 10px 0px rgb(43 52 59 / 5%);
}

#productDetailed .content .imagem img {
  width: 100%;
}

#productDetailed .content .imagem .miniaturas {
  display: grid;
  grid-template-columns: repeat(5, 2fr);
  gap: 20px;
}

#productDetailed .content .imagem .miniaturas a .imgMiniatura {
  height: 60px;
  object-fit: cover;
  transition: all 0.3s;
}

#productDetailed .content .imagem .miniaturas a .imgMiniatura:hover {
  filter: brightness(0.9);
  transition: all 0.3s;
}

#productDetailed .content .titulo strong {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
}

#productDetailed .content .textosProduto .titulo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
}

#productDetailed .content .textosProduto .titulo a {
  background: #3e3f95;
  color: #ffffff;
  padding: 8px 32px;
  border-radius: 32px;
  text-decoration: none;
  transition: all 0.3s;
}

#productDetailed .content .textosProduto .titulo a:hover {
  background: #32337b;
  transition: all 0.3s;
}

#productDetailed .content .descricao {
  max-width: 628px;
  width: 100%;
}

#productDetailed .content .descricao p {
  line-height: 32px;
  color: #313131;
  text-transform: none;
}

#productDetailed .content .consulta {
  display: flex;
  margin-bottom: 32px;
}

#productDetailed .content .consulta a {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
  padding: 12px 32px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s;
}

#productDetailed .content .consulta a:hover {
  background: #000000;
  color: #ffffff;
  transition: all 0.3s;
}

/* INÍCIO RESPONSIVO CABECALHO */
#cabecalho .content .responsivo {
  display: none;
}

#cabecalho .content .responsivo label[for="botaoMenuResponsivo"] {
  display: none;
  background: transparent;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 40px;
  cursor: pointer;
  height: 60px;
  font-weight: bold;
}

#cabecalho .content .responsivo .solicitar {
  background: #ffffff;
  padding: 12px 32px;
  color: #000000;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s;
}

#cabecalho .content .responsivo .solicitar:hover {
  background: #dc1314;
  color: #ffffff;
  transition: all 0.3s;
}

#cabecalho .content .responsivo #botaoMenuResponsivo {
  display: none;
}

#cabecalho .content .responsivo #menuResponsivo {
  display: none;
}

#cabecalho .content .responsivo #menuResponsivo label {
  position: absolute;
  right: 16px;
  top: 10px;
  color: #ffffff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
}

#cabecalho .content .responsivo #menuResponsivo .conteudoMenuResponsivo {
  background: #ffffff;
  width: 80%;
  padding: 64px 0px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  position: absolute;
  bottom: 0;
  top: 0;
  align-items: flex-start;
  overflow: auto;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .imagem {
  padding: 0 26px;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .imagem
  img {
  width: 100%;
}

#cabecalho .content .responsivo #menuResponsivo .conteudoMenuResponsivo .links {
  width: 100%;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details {
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details[open]
  summary
  ~ * {
  animation: sweep 0.3s ease-in-out;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details
  summary {
  list-style: none;
  border-bottom: 1px solid #cccccc;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details
  summary::-webkit-details-marker {
  display: none;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details[open]
  summary {
  background: #65908f;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details[open]
  .link {
  color: #ffffff;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details
  summary
  .link {
  display: block;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  color: #2f2f2f;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details
  .sublinks {
  display: flex;
  flex-direction: column;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .links
  details
  .sublinks
  a {
  border-bottom: 1px solid #ccc;
  padding: 16px;
  text-decoration: none;
  color: #65908f;
  font-size: 14px;
  background: #f6f6f6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cabecalho .content .responsivo #menuResponsivo .conteudoMenuResponsivo .infos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .infos
  a {
  text-decoration: none;
  color: #313131;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  transition: all 0.3s;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .infos
  a:hover {
  color: #dc1314;
  transition: all 0.3s;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .infos
  a
  i {
  color: #dc1314;
}

#cabecalho .content .responsivo #menuResponsivo .conteudoMenuResponsivo .redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .redes
  a {
  text-decoration: none;
  color: #dc1314;
  font-size: 22px;
  transition: all 0.3s;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .redes
  a:hover {
  color: #007a40;
  transition: all 0.3s;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .copyright {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 32px;
  position: relative;
  width: 100%;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .copyright
  span {
  color: #d8d8d8;
  font-size: 12px;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .copyright
  .desenvolvedor
  span {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

#cabecalho
  .content
  .responsivo
  #menuResponsivo
  .conteudoMenuResponsivo
  .copyright
  .desenvolvedor
  img {
  width: 100px;
  display: flex;
  filter: contrast(0.5);
}

@media (max-width: 728px) {
  #cabecalho .content {
    position: relative;
    flex-direction: column;
    gap: 0;
  }

  #cabecalho .content .menu {
    display: none;
  }

  #cabecalho .content .menuResponsivo {
    display: block;
  }

  #cabecalho .content .responsivo {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  #cabecalho .content .responsivo label[for="botaoMenuResponsivo"] {
    display: flex;
    justify-content: center;
  }

  #cabecalho
    .content
    .responsivo
    #botaoMenuResponsivo:checked
    ~ #menuResponsivo {
    left: 0;
    opacity: 100;
    transition: all 0.3s;
    visibility: visible;
  }

  #cabecalho .content .responsivo #menuResponsivo {
    visibility: hidden;
    display: flex;
    align-items: flex-start;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
    left: -200px;
    transition: all 0.3s;
  }

  #cabecalho .content .responsivo #botaoMenuResponsivo:checked ~ .overlay {
    background: #0009;
    visibility: visible;
    opacity: 100;
    z-index: 3;
    transition: all 0.5s;
  }

  #cabecalho .content .responsivo #botaoMenuResponsivo:checked ~ body {
    overflow: hidden;
  }

  #cabecalho .content .responsivo .overlay {
    position: absolute;
    visibility: hidden;
    background: transparent;
    opacity: 0;
    transition: all 0.5s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2000px;
  }
}

/* INÍCIO RESPONSIVO */
@media (max-width: 728px) {
  #destaque {
    padding-top: 0;
    background-size: unset;
  }

  #destaque .content .textos {
    gap: 81px;
  }

  #destaque .content .textos .principais h3 {
    font-size: 48px;
  }

  #destaque .content .textos .avaliacao {
    flex-direction: column;
    align-items: flex-start;
  }

  #destaque .content .textos .avaliacao p {
    padding-left: 0;
    border-left: none;
  }

  #marcas .content .marca img {
    max-width: 56px;
  }

  #vendas .content .textos h3 {
    font-size: 36px;
  }

  #vendas .content .categorias {
    grid-template-columns: repeat(1, 2fr);
  }

  #vendas .content .categorias .categoria:first-child {
    margin-top: 0;
  }

  #vendas .content .categorias .categoria:last-child {
    margin-top: 0;
  }

  #produtos .content .textos h3 {
    font-size: 48px;
  }

  #produtos .content .produtos {
    grid-template-columns: repeat(1, 2fr);
    gap: 36px;
  }

  #manutencao .content {
    flex-direction: column;
  }

  #manutencao .content .chamada {
    max-width: unset;
  }

  #manutencao .content .descricao {
    gap: 32px;
  }

  #manutencao .content .descricao .descricoes {
    align-items: center;
  }

  #contato .content {
    flex-direction: column-reverse;
  }

  #contato .content .textos {
    align-items: center;
  }

  #contato .content .textos .descricao .principal h3 {
    font-size: 42px;
  }

  #localizacao .content .mapas {
    grid-template-columns: repeat(1, 2fr);
  }

  #rodape .content .conteudo {
    flex-direction: column;
    align-items: center;
  }

  #rodape .content .infos {
    align-items: center;
    text-align: center;
  }

  #rodape .content .links {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 64px;
  }

  #rodape .content .links .link .lista {
    align-items: center;
    text-align: center;
  }

  #rodape .copyright {
    margin-top: 0;
  }

  #productBrief .content .breadcumbs {
    border-radius: unset;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  #productBrief .content .breadcumbs a {
    padding: 12px 36px;
    border-right: none;
    border-top: 1px solid #c0c0c0;
  }

  #productBrief .content .breadcumbs a:first-child {
    border: none;
  }

  #productBrief .content .breadcumbs a:last-child {
    border-top: 1px solid #c0c0c0;
  }

  #productBrief .content .servicos {
    grid-template-columns: repeat(1, 2fr);
  }

  #productBrief .content .produtos {
    grid-template-columns: repeat(1, 2fr);
  }

  #capaProduto {
    display: none;
  }

  #productDetailed .content .principal .breadcumbs {
    border-radius: unset;
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  #productDetailed .content .principal .breadcumbs a {
    padding: 12px 36px;
    border-right: none;
    border-top: 1px solid #c0c0c0;
  }

  #productDetailed .content .principal .breadcumbs span {
    padding: 12px 36px;
    border-top: 1px solid #c0c0c0;
  }

  #productDetailed .content .principal .breadcumbs a:first-child {
    border: none;
  }

  #productDetailed .content .principal .breadcumbs a:last-child {
    border-top: 1px solid #c0c0c0;
  }

  #productDetailed .content .principal .titulo strong {
    font-size: 32px;
  }

  #productDetailed .content .conteudoProduto .produto {
    flex-direction: column;
  }

  #productDetailed .content .imagem {
    padding: 12px;
  }

  #productDetailed .content .imagem .miniaturas {
    grid-template-columns: repeat(3, 2fr);
  }

  #productDetailed .content .imagem .miniaturas a .imgMiniatura {
    height: 80px;
  }

  #destaquePagInstitucional {
    height: 0 !important;
  }

  #destaquePagAtendimento {
    height: 0 !important;
  }

  .pagAtendimento .content .titulos {
    text-align: center;
  }

  .pagAtendimento .content .titulos span {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .pagAtendimento .content .mapas {
    grid-template-columns: repeat(1, 2fr) !important;
    gap: 64px !important;
  }
}
