/* -------------------------------------------------------------------------------------------------------
------------------------------------------------ GERAL ---------------------------------------------------
---------------------------------------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Montserrat:wght@400;600;700;800&display=swap");

:root {
  --gray: #2a3540;
  --blue: #0e5293;
  --yellow: #ffa73f;
  --lighter-gray: #eceff1;
  --light-gray: #c4c8cc;
}

.btn-primary {
  background-color: var(--blue);
  border-color: var(--blue);
}

body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  padding-top: 80px;
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

body.home {
  padding-top: 0;
}

.clear {
  width: 100%;
  height: 1px;
  overflow: hidden;
  clear: both;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.padding0 {
  padding: 0px !important;
}

.text-right {
  text-align: right;
}

.center-content {
  float: none;
  margin: 0px auto;
  padding: 20px 0px;
}

/* ----------------------------------------------------------------------- 
----------------------------------- HEADER -------------------------------
------------------------------------------------------------------------*/

.zap {
  width: 210px;
  position: fixed;
  right: 25px;
  bottom: 60px;
  background: #7cb518;
  z-index: 7999;
  padding: 20px;
  color: #fff;
  border-radius: 5px;

  -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.zap:hover {
  color: #fff;
  text-decoration: none;
  background: #669415;
}
.zap svg {
  width: 30px;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.zap svg path {
  fill: #fff;
}

@media (max-width: 767px) {
  .zap {
    right: auto;
    left: 15px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    bottom: 15px;
  }

  .zap svg {
    margin-right: 0;
    margin-top: 0;
    float: none;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.7) 10%,
    rgba(255, 255, 255, 0)
  );
  z-index: 9999;
}

@media (max-width: 767px) {
  header {
    position: relative;
  }
}

@media (max-width: 991px) {
  header .row {
    display: flex;
    margin: 0;
    align-items: center;
  }
}

header.fixed {
  background: white;
}

.header {
  border-top: 5px solid var(--blue);
}

.logo {
  padding-top: 10px;
}

.logo img {
  max-width: 187px;
}

.filtro {
  padding: 0px;
  list-style: none;
  position: relative;
  text-align: right;
  margin-bottom: 0;
}

.filtro li {
  float: right;
  display: inline-block;
  position: relative;
  z-index: 5;
  margin: 0;
  text-align: center;
  margin-right: -4px;
  webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.filtro li a {
  background: #f9c32c;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  padding: 30px;
  display: block;
  font-size: 18px;
  font-family: "Montserrat";
}

.filtro li.active {
  z-index: 999;
}

.filtro li a:hover {
  border-top: 5px solid #fff;
  padding-top: 25px;
}

.filtro li.active a:hover {
  border-top: 0;
  padding-top: 30px;
}

.filtro li:hover ul {
  display: block;
}

#magic-line-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  background: #e7e7e7;
  z-index: 100;

  border-radius: 0 0 5px 5px;
}

/*
.filtro li a.active {
    background: #f9c32c;
}

.filtro li:hover a {
    background: #7d8e9f;
    color: #FFF;
}
*/

.filtro li a .icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.filtro li a .space {
  height: 25px;
  display: block;
}

.menu-toggle {
  background-color: var(--blue);
  border-radius: 100%;
  border: 0;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: none;
  position: relative;
  z-index: 9999;
}

.menu-site {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  height: 70px;
  align-items: center;
  gap: 20px;
  padding: 0;
}

.menu-site a {
  color: var(--gray);
  font-weight: 600;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: flex;
  }

  .menu-site {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8999;
    flex-direction: column;
    position: fixed;
    background: var(--blue);
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }

  .menu-site a {
    color: white;
  }
}

.menu-site .badge {
  background-color: var(--yellow);
}

.sub-menu {
  position: absolute;
  background: #ccd3db;
  padding: 0px;
  display: none;
  margin-left: 0;
  margin-top: -10px;
  -webkit-border-radius: 0px 5px 5px 5px;
  -moz-border-radius: 0px 5px 5px 5px;
  border-radius: 0px 5px 5px 5px;
  z-index: 5000;

  -webkit-box-shadow: -2px 18px 24px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: -2px 18px 24px rgba(0, 0, 0, 0.14);
  box-shadow: -2px 18px 24px rgba(0, 0, 0, 0.14);
}

.sub-menu li {
  width: 150px;
  display: block;
  float: left;
  border-bottom: 2px solid #e1e8f1;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-site li.ativo a {
  color: var(--yellow);
}

.sub-menu li:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
}

.sub-menu li:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
}

.sub-menu li:hover {
  border-bottom: 2px solid #003c69;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu a {
  text-transform: none !important;
  font-weight: 400 !important;
  color: #003c69;
  font-size: 1em;
  text-align: center;
}

.sub-menu a .icon {
  width: 110px !important;
  height: 70px !important;
  display: block;
}

/* ----------------------------------------------------------------------- 
----------------------------------- CONTENT -------------------------------
------------------------------------------------------------------------*/

