.bannes_page_infomation {
  margin: 30px 0px;
  border-radius: 8px;
  height: 600px;
  width: 100%;
  object-fit: cover; 
}

.container__abertura {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.custom_list {
  list-style-type: disc;
  padding-left: 1.5rem;
  font-weight: bold;
}

.custom_list li {
  margin-bottom: 10px;
}

.custom_list li a {
  text-decoration: underline;
  color: inherit;
}

.title {
  font-size: 52px;
  margin: 20px 0px;
  color: #000000;
}

.sub_title {
  font-size: 42px;
  margin: 10px 0px;
  color: #000000;
}

.svg_wtsp {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.container_svg_title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.container_svg_title p {
  margin-bottom: 0px;
}

.warning {
  font-weight: 700;
}

.subtitles_infomation {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .bannes_page_infomation {
    height: 500px;
  }
  .title {
    font-size: 32px;
  }

  .sub_title {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .bannes_page_infomation {
    height: 350px;
  }
}
