section.index{

}

.imagem-galeria img{
    width: 100%;
    height: auto;
}

.backgroud-gray{
    background-color: #E9EAEC;
}


.banner-texto-extra-big{
    padding-left: 30px;
    padding-top: 15px;
    color: #E9EAEC;
    font-size: 60px;
    line-height: 75px;
    font-weight: 900;
    height: 260px;
    vertical-align: middle;
    display: table-cell;
    text-transform: uppercase;
}

.banner-texto-pequeno{
    line-height: 14px;
    padding-top: 15px;
}

.banner-texto-big{
    margin: 10px 40px;
    color: #E9EAEC;
    font-size: 17px;
    font-weight: 100;
}

.margin-top2{
    margin-top: 10px;
}

.backgroud-roxo{
    background-color: #4C2432;
}

.backgroud-vermelho{
    background-color: #EE2E24;
}

.heigh-110 {
    min-height: 130px;
}
.heigh-260 {
    height: 260px;
}

h3{
    color: #ee2e24;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding-bottom: 10px;
}


/***************/
.rest{
    margin-top: 40px;
}

.latest_news{

}

.last_news{
    color: #EE2E24;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    /*border-bottom: 1px solid #EEEEEE;*/
    padding-bottom: 5px;
}

.noticia{
    margin-top: 15px;
}

.titulo_noticia{
    color: #EE2E24;
}

.titulo_noticia a:link{
    color: #EE2E24;
}

.titulo_noticia a:visited{
    color: #EE2E24;
}

.titulo_noticia a:hover{
    color: #EE2E24;
}


.titulo_noticia span{
    font-weight: normal;
    font-size: 14px;
}

.texto_noticia{

}

.texto_noticia a:link{
    color: #EE2E24;
    font-size: 20px;
}

.texto_noticia a:visited{
    color: #EE2E24;
    font-size: 20px;
}
.texto_noticia a:hover{
    color: #EE2E24;
    font-size: 20px;
}

.texto_noticia span{
    font-weight: normal;
    line-height: 20px;
    font-size: 12px;
    color: #333333;
}

.imagem_noticia{
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.imagem_noticia img{
    width: 100%;
    height: auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

hr {
    margin: -5px 0px 0px 0px;
    border: 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #ffffff;
}

#banner{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    margin-top: 10px;
}

#carousel .carousel-inner>.item{
    width: 100%;
    height: 260px;
    background-size: cover;
    background-position: center center;
}

.conjunto_titulo_texto{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(233,234,236,0.8);
}

.titulo_responsive{
    color: #EE2E24;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-left: 5px;
}

.frase_responsive{
    margin-top: 15px;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 5px;
}


@media (max-width: 470px) {

}
@media (max-width: 767px) {


}
@media (max-width: 991px) AND (min-width: 768px) {

}
@media (min-width: 992px) AND (max-width: 1209px){

}
@media (min-width: 1210px) {

}