html, body{
    height: 100%;
	background:#F3F3F3;
}

#geral{
    min-height: 100%;
    width: 100%;
    position: relative;
}

.ocp-destaque-top{
    height: 40px;
    background: #0a146a;
}

.ocp-corousel-destaque{
    height: 40px;
}

.ocp-corousel-destaque a{
    line-height: 35px;
    color: #ffffff;
}

.ocp-corousel-destaque a:hover{
    text-decoration: none;
}

.ocp-destaque-top span{
    line-height: 50px;

}

.ocp-header-top{
    min-height: 200px;
    padding: 20px 0 40px 0;
    background: rgb(43, 113, 204);
    background: linear-gradient(0deg, rgb(43, 113, 204) 0%, rgb(20, 160, 215) 100%);
}

.title-site{
    font-size: x-large;
    color: #ffffff;
    padding: 0;
    margin-left: 10px;
    margin-top: 30px;
    font-weight: bold;
}

.ocp-social-icons-top{
    margin: 10px 0 10px 0;
}

.ocp-menu{
    margin-top: -30px;
    margin-bottom: 40px;
	font-size: small;
	font-weight:bold;
}


/*Sections*/
.ocp-title-section{
    font-size: xx-large;
}

/*Slide*/

.ocp-slide{
    width: 100%;
    min-height: 480px;
}

.ocp-slide-item{
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    background: #ffffff;
}
.ocp-img-slide{
    width: auto;
    height: 480px;
    vertical-align: center;
    margin: 0 auto;
}

@media (max-width: 570px) {
    .ocp-img-slide{
        width: 100%;
        height: auto;
        vertical-align: center;
        margin: 0 auto;
    }
}

.ocp-slide-text{
    background: #0a146a;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: x-large;
}

.ocp-noticias-side{
    border: none;
    border-left: #0a146a 3px solid;
    border-radius: 0;
    margin-top: 10px;
    height: 90px;
    overflow: hidden;
    padding-left: 10px;

}

.ocp-noticias-side p{
    font-size: small;
    color: #8c8d8d;
}

.ocp-destaques{
    display: block;
    clear: both;
}

.slide{
    display: block;
    clear: both;
}

/*menu destauqe*/
.ocp-links-destaque{
    min-height: 100px;
    margin-top: 20px;
    text-align: center;
    padding: 10px 0 10px 0;
    background: #3061bd;
}

.ocp-links-destaque ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ocp-links-destaque ul li{
    display: inline-block;
    height: 80px;
    min-width: 222px;
    max-width: 222px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #96C342 0%, #779b35 100%);
}

.ocp-links-destaque ul li a{
    display: block;
    height: 80px;
    line-height: 80px;
    width: 100%;
    color: #ffffff;
    font-weight: bold;
}

.ocp-links-destaque ul li a:hover{
    text-decoration: none;
    color: #FFF;
}

.ocp-overlay{
    width: 100%;
    height: 100%;
    background: rgb(6, 60, 131);
    background: linear-gradient(0deg, rgba(34, 68, 216, 0.342) 0%, rgba(15, 142, 201, 0.829) 100%);
}

.ocp-services{
    min-height: 200px;
    padding: 20px 0 20px 0;
}

.info-section{
    margin-top: 40px;
}

.ocp-docs{
    padding: 20px 0 20px 0;
    overflow: paged-x-controls;
}

.service-icon{
    font-size: xx-large;
    color: #0d5bed;
    padding-right: 10px;
}

.ocp-header-overlay{
    width: 100%;
    height: auto;
}

.ocp-docs{
    margin-top: 50px;
}

/*footer*/
.ocp-footer{
    padding: 20px;
    width: 100%;
    min-height: 180px;
    color: #0e2154;
    bottom: 0;
}

.ocp-ct-footer{
    border-top: 3px #0071a6 solid;
    padding-top: 10px;
}

.ocp-menu-footer ul{
    list-style: none;
    margin-top: 20px;
}
.ocp-menu-footer ul li{
    display: inline-block;
    padding-right: 28px;
}
.ocp-menu-footer ul li a{
    color: #042454;
    background: #ffffff;
    border-radius: 20px;
    padding: 0 5px 0 5px;
}

/*single post*/
.ocp-header-post{
    color: #ffffff;
    min-height:60px;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
}

.ocp-header-post a{
    color: #ffffff;
}

.ocp-header-post a:hover{
    text-decoration: none;
    color: #105996;
}

.ocp-img-post{
    border-bottom: 5px #0a346a solid;
    margin-bottom: 20px;
}

.ocp-artigo{
    padding-bottom: 20px;
}

.ocp-artigo-tags{
    margin-bottom: 20px;
}

.ocp-artigo-tags a{
    color: #0a306a;
    font-weight: bold;
}

.ocp-artigo-tags span{
    font-weight: bold;
}

.ocp-single-post{
    padding-bottom: 20px;
}

/*sidebars*/
.ocp-sidebar{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #eeeded;
    border-radius: 3px;
}

.ocp-sidebar-title{
    margin-top: 20px;
    font-size: larger;
    color: #4e4f50;
}

.ocp-sidebar ul{
    list-style: square inside;
    margin-top: 10px;
}
.ocp-sidebar ul li{
    display: block;
    margin-bottom: 10px;
}

.ocp-sidebar ul li a{
    color: #828181;
    text-decoration: none;
}

.ocp-sidebar ul li a:hover{
    color: #0a2d6e;
    text-decoration: none;
    font-weight: bold;
}

/*Blog*/
.ocp-card-blog{
    margin-bottom: 10px;
}

a{
    color: #07197d;
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

.ocp-frame{
	width:100%;
	height: 1024px;
	overflow:none;
	border:none;
}

.dropdown-menu{
	background:#246ca7!important;
	color:#FFFFFF!important;
	border:0!important;
}