#content {
  background-color: #fff;
}

.padding-menu {
  padding: 0 20px;
}

.menu {
  background: #f9c32c;
  -webkit-box-shadow: 0 0 100px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 400;
}

#lang_sel_list {
  padding-top: 15px;
}

.busca {
  margin: 10px 0px;
}

#searchbox {
  background: #e9ebf4 url("../img/bt-buscar.png") 10px center no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 10px 35px;
  height: auto;
}

#lang_sel_list {
  height: auto;
}

#lang_sel_list ul li {
  float: none;
  display: inline-block;
}

#lang_sel_list ul li a {
  display: inline-block;
  background: transparent !important;
}

.categorias-title {
  font-size: 32px;
  font-family: "Audiowide";
  text-transform: uppercase;
  color: var(--gray);
  text-align: center;
  margin-top: -20px;
  position: relative;
  z-index: 20;
}

.categorias {
  position: sticky;
  top: 85px;
  z-index: 100;
  background-color: white;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .categorias {
    position: relative;
    top: 0;
  }
}

.categorias .lista-categorias {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.categorias .cat {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: all 0.2s ease;
}

.categorias .cat:hover {
  transform: scale(1.05);
  transition: all 0.5s ease;
  text-decoration: none;
}

.categorias .cat:hover .img-wrapper {
  transform: translateY(-10px);
  transition: all 0.5s ease;
}

.categorias .cat h3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-image: linear-gradient(
    0deg,
    #565662 -10.15%,
    rgba(86, 86, 98, 0.5) 100%
  );
  border-radius: 8px;
}

.categorias .cat h3::after {
  background: var(--gray);
  opacity: 0.7;
  filter: blur(12px);
  content: "";
  width: 100%;
  height: 18px;
  border-radius: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease;
}

.categorias .cat:hover h3::after {
  bottom: -10px;
  transition: all 0.2s ease;
}

.categorias .cat a:hover,
.categorias .cat a:focus,
.categorias .cat a:active {
  text-decoration: none;
}

.categorias .cat h3 {
  font-family: "Audiowide";
  text-transform: uppercase;
  color: white;
  padding: 16px 0;
  border-radius: 8px;
  background-color: #ccc;
  text-align: center;
  font-size: 20px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
}

.categorias .cat h3 span {
  position: relative;
  z-index: 10;
}

.categorias .img-wrapper {
  transition: transform 0.2s ease, height 0.8s ease;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.categorias .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.titulo-categoria {
  font-family: "Audiowide";
  text-transform: uppercase;
  font-size: 20px;
  color: var(--gray);
  border-left: 30px solid var(--blue);
  padding-left: 10px;
  margin: 40px 0;
}

#maquinas {
  padding: 30px 0px;
}

#maquinas.margin {
  margin-top: 60px;
}

.maquina {
  border-top: 1px solid var(--lighter-gray);
  transition: all 0.3s ease;
  background: linear-gradient(
    0deg,
    #eceff1 0%,
    rgba(236, 239, 241, 0) 20%,
    #ffffff 100%
  );
  transition: all 0.2s ease;
}

.maquina:hover {
  background: linear-gradient(
    0deg,
    #dbdfe1 0%,
    rgba(219, 223, 225, 0) 50%,
    #ffffff 100%
  );
  transition: all 0.2s ease;
}

.maquina > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.maquina > a:hover {
  text-decoration: none;
}

.maquina h3 {
  padding: 40px;
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  align-self: stretch;
  border-right: 1px solid var(--lighter-gray);
}

.maquina .peca {
  padding: 0 40px;
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  justify-content: center;
}

.maquina .foto {
  padding: 0 20px;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
}

.maquina .foto img {
  margin: 40px auto;
}

@media (max-width: 767px) {
  .maquina > a {
    flex-direction: column;
  }

  .maquina h3,
  .maquina .peca,
  .maquina .foto {
    border: 0;
    flex: 1;
    max-width: 100%;
  }
  
}

.maquina:last-of-type {
  border-bottom: 1px solid var(--lighter-gray);
}

