body.alto-contraste img {
  filter: none!important;
}

@include media-breakpoint-up(sm) {
  body {
    padding: 0px!important;
  }
}

.centralizar-breadcrumb {
  width: 100%;
  background: #FFFFFF;
} 
    .breadcrumb {
      max-width: 1115px;
      font-family: sans-serif;
      font-size: 14px;
      margin: 0 auto;
      overflow: hidden;
      padding: 20px;
      line-height: 2em;
      background: transparent;
    }
    .breadcrumb a {
      color: #004366;
      text-decoration: none;
    }
    .breadcrumb a:hover {
      text-decoration: underline;
    }
    .breadcrumb span {
      margin: 0 5px;
    }

.header-wrapper-99 {
        width: 100%;
        display: flex;
        background-image: 
            linear-gradient(to bottom, #ececec, transparent),
            linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.7)), /* camada translúcida por cima da imagem */
            url('');
        background-repeat: no-repeat, repeat-x, repeat-x;
        background-size: 100% 100%, auto 130px, auto 130px;
        background-position: top, bottom center, bottom center;
        border-bottom: 1px solid #c4c4c4;
        justify-content: center;
        position: relative;
        z-index: 10;
        overflow-x: hidden;
        }

    .header-99 {
      display: flex;
      max-width: 1140px;
      width: 100%;
      position: relative;
      z-index: 1;
    }

    .header-left-99 {
      padding: 20px;
      display: flex;
      align-items: center;
      flex: 1;
    }

    .logo-img-99 {
      height: 104px;
    }

    .titulo-grande {
      font-size: 21px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 1px;
      color: #035C87;
      padding-left: 20px;
      margin-left: 20px;
      border-left: 2px solid #e2e2e2;
      font-family: 'Roboto', sans-serif;

    }
    @media (max-width: 768px) {
      .logo-img-99 {
      max-height: 50px;
      }
      
      .titulo-grande {
      font-size: 12px;
      text-transform: uppercase;
      font-weight: 900;
      letter-spacing: 0px;
      color: #035C87;
      padding-left: 10px;
      margin-left: 10px;
      border-left: 2px solid #e2e2e2;
      font-family: 'Roboto', sans-serif;
    }
    .button-99 {
        padding: 6px;
        min-width: auto;
        border-radius: 999px;
        width: 20px;
        height: 20px;
        justify-content: center;
      }



    }

    .header-right-99 {
      padding: 12px 20px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
      flex: 2;
      position: relative;
    }

    .button-99 {
      display: flex;
      align-items: center;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 8px 12px;
      cursor: pointer;
      text-align: left;
      gap: 8px;
      transition: background 0.2s;
    }

    .button-99:hover {
      background-color: #f2f2f2;
    }

    .button-icon-99 {
      height: 24px;
      width: 24px;
    }

    .button-text-99 {
      font-size: 12px;
      line-height: 1.2;
      color: #333;
      text-decoration: none;
    }    

    .button-text-99 span {
      display: block;
      font-weight: bold;
    }

    a:link.topo-link {
      text-decoration: none;
    }

    .search-expandable-wrapper-99 {
      width: 100%;
      display: none;
      justify-content: center;
      background-color: #004366;
      padding: 16px 0;
      margin-top: -3px;
      position: relative;
      z-index: 99;
      border-bottom: 0px solid #078bcb;
    }

    .search-expandable-99 {
      max-width: 1115px;
      width: 100%;
      padding: 0 20px;
    }

    .search-expandable-99 input {
      width: 100%;
      padding: 12px 16px;
      font-size: 16px;
      border-radius: 8px;
      border: 0px solid #078bcb;
      outline: none;
      transition: 0.3s;
    }

    .search-expandable-99 input:focus {
      box-shadow: 0 0 0 2px rgba(7, 139, 203, 0.2);
    }

    @media (max-width: 768px) {
      .header-99 {
        flex-direction: row;
      }

      .header-left-99, .header-right-99 {
        flex: 1;
        padding: 20px 10px;
      }
      .logo-img-99 {
      height: 70px;
      }

      .button-text-99 {
        display: none;
      }

      .button-99 {
        padding: 8px;
        min-width: auto;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        justify-content: center;
      }

      .header-right-99 {
        justify-content: flex-end;
      }

      .search-expandable-wrapper-99 {
        padding: 12px 0;
      }

      .search-expandable-99 {
        padding: 0 12px;
      }
    }

    
    /* Barra de acessibilidade */
        .acessibilidade-barra {
        background: #004366;
        color: #fff;
        padding: 5px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        border-bottom: 1px solid #e2e2e2;
        font-size: 14px; /* Diminuindo o tamanho da barra */
        overflow: hidden;
        }
        .centro-acessibilidade {
            width: 100%;
            margin: 0 auto;
            max-width: 1080px;
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 10px;
        }

        .acessibilidade-barra button {
        background: white;
        border: 2px solid #DDDDDD;
        border-radius: 50%;
        width: 40px; /* Tamanho ajustado para os botões */
        height: 40px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s;
        }

        .acessibilidade-barra img {
        width: 60%; /* Agora os ícones preenchem totalmente o círculo */
        height: 60%;
        object-fit: contain;
        }

        .acessibilidade-barra a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
        padding: 5px 10px;
        }

        .acessibilidade-barra a:hover {
        text-decoration: underline;
        }

        .contraste {
        background-color: #000 !important;
        color: #fff !important;
        }

        body {
        font-family: sans-serif;
        transition: all 0.3s ease;
        margin: 0;
        font-size: 16px; /* Tamanho padrão do corpo */
        }

        .conteudo {
        padding: 20px;
        }

        .highlight {
        background-color: yellow;
        }


    .rodape-99 {
        width: 100%;
        display: flex;
        background-image: 
            linear-gradient(to bottom, #ececec, transparent),
            linear-gradient(rgba(255,255,255,0.4), rgba(255,255,255,0.7)), /* camada translúcida por cima da imagem */
            url('');
        background-repeat: no-repeat, repeat-x, repeat-x;
        background-size: 100% 100%, auto 130px, auto 130px;
        background-position: top, bottom center, bottom center;
        border-top: 3px solid #078bcb;
        justify-content: center;
        position: relative;
        z-index: 10;
        padding: 30px 20px;
        }

    .rodape-main-99 {
      display: flex;
      max-width: 1115px;
      width: 100%;
      position: relative;
      z-index: 1;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .text-rodape {
        text-align: center;
        font-size: 12px;
        width: 100%;
        background-color: #f5f5f5;
        padding: 20px;
        border-top: 1px solid #dddddd;
        line-height: 1.2em;
        color: #777777;
    }
    .text-rodape a {
      text-decoration: none;
      color: #777777;
    }







            .main-content-o99 {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 50px 20px;
            background-color: #ffffff;
        }

        .placeholder-text-o99 {
            color: #666;
            font-size: 18px;
            text-align: center;
        }

        .footer-o99 {
            background-color: #f5f5f5;
            padding: 40px 0px 0;
            border-top: 1px solid #e0e0e0;
        }

        .footer-container-o99 {
            max-width: 1000px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 40px;
            gap: 40px;
        }

        .logo-section-o99 {
            flex: 1;
        }

        .logo-placeholder-o99 {
            width: 200px;
            height: 80px;
            background-color: #ddd;
            border: 2px dashed #999;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            font-size: 14px;
            font-weight: bold;
        }

        .social-section-o99 {
            flex: 1;
            text-align: center;
        }

        .hours-section-o99 {
            flex: 1;
            text-align: right;
        }

        .footer-title-o99 {
            color: #035C87;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            margin-bottom: 20px;
            letter-spacing: 0.5px;
        }

        .social-icons-o99 {
            display: flex;
            gap: 15px;
            justify-content: center;
        }

        .social-icon-o99 {
            width: 32px;
            height: 32px;
            background-color: #f9f9f9;
            border: 2px solid #999;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #666;
            text-decoration: none;
            font-size: 10px;
            font-weight: bold;
            transition: background-color 0.3s;
        }

        .social-icon-o99:hover {
            background-color: #dbdbdb;
            color: white;
            border-color: #999;
        }

        .hours-text-o99 {
            color: #666;
            font-size: 14px;
            line-height: 1.5;
        }

        .footer-address-o99 {
            border-top: 1px solid #ddd;
            background-color: #efefef;
            text-align: center;
            padding: 40px;
            font-size: 12px;
            color: #666;
            line-height: 1.4;
        }

        /* Responsividade */
        @media (max-width: 768px) {
            .footer-container-o99 {
                flex-direction: column;
                gap: 30px;
                align-items: center;
                text-align: center;
                max-width: 600px;
            }

            .logo-section-o99 {
                text-align: center;
            }

            .hours-section-o99 {
                text-align: center;
            }

            .footer-address-o99 {
                font-size: 11px;
                padding: 15px;
            }
        }

        @media (max-width: 480px) {
            .footer-o99 {
                padding: 30px 15px 0;
            }

            .footer-container-o99 {
                padding-bottom: 30px;
                gap: 25px;
            }

            .logo-placeholder-o99 {
                width: 160px;
                height: 64px;
                font-size: 12px;
            }

            .social-icon-o99 {
                width: 28px;
                height: 28px;
                font-size: 9px;
            }
        }
    