body {
  font-family: 'DIN Pro', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

hr {
  border-color: #c6c6c6;
  width: 85vw;
}

.fundo-branco-texto {
  background-color: #FFFFFF;
  padding: 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 10px;
}

.fundo-branco-texto span {
  font-size: 23px;
}

.fundo-verde-texto {
  background-color: #006E46;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  border-radius: 10px;
}

.fundo-verde-texto span {
  font-size: 23px;
}

.texto-verde {
  color: #006E46;
}

.texto-branco {
  color: #FFFFFF;
}

.container-centro-resp {
  width: 60%;
}

.cont-imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cont-imgs div {
  margin: 10px;
}

.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
}

.btn {
  border-radius: 10px !important;
}

.flex-esquerda {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  width: 80%;
}

.flex-direita {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  width: 80%;
}

.card-branco-borda-verde {
  background-color: #FFFFFF;
  border: 1px solid #006E46;
  border-radius: 10px;
}

.card-esq-dir {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  text-align: start;
  width: 50%;
  max-width: 570px;
}

.card-dir-esq {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  text-align: start;
  width: 50%;
  max-width: 570px;
}

.card-verde-borda-branca {
  background-color: #006E46;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
}

.paragrafo-apos-img {
  text-align: left;
}

.img-e-paragrafo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}

.margin-esq-resp {
  margin-left: 5vw;
}

.card-img-x2-esq-dir {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 570px;
}

.card-img-x2-esq-dir img {
  width: 45%;
}

.mktstv-nav {
  background-color: #005f36;
  color: #ffffff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  min-height: 50px;
  max-height: 60px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  height: auto;
}

.mktstv-container {
  padding: 20px 0;
}

.mktstv-social-icons a {
  text-decoration: none;
  color: #ffffff;
  margin: 0 10px;
  font-size: 21px !important;
  opacity: 0.8;
}

.mktstv-social-icons a:hover {
  opacity: 1;
  color: #FFFFFF;
}

.mktstv-menu {
  display: flex;
  list-style: none;
}

/* .mktstv-menu li {
  margin-left: 20px;
} */

.mktstv-menu a {
  text-decoration: none !important;
  color: #ffffff;
  transition: color 0.3s;
  opacity: 0.8;
  padding: 20px 14px;
  font-weight: normal;
}

.mktstv-menu a:visited {
  color: #ffffff !important;
  text-decoration: none;
}

.mktstv-menu a:hover {
  background-color: #0f3d26;
  /* Tom mais escuro do verde */
  color: #ffffff;
}

.mktstv-menu .mktstv-active a {
  background-color: #0f3d26;
  /* Tom escuro para o item ativo */
  color: #ffffff !important;
}

#mktstv-contato-btn {
  cursor: pointer;
}

/* Dropdown */
.mktstv-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #005f36;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  overflow: hidden;
  border-top: 1px solid #1a18184e;
  padding: 0 5px;
}

.mktstv-dropdown li {
  margin-left: 0;
  /* Remove o espaçamento padrão */
  width: 100%;
  padding: 5px 0;
  cursor: pointer;
}

.mktstv-menu li:active .mktstv-dropdown {
  display: block;
  /* Mostra o dropdown ao passar o mouse */
}

.mktstv-dropdown a {
  padding: 0 20px;
  width: 100%;
}

.mktstv-dropdown a:hover {
  background-color: #0b2919;
  display: block;
}

/* Hover para itens do dropdown */
.mktstv-dropdown li:hover {
  background-color: #0b2919;
  display: block;
}

/* Nav mobile */
#menu-mobile {
  display: none;
  height: auto;
  width: 100%;
  flex-direction: column;
}

.mktmobile-nav {
  display: flex;
  background-color: #005f36;
  color: #ffffff;
  width: 100%;
  z-index: 1000;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  height: auto;
  min-height: 120px;
  align-items: center;
  justify-content: center;
  padding: 0 40px;
}

.mktmobile-top {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
}

.mktmobile-nav i {
  font-size: 48px;
  cursor: pointer;
  font-weight: 100;
}

.mktmobile-container {
  display: flex;
  height: 0;
  padding: 0 40px;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: #005f36;
  color: #ffffff;
  transition: all 0.2s;
}

.mtk-mobile-show {
  height: 420px;
  padding: 20px 40px;
}

.mktmobile-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mktmobile-container li {
  padding: 20px 28px;
  display: flex;
  width: 100%;
}

.mktmobile-container a {
  font-family: var(--font-family-dinpro)!important;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  opacity: 0.8;
  width: 100%;
}

.mktmobile-container a:visited {
  color: #ffffff !important;
  text-decoration: none;
}

.mktmobile-container span{
  font-size: 102px!important;
}

/* contatos menu mobile */
.mktmobile-contatos {
  display: flex;
  height: 0;
  padding: 0 58px;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background-color: #005f36;
  color: #ffffff;
  transition: all 0.3s;
  overflow: hidden;
  transition: height 0.2s;
  z-index: 1000;
}

.mtk-mobile-contatos-show {
  height: 390px!important;
  padding: 20px 58px;
}

.mktmobile-contatos ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.mktmobile-contatos li {
  padding: 20px 28px;
  display: flex;
  width: 100%;
}

.mktmobile-contatos a {
  font-family: var(--font-family-dinpro)!important;
  text-decoration: none;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  opacity: 0.6;
  width: 100%;
}

.mktmobile-social {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #005f36;
  margin-top: -1px;
  height: 0;
}

.mktmobile-social-show {
  height: 71px;
}

.mktmobile-social a {
  text-decoration: none;
  color: #ffffff;
  margin: 10px;
  font-size: 50px !important;
  opacity: 0.8;
}

.mktmobile-social a:hover {
  opacity: 1;
  color: #FFFFFF;
}

.mktmobile-social a:visited {
  color: #ffffff !important;
  text-decoration: none;
}

@media(max-width: 1365px) {
  .container-centro-resp {
    width: 70%;
  }
}

@media(max-width: 1023px) {
  .container-centro-resp {
    width: 85%;
  }

  .flex-esquerda {
    width: 100%;
    align-items: center;
  }

  .flex-direita {
    width: 100%;
    align-items: center;
  }

  .card-esq-dir {
    width: 90%;
  }

  .card-dir-esq {
    width: 90%;
  }

  .paragrafo-apos-img {
    text-align: justify;
  }

  .margin-esq-resp {
    margin-left: 0;
  }

  .card-img-x2-esq-dir {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .fundo-branco-texto {
    padding: 5px 10px;
  }

  .fundo-verde-texto {
    padding: 5px 10px;
  }

  .fundo-branco-texto span {
    font-size: 16px;
    line-height: 25px;
  }

  .fundo-verde-texto span {
    font-size: 16px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .img-e-paragrafo {
    flex-direction: column;
    text-align: center;
  }

  .img-e-paragrafo img {
    margin: 10px 0;
  }

}

@media(max-width: 380px) {
  .fundo-branco-texto span {
    font-size: 15px;
    line-height: 20px;
  }

  .fundo-verde-texto span {
    font-size: 15px;
    line-height: 20px;
  }
}