.logo.vertical-align-cell img {
    width: 250px;
    max-width: 100%;
}

.relative {
    position: relative;
}

#slider img {
    max-width: 100%;
}

.txt-banner {
    position: absolute;
    top: calc(50% - 40px);
}

.txt-banner h2 {
    color: #376cb1;
    font-size: 39px;
    line-height: 60px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.txt-banner h3 {
    color: white;
    font-size: 25px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.text-center {
    text-align: center;
}

.owl-buttons .owl-next,
.owl-buttons .owl-prev {
    font-size: 45px !important;
    cursor: pointer !important;
    position: absolute !important;
    color: #376CB1 !important;
    top: calc(50% - 22px) !important;
}

.owl-buttons .owl-prev {
    left: 15px;
}

.owl-buttons .owl-next {
    right: 15px;
}

.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent !important;
}

.descricao {
    font-family: "Raleway";
    font-size: 16px;
    line-height: 26px;
    margin-top: 34px;
    padding: 0;
}

.links a {
    text-decoration: none;
    color: #353535 !important;
    font-weight: normal !important;
    font-family: "Raleway" !important;
}

.copyright {
    float: left;
}

.sisdado {
    float: right;
}

.select-form {
    color: #999999;
    width: 100%;
    border: 1px solid #e2e6e7;
    font-family: "Raleway";
    font-size: 14px;
    line-height: 24px;
    padding: 15px 15px;
}

.comment-form textarea, .contact-form textarea {
    height: 255px;
}

fieldset {
    border: none;
}

.notify {
    display: block;
    background: #fff;
    padding: 12px 18px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

.notify p.info-alert-1 {
    border-bottom: 1px solid #ECECEC;
    display: inline-block;
    margin-bottom: 13px !important;
    padding-bottom: 9px;
    width: 100%;
}

.notify p.info-alert-1 span.alerticon {
    margin-right: 5px;
    float: left;
}

.notify p.info-alert-1 span.title-alert {
    font-size: 19px;
    float: left;
    margin: 14px 0 0 7px;
}

.successbox p.info-alert-1 span.title-alert {
    color: #678361;
}

.errorbox p.info-alert-1 span.title-alert {
    color: #555;
    font-weight: bold;
}

.notify p.info-alert-2 {
    line-height: 18px;
}

.notify .error li {
    margin-bottom: 8px
}

.notify.errorbox i {
    color: #ff6552;
    width: 20px;
    vertical-align: baseline
}

.notify.errorbox p {
    margin-bottom: 3px
}

.notify.errorbox strong {
    color: #ff6552
}

.imagens {
    margin-top: 25px;
}

.imagens img {
    display: inline-block;
    transition: ease-in-out 0.6s;
    width: 100%;
}

.imagens img:hover {
    transform: scale(1.3);
}

.imagens a {
    margin: 5px;
    width: calc(25% - 20px);
    display: inline-block;
    overflow: hidden;
    border: 3px solid transparent;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

.imagens a:hover {
    border: 3px solid #184C72;
}

.blog .column {
    margin-left: 10px;
    margin-right: 10px;

}

.blog .post-content {
    width: calc(100% - 122px);
}

.associar-se {
    width: 100%;
    max-width: 500px;
    margin: auto;
    display: block;
}

.atualizacao {
    text-align: center;
    padding: 25px 0;
    background-color: #F5F5F5;
    border: 1px solid #eee;
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
}

#parceiros img {
    display: inline-block;
    margin: 0 10px;
    width: 110px;
}

#parceiros a:hover {
    text-decoration: none;
}

.description-info {
    height: 80px;
}

.descricao-post p {
    margin: 0 0 10px !important;
    height: auto;
    padding: 0;
}

.data-post {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
}

.data-post span {
    margin-right: 3px;
}

.post-image.inner img {
    display: block;
    margin: auto;
}

.post-image.inner {
    background-color: #efefef;
    display: block;
}

.post-link:hover {
    text-decoration: none;
}

.bg-grey {
    background: rgb(245, 245, 245);
}

.img-center {
    margin-right: auto;
    margin-left: auto;
}

.btn-radius {
    border: 1px solid #376cb1;
    border-radius: 100%;
    color: #376cb1;
    display: block;
    font-size: 27px;
    height: 70px;
    line-height: 71px;
    text-align: center;
    width: 70px;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -ms-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.btn-radius:hover {
    background-color: #376cb1;
    color: white;
}

.icon-download {
    display: inline-block;
    vertical-align: middle;
}

.line-half {
    display: inline-block;
    padding: 15px;
    width: calc(50% - 33px);
}

.txt-download {
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle;
    width: calc(100% - 87px);
}

.btn-cw {
    background-color: white;
    color: #376CB1;
}

.btn-cw:hover {
    color: white;
}

.txt-download h3 {
    color: #fff;
    font-size: 16px;
}

.txt-download p {
    padding: 0;
    color: #fff !important;
}

.c-events .event-img img {
    width: 150px;
    border-radius: 100%;
    border: 4px solid rgba(255, 255, 255, 0.3);
}

.c-events .event-img {
    display: inline-block;
    vertical-align: middle;
}

.c-events .event-info {
    background-color: #5c91cf;
    border-radius: 30px;
    display: inline-block;
    margin-left: 20px;
    padding: 13px 11px;
    position: relative;
    vertical-align: middle;
    width: calc(100% - 205px);
    z-index: 2;
}

.c-events .event-info:after {
    background-color: #5c91cf;
    content: "";
    height: 50px;
    left: -8px;
    position: absolute;
    top: calc(50% - 25px);
    transform: rotate(135deg);
    width: 50px;
    z-index: 1;
}

.c-events .event-info p {
    z-index: 2;
    position: relative;
    color: white;
}

.c-events .event-info h3 {
    z-index: 2;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
	line-height: 25px;
	margin: 0 10px;
}

.c-events .event-info .data {
    font-size: 12px;
    color: #fff;
    padding: 0;
	margin: 0 10px;
}

.c-events .event-info .vent-desc {
    z-index: 2;
    position: relative;
    color: #fff;
    padding: 6px 0 0;
}

.c-events a {
    color: #fff;
    text-decoration: none;
}

.event-desc {
    font-size: 12px;
}

.event-desc p {
    padding: 5px 0;
}

.event-desc p strong {
    color: white;
    font-weight: 700;
    font-size: 14px;
}

.bg-1 {
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
    /*box-shadow: 0 -1px 10px rgba(0, 0, 0, .4);*/
}

/*
@media
 */
@media screen and (min-width: 991px) {
    .description-fix {
        height: 160px;
    }
}

@media screen and (max-width: 991px) {
    .line-half {
        display: block !important;
        padding: 0px !important;
        width: 100% !important;
    }

    .c-events .event-img {
        display: block;
    }

    .c-events .event-info {
        background-color: #5c91cf;
        border-radius: 0;
        display: block;
        margin-left: 0;
        padding: 0;
        position: relative;
        width: 100%;
        z-index: 2;
    }

    .c-events .event-info::after {
        display: none;
    }

    .c-events .event-img img {
        width: 100%;
        border-radius: 0;
        border: 0 none;
        margin-bottom: 0;
    }

    .event-info > * {
        padding: 10px !important;
    }

}

@media screen and (max-width: 600px) {
    ul.post-details li {
        width: 100%;
        padding-left: 0 !important;
        text-align: left !important;
    }

    .imagens a {
        width: calc(50% - 20px);
    }

    .blog .column {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

/*
Video BG  Fix
 */
.header-top-bar-container,
.header-container {
    position: relative;
    z-index: 99;
}
.header-container {
    background-color: white;
}
