div#banner {
  background: url(./img/fundo2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.efex {
  position: relative;
}

header#headerPrincipal {
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: 99;
}

h4.data-banner {
  color: white;
  background: #212a3b;
  width: fit-content;
  padding: 6px 18px;
  border-radius: 14px;
  font-size: 1.4rem;
  margin-bottom: 4%;
}

.banner-cont {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  align-items: center;
  padding: 15% 5vw 10% 5vw;
}

.titulo-banner {
  width: 50%;
}

.banner-img {
  width: 50%;
}

img.img-banner {
  width: 100%;
  height: auto;
}
.titulo {
  display: flex;
  flex-wrap: wrap;
}

h1.tt1-banner,
h2.tt2-banner {
  color: white;
  font-weight: 800;
  font-size: 4.7rem;
  line-height: 1.1;
  margin: 0;
  margin-right: 9px;
}

span.tt3-banner {
  font-weight: 800;
  font-size: 4.7rem;
  line-height: 0.7;
  display: block;
  align-content: center;
  background: linear-gradient(90deg, #ffc48d, #eaa5c6, #ffc48d);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  animation: gradientMove 7s ease-in-out infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 0% center;
  }
  100% {
    background-position: 200% center;
  }
}

a.btn-banner1 {
  color: white;
  background: #212a3b;
  padding: 15px;
  border-radius: 20px;
  font-weight: 500;
}

a.btn-banner {
  color: white;
  padding: 15px;
  border: 2px solid white;
  border-radius: 24px;
  font-weight: 500;
}

.btns-banner {
  margin-top: 5%;
  display: flex;
  column-gap: 50px;
  transition: transform 0.3s ease;
}
.btns-banner a:hover {
  position: relative;
  transform: translateY(-5px);
  transition: transform 0.3s ease;
  color: white;
  text-decoration: none;
}
.txt-banner p {
  color: white;
  line-height: 1.7;
  font-size: 1.8rem;
  margin: 0;
}

.txt-banner {
  margin: 5% 0;
}

.dados-banner {
  display: flex;
  column-gap: 5%;
  margin-top: 6%;
}

.item p {
  color: white;
}
p.numero {
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
}
.tracos {
  position: absolute;
  z-index: 0;
  display: block;
  top: -20px;
  width: 116%;
  height: 100%;
}

svg path {
  stroke: #80808052;
  fill: transparent;
  stroke-width: 2px;
}
svg circle {
  fill: #80808052;
}

@media screen and (max-width: 1100px) {
  header#headerPrincipal {
    top: 20px;
  }

  div#banner {
    padding-top: 16%;
  }

  span.tt3-banner {
    line-height: 1.2;
  }
  div#menu ul.lista-menu-principal > li a,
  div#menu ul.lista-menu-principal > li span {
    color: black !important;
  }
  div#menu ul.lista-menu-principal li.divider {
    left: 0px !important;
  }
  .menu-padrao ul.lista-menu-principal li.parent > ul{
    display: none;
  }
 .menu-padrao ul.lista-menu-principal {
    display: grid;
}
div#menu ul.lista-menu-principal li.divider > span::after,div#menu ul.lista-menu-principal li.divider > a::after {
    color: black!important;
    top: 0 !important;

}
span.separator {
    width: fit-content !important;
    position: relative;
}
}
.banner-img {
    padding: 3%;
}
.texto-apresentacao {
    min-height: 101px;
}