body {
    /*font-family: "effra", sans-serif;*/
	font-family: "Roboto",sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #5CC5CA;
    background: #fff;
}
.no-padding {
    padding: 0 !important;
}
.clearfix {
    overflow: auto;
    zoom: 1;
}
.justificado{
	text-align: justify;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav.bordered li{
        border-bottom: 1px solid ;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .nav.navbar-nav {
        padding-left: 0px !important;
    }
    .smalled-box{
        height: auto !important;
    }
    img.avatar {
        width: 100%;
        height: auto;
    }
}
.top-drrocha {
    margin-top: 25px;
}
.navbar-toggle {
    margin-top: 30px;
    border: 1px solid #5cc5ca;
}
.navbar-toggle .icon-bar {
    background: #5cc5ca;
}
.nav li {
    padding: 43px 0px;
}
.nav.social-networks li {
    padding: 30px 0px;
}
.nav li a {
    padding: 0px 10px;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 200;
    font-size: 1em;
    color: #5CC5CA;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.nav li a:hover {
    background: #fff;
    color: #44c8f5;
}
.nav li.indicator a::after {
    padding: 0 0 0 10px;
    content: "|";
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #5CC5CA;
}
@media only screen and (max-width: 992px) {
    .nav li.indicator a::after {
        content: "";
    }
    .nav.social-networks li {
        display: inline-block;
        float: none;
        padding: 15px 5%;
    }
}
.social-sprite {
    width: 35px;
    height: 35px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-image: url(../images/social_networks_sprites.png);
    background-repeat: no-repeat;
}
.social-sprite.facebook {
    background-position: 0px 0px;
}
.social-sprite.facebook:hover,
.social-sprite.facebook:focus {
    background-position: 0px -35px;
    background-image: url(../images/social_networks_sprites.png);
}
.social-sprite.twitter {
    background-position: -38px 0px;
}
.social-sprite.twitter:hover,
.social-sprite.twitter:focus {
    background-position: -38px -35px;
    background-image: url(../images/social_networks_sprites.png);
}
.social-sprite.youtube {
    background-position: -77px 0px;
}
.social-sprite.youtube:hover,
.social-sprite.youtube:focus {
    background-position: -77px -35px;
    background-image: url(../images/social_networks_sprites.png);
}
.category-menu li {
    display: inline-block;
    float: none;
    padding: 15px 5px 0;
    height: 60px;
}
.category-menu li.active-blue {
    background: url(../images/bg_nav_active_blue.png) bottom center no-repeat;
    background-size: 15px 5px;
}
.category-menu li.active-orange {
    background: url(../images/bg_nav_active_orange.png) bottom center no-repeat;
    background-size: 15px 5px;
}
.category-menu li.active-green {
    background: url(../images/bg_nav_active_green.png) bottom center no-repeat;
    background-size: 15px 5px;
}
.category-menu li.active-red {
    background: url(../images/bg_nav_active_red.png) bottom center no-repeat;
    background-size: 15px 5px;
}
.category-menu li.active-light-blue {
    background: url(../images/bg_nav_active_light_blue.png) bottom center no-repeat;
    background-size: 15px 5px;
}
.category-menu li a {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    color: #20428d;
    text-transform: uppercase;
}
.category-menu li a:hover,
.category-menu li a:focus {
    text-decoration: none;
}
.category-menu li.indicator a:after {
    padding: 0 0 0 10px;
    content: "|";
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: #5fc5ca;
}
.lead-form {
    background: #5cc5ca;
    width: 100%;
}
.lead-form .container {
    min-height: 350px;
    padding-right: 20px;
    color: #fff;
}
.lead-form .container h1 {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 50px;
    padding: 0 15px;
}
.lead-form .container h1 span.blue {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    color: #20428d;
}
input.register-form,
select.register-form {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 0;
    height: 50px;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 15px;
    color: #5cc5ca;
}
button.register-form {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 0;
    height: 50px;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #20428d;
}
input.register-form::-webkit-input-placeholder,
input.register-form:-moz-placeholder,
input.register-form::-moz-placeholder,
input.register-form:-ms-input-placeholder {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #5cc5ca;
}
.top-content {
    border-top: 5px solid;
    padding-top: 25px;
}
.box p {
    color: #555558;
}
.post-box {
    overflow: hidden; 
}
.post-box .box {
    margin-top: 25px;
    width: 100%;
    overflow: auto;
}
.post-box .box .post-box p img {
    max-width: 100%;
    height: auto;
}
.post-box .box .post-box p iframe {
    width: 100%;
}
@media only screen and (max-width: 992px) {
    .post-box .box {
        padding-top: 65px;
    }
}
.post-box .box .name-container {
    width: 100%;
    border-bottom: 5px solid #5cc5ca;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.post-box .box .name-container a, .post-box .box .name-container h1 {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}
.post-box .box .name-container a:hover {
    text-decoration: none;
}
.post-box .box.light-blue .name-container a,
.mini-box.light-blue .catname-post,
.mini-box.light-blue .post-btn,
.box.light-blue .post-box .post-btn,
li.light-blue a,
.light-blue {
    color: #44c8f5 !important;
}
.mini-box.light-blue .post-btn,
.box.light-blue .post-box .post-btn,
.post-box .box.light-blue .name-container,
.border-light-blue {
    border-color: #44c8f5 !important;
}
.post-box .box.blue .name-container a,
.mini-box.blue .catname-post,
.mini-box.blue .post-btn,
.box.blue .post-box .post-btn,
li.blue a,
.blue {
    color: #20428d !important;
}
.mini-box.blue .post-btn,
.box.blue .post-box .post-btn,
.post-box .box.blue .name-container,
.border-blue {
    border-color: #20428d !important;
}
.post-box .box.orange .name-container a,
.mini-box.orange .catname-post,
.mini-box.orange .post-btn,
.box.orange .post-box .post-btn,
li.orange a,
.orange {
    color: #f37032 !important;
}
.mini-box.orange .post-btn,
.box.orange .post-box .post-btn,
.post-box .box.orange .name-container,
.border-orange {
    border-color: #f37032 !important;
}
.post-box .box.green .name-container a,
.mini-box.green .catname-post,
.mini-box.green .post-btn,
.box.green .post-box .post-btn,
li.green a,
.green {
    color: #a6ce39 !important;
}
.mini-box.green .post-btn,
.box.green .post-box .post-btn,
.post-box .box.green .name-container,
.border-green {
    border-color: #a6ce39 !important;
}
.post-box .box.red .name-container a,
.mini-box.red .catname-post,
.mini-box.red .post-btn,
.box.red .post-box .post-btn,
li.red a,
.red {
    color: #ef3b39 !important;
}
.mini-box.red .post-btn,
.box.red .post-box .post-btn,
.post-box .box.red .name-container,
.border-red {
    border-color: #ef3b39 !important;
}
.post-box .box .content {
    padding: 15px 0;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 300;
}
.mini-box {
    float: left;
    padding-left: 0;
}
.mini-box .catname-post {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
}
.mini-box .catname-post:hover,
.mini-box .catname-post:focus {
    text-decoration: none;
}
.mini-box .thumbnail {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    height: 147px;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    margin-bottom:0px;
}
.mini-box .title-post {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #4e4d50;
}
.mini-box .post-btn,
.post-box .post-btn {
    background: #fff;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #2975b1;
    text-transform: uppercase;
    border: 2px solid #2975b1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 10px 0;
}
.mini-box .post-btn .glyphicon,
.post-box .post-btn .glyphicon {
    top: 2px;
}
.mini-box .comments-count,
.post-box .comments-count {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #babbbc;
    float: left;
    padding: 10px 0;
}
.mini-box .comments-count .glyphicon,
.post-box .comments-count .glyphicon {
    top: 5px;
}
.box .post-box {
    padding: 0 0 40px 0;
    color: #555558 !important;
}
.box .post-box .thumbnail {
    border: 0;
    height: 147px;
    width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.box .post-box .thumbnail.maior {
    height: 180px !important;
}

.box .post-box .post-title {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 44px;
    color: #4e4d50;
}
.box .post-box .post-excerpt {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    color: #6f7072;
}
.share-btn {
    width: 40px;
    height: 35px;
    background-repeat: no-repeat;
    padding: 5px;
    float: left;
    border-right: 1px dashed #5fc5ca;
    background-position: center center;
    float: left;
}
.share-btn.facebook {
    background-image: url(../images/social_share_facebook.png);
}
.share-btn.twitter {
    background-image: url(../images/social_share_twitter.png);
}
.share-btn.googlep {
    background-image: url(../images/social_share_google+.png);
}
.sidebar {
    padding: 30px 0;
    float: right;
}

@media only screen and (max-width: 980px) {
    .sidebar {
        float: none !important;
        text-align: center;
    }
}
.follow-sidebar {
    position: relative;
}
.widget {
    margin-bottom: 30px;
}
.search-form .input-group .form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 2px solid #5cc5ca;
    border-right: none;
    background: #fff;
    height: 50px;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #5cc5ca;
}
.search-form .input-group .input-group-addon {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    border: 2px solid #5cc5ca;
    border-left: none;
    background: #fff;
    font-size: 18px;
    color: #5cc5ca;
}
.search-form .input-group .input-group-addon button {
    background: #fff;
    border: 0;
}
.sidebar ul {
    padding: 0;
}
.widget-title {
    list-style-type: none;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 0;
    padding: 10px 0;
    color: #20428d;
    text-transform: none;
}
.sidebar ul li {
    list-style-type: none;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-size: 20px;
    border-bottom: 1px solid #5fc5ca;
    padding: 15px 0;
    text-transform: none;
}
.sidebar ul li a {
    color: #20428d;
}
.sidebar ul li a:before {
    /*font-family: 'Glyphicons Halflings';*/
    content: "\e257";
    padding: 0 15px;
    position: relative;
    top: 4px;
}
.sidebar ul li a:hover {
    text-decoration: none;
}
aside .sidebar-lead-form {
    width: 100%;
    min-height: 350px;
    background: #5cc5ca;
    color: #fff;
}
aside .sidebar-lead-form p {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    padding: 15px 15px 0 15px;
}
aside .sidebar-lead-form p span.blue {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    color: #20428d;
}
footer .footer-lead-form {
    width: 100%;
    min-height: 100px;
    margin-top: 50px;
    background: #5cc5ca;
    color: #fff;
}
footer .footer-lead-form .container p {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    padding: 15px 15px 0 15px;
}
footer .footer-lead-form .container p span.blue {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 700;
    color: #20428d;
}
footer .footer {
    width: 100%;
    min-height: 150px;
    background: #20428d;
    padding: 50px 0;
}
footer .footer ul.footer-menu li {
    list-style-type: none;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    padding: 2px 0;
}
footer .footer ul.footer-menu li.title {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 0;
    color: #5cc5ca;
}
footer .footer ul.footer-menu li a {
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
footer .footer ul.footer-menu li a:hover {
    color: #ccc;
    text-decoration: none;
}
footer .footer ul.footer-menu.social-networks li.social-li {
    display: inline-block;
}
footer .footer ul.footer-menu.social-networks li.social-li a {
    display: block;
}
.comment-list {
    list-style: none;
    padding-left: 0;
}
ul.children {
    list-style: none;
}
.comment-body {
    border-bottom: 1px dashed #6d6e71;
    padding: 15px 0;
}
.name-comment {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #20428d;
}
.content-coment {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    color: #77787b;
    font-size: 18px;
}
h3.comment-reply-title {
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 42px;
    color: #20428d;
}
.comment-form .input-group {
    width: 100%;
    padding: 5px 0;
}
.comment-form .input-group .form-control {
    border: 2px solid #d0d1d2;
    /*font-family: "effra", sans-serif;*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 10px;
}

.smalled-box{
    height: 150px;
}
@media (min-width: 992px){
    .col-30 {
        width: 30% !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .padding-right-5 {
        padding-right: 5px !important;
    }

    .padding-sides-5 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .register-container{
        padding-top: 98px;
    }
}

.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.copyright {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 6px solid #173371;
}

.copyright .copyright-inner{
    padding: 10px 40px;
    color: #fff;
    /*font-family: "effra",sans-serif;*/
    font-style: normal;
    font-weight: 300;
}
.scroll-me{
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    opacity: 0.6;
    float: right;
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: none;
    z-index: 100;
    background: url(../images/bg_scrollup.png) no-repeat;
    background-size: 100% 100%;
    transition: all .3s ease 0s;
}
.scroll-me:hover{
    opacity: 1;
}