.guide-rodape{
    background: #fff;
    padding: 0;
}

.guide-rodape h3{
    padding-left: 0px;
}

.caixa-conteudo-rodape{
    width: 100%;
    margin: 0px auto;
    height: 293px;
}

.caixa-movel-rodape{
    float: left;
    width: 15%;
}

.guide-rodape b{
    color: #333333;
}

.guide-rodape p{
    color: #656565;
}


#contato-rodape h1{
    color: #1D6AB3;
}

.caixa-movel-rodape h2, p{
    color: black;
}

.guide-rodape #endereco{
    color: #1362A4;
}

#desenvolvido{
    background: #027fc2;
    padding: 15px 0;
}

.guide-rodape #desenvolvido{
    color: #fff;
}

@media screen and (max-width: 780px){
    .caixa-movel-rodape{
        float: left;
        height: 295px;
        width: 100%;
        margin: 0px !important;
    }

    #logos-rodape{
        display: none;
    }

    #contato-rodape{
            height: 225px;
    }

    .caixa-conteudo-rodape {
        height: 280px;
    }
}