.maquina .promo {
  background: #ff2c00;
  color: #fff;
  font-size: 10px;
  display: block;
  padding: 5px 10px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.maquina a {
  color: #484848;
}

.maquina h3 {
  color: var(--gray);
}

.pecas.interna,
.selos {
  border-top: 1px solid #c6c6c6;
  padding-top: 30px;
  margin-top: 50px;
}

.pecas .peca {
  text-align: center;
  height: 180px;
  display: table-cell;
  vertical-align: middle;
}

.video {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

/*
.maquina {
    background: #f8bc2e;
    height: 250px;
    padding: 0px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
    margin-bottom: 30px;
    overflow: hidden;
}

.maquina:hover .foto {
    background: #d1d2da;
}

.maquina .foto {
    background: #e9ebf4;
    padding-top: 15px;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 250px;    
    border-radius: 0px 90% 0px 0px;
    padding-left: 30px;
    padding-top: 20px;
    width: 100%;
}

.maquina.grande .foto {
    border-radius: 0px 70% 0px 0px;
}

.maquina .icone-maquina {
    background: #f8bc2e;
    border-radius: 0 0 0 90%;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transform-origin:top right;
    padding: 10px;
}

.maquina.hover-icone-bg {
    background: #d1d2da;
}

.maquina .foto:hover, .maquina:hover .foto   {    
    -webkit-transform:scale(1.2); 
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    transform:scale(1.2);    
    padding: 20px 0px 0px 50px;
    position: absolute;
    border-radius: 0px 70% 0px 0px;    
}

.maquina:hover .icone-maquina {    
    -webkit-transform:scale(0.5); 
    -moz-transform:scale(0.5); 
    -o-transform:scale(0.5);
    transform:scale(0.5);    
}


.maquina.grande:hover .icone-maquina {
    -webkit-transform:scale(0.7); 
    -moz-transform:scale(0.7); 
    -o-transform:scale(0.7); 
    transform:scale(0.7);    
}

.maquina .icone-maquina:hover  {    
    -webkit-transform:scale(1.4) !important;
    -moz-transform:scale(1.4) !important; 
    -o-transform:scale(1.4) !important;
    transform:scale(1.4) !important;
    padding:30px 30px 50px !important;
}

.maquina .icone-maquina img {
    float: right;
}

.maquina.hover-icone .foto {
    -webkit-transform:scale(0.7); 
    -moz-transform:scale(0.7); 
    -o-transform:scale(0.7); 
    transform:scale(0.7); 
    transform-origin:center left;
    border-radius: 0;
}

.maquina.grande.hover-icone .foto {
    -webkit-transform:scale(0.8); 
    -moz-transform:scale(0.8); 
    -o-transform:scale(0.8); 
    transform:scale(0.8); 
    transform-origin:center left;
}


.maquina:hover .title-maquina {
    background-position: bottom right;
    color: #003c69;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.maquina .title-maquina {
    background: url('../img/bg-txt-produto.png') top left no-repeat;
    color: #FFF;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 15px;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    transition: all 0.7s ease;
} 

*/

/* ----------------------------------------------------------------------- 
----------------------------------- PRODUTO -------------------------------
------------------------------------------------------------------------*/

.header-pagina-produto .bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--lighter-gray);
  background-size: cover;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.header-pagina-produto .bg.sem-img {
  height: 150px;
}

.header-pagina-produto .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.15) 15%,
    rgba(255, 255, 255, 0.35) 29%,
    rgba(255, 255, 255, 0.58) 44%,
    #ffffff 68%,
    #ffffff 100%
  );
  z-index: 1;
}

.header-pagina-produto .bg video {
  opacity: 0.7;
}

.header-pagina-produto .btn-assista {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.btn-assista {
  display: inline-flex;
  filter: drop-shadow(0px 0px 15px #ffffff);
  font-family: "Audiowide";
  font-size: 20px;
  text-transform: uppercase;
  color: var(--gray);
  align-items: center;
  gap: 20px;
}

.btn-assista:hover,
.btn-assista:active,
.btn-assista:focus {
  text-decoration: none;
}

.btn-assista:before {
  width: 32px;
  height: 32px;
  display: block;
  content: "";
  background-image: url("../img/ico-video.svg");
}

.titulo-pagina-produto {
  text-align: center;
  margin-top: -100px;
  margin-bottom: 100px;
  position: relative;
  z-index: 10;
}

.titulo-pagina-produto span {
  display: inline-block;
  padding: 10px 20px;
  background: linear-gradient(
    0deg,
    #565662 -10.15%,
    rgba(86, 86, 98, 0.5) 100%
  );
  color: white;
  font-family: "Audiowide";
  text-transform: uppercase;
  font-size: 20px;
}

.titulo-pagina-produto h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .titulo-pagina-produto span {
    font-size: 14px;
  }
  .titulo-pagina-produto h1 {
    font-size: 30px;
  }
}

.fotos-pagina-produto {
  border-bottom: 2px solid var(--lighter-gray);
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.detalhes-pagina-produto {
  margin-bottom: 50px;
  display: flex;
  position: relative;
  gap: 64px;
}

@media (max-width: 991px) {
  .detalhes-pagina-produto {
    flex-direction: column-reverse;
  }
}

.detalhes-pagina-produto .detalhes-conteudo {
  flex: 1;
}

.detalhes-pagina-produto .detalhes-formulario {
  flex: 0 0 460px;
  max-width: 460px;
}

@media (max-width: 991px) {
  .detalhes-pagina-produto .detalhes-formulario {
    flex: 1;
    max-width: 100%;
    width: 100%;
  }
}

.detalhes-pagina-produto .detalhes-formulario .promocao {
  background: #ff2c00;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 100px;
  margin-top: 25px;
}

.detalhes-pagina-produto .detalhes-imagens {
  display: grid;
  max-width: 460px;
  gap: 10px;
}

@media (max-width: 991px) {
  .detalhes-pagina-produto .detalhes-imagens {
    max-width: 100%;
    width: 100%;
  }
}

.detalhes-imagens.dupla {
  grid-template-columns: repeat(2, 1fr);
}

.detalhes-imagens.tripla {
  grid-template-columns: repeat(3, 1fr);
}

.detalhes-pagina-produto .detalhes-imagens a {
  display: flex;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lighter-gray);
}

.detalhes-imagens.dupla a {
  height: 150px;
}

.detalhes-imagens.tripla a {
  height: 100px;
}

.detalhes-pagina-produto .detalhes-imagens img {
  max-width: 90%;
  max-height: 90%;
}

.detalhes-pagina-produto .detalhes-formulario h3 {
  font-size: 20px;
  font-weight: 600;
}

.detalhes-pagina-produto .detalhes-formulario label.check {
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid var(--lighter-gray);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
  margin-right: 6px;
}

.detalhes-pagina-produto .detalhes-formulario label.check.promo::before {
  content: "Promoção";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  background: #ff2c00;
  color: #fff;
  border-radius: 10px;
  padding: 2px 5px;
}

.detalhes-pagina-produto .detalhes-formulario label.check :checked:before {
  content: "";
  display: block;
  background-color: var(--lighter-gray);
  border: 1px solid var(--gray);
  position: absolute;
  top: 1px;
  left: 1px;
  width: 98%;
  height: 97%;
  z-index: -1;
  border-radius: 5px;
}

/* ----------------------------------------------------------------------- 
----------------------------------- BANNERS -------------------------------
------------------------------------------------------------------------*/

#carousel-maqperf {
  height: 80vh;
  position: relative;
  z-index: 5;
}

