.guide-destaques-index{
    background: url('{url_imagens}modulos/faixa-destaque.jpg') no-repeat top center;
    margin-bottom: 10px;
}

.banner {
    width: 100%;
    height: 0;
  
}

.banner-conteudo{
    position: relative;
    margin-top: 15px;
}

.banner .banner-conteudo img{
    width: 100%;
    height: 100%;
    margin: 0;
}

.img-des{
    background-repeat: no-repeat !important;
    background-position: top center !important;
    width: 100%;
    height: 324px;
}

.guide-destaques-index .previa{
    position: absolute;
    top: 116px;
    left: 0px;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 10px 5px 40px;
    background: rgba(0, 0, 0, 0.61);
    min-height: 58px;
    text-align: left;
    line-height: 32px;
}

.guide-destaques-index .titulo{
    font-family: 'BebasNeue Bold';
    font-size: 33px;
    float: left;
    width: 100%;
    margin-top: 13px;
}

.guide-destaques-index .subtitulo{
    font-family: 'OpenSans CondLight';
    font-size: 21px;
    line-height: 22px;
}
@media screen and (max-width: 1169px){
    .banner{
       display:none;
    
}
    
@media screen and (max-width: 999px){

  .banner{
       display:none;
    
}