.container-animation{
    width: 100%;
    height: 45px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden; 
    background-color:#000;
    padding: 0 10px;
  
    @media screen and (max-width: 768px){
        height: 83px;
    }
}
.max-w-blaze{
    max-width: 650px;
    width: 650px;
    @media screen and (max-width: 768px){
        max-width: 320px;
    }
}
.top-ad-slider-horizontal{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.animation-top-ad {
    pointer-events: none;
    height:100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;  
    color: white;
    gap: 20px;
    user-select: none;
    @media screen and (max-width: 768px){&{
        gap: 5px;
    }} 
}
.text-top-ad{
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
}

.strong-word{
    font-weight: 500;
}

.space-icon-close{
    width: 20px;
}
.mask{
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent 100%);

    @media screen and (max-width: 768px){
        mask-image: linear-gradient(to right, transparent, black 2%, black 98%, transparent 100%);
     }

}
.blaze-prev, .blaze-next{
    user-select: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 20px;
    height: 100%;
    padding: 1rem;
    @media screen and (max-width: 768px){
       display: none;
    }
}

.envio-top-ad{
    display: flex;
    gap: 12px;
}

.container-imgs{
    display: flex;
}
/*RENDER PROMO TOP_AD*/
.santander-top-ad{
    .container-imgs img{
        max-width: 102px;
        margin-bottom: 6px;
      }
      @media screen and (width <= 768px){&{
       .container-imgs img{
            max-width: 85px;
          }
      }} 
}
.supervielle-top-ad{
      .container-imgs img:first-child{
        width: 100%;
        max-width: 80px;
      }
       .container-imgs img:nth-child(2){
        max-width: 73px;
      }
      @media screen and (width <= 768px){&{
         .container-imgs img:first-child{
            max-width: 85px;
            margin-bottom: 19px;
          }
           .container-imgs img:nth-child(2){
            max-width: 63px;
          }
           .see-offers{
            display: none;
          }
    }} 
}
.nacion-top-ad{
    color: white !important;
     .container-imgs img:first-child{
        width: 100%;
        max-width: 110px;
      }
     
      @media screen and (width <= 768px){&{
       .container-imgs img:first-child{
            width: 100%;
            max-width: 110px;
          }
    }} 
}
.ciudad-top-ad, .bbva-top-ad{
    color: white !important;
     .container-imgs img:first-child{
        width: 100%;
        max-width: 110px;
      }
     
      @media screen and (width <= 768px){&{
       .container-imgs img:first-child{
            width: 100%;
            max-width: 110px;
          }
    }} 
}
.bbva-top-ad{
    color: white !important;
     .container-imgs img:first-child{
        width: 100%;
        max-width: 66px;
      }
     
      @media screen and (width <= 768px){&{
       .container-imgs img:first-child{
            width: 100%;
            max-width: 66px;
          }
    }} 
}
.hipotecario-top-ad{
    .container-imgs img{
        margin-bottom: 8px;
         }
     
      @media screen and (width <= 768px){&{
       .container-imgs img{
         margin-bottom: 8px;
          }
      }} 
}
.galicia-top-ad{
    color: white !important;
     .container-imgs img:first-child{
        width: 100%;
        max-width: 95px;
      }
     
      @media screen and (width <= 768px){&{
       .container-imgs img:first-child{
            width: 100%;
            max-width: 110px;
          }
    }} 
}
.sitio-top-ad{
 .container-imgs{
        display: none;
    }
}

.close-top-ad{
    font-size: 25px;
    cursor: pointer;
    color: white;
}
.hidden-desktop{
    display: none;
    @media screen and (max-width: 768px){
        display: block;
     }
}

/*RENDER PROMO TOP_AD*/
.ancho-min-top-ad{
    width: 100%;
    max-width: 970px;
    margin: 0px auto;
    height: 46px;
    display: flex;
    justify-content: center;
}

.top-ad .tag-cm,
.top-ad-hsbc .tag-cm {
    position: relative;
    top: 0;
    display: inline-block;
}
@media (max-width: 760px) {
    .home-top-ad {
        padding-top: 274px;
    }
    .home {
        padding-top: 196px;
    }
}
@media (max-width: 576px) {
    .top-ad .tag-cm{
        width: 40px;
        height: 40px;
        top: 0;
        right: 0;
    }
    .top-ad a.badge{
        margin-left: 0;
        font-size: 11px;
    }
    .ancho-min-top-ad{
        max-width: initial;
    }
}