  section.bg-light.border-bottom.py-0.top-contact-header {
  background-color: #273035 !important;
  height: 33px;
  max-height: 33px;
  padding: 0 !important;
  overflow: hidden;
}

section.top-contact-header {  background-color: #273133 !important; }
.top-contact-header{ background-color: #323232 !important; }


/* === CONTAINER FLEX DO HEADER === */
  .top-contact-header-inner{ /*background-color: orange !important;*/ } 

   .top-header-one {  gap: 8px !important; /* espaçamento lateral entre os itens */}

    .top-header-one .item-contato {
      color: #bebebe;
      font-family: 'Open Sans', sans-serif;
      font-size: 12px;
      font-weight: bold;
      border-radius: 4px;
       
    }


        /* Estiliza os ícones de telefone e e-mail */
        .top-header-one .item-contato .container-ico {
          color: #e10300 /*#c0c1c3 */ !important;
          border-color: #4b4b4b !important;
          width: 25px;
          height: 25px;
          line-height: 25px;
          /*border: 1px solid rgb(200, 200, 200) !important;*/
          font-size: 10px;
          text-align:center;
          vertical-align: middle;
         -webkit-border-radius:50%;
         -o-border-radius:50%;
         -ms-border-radius:50%;
         border-radius:50%;
        }

        .top-header-one .item-contato span {
          color: #abb8c3;
          transition: color 0.3s ease;
          font-family: 'Open Sans', sans-serif;
          font-size: 12px;
          font-weight: bold;
        }
        .top-header-one .item-contato span a{text-decoration: none; color: inherit; }
        .top-header-one .item-contato:hover span {  color: #ffffff;}



        .top-header-one .d-flex.align-items-center.gap-1 i {  color: red !important; }