@font-face {
  font-family: DraftA-Medium;
  src: url(../fonts/DraftA-Medium.ttf)
}

@font-face {
  font-family: DraftA-Light;
  src: url(../fonts/DraftA-Light.ttf)
}

.logo {
  height: 100px;
  width: 300px;
}

/*header inicio*/
header,
footer,
a,
h1,
h2,
h3,
h4,
h5 {
  font-family: DraftA-Medium, sans-serif;
}

p,
span {
  font-family: DraftA-Light, sans-serif;
}

a {
  text-decoration: none !important;
}

.cor-topo {
  background-color: #00924e;
}

.ulheader1-1 li a i {
  color: #fff;
}

.ulheader1-1 li a i:hover,
.ulheader1-2 li a:hover {
  color: #ffffffe8 !important;
}

.ulheader2 li a {
  font-size: 1.125rem;
  color: #000;
}

.ulheader2 li a:hover {
  color: #000000c4;
}

.ulheader2 li>a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;

}

.ulheader2 li>a:hover::after,
li>a.active-nav::after {
  width: 100%;
  background: #00924e;
}

/*header fim*/

/*footer inicio*/
.bg-footer {
  background-color: #008f51;
}

.ulfooter li a i {
  color: #fff;
}

.ulfooter li a i:hover,
.ulheader1-2 li a:hover {
  color: #ffffffe8 !important;
}

.ulfooterlinks li>a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
}

.ulfooterlinks li>a:hover::after,
li>a.active-nav::after {
  width: 100%;
  background: #ee3138;
}

/*footer fim*/

