/********************  BOX NOTICE ********************/

  .section-sections--19132656255190__lumin_scrolling_text_BRdDdB-padding {
      padding-top: 0px;
      padding-bottom: 0px;
  }

   @media screen and (min-width: 750px) {
     .section-sections--19132656255190__lumin_scrolling_text_BRdDdB-padding {
       padding-top: 0px;
       padding-bottom: 0px;
     }
   }

    .nav-header{
        top: 43px;
    }

    .header{
        top: 43px;
    }

    [data-header-position="fixed"] .content-body {
        padding-top: calc(var(--dz-header-height) + 43px);
    }

    .deznav {
        top: calc(var(--dz-header-height) + 43px);
    }  
    
    .text-anuncio-1 {
      color: white;
      font-size: 15px;
      letter-spacing: 0px;
      text-transform: none;
      margin:0;
    }
    @media screen and (max-width: 749px) {
      .text-anuncio-1 {
        font-size: 15px;
      }
    }
    .text-anuncio-1 svg{
       fill: #212121;
      width:calc(15px + 2px);
      height:calc(15px + 2px);
    }
    @media screen and (max-width: 749px) {
      .text-anuncio-1 svg{
        width:15px;
        height:15px;
      }
    }

        .text-anuncio-2 {
      color: white;
      font-size: 15px;
      letter-spacing: 0px;
      text-transform: none;
      margin:0;
    }
    @media screen and (max-width: 749px) {
      .text-anuncio-2 {
        font-size: 15px;
      }
    }
    .text-anuncio-2 svg{
       fill: white;
      width:calc(15px + 2px);
      height:calc(15px + 2px);
    }
    @media screen and (max-width: 749px) {
      .text-anuncio-2 svg{
        width:15px;
        height:15px;
      }
    }

        .scroll {
      display: flex;
      width: 100%;
      text-decoration: none;
      height: 100%;
      justify-content: center;
      align-items: center;
    }
           .box-message-bar{
      max-width:1440px;
      margin-left:auto;
      margin-right:auto;
      z-index: -1;
      position: relative;
  }
    @media only screen and (min-width: 768px){
      .box-message-bar{
        padding: 8px 20px;
      }
    }
              @media only screen and (max-width: 767px){
      .box-message-bar{
        padding: 8px 20px;
      }
    }
    .announcement-bar-section{
      position:relative;
      z-index:4
    }
    .announcement-bar--wrap{
      line-height:1;
    }
    .box-message-bar{
      height:100%;
      display:flex;
      align-items:center;
      max-width:none;
      white-space:nowrap;
      overflow:hidden;
    }
    .box-message-bar.direction-left>div{
      animation:marquee-left var(--marquee-speed) linear infinite;
    }
    .box-message-bar.direction-right>div{
      animation:marquee-right var(--marquee-speed) linear infinite;
    }
    .box-message-bar>div{
      display:flex;
      align-items:center;
      flex-shrink:0;
      will-change:transform;
    }
    .box-message-bar:hover>div{
      animation-play-state:paused;
    }
    .div-anuncio-box{
      display:inline-flex;
      align-items:center;
      padding:0 16px;
    }
    @media only screen and (max-width: 767px){
      .announcement-bar{
        padding:0 8px;
        }
    }

    .div-anuncio-box p{
      margin:0;
      padding:0;
    }
    .announcement-bar__message {
        min-height: 1.8rem;
    }
    .div-anuncio-box svg{
      margin-right:12px;
     /* fill:rgb(var(--color-foreground));*/
    }

    .div-anuncio-box .div-anuncio-box__link{
      color:rgb(var(--color-foreground));
      display: flex;
      padding: 0;
    }
    .div-anuncio-box--item:empty{
      display:none
    }
            @keyframes marquee-left{
      0%{
        transform:translate(0)
      }
      to{
        transform:translate(-100%)
      }
    }
    @keyframes marquee-right {
      0%{
        transform:translate(-100%)
      }
      to{
        transform:translate(0)
      }
    }

    .announcement-bar-static{
      display: block;
    }
    .announcement-bar-static>div{
      flex-wrap: wrap;
      justify-content: center;
    }
/********************  BOX NOTICE ********************/