.banner-content {
  position: absolute;
  bottom: 10%;
  z-index: 200;
  max-width: 800px;
}

.banner-content h2 {
  font-size: 54px;
  text-transform: uppercase;
  font-family: 'Audiowide';
}

.banner-content hr {
  width: 100px;
  border: 3px solid var(--blue);
  margin: 0;
  margin-top: 50px;
}

#carousel-maqperf::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.15) 15%,
    rgba(255, 255, 255, 0.35) 29%,
    rgba(255, 255, 255, 0.58) 44%,
    #ffffff 68%,
    #ffffff 100%
  );
  z-index: 1;
}

#carousel-maqperf.com-titulo::before {
  height: 60%;
}

.bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 0 0 10px 10px;
}

#carousel-maqperf .item {
  height: 80vh;
  background: #e9ebf4;
  padding: 0px;
  position: relative;
  overflow: hidden;
}

#carousel-maqperf .item img {
  border-radius: 0 0 10px 10px;
}

#carousel-maqperf .btn-detalhes {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

#carousel-maqperf .carousel-content {
  text-align: center;
  color: #898989;
  font-size: 1em;
  padding-top: 40px;
  background: url("../img/bg-banner.png") top right no-repeat;
  height: 360px;
}

#carousel-maqperf .item .icon-banner {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 10px;
}

#carousel-maqperf .carousel-content img {
  margin: 0px auto;
  float: none;
}

#carousel-maqperf .carousel-content h3 {
  font-weight: 300;
  font-size: 2em;
  letter-spacing: -1px;
}

#carousel-maqperf .carousel-indicators {
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  margin-left: 0;
}

#carousel-maqperf .carousel-indicators li {
  border: none;
  background: #f8bc2e;
  margin: 0;
  display: inline-block;
}

#carousel-maqperf .carousel-indicators .active {
  background: #003c69;
  width: 10px;
  height: 10px;
}

/* ----------------------------------------------------------------------- 
----------------------------------- MÁQUINA -------------------------------
------------------------------------------------------------------------*/

.titulo-maquina {
  background: var(--lighter-gray);
  padding: 0px;
  position: relative;
}

.titulo-maquina .promo {
  position: absolute;
  left: -13px;
  color: #7c7d81;
}

.titulo-maquina .promo .titulo {
  background: #ff2c00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 15px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
}

.titulo-maquina .promo:before {
  top: 100%;
  left: 0;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;

  border-style: solid;
  border-width: 0 13px 13px 0;
  border-color: transparent #e52a03 transparent transparent;
}

.titulo-maquina .promo .preco {
  font-size: 18px;
}

.titulo-maquina .promo .preco strong {
  color: #000;
}

.nome-maquina {
  color: var(--gray);
  padding: 45px 30px;
  padding-left: 0;
}

.nome-maquina.has-promo {
  padding-bottom: 60px;
}

.nome-maquina h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2em;
  line-height: 1em;
  margin-top: 0;
}

.titulo-maquina .icone img {
  margin: 35px auto;
}

