html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    /*    color:  white;*/
    margin: 0px;
}

.navbar-inverse {
    border-color: #7569DE;
    background: #7569DE;
}

body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#wrapper {
    font-family: 'ocUniviaMedium';
    height: 100%;
    padding-top: 50px;
    position: relative;
    height: 100%;
}

#wrapperPublico {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}

#simplewrapper {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
}

#breadcrumb {
    position: absolute;
    top: 51px;
    left: 0;
    height: 30px;
    /*	background-color: #4b591c;*/
    border-bottom: 1px solid #fff;
    width: 100%;
}

#header {
    width: 100%;
    height: 50px;
    font-family: 'ocUniviaMedium';
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
}

#simpleheader {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
}

#footer {
    width: 100%;
    height: 30px;
    background: #171717;
    /*    position: absolute;*/
    bottom: 0;
    left: 0;
}

#content {
    display: flex;
    margin: 0 6vw;
    height: 100%;
}

#left {
    height: 100%;
}

#right {
    background: #fff;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;

}

.red_box {
    flex: 0 0 50%;
    background: red;
    border: 1px solid #111;
    border-bottom: none;
}

.cor-padrao-fonte {
    color: #c7c4c4;
}

.layout-cabecalho {
    height: 50px;
    border-bottom: 1px solid #ccc;
    margin-top: 12px;
}

.layout-cabecalho--home {

    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.layout-footer--home {
    width: 100%;
    padding-top: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 30px;
    vertical-align: middle;
}

.layout-planos {
    padding: 60px 0;
}

.layout-planos .row>div {
    margin-bottom: 1px;
}


#planos::after {
    content: "";
    display: block;
    clear: both;
}

#logo {
    text-decoration: none;
    font-size: 180%;
    color: #7fa507;
}

.layout-chamada {
    padding: 80px 0;
    height: 639px;
    background-image: url(../images/licencas.jpg);
    color: #fff;
    text-align: center;
}
/*#7fa507*/
.layout-depoimento {
    padding: 80px 0;
    background: #fff;
}

.layout-rodape {
    background-color: #7fa507;
    color: white;
    text-align: center;
}

.layout-cadastro {
    padding: 40px 0;
}

.layout-geral {
    padding: 50px 0;
}

.bodyHeaderPadrao {
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    background-color: #337ab7;
}

/*.breadcrumb-personalizado {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-personalizado a {
    color: #fff;
} */

/********************
    RODAPÉ FLOAT
********************/
.rodape__float {
    background: #4d7800;
    padding-bottom: 3%;
}

.informacoes__rodape p {
    color: #fff;
    margin-bottom: 20px;
}

.informacoes__rodape h4 {
    color: #fff;
    margin-bottom: 20px;
}

.sobre {
    color: #fff;
}

.sobre ul {
    padding-left: 0;
}

.sobre ul li {
    list-style: none;
}

.sobre ul li a {
    color: #fff;
    cursor: pointer;
}

.contatos {
    margin-top: 3%;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.visivel {
    display: none;
}

@media screen and (max-width: 650px) {
    .layout-footer--home {
        height: 50px;
    }
    .float-left {
        float: none;
    }
    .float-right {
        float: none;
    }
    .visivel {
        display: block;
    }
}

@media screen and (max-width: 320px) {
    .layout-footer--home {
        font-size: 12px;
    }
}