.ventisei-img {
  width: 50%;
}
.subtitulo,
.titulo16 {
  margin: 0;
  position: relative;
  line-height: 80px;
}
.subtitulo {
  align-self: stretch;
  font-size: inherit;
  font-weight: 500;
  font-family: inherit;
}
.titulo16 {
  width: 649px;
  height: 62px;
  font-size: var(--font-size-71xl);
  font-weight: 700;
  font-family: var(--font-source-serif-4);
  color: var(--color-orangered-100);
  display: flex;
  align-items: center;
  flex-shrink: 0;
  max-width: 100%;
}
.linha8,
.titulo-parent {
  align-self: stretch;
  box-sizing: border-box;
}
.linha8 {
  height: 2px;
  position: relative;
  border-top: 2px solid var(--color-steelblue-100);
}
.main-image,
.title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 100%;
}
.title-container {
  align-self: stretch;
  flex-shrink: 0;
}
.main-image {
  /* padding: 0 0 var(--padding-131xl); */
  box-sizing: border-box;
  width: 50%;
}
.imagem-asso-ventisei {
  height: 552px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit: contain;
  min-width: 645px;
  flex-shrink: 0;
}
.content3,
.linha13 {
  box-sizing: border-box;
  max-width: 100%;
}
.content3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-right: 40px;
  margin-left: 40px;
  /* padding: 0 0 var(--padding-88xl) var(--padding-xl); */
  /* gap: var(--gap-32xl); */
}
.information {
  margin-right: 40px;
  margin-left: 40px;
}
.topo-icon {
  width: 25px;
  height: 26px;
  position: relative;
}
.to-top-link {
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-10xs) 0 0;
}
.boto-voltar-para-o-topo,
.grid,
.to-top-link {
  display: flex;
  justify-content: flex-start;
}
.boto-voltar-para-o-topo {
  flex-direction: row;
  align-items: flex-start;
  gap: var(--gap-2xl);
  cursor: pointer;
  font-size: var(--font-size-base);
  color: var(--color-steelblue-100);
}

.frota-asso-ventisei {
  width: 100%;
  position: relative;
  background-color: var(--color-whitesmoke-100);
  overflow: hidden;
  align-items: flex-end;
  gap: var(--gap-21xl);
  line-height: normal;
  letter-spacing: normal;
  font-size: var(--font-size-13xl);
  color: var(--color-steelblue-100);
  font-family: var(--font-inter);
}

/* General styles for the section */
.two-column-section {
  display: flex;
  justify-content: space-between;
  gap: 20px; /* Space between the two columns */
  margin: 20px;
}

/* Styles for the left column */
.column-left,
.column-right {
  width: 48%; /* Ensures each column takes 48% of the available width */
}

/* Style for the heading-paragraph pairs */
.heading-para-pair {
  margin-bottom: 20px; /* Adds space between each heading-paragraph pair */
}

/* Heading styles */
.heading {
  background-color: #304269; /* Blue background for the heading */
  color: white;
  padding: 10px;
  margin: 0;
  border-radius: 10px;
  margin-bottom: 30px;
}

.heading h2 {
  margin: 0;
  font-size: 24px;
  font-family: var(--font-source-serif-4);
}

/* Paragraph styles */
.para {
  background-color: #e8e8e8; /* Grey background for paragraphs */
  padding: 15px;
  margin: 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.para-alt {
  background-color: #f2f2f2; /* Grey background for paragraphs */
  padding: 15px;
  margin: 0;
  border-radius: 10px;
  margin-bottom: 10px;
}

.para p {
  font-size: 14px;
  font-family: var(--font-inter);
  color: #000000;
}

.para-alt p {
  font-size: 14px;
  font-family: var(--font-inter);
  color: #000000;
}
.linha-icon1 {
  align-self: stretch;
  position: relative;
  width: 97%;
  overflow: hidden;
  padding: 0 var(--padding-xl) var(--padding-83xl);
}
.dropdown-item-hover:hover{
  background-color: gainsboro;
}
.back-to-top-button-container-parent {
  display: none;
 }
 
@media screen and (max-width: 1080px) {
  .voltar-para-o1{
    margin-right: 10px;
  }
  .back-to-top-icon-container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .back-to-top-icon-container {
    flex-direction: column;
    padding: var(--padding-10xs) 0 0;
  }
  .boto-voltar-para-o-topo1 {
    background-color: #EDEDEDE5; /* Cor de fundo */
    border: solid 2px #304269;
    color: #304269; /* Cor do texto */
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* Adiciona sombra */
    cursor: pointer;
    display: flex;
    align-items: center;
    text-transform: uppercase; /* Texto em maiúsculas */
    font-size: 14px;
  }
  .back-to-top-button-container-parent {
    display: block; /* Torna visível */
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 1000; /* Garante que esteja acima de outros elementos */
  }
  .back-to-top-button-container-parent {
    gap: var(--gap-xl);
    z-index: 1;
    
  }

  .back-to-top-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .subtitulo{
    font-size: 18px;
    height: 32px;
  }
  .titulo16 {
    font-size: 36px;
    line-height: 70px;
    height: 60px !important;
  }

 
}
@media screen and (max-width: 450px) {
  .content3 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    margin-right: 10px;
    margin-left: 10px;
  }
  .information {
    margin-right: 10px;
    margin-left: 10px;
  }
  .title-container {
    gap: 20px;
    margin-top: -70px;
  }
  .ventisei-img {
    width: 100%;
  }
  .main-image {
    /* padding: 0 0 var(--padding-131xl); */
    box-sizing: border-box;
    width: 100%;
  }
  .imagem-asso-ventisei {
    height: 300px;
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    object-fit: contain;
    min-width: 100%;
    flex-shrink: 0;
  }
  .two-column-section {
    display: flex;
    flex-direction: column;
  }
  .column-left,
  .column-right {
    width: 100%;
  }
}