.titulo-maquina .btn-orcamento {
  margin-top: 60px;
  background: transparent;
  color: #fff;
  border-color: #fff;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.titulo-maquina .btn-orcamento:hover {
  background: #fff;
  color: #666;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.content-produto {
  margin: 50px 0px;
}

a.orcamento {
  padding: 20px 35px;
  background: #003c69;
  border-radius: 5px;
  color: #f9c32c;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
}

.content-produto .texto {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--lighter-gray);
  float: left;
  width: 100%;
}

.content-produto .especificacoes {
  padding-top: 30px;
  float: left;
  width: 100%;
}

.content-produto h4 {
  font-weight: 900;
  text-transform: uppercase;
}

.content-produto p {
  margin: 10px;
  float: left;
  width: 100%;
}

#carousel-produtos {
  padding-bottom: 100px;
}

#carousel-produtos .item {
  background: #fff;
}

#carousel-produtos .item img {
  margin: 0px auto;
  float: none;
}

#carousel-produtos .carousel-control {
  background: none;
  opacity: 1 !important;
}

#carousel-produtos .nav {
  top: 50%;
  position: absolute;
}

#carousel-produtos .carousel-control.left,
#carousel-produtos .carousel-control.right {
  position: absolute;
}

#carousel-produtos .carousel-control.left {
  left: -60px;
}

#carousel-produtos .carousel-control.right {
  right: -60px;
}

#carousel-produtos .carousel-indicators {
  width: 100%;
  margin: 0px;
  bottom: 30px;
  left: 0px;
}

#carousel-produtos .carousel-indicators li {
  border-radius: 0px;
  padding: 0px;
  width: 70px !important;
  padding: 10px;
}

#carousel-produtos .carousel-indicators li img {
  border: 1px solid #7d8e9f;
}

.veja-tambem {
  background: url("../img/bg-line.jpg") repeat-x center center;
  text-align: center;
  margin-bottom: 30px;
}

.veja-tambem span {
  margin: 0px auto;
  background: #fff;
  padding: 0px 30px;
  color: #003c69;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.2em;
}

/* ----------------------------------------------------------------------- 
----------------------------------- PÁGINA -------------------------------
------------------------------------------------------------------------*/

.conteudo-page {
  background: #fff;
  padding: 90px 10%;
  border-radius: 45% 0px;
}

.conteudo-page h3 {
  color: #f9c32c;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5em;
}

/* ----------------------------------------------------------------------- 
----------------------------------- PÓS-VENDA -------------------------------
------------------------------------------------------------------------*/

#pos-venda h5 {
  display: inline-block;
  padding: 2px 5px;
  background: #003c69;
  color: #fff;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}

#pos-venda h2 {
  color: #515753;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 24px;
  min-height: 100px;
  max-width: 80%;
}

#pos-venda img {
  margin-bottom: 30px;
}

#pos-venda .clearfix {
  margin: 50px 0;
}

#pos-venda .col-md-4 {
  padding-top: 30px;
  padding-bottom: 30px;
}

#pos-venda .col-md-4:nth-child(even) {
  background: #edecec;
}

/* ----------------------------------------------------------------------- 
----------------------------------- SOBRE -------------------------------
------------------------------------------------------------------------*/

#sobre {
  border-radius: 0;
  padding: 0 5%;
  margin: 90px 0;
  border-left: 8px solid #f9c32c;
}

#sobre h5 {
  display: inline-block;
  padding: 2px 5px;
  background: #f9c32c;
  color: #fff;
  font-family: "Montserrat";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 10px;
}

#sobre h2 {
  color: #515753;
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 26px;
  max-width: 80%;
}

#fotos-sobre .foto {
  width: 33.33333333333333%;
  float: left;
  margin-bottom: 40px;
}

/* ----------------------------------------------------------------------- 
----------------------------------- ORÇAMENTO -------------------------------
------------------------------------------------------------------------*/

span.nota {
  color: #464646;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  padding: 0px;
}

.maquina-orcamento {
  background: #e9ebf4;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.maquina-orcamento .titulo-produto {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.maquina-orcamento .titulo-produto h3 {
  font-size: 14px;
  font-weight: 900;
  margin: 0;
  color: #fff;
}