/*sessão ofertas inicio*/
.sessao-produtos {
  padding: 30px 0;
  background-color: #ee3138;
  background-image: url(../img/bolinhasbgwhite.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.imagem-size {
  width: 100%;
  height: 200px; /* ou outro valor adequado */
  object-fit: contain;
  padding: 8px;         /* espaçamento interno */
  background-color: #fff; /* opcional: para destacar a imagem se o card tiver cor */
  box-sizing: border-box; /* garante que o padding não quebre o layout */
  display: block;
  margin: 0 auto 12px auto; /* centraliza e adiciona margem inferior entre imagem e texto */
}

@media only screen and (max-width: 767px) {
  .imagem-size {
    width: 30%;
    height: 150px;
    padding-top: 15px;
  }

  .valor {
    padding: 5px 0px;
    font-size: 18px;
  }
}

.card img {
  margin: auto;
}

.valor {
  background: #00924e;
  padding: 10px 0px;
  color: white !important;
  border-radius: 10px;
}

.font-ofertas {
  font-size: 0.9em;
  min-height: 72px; /* ou ajuste conforme sua média de texto */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.font-valido {
  font-size: 0.8em;
}

/*sessão produtos fim*/

/*sessão 1*/

.call-box {
  padding: 100px 0;
  background-image: url(../img/fundomercado.png);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.call-box .call-box-card {
  width: 350px;
  height: 250px;
  margin-right: 100px;
  display: flex;
  text-decoration: none;
}

.call-box .call-box-card:last-child {
  margin-right: 0;
}

.call-box .call-box-card .br-left {
  border-radius: 6px 0 0 6px;
}

.call-box .call-box-card-icon {
  width: 150px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  box-sizing: border-box;
}

.call-box .call-box-card-icon,
.call-box .call-box-card-text {
  background-color: #00924e;
  height: 100%;
  -webkit-box-sizing: border-box;
}

.call-box .call-box-card .br-right {
  border-radius: 0 6px 6px 0;
}

.call-box .call-box-card-text {
  width: 200px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-weight: 400 !important;
  font-size: 1.875rem;
  text-transform: uppercase;
  text-align: left;
  line-height: .8;
  padding: 0 25px 0 0;
  font-style: italic;
}

@media (max-width: 767px) {
  .call-box {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .call-box .call-box-card {
    width: 250px;
    height: 150px;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .call-box .call-box-card-icon {
    width: 100px;
  }

  .call-box .call-box-card-text {
    width: 150px;
    font-size: 1.625rem;
  }
}

/*sessão 1 fim*/

/*sessão causas inicio*/
.causas-apoiadas {
  padding: 20px 0;
  background-color: #00924e;
}

.texto-base {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #00924e;
}

.texto-app {
  font-size: 30px;
  font-weight: 700;
  color: #00924e;
}

.texto-causas {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.texto-valores {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
}

.icon-tam-apple {
  font-size: 3rem !important;
  color: #00924e;
}

.icon-tam-google {
  font-size: 2.7rem !important;
  color: #00924e;
}

/*sessão causas fim*/

/*sessão Blog*/
.blog {
  padding: 100px 0;
}

.titulo {
  font-size: 2.25rem;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #ee3138;
}

.borda-esq {
  border-left: #00924e 5px solid;
  font-size: 30px;
}

.novidades {
  font-weight: 700 !important;
  font-size: .75rem;
  text-transform: uppercase;
  color: #00924e;
}

.borda-bot {
  border-bottom: #00924e 3px solid;
  display: inline-block;
  height: 2px;
}

.sub-titulo {
  font-weight: 400 !important;
  font-size: 1.5rem;
  color: #00924e;
}

.text-blog {
  color: #333;
  line-height: normal;
}

/*sessão blog fim*/

/*Lojas*/
.loja-sjdr {
  display: none;
}

.loja-stcruz {
  display: none;
}

.loja-tiradentes {
  display: none;
}

.loja-barroso {
  display: none;
}

.loja-saotiago {
  display: none;
}

/*Fim Lojas*/

/*Contato*/
.info-contato {
  font-weight: 700 !important;
  font-size: 1rem;
  color: #00924e;
  text-transform: uppercase;
}

/*Fim Contato*/


/*Geral*/
.mapa {
  width: 100%;
}

.img-50 {
  width: 50%;
}

.img-75 {
  width: 75%;
}

.img-100 {
  width: 100%;
}

.logo-geral {
  color: #fff;
}

.logo-geral:hover {
  color: #f3f3f3e8 !important;
}

.titulo-hero {
  font-size: 2.5rem; /* Ajuste o tamanho conforme o design */
  margin-top: 1rem;  /* Ajuste margens para espaçamento */
  margin-bottom: 1rem;
  font-weight: 700;  /* Opcional, deixar o título em negrito */
  line-height: 1.2;  /* Para um espaçamento vertical melhor */
  color: #fff;
  text-transform: uppercase;
}



.background-hero {
  background-color: #00924e;
  padding: 30px;
}

.cor-primaria {
  color: #00924e;
}

.cor-secundaria {
  color: #ee3138;
}

.cor-noticia {
  color: #a70000;
}

.font-noticia p {
  font-size: 20px;
}

.fundo-primario {
  background-color: #00924e;
}

.fundo-secundario {
  background-color: #ee3138;
}

.icon-app {
  color: #00924e;
}

.icon-app:hover {
  color: #06a159;
}

.icon-font {
  font-size: 35px;
}

.borda-arredondada {
  border-radius: 5px;
}

.borda-arredondada-car {
  border-radius: 10px;
}

.texto-troco {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
}

.solidario {
  background-color: white;
  border-radius: 50px;
  padding: 0 30px;
  color: #00924e;
  letter-spacing: 5px;
}

.texto-solidario {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
}

.projeto-social {
  background-color: white;
  border-radius: 50px;
  padding: 0 40px;
  color: #00924e;
  letter-spacing: 5px;
}

.texto-projeto-social {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
}

.cac {
  background-color: #ee3138;
  border-radius: 50px;
  padding: 5px 15px;
  color: #fff;
  letter-spacing: 3px;
}

.cac-texto {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.img-causas1 {
  width: 180px;
  height: 180px;
}

.col-bim {
  margin-top: 70px !important;
}

.img-inst {
  width: 1000px;
  height: 700px;
}

.img-rad {
  border-radius: 10%;
}

.alinha-icon-left {
  text-align: left;
}

.alinha-icon-right {
  text-align: right;
}

.btnPdf {
  font-size: 24px !important;
}


@media (max-width: 1124px) {
  .img-inst {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 770px) {

  .col-bim {
    margin-top: 0px !important;
  }

  .texto-troco {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
  }

  .texto-causas {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
  }

  .projeto-social {
    padding: 0 30px;
    letter-spacing: 2px;
  }

  .cac {
    padding: 5px 5px;
    letter-spacing: 0px;
  }

}

.img-banner {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.img-folhetos {
  width: 100%;
  height: 1100px;
  border-radius: 10px;
}

/*Responsividade primeira area*/

@media (max-width: 700px) {

  .img-banner {
    width: 100%;
    height: 150px;
    border-radius: 10px;
  }

  .desktop {
    display: none !important;
  }

  .img-folhetos {
    width: 100%;
    height: 800px;
    border-radius: 10px;
  }

  .only-mob {
    display: block;
  }
}

@media (min-width: 700px) {
  .mobile {
    display: none !important;
  }
}

@media (min-width: 767px) {
  .only-mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .only-desk {
    display: none !important;
  }

  html,
  body {
    overflow-x: hidden;
  }
}

.containerFolheto {
  display: flex;
  margin: 20px auto;
  /* Centraliza horizontalmente */
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  /* Para que ocupe toda a largura disponível */
  justify-content: center;
  /* Centraliza o conteúdo */
}

.columnFolheto {
  flex: 1;
  /* Para que ambas as colunas ocupem a mesma largura */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.columnFolheto img {
  max-width: 100%;
  /* Ajusta a imagem para caber na coluna */
  height: auto;
  /* Mantém a proporção da imagem */
  border-radius: 5px;
}

.button-container {
  display: flex;
  /* Usa flexbox para centralizar */
  justify-content: center;
  /* Centraliza o botão */
  margin-top: 20px;
  width: 100%;
  /* Para que o botão ocupe toda a largura disponível */
}

.button {
  background-color: #00924e;
  color: white;
  /* Texto em branco */
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  width: 40%;
  /* O botão ocupará 20% da largura da tela */
  text-align: center;
  /* Centraliza o texto dentro do botão */
}

.button:hover {
  background-color: darkgreen;
}

.ver-mais {
  font-weight: bold;
  color: #ee3138; /* ou a cor que quiser */
}

#numerosBody th, 
#numerosBody td.cupom-cell {
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}

#numerosBody td.numero-cell {
  text-align: left;
  vertical-align: middle;
}
