section.index{
    background-color: #FFFFFF;
}

#banner{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

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

.frase_banner{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(100,100,105,0.25);
    padding-bottom: 10px;
    padding-top: 5px;
}

.frase_banner span{
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 300;
    text-transform: uppercase;
}


.index .categorias{
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    /*border:1px solid red;*/
}

.index .categorias .categoria {
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    margin-bottom: 20px;
    display: inline-block;
    width: 130px;
    height: 185px;
    vertical-align: top;
    /*border:1px solid red;*/
    text-align: center;
}

.index .categorias a:link{
    text-decoration: none;
}

.index .categorias a:visited{
    text-decoration: none;
}

.index .categorias a:hover .nome_categoria span{
    color: #002855;
}

.img-circle{
    border: 4px solid #FFFFFF;
}

.imagem_categoria{
    border-radius: 50%;
    margin-left: 4px;
    width: 120px;
    border: 1px solid #646469;
}

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

.nome_categoria{
    padding-top: 20px;
}

.nome_categoria span{
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.elemento_destaque{
    margin-bottom: 10px;
}

.fundo_destaques{
    position: relative;
    width: 100%;
    padding-bottom: 20px;
    background-color: #E8E8E9;
}

.titulo_destaques{
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.titulo_destaques span{
    text-transform: uppercase;
    font-size: 22px;
    color: #000000;
    font-weight: 400;
}

.img_destaque_home{
    width: 100%;
    height: auto;
    border:1px solid #646469;
    /*margin-bottom: 10px;*/
}

.img_destaque_home img{
    width: 100%;
    height: auto;
    border:4px solid #E8E8E9;
}

.galeria_hover {
    position: absolute;
    width: 96%;
    height: 100%;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 10;
}

.galeria_hover:hover{
    background: rgba(255,255,255,0.5);
}

.galeria_hover:hover i{
    background-color: #002855;
    color: #FFFFFF;
}

.img_destaque_home i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -25px;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: transparent;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    color: transparent;
    z-index: 15;
}



@media (max-width: 470px) {

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

    }

    .frase_banner span{
        font-size: 35px;
    }

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



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

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

}