.maquina-orcamento .botao {
  opacity: 0;
  position: absolute;
  right: -100px;
  top: 20px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #7d8e9f;
  border: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.maquina-orcamento:hover .botao {
  right: 20px;
  opacity: 1;
  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.add-maquina {
  padding: 20px 35px;
  background: #7d8e9f;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
}

.orcamento {
  padding: 30px 0px;
}

.orcamento h4 {
  font-weight: 900;
  text-transform: uppercase;
}

form .input {
  background: #fff;
  border: 1px solid #c6c6c6;
  width: 100%;
  color: #898989;
  padding: 10px 15px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 900;
}

.btn-form {
  padding: 20px 35px;
  background: #003c69;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 900;
  text-decoration: none;
  text-align: center;
}

.titulo-contato {
  position: relative;
  overflow: hidden;
}

#mapa {
  position: absolute;
  right: -50px;
  width: 800px;
  height: 200px;
}

/* ----------------------------------------------------------------------- 
----------------------------------- FOOTER -------------------------------
------------------------------------------------------------------------*/

footer {
  background: #003c69;
  width: 100%;
  float: left;
  padding: 35px 0px;
  color: white;
}

.telefone {
  text-transform: uppercase;
  letter-spacing: 1.7px;
  font-size: 1.2em;
}

.telefone.interno {
  margin-top: 60px;
}

.tel {
  font-weight: 900;
  letter-spacing: 0px;
}

footer .youtube {
  width: 42px;
  height: 17px;
  background: url("../img/youtube.png") top left no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;

  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}

footer .youtube:hover {
  background: url("../img/youtube.png") bottom left no-repeat;

  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .gplus {
  width: 18px;
  height: 18px;
  background: url("../img/googleplus.png") top left no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;

  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .gplus:hover {
  background: url("../img/googleplus.png") bottom left no-repeat;

  webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer a.email {
  color: #fff;
  text-decoration: none;
  line-height: 34px;
  font-size: 1em;
}

footer a.email:hover {
  border-bottom: 1px solid #fff;
}

/* ----------------------------------------------------------------------- 
----------------------------------- RESPONSIVO -------------------------------
------------------------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 767px) {
  .menu,
  .logo,
  .contato-div,
  .div-solicitar-orcamento,
  .nome-maquina {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  header {
    padding: 0;
    min-height: auto;
    padding-bottom: 10px;
  }

  .header {
    padding: 0;
    text-align: center;
  }

  .filtro {
    display: block;
    float: none !important;
  }

  .filtro li {
    width: 33.33333333333333%;
    margin-right: 0;
    display: block;
  }

  .filtro li a {
    font-size: 14px;
    padding: 15px !important;
  }

  .filtro li a:hover {
    padding-top: 10px !important;
  }

  .filtro li.active a:hover {
    padding-top: 15px !important;
  }

  .menu ul {
    text-align: center;
  }

  .menu ul li {
    font-size: 12px !important;
    padding: 0 5px;
  }

  #carousel-maqperf .item a {
    width: auto;
    height: auto;
  }

  #carousel-maqperf .item {
    background: transparent !important;
    height: auto;
  }

  .maquina:last-child {
    margin-bottom: 0;
  }

  .maquina .foto .fix {
    padding: 0;
    height: 140px;
  }

  .maquina h3 {
    font-size: 17px;
  }

  .pecas .peca {
    height: 120px;
  }

  #maquinas {
    padding: 10px 0 0 0;
  }

  #content {
    margin-bottom: 30px;
  }

  #page {
    background: #fff !important;
  }

  .conteudo-page {
    padding: 20px 10%;
  }

  .conteudo-page h3 {
    font-size: 1.6em;
    margin-top: 0;
    padding-top: 0;
  }

  .telefone {
    text-align: center;
    padding-bottom: 20px;
  }

  .nome-maquina {
    padding: 10px;
    padding-left: 35px;
    border-radius: 0px 40px 0px 0px;
  }

  .contato-div {
    padding-bottom: 30px;
    border-radius: 0;
  }

  .telefone.interno {
    margin-top: 18px;
  }

  .orcamento {
    padding: 10px 5px;
  }

  .orcamento h3 {
    font-size: 18px;
  }

  .orcamento h4 {
    padding: 15px 0 0 0;
  }

  .preencha-dados {
    padding-left: 20px !important;
  }

  .orcamento .formulario form > div {
    padding-left: 0;
    padding-right: 0;
  }

  .orcamento .btn_enviar {
    margin-bottom: 15px;
  }

  #mapa {
    position: static;
    right: 0 !important;
  }

  .titulo-maquina {
    padding-bottom: 20px;
  }

  .titulo-maquina .nome-maquina {
    border-radius: 0;
  }

  .titulo-maquina .btn-orcamento {
    margin-top: 20px;
    width: 100%;
  }

  .content-produto {
    padding: 30px 0;
    margin: 0;
  }

  .content-produto .texto {
    padding-top: 0;
  }

  .slider-bloco {
    margin-bottom: 30px;
  }

  #carousel-produtos {
    padding-bottom: 60px;
  }

  #carousel-produtos .carousel-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  #carousel-produtos .carousel-control.right {
    right: -20px;
  }

  #carousel-produtos .carousel-control.left {
    left: -20px;
  }

  .pecas.interna {
    padding-top: 20px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .filtro li a {
    font-size: 14px;
    padding: 25px;
  }

  .filtro li a:hover {
    padding-top: 20px;
  }

  .filtro li.active a:hover {
    padding-top: 25px;
  }

  #page {
    background: none !important;
    padding-bottom: 30px !important;
  }

  #magic-line-two {
    height: 70px !important;
  }

  .conteudo-page {
    padding: 10px 30px;
  }

  .texto-page {
    padding-left: 0;
    padding-right: 0;
  }

  .orcamento {
    padding-left: 15px;
    padding-right: 15px;
  }

  .orcamento h4 {
    padding-left: 0;
    margin-top: 30px;
  }

  .orcamento .formulario form > div {
    padding-left: 0;
    padding-right: 0;
  }

  .orcamento .formulario .btn_enviar {
    margin-bottom: 20px;
  }

  #mapa {
    right: -200px;
  }

  #fotos-sobre {
    margin-top: 30px;
  }
}

@media screen and (min-width: 801px) {
  #mapa {
    position: absolute;
  }

  .preencha-dados {
    padding-left: 20px !important;
  }
}

/* =========================================================
   BLOG
   ========================================================= */

/* ---- Header branco desde o topo (só nas telas do blog) ----
   Nas demais páginas o header segue com o gradiente transparente
   virando branco no scroll (.fixed, via js/functions.js). */
body.blog header,
body.single-post header,
body.archive.category header {
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

/* ---- Fundo cinza-claro só nas telas do blog ---- */
body.blog,
body.single-post,
body.archive.category {
  background: #f8f9fb;
}

.blog-hero {
  background-color: #003c69;
  color: #fff;
  padding: 50px 0 40px;
}
.blog-hero .blog-hero-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #f9c32c;
  margin-bottom: 12px;
}
.blog-hero h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 18px;
  color: #fff;
  max-width: 720px;
}
.blog-hero .blog-hero-resumo {
  font-size: 16px;
  font-weight: 400;
  color: #d1d2da;
  max-width: 640px;
  margin: 0 0 22px;
}
.blog-hero-meta {
  font-size: 13px;
  color: #e9ebf4;
}
.blog-hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-right: 26px;
  vertical-align: middle;
}
.blog-hero-meta svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.blog-hero-meta a {
  color: #fff;
}
.blog-hero-meta a:hover {
  text-decoration: underline;
}
.blog-hero-listagem h1 {
  max-width: none;
}

/* ---- Layout base ---- */
.blog-single,
.blog-listagem {
  padding: 45px 15px;
}
.blog-content {
  padding-right: 30px;
}

/* ---- Conteúdo do artigo ----
   O artigo é um card branco sobre o fundo cinza; os relacionados
   ("Você também pode gostar") ficam fora do card, como no mockup. */
.blog-artigo {
  background: #fff;
  border: 1px solid #edeff3;
  border-radius: 8px;
  padding: 28px 30px;
  margin-bottom: 38px;
}
.blog-content-img {
  margin-bottom: 28px;
}
.blog-content-img img {
  width: 100%;
  border-radius: 4px;
}
.blog-content-texto {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #515753;
}
.blog-content-texto p {
  margin: 0 0 18px;
}
.blog-content-texto h2,
.blog-content-texto h3 {
  color: #003c69;
  font-weight: 700;
  line-height: 1.25;
}
.blog-content-texto h2 {
  font-size: 24px;
  margin: 34px 0 14px;
}
.blog-content-texto h3 {
  font-size: 19px;
  margin: 28px 0 12px;
}
.blog-content-texto strong {
  font-weight: 700;
}

/* Lista do artigo: marcador check-circle laranja (SVG inline via data-URI,
   sem arquivo externo) e o lead do item em linha própria, como no mockup. */
.blog-content-texto ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 24px;
}
.blog-content-texto ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
}
.blog-content-texto ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 21px;
  height: 21px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ef9421' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8.4 12.4l2.5 2.5 4.7-5.2'/%3E%3C/svg%3E")
    no-repeat center;
  background-size: 21px 21px;
}
.blog-content-texto ul li strong {
  display: block;
  color: #173a5e;
  margin-bottom: 2px;
}
.blog-content-texto img {
  max-width: 100%;
  height: auto;
}

