section.index{

}

section.index .titulo_news{
    font-size: 15px;
    font-weight: 600;
    color: #ED1C24;    
}

section.index .titulo_news a:link{
    color: #ED1C24;    
    text-decoration: none;
}

section.index .titulo_news a:visited{
    color: #ED1C24;    
    text-decoration: none;
}

section.index .titulo_news a:hover{
    color: #ED1C24;    
    text-decoration: none;
}

section.index .linha_separadora{
    position: relative;
    margin-top: 7px;
    border: 1px solid #FDB813;
}
section.index .noticia{
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #ffffff;
}
section.index .noticia img{
    border:1px solid #E0E0E0;
    max-width: 100%;
    height: auto;
}
section.index .noticia .titulo_news{
    padding-bottom: 10px;
}
section.index .noticia .texto_news{
    margin-bottom: 15px;
    color: #666666;
}
section.index .noticia .texto_news p:last-of-type{
    margin-bottom: 0;
}
section.index .noticia .texto_news a{
    color: #8CC63E;
    text-decoration: none;
}
section.index .noticia .link_news{
    color: #FDB813;
    text-decoration: none;    
    margin-top: 0px;
    padding-top: 8px;
    display: inline-block;
    text-transform: uppercase;
}

section.index .linha_separadora_news_home{
    margin-top: 15px;
    border:1px solid #E0E0E0;
}

section.index .porque_racoes{
    background-color: #ED1C24;
    padding: 4px;
    width: 100%;
}

section.index .porque_racoes span{
    padding-left: 14px;
    font-size: 15px;
}

section.index .textoHomeDropdown{
    background-color: #8CC63E;
    border-radius: 10px;
    padding: 7px 10px;
}
section.index .textoHomeDropdown .titulo_textoHomeDropdown{
    font-size: 15px;
    color: #ffffff;
    cursor: pointer;
    padding: 0px 5px;
}
section.index .textoHomeDropdown .titulo_textoHomeDropdown i{
    float: right;
    margin-top: 2px;
}
section.index .textoHomeDropdown .texto_textoHomeDropdown{
    display: none;
    font-size: 12px;
    color: #4D4D4D;
    padding: 0px 5px;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}
section.index .textoFinal_textoHomeDropdown{
    padding-top: 20px;
    margin-bottom: 70px;
}
section.index .headerProdutos{
    background-color: #8CC63E;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 15px;
    font-weight: 600;
    -webkit-box-shadow: inset 0px -5px 5px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    inset 0px -5px 5px 0px rgba(50, 50, 50, 0.5);
    box-shadow:         inset 0px -5px 5px 0px rgba(50, 50, 50, 0.5);
}
section.index .bg-branco{
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    margin-bottom: -5px;
}
section.index .logos{
    text-align: center;
}
section.index .logos .logo{
    margin: 20px 60px;
    display: inline-block;
}

@media (max-width: 470px) {
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos{
        font-size: 10px;
    }
    section.index .noticia div{
        width: 100%;
    }
}
@media (max-width: 767px) {
    section.index .textoHomeBlocos{
        margin-top: 20px;
    }
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos{
        height: 55px;
    }
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos img{
        max-width: 100%;
    }

    .parte_noticias{
        padding-bottom: 50px !important;
    }

}
@media (max-width: 991px) AND (min-width: 768px) {
    section.index .textoHomeBlocos{
        margin-top: 20px;
    }
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos{
        height: 55px;
    }
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos img{
        max-width: 100%;
    }
}
@media (min-width: 992px) AND (max-width: 1209px){
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos{
        height: 55px;
    }
    section.index .textoHomeBlocos .blocos_textoHomeBlocos .bloco_textoHomeBlocos img{
        max-width: 100%;
    }
}
@media (min-width: 1210px) {

}


/**************************/
.legenda_img_cliente_um{
    position: absolute;
    width: 100%;
    height: 30px;
    margin-top: -30px;    
    display: table;
}

.legenda_img_cliente{    
    width: 100%;
    height: 30px;        
    display: table-cell;
    vertical-align: middle;
}

.legenda_img_cliente span{
    color: #ED1C24;
    font-size: 12px;
    padding-left: 10px;
}

.efeito_img_cliente{
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #FFFFFF;
    margin-top: -30px;
    opacity: 0.8;
}

.titulo_cliente_mes{
    padding-bottom: 5px;
    border-bottom: 1px solid #FDB813;
}

.titulo_cliente_mes span{
    color: #ED1C24;
    font-size: 15px;
    text-transform: uppercase;
}

.elemento_cliente_mes{
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
}

/******************************/