.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  .feature-columns {
    display: flex;
    gap: 50px;
  }

  .feature-column {
    flex: 1;
  }

  .features ul {
    column-count: auto;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }
  
  
  a {
    color: #005b9a;
    text-decoration: none;
    transition: color 0.2s;
  }

  a:hover {
    color: #003d6a;
  }

  /* HERO SECTION */
  .textos {
    flex: 1;
    min-width: 300px;
    padding-right: 20px;
    max-width: 48%;
  }

  .textos h1 {
    font-size: 38px;
    margin-bottom: 5px;
    color: #2d4a6a;
    line-height: 1.2;
  }

  .textos h2 {
    font-size: 22px;
    color: #777;
    margin-bottom: 25px;
    font-weight: 400;
  }

  .bold {
    font-weight: 600;
    margin: 25px 0 15px 0;
    color: #2d4a6a;
    font-size: 18px;
  }

  .textos p {
    margin-bottom: 20px;
    max-width: 600px;
    color: #555;
    line-height: 1.7;
    font-size: 16px;
  }

  .know-more {
    text-decoration: underline;
    margin-top: 20px;
    display: inline-block;
    
  }

  .know-more:hover {
    text-decoration: none;
  }

  .imagem {
    flex: 1;
    min-width: 300px;
    max-width: 50%;
  }

  .imagem img {
    max-width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: contain;
  }

  /* DETAILED INFO SECTION */
  .detailed-info {
    padding: 40px 0;
  }

  .info-columns {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
  }

  .info-column {
    flex: 1;
  }

  .info-column p {
    color: #555;
    line-height: 1.7;
    font-size: 16px;
  }

  .info-column h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /* Image grid for figures */
  .image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
  }

  .image-grid figure {
    padding: 15px;
    transition: transform 0.3s ease;
    height: 100%;
    flex-direction: column;
  }

  .image-grid figure:hover {
    transform: translateY(-5px);
  }

  .image-grid figure img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: contain;
    flex-grow: 1;
  }

  .image-grid figcaption {
    margin-top: 12px;
    font-size: 16px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: bold;
  }

  .image-grid figure span {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
  }

  .image-grid.two-columns {
    grid-template-columns: repeat(2, 1fr);
  }

  .additional-info {
    margin: 40px 0;
    padding: 20px;
    background: #f5f8fa;
    border-left: 4px solid #2d4a6a;
    border-radius: 4px;
  }

  /* FEATURES SECTION */
  .features {
    padding: 60px 0;
  }

  .features h2 {
    color: #2d4a6a;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: 600;
    margin-top: 0;
    padding-top: 3px;
  }

  .feature-columns {
    display: flex;
    gap: 30px;
    align-items: flex-start;
  }

  .feature-column {
    flex: 1;
  }
  
  .feature-column:first-child {
    flex: 0 0 20%;
  }
  
  .feature-column:not(:first-child) {
    flex: 0 0 40%;
  }
  
  .competitive-advantages {
    margin-top: 0;
  }
  
  .advantage-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  
  .check-icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    margin-top: 3px;
  }
  
  .advantage-item p {
    margin: 0;
    color: #555;
    line-height: 1.7;
    color: #244052 !important;
    font-size: 1.2rem;
    font-weight: 300;
  }

  .feature-list {
    list-style: none;
    margin-top: 0;
    padding-top: 0;
  }

  .feature-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #555;
    line-height: 1.7;
    font-size: 16px;
  }

  .checkmark {
    position: absolute;
    left: 0;
    color: #2d4a6a;
    font-weight: bold;
  }

  /* Product title styling */
  .title {
    font-size: 38px;
    color: #2d4a6a;
    /*margin-bottom: 30px;*/
    font-weight: 600;
    line-height: 1.2;
  }

  .color-text h5 {
    font-size: 22px;
    color: #777;
    margin-bottom: 25px;
    font-weight: 400;
  }

  .color-text p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  /* RESPONSIVO */
  @media (max-width: 768px) {
    .image-grid {
      grid-template-columns: 1fr;
    }

    .title {
      font-size: 32px;
    }

    .color-text h5 {
      font-size: 20px;
    }

    .features h2 {
      font-size: 24px;
    }

    .info-column h3 {
      font-size: 22px;
    }
  }

  .photo-overloaded-right {
    right: 0;
    width: 40% !important;
}