/* ---- CTA WhatsApp ---- */
.blog-cta {
  background-color: #003c69;
  border-radius: 6px;
  padding: 26px 30px;
  margin: 38px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-cta-texto {
  flex: 1;
  min-width: 0;
  padding-right: 24px;
}
.blog-cta-texto strong {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.blog-cta-texto span {
  color: #d1d2da;
  font-size: 14px;
}
.btn-zap {
  background-color: #25d366;
  color: #fff !important;
  border: 0;
  padding: 12px 26px;
  border-radius: 4px;
  font-weight: 700;
  white-space: nowrap;
}
.btn-zap:hover {
  background-color: #1fb757;
}

/* ---- Compartilhar ---- */
.blog-share {
  border-top: 1px solid #e9ebf4;
  padding-top: 22px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-share-label {
  color: #7d8e9f;
  font-size: 14px;
  margin-right: 4px;
}
.blog-share a,
.blog-share button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
}
.blog-share svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}
.blog-share a:hover,
.blog-share button:hover {
  opacity: 0.85;
}
.share-facebook { background: #1877f2; }
.share-linkedin { background: #0a66c2; }
.share-whatsapp { background: #25d366; }
.share-copiar {
  background: #7d8e9f;
  cursor: pointer;
}
.share-copiar svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.share-copiar.copiado {
  background: #25d366;
}

/* ---- Você também pode gostar / grid ----
   Bootstrap 3 usa float nas colunas: quando dois cards da mesma linha têm
   alturas diferentes, o próximo não limpa o float e abre um vão no grid.
   Flex resolve e ainda alinha o rodapé dos cards da mesma linha. */
.blog-grid,
.blog-relacionados .row {
  display: flex;
  flex-wrap: wrap;
}
.blog-grid > [class*="col-"],
.blog-relacionados .row > [class*="col-"] {
  display: flex;
}
.blog-grid .blog-card,
.blog-relacionados .blog-card {
  width: 100%;
}
.blog-relacionados h3 {
  color: #003c69;
  font-weight: 700;
  margin-bottom: 22px;
}
/* Nos relacionados o mockup mostra só título + data (o partial é o mesmo da listagem). */
.blog-relacionados .blog-card-excerpt {
  display: none;
}
.blog-card {
  background: #fff;
  border: 1px solid #e9ebf4;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-card-img {
  display: block;
}
.blog-card-img img {
  width: 100%;
}
.blog-card-body {
  padding: 16px 18px 20px;
}
.blog-card-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}
.blog-card-title a {
  color: #003c69;
}
.blog-card-excerpt {
  font-size: 14px;
  color: #7d8e9f;
  margin: 0 0 12px;
}
.blog-card-date {
  font-size: 12px;
  color: #898989;
}

/* ---- Paginação ---- */
.blog-paginacao {
  margin-top: 20px;
}
.blog-paginacao .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 3px;
  border: 1px solid #e9ebf4;
  border-radius: 4px;
  color: #003c69;
  text-decoration: none;
}
.blog-paginacao .page-numbers.current {
  background: #003c69;
  color: #fff;
  border-color: #003c69;
}

/* ---- Sidebar ----
   Cada widget é um card branco sobre o fundo cinza (o promo é o card azul). */
.blog-sidebar .blog-widget {
  background: #fff;
  border: 1px solid #edeff3;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
  padding: 22px 24px;
  margin-bottom: 26px;
}
.blog-sidebar h4 {
  color: #003c69;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 14px;
}
.blog-categorias ul,
.blog-contato ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-categorias li {
  border-bottom: 1px solid #f1f2f6;
}
.blog-categorias li:last-child {
  border-bottom: 0;
}
.blog-categorias a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  color: #515753;
}
.blog-categorias a:hover {
  color: #003c69;
}
.blog-categorias svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: #003c69;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blog-recentes .blog-recente {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #f1f2f6;
  color: #515753;
}
.blog-recentes .blog-recente:last-of-type {
  padding-bottom: 4px;
  margin-bottom: 12px;
  border-bottom: 0;
}
.blog-recente:hover {
  color: #003c69;
}
.blog-recente-img img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  border-radius: 5px;
}
.blog-recente-titulo {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}
.blog-recente-data {
  display: block;
  font-size: 11px;
  color: #898989;
  margin-top: 4px;
}
.blog-ver-todos {
  display: inline-block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #003c69;
}

