.banner-beneficios{
    max-height: 181px;
    padding-bottom: 0px;
    min-height: 45px;
    height: auto !important;
   
}
.container-banner-beneficios {
    display: none;
    height: 100%; 
        height: 100%;
        min-height: 29px;
    
}
.container-banner-beneficios img {
    width: 100%;
    object-fit: cover;
    position: relative;
    top: 0px;
    bottom: none !important;
}
.container-banner-beneficio-deskLarge{
    background-color: #ffffff;
    height: 181px;
    width: 100%;
}

.container-banner-beneficio-deskLarge .imgLeft-beneficios {
    background-image: url(images/banner-beneficios-left.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 181px;
    background-position: left bottom;
}

.container-banner-beneficio-deskLarge .imgRight-beneficios {
    background-image: url(images/banner-beneficios-right.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 181px;
    background-position: right bottom;
}
  @media screen and (min-width:320px) and (max-width:767px){
    .container-banner-beneficios {
        display: block;
    }

    .container-banner-beneficio-deskLarge{
        background-color: #ffffff;
        display: none;
    }
    
  }

  @media screen and (min-width:768px) and (max-width:1024px){
    .container-banner-beneficio-deskLarge .imgLeft-beneficios {
        background-image: url(images/banner-beneficios-left.jpg);
        background-repeat: no-repeat;
        background-size: 85%;
        height: 181px;
        background-position: left bottom;
    }

    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }
    p.copy-banner-baneficios {
        padding-top: 72px;
        text-align: center;
        font-size: 1.2em;
    }

    .banner-beneficios {
        max-height: 181px;
        padding-bottom: 0px;
        min-height: 45px;
        height: auto !important;
        margin-top: 5%;
    }

  }

  @media (min-width:992px) and (max-width:1199px){
    span.menu-image-title-after.menu-image-title {
        font-size: 11px;
    }

    .logo-img {
        z-index: 99;
        position: absolute;
        left: 7px;
        height: 73px;
        top: 17px;
    }
    
    .logo-scroll {
        z-index: 99;
        position: absolute;
        left: 33px;
        height: 62px;
        top: 1px;
    }
    .banner-beneficios{
        
            margin-top: 76px ;
        
    }
  }

  @media screen and (min-width:1025px){
    p.copy-banner-baneficios {
        padding-top: 65px;
        text-align: center;
        font-size: 1.4em;
        line-height: 1.2;
    }
    .banner-beneficios{
        
        margin-top: 76px;
    
}
  }

  @media screen and (min-width:1280px){
    p.copy-banner-baneficios {
        padding-top: 45px;
        text-align: center;
        font-size: 1.8em;
        line-height: 1.2;
    }
    .banner-beneficios{
        
        margin-top: 76px;
    
}
  }