section.bannerinicial{
  width: 100%;
  overflow: hidden;
}

.divbinicial {
  display: flex;
}

.divtagetitulo{
  width: 51%;
  max-width: 975px;
  align-items : center;
  display: flex;
  justify-content: end;

}

.divtagetitulointerna{
  width: 100%;
  max-width: calc(614px + 30px);
  padding: 30px 18% 30px 30px;
  box-sizing: border-box;
}

.divtags{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 32px;
}

.divtags p {
  padding: 7px 14px 9px 14px;
  background-color: #F1F1F1;
}

.divtagetitulo h1 {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 24px !important;
}

.divimagem {
  width: 49%;
  max-width: 945px;
  height: 655px;
}

.divimagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.divtopicos{
  width 100%;
  display: flex;
  justify-content: end;
  padding-left: 30px;
}

.divtopicosinterna {
  width: calc(49% + 600px);
  max-width: 1561px;
  background-color: #F2B999;
  display: flex;
  flex-wrap: wrap;
  padding-left: 30px;
}

.divtopicosinterna a {
  padding: 22px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  text-decoration: none;
  transition: 300mx !important;
}

.divtopicosinterna a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* CSS para o carrossel */
.secmenutags {
  width: 100vw;
  max-width: none;
  height: 60px;
  position: relative;
  transform: translateX(calc((100vw - 1200px) / 2));
  overflow: hidden;
}

.wrapper-carrosel {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#carroselTopicos {
  padding-top: 16px;
  padding-bottom: 16px;
  height: 100%;
  box-sizing: border-box;
  overflow-y: hidden;
  border-top: 2px solid #F2B999;
  background-color: #F2B999;
  padding-left: 30px;
}

#carroselTopicos > div {
  margin-top: -5px;
}

#carroselTopicos .taglink a {
  font-family: Golos Text;
  color: #000000 !important;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none !important;
  padding: 6px 15px;
  border-radius: 6px;
  display: inline-block;
  white-space: nowrap;
}

.setaTags {
  position: absolute;
  top: 50%;
  right: calc((100vw - 1200px) / 2);
  transform: translateY(-50%);
  width: 60px;
  height: 100%;
  background: linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  z-index: 2;
  cursor: pointer;
}

@media only screen and (min-width:1900px){
  .setaTags {
    right: calc((100vw - 1200px) / 2 + 15px);
  }
}

.setaTags img {
  height: 24px;
  width: auto;
}

.bg-right-carrosel {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px; /* ou o tamanho real da área da seta */
  height: 100%;
  background-color: #F2B999;
  z-index: 0;
  pointer-events: none;
}

/* ------------------- */

@media only screen and (max-width:767px){
  .divbinicial {
    flex-direction: column;
    background-image: url(https://20343984.fs1.hubspotusercontent-na1.net/hubfs/20343984/Fundo%20Mobile.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .divtagetitulo {
    width: 97%;
  }
  
  .divtags p {
    background-color: rgba(0,0,0,0.1);
  }
  
  .divimagem {
    display: none;
  }
  
  .divtopicos {
    padding-left: 0px;
  }
  
  .divtagetitulointerna{
    padding: 30px;
  }
  
  /*Ajustar o carrossel */
  #carroselTopicos {
    padding-left: 10px;
  }
  
  .secmenutags {
    transform: none !important;
    width: 100%;
  }

  .setaTags {
    right: 0 !important;
  }
}