.blog-sidebar .blog-promo {
  background: #003c69;
  border-color: #003c69;
  color: #fff;
}
.blog-promo-topo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.blog-promo-icone svg {
  width: 26px;
  height: 26px;
  display: block;
  fill: none;
  stroke: #fff;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.blog-promo h4 {
  color: #fff;
  margin: 0;
}
.blog-promo p {
  font-size: 14px;
  color: #d1d2da;
  margin-bottom: 16px;
}
.btn-promo {
  display: inline-block;
  background: #f9c32c;
  color: #003c69 !important;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 4px;
}
.btn-promo:hover {
  background: #ffa73f;
}

.blog-contato > p {
  font-size: 14px;
  color: #515753;
  margin-bottom: 14px;
}
.blog-contato li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  color: #515753;
  font-size: 14px;
}
.blog-contato a {
  color: #515753;
}
.blog-contato a:hover {
  color: #003c69;
}
.blog-contato-icone {
  display: inline-flex;
  flex-shrink: 0;
}
.blog-contato-icone svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #003c69;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* O ícone do WhatsApp é o mesmo path preenchido usado no footer. */
.blog-contato-zap .blog-contato-icone svg {
  fill: #25d366;
  stroke: none;
}
.blog-contato-horario {
  align-items: flex-start;
  color: #898989;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .blog-hero h1 { font-size: 28px; }
  .blog-content { padding-right: 15px; }
  .blog-cta { text-align: center; }
  .blog-cta-texto { flex-basis: 100%; padding-right: 0; }
  .blog-cta .btn-zap { margin-top: 16px; }
  .blog-share-label { flex-basis: 100%; margin: 0 0 10px; }
}
