html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

nav ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input, select {
    vertical-align: middle
}

a .box-shadow-menu {
    display: none;
}

body, html {
    font-family: "museo-sans", sans-serif;
    font-size: 12px;
    overflow-x: hidden;
}

/* Grids */
.grid_1 {
    width: 6.5%;
}

.grid_2 {
    width: 15%;
}

.grid_2_2 {
    width: 23%;
}

.grid_3 {
    width: 23.5%;
}

.grid_4, .c-grid {
    width: 32% !important;
}

.grid_5 {
    width: 40.5%;
}

.grid_6 {
    width: 49%;
}

.grid_7 {
    width: 57.5%;
}

.grid_8 {
    width: 66%;
}

.grid_9 {
    width: 74.5%;
}

.grid_10 {
    width: 83%;
}

.grid_11 {
    width: 91.5%;
}

.grid_12 {
    width: 100%;
}

.grid_3_3 {
    width: 18.4%;
}

.c-event-grid {
    width: 64% !important;
    float: left !important;
}

.grid_1,
.c-grid,
.grid_2,
.grid_2_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.c-grid,
.grid_3_3 {
    margin: 0 2% 0% 0 !important;
    float: left !important;
}

.alpha {
    margin-left: 0 !important;
}

.omega {
    margin-right: 0 !important;
}

.setCenter {
    margin: 0 auto;
    width: 95%;
    max-width: 1260px;
}

.main-content {
    margin: 0 auto;
    width: 100%;
    max-width: 920px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}

* html .clearfix, *:first-child + html .clearfix {
    zoom: 1
}

.description-full-spaces p iframe {

    width: 100%;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    /*opacity: 0.5;*/
    opacity: 1;
}

a {
    color: #000000;
    opacity: 1;
    text-decoration: none !important;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

a:hover {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

div.button {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

div.button:hover {
    background-color: #ffffff;
    color: #069;
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.block {
    display: block !important
}

.white-private {
    color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
}

.white-private:hover {
    color: #ffffff;
    text-decoration: none;
}

header.smaller .white-private {
    color: #000000;
}

/***************************************************/
/********************* MENU    *********************/
/***************************************************/
.overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}

.login-area {
    display: none;
    width: 300px;
    padding: 40px 0px 40px 0px;
    position: fixed;
    top: 30%;
    color: #069;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 999;
    background-color: #ffffff;
}

.login-area div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.login-area input {
    width: 200px;
    margin: 0px auto 10px auto;
    text-align: center;
}

.login-area input:last-child {
    margin: 0px auto 0px auto;
}

.login-area input[type="submit"] {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.login-area input[type="submit"]:hover {
    background-color: #069;
    border: 1px solid transparent;
    color: #ffffff;
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}

.login-area .closeArea {
    float: right;
    margin-right: 10px;
    margin-top: -30px;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.hamburger-scroll:before {
    background: #0089BD none repeat scroll 0% 0% !important;
    box-shadow: 0px 0.25em 0px 0px #0089BD, 0px 0.5em 0px 0px #0089BD !important;
}

img.blue {
    display: none;
}

.menu li {
    margin: 0px;
    list-style: none;
}

.menu a {
    transition: all linear 0.15s;
}

.menu li:hover > a, .menu .current-item > a {
    text-decoration: none;
}

.menu > ul > li {
    display: inline-block;
    position: relative;
    font-size: 19px;
}

.menu > ul > li > a {
    display: inline-block;
    padding: 0px 20px 0px 20px;
}

.menu > ul > li > a:last-child {
    padding-bottom: 0px 0px 0px 20px;
}

.menu li .sub-menu {
    z-index: 1;
    opacity: 1;
}

.sub-menu {
    width: 300px;
    padding: 20px 0px;
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    text-align: left;
}

.sub-menu li {
    display: block;
    font-size: 16px;
}

.sub-menu li a {
    padding: 10px 30px;
    display: block;
}

.areaMobile {
    display: block !important;
}

#showArea, #showAreaInt {
    float: left;
    bottom: 15px !important;
    position: absolute;
    color: #069;
    opacity: 1;
}

header {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

header.smaller {
    background-color: #ffffff;
    height: 80px;
}

header img {
    margin-top: 25px;
    margin-left: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 20px;
    height: 80px;
}

header.smaller img {
    margin-top: 0px
}

header.smaller nav ul li a {
    color: #666666;
    opacity: 1;
}

header.smaller nav ul li a:hover {
    opacity: 0.8;
}

header div.header-logo {
    width: 230px;
    height: 140px;
    float: left;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

header.smaller div.header-logo {
    height: 80px;
}

header div.header-logo a {
    opacity: 1;
}

header div.header-logo svg {
    width: 170px;
    margin-top: 35px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

/*header div.header-logo span {
    float: right;
    border-right: 1px solid rgba(255,255,255,0.5);
    height: 80px;
    margin-top: 30px
}
header.smaller div.header-logo span {
    margin-top:0px;
}*/
header nav {
    float: left;
    text-align: center;
    margin-top: 50px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

header.smaller nav {
    margin-top: 25px;
}

header nav ul {

}

header nav li {
    display: inline-block;
    margin-right: 40px;
}

header nav li.active a.subName {
    opacity: 1;
}

header nav li:last-child {
    margin-right: 0;

}

header nav li a {
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

header nav li a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

header nav li ul {
    display: none;
    width: 400px;
    position: relative;
}

header nav li ul li {
    width: 100%;
    float: left;
}

header div.header-private-area {
    width: 140px;
    height: 140px;
    text-align: center;
    float: right;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

header div.header-private-area span {
    float: left;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    height: 80px;
    margin-top: 30px;
}

header.smaller div.header-private-area {
    height: 80px;
}

header.smaller div.header-private-area span {
    margin-top: 0px;
}

header div.header-private-area div.text {
    margin-top: 58px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

header.smaller div.header-private-area div.text {
    margin-top: 32px;
    color: #666
}

/***************************************************/
/********************* content *********************/
/***************************************************/

.newsPhoto {
    width: 100%;

}

div.title-news {
    margin-top: 35px;
    color: #006699;
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    height: auto !important;

}

div.summary-news {
    width: 95%;
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
}

div.homepage-slideshow {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    margin-top: 80px;
}

div.homepage-slideshow div.item {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.homepage-content {
    width: 100%;
    position: absolute;
    top: 40%;
    color: #ffffff;
}

div.homepage-content div.title {
    font-family: "museo-sans", serif;
    font-weight: 900;
    font-size: 60px;
    max-width: 670px;
}

div.homepage-content div.description {
    font-family: "museo-sans", serif;
    font-size: 26px;
    font-weight: 300px;
    max-width: 670px;
    line-height: 32px;
}

div.homepage-content div.know-more a {
    font-weight: 500;
    font-size: 13px;
    color: #ffffff;
    opacity: 1;
}

div.homepage-content div.know-more a:hover {
    color: #ffffff;
    opacity: 0.5;
    text-decoration: none;
}

div.homepage-content div.button {
    width: 200px;
    text-align: center;
    border: 1px solid #FFF;
    border-radius: 5px;
    margin: 40px auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0px;
}

div.homepage-content div.homepage-social-slideshow {
    margin-top: 40px;
}

div.homepage-social-slideshow div.item {
    width: 380px;
    height: 470px;
    margin-right: 10px;
    margin-left: 10px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 60px;

}

div.homepage-social-slideshow div.item div.title-slideshow {
    width: 100%;
    text-align: center;
    color: #ffffff;
    position: relative;
    top: 45%;
    font-family: "museo-sans", serif;
    font-weight: 900;
    font-size: 24px;
}

div.homepage-social-slideshow div.owl-controls div.owl-buttons div.owl-prev {
    background-image: url('../img/site/arrow.svg');
    background-color: transparent;
    padding: 12px;
    position: absolute;
    top: 45%;
    left: -30px;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}

div.homepage-social-slideshow div.owl-controls div.owl-buttons div.owl-next {
    background-image: url('../img/site/arrow.svg');
    background-color: transparent;
    padding: 12px;
    position: absolute;
    top: 45%;
    right: -10px;
}

article.homepage-quality {
    width: 100%;
    color: #ffffff;
    text-align: center;
    float: left;
    cursor: pointer;
    background-color: #006699;
    padding: 20px;
}

article.homepage-quality div.main-content {
    padding: 35px 0px 0px;
}

article.homepage-quality h1 {
    margin-bottom: 40px;
    font-size: 60px;
    font-family: "museo-sans", serif;
    font-weight: 900;
}

article.homepage-quality div.summary {
    width: 100%;
    margin-bottom: 40px;
    font-size: 24px;
    font-family: "museo-sans", serif;
    font-weight: 300px;
    font-size: 24px;
}

article.homepage-quality div.description {
    width: 95%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

article.homepage-quality div.button {
    width: 200px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 40px auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
}

article.homepage-quality div.button a {
    color: #FFF !IMPORTANT;
    text-decoration: none;
    opacity: 1;
}

article.homepage-quality div.button a:hover {
    color: #069 !IMPORTANT;
    text-decoration: none;
    opacity: 1;
}

div.button1 {
    width: 200px;
    text-align: center;
    border: 1px solid #069;
    border-radius: 5px;
    margin: 40px auto;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 0px 10px 0px;

}

div.button1:hover {
    background-color: #069;
}

div.button1 a {
    color: #069 !IMPORTANT;
    text-decoration: none;
    opacity: 1;

}

div.button1 a:hover {
    color: #FFF !IMPORTANT;
    text-decoration: none;
    opacity: 1;
}

div.events {
    width: 100%;
    height: 100%;
    float: left;
    background-color: #EDEDED;
}

div.events div.title-main {
    width: 100%;
    text-align: center;
    color: #006699;
    font-family: "museo-sans", serif;
    font-weight: 900;
    font-size: 60px;
    padding-top: 80px;
    padding-bottom: 80px;
}

div.events article.each-event {
    float: left;
    margin: 0 2%;
    margin-bottom: 60px;
    width: 29%;
    height: 400px;
    overflow: hidden;
}

div.events article.each-event:nth-child(3n+1) {
    margin-right: 0;
}

div.events article.each-event a.link-event {
    opacity: 1;
    color: #333333;
}

div.events article.each-event a.link-event:hover {
    text-decoration: none;
}

div.events article.each-event div.image {
    width: 100%;
    height: 225px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #cccccc;
}

div.events article.each-event div.title {
    margin-top: 35px;
    color: #006699;
    font-family: "museo-sans", serif;
    font-weight: 700;
    font-size: 21px;
    text-align: left;
    height: auto !important;
}

div.events article.each-event div.description {
    width: 95%;
    margin-top: 35px;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
}

div.events article.each-event div.know-more {
    margin-top: 35px;
    text-align: left;
}

div.events article.each-event div.know-more a {
    color: #999999;
}

.c-event-item div.description {
    display: none
}

/* SOBRE NOS */
div.aboutus {
}

div.aboutus div.about-image, div.aboutus div.owl-item {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

div.aboutus div.about-main-title {
    max-width: 770px !important;
}

div.aboutus div.about-main-title h1 {
    font-weight: 900;
    font-size: 45px;
    color: #0089BD;
    padding: 50px 0px;
}

div.aboutus aside.about-side-content {
    text-align: right;
    margin-top: 8px !important;
    min-height: 300px;
}

div.aboutus aside.about-side-content ul {
    text-align: right;
    list-style: none;
}

div.aboutus aside.about-side-content ul li {
    /*margin-bottom: 25px;*/
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
}

div.aboutus aside.about-side-content ul li a {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    text-transform: uppercase;
    opacity: 1;
    cursor: pointer;
}

div.aboutus aside.about-side-content ul li a:hover {
    color: #337ab7;
}

div.aboutus aside.about-side-content .current {
    color: #0089BD;
    text-decoration: none;
}

div.aboutus aside.about-side-content ul li:hover {
    color: #0089BD;
    text-decoration: none;
}

div.aboutus aside.about-side-content ul li.active {
    color: #0089BD;
}

div.aboutus section.about-main-content {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 100px;
    max-width: 770px !important;
}

div.aboutus section.about-main-content strong {

}

div.aboutus section.about-main-content div.news-spaces {
    background-color: #F7F8F9;
    padding: 20px;
    margin-bottom: 20px;

}

div.aboutus section.about-main-content div.news-spaces div.title-spaces {
    font-weight: 700;
    color: #0089BD;
    position: relative;

}

div.aboutus section.about-main-content div.news-spaces div.date-spaces {
    font-weight: 700;
    color: #0089BD;
    position: relative;
    font-size: 10px;

}

div.aboutus section.about-main-content div.news-spaces div.description-full-spaces {
    display: none;
}

div.news-spaces2 {
    background-color: #F7F8F9;
    padding: 20px;
    margin-bottom: 20px;
    width: 31%;
    float: left;
    position: relative;
    margin: 1%;
    height: 350px;

}

div.news-spaces2 div.title-spaces {
    font-weight: 700;
    color: #0089BD;
    position: relative;

}

div.news-spaces2 div.date-spaces {
    font-weight: 700;
    color: #0089BD;
    position: relative;
    font-size: 10px;

}

div.news-spaces2 div.description-full-spaces {
    display: none;
}

div.news-spaces-total {
    background-color: #F7F8F9;
    padding: 20px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    position: relative;

}

div.news-spaces-total div.title-spaces {
    font-weight: 700;
    color: #0089BD;
    position: relative;
    font-size: 24px;

}

div.title-galery {
    font-weight: 700;
    color: #0089BD;
    position: relative;
    font-size: 24px;

}

div.news-spaces-total div.date-spaces {
    font-weight: 700;
    color: #0089BD;
    position: relative;
    font-size: 12px;

}

div.news-spaces-total div.description-full-spaces {
    display: none;
    margin-bottom: 40px;
}

.paginas {
    position: relative;
    width: 140px;
    margin: 0 auto;
}

.paginas a {
    font-size: 16px !IMPORTANT;
    padding: 5px;
}

.paginas .ativo {
    background-color: #0089BD;
    color: #FFF;
}

.anterior {
    position: relative;
    float: left;
    width: 140px;
    margin: 1%;
}

.anterior a {
    font-size: 16px !IMPORTANT;
}

.seguinte a {
    font-size: 16px !IMPORTANT;
}

.seguinte {
    position: relative;
    float: right;
    width: 140px;
    margin: 1%;
}

div.aboutus section.about-main-content div.pagination-news {
    width: 100%;
    text-align: center;
}

div.aboutus section.about-main-content div.pagination-news li.page {
    display: inline-block;
    margin: 0px 10px;
    background-color: #ededed;
    padding: 0px 10px;
    cursor: pointer
}

div.aboutus section.about-main-content div.pagination-news li.page:hover {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: #0089BD;
    color: #FFFFFF;
}

div.aboutus section.about-main-content div.pagination-news li.page.active {
    background-color: #0089BD;
    color: #FFFFFF;
}

div.aboutus a {
    color: #0089BD;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;

}

.aboutus li {
    list-style: none;
}

div.aboutus .setCenter div.edition-subCategory {
    float: right;
    width: 100%
}

div.aboutus .setCenter div.edition-subCategory div.edition-subCategory-name {
    padding: 20px 0px;
    border-top: 1px dashed #CCCCCC;
    font-size: 16px;
    color: #0089BD
}

div.aboutus .setCenter div.edition-subCategory div.edition-subCategory-name div.arrow_editions {
    background-image: url("../img/site/arrow_edition.svg");
    width: 8px;
    height: 20px;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    left: 75px;
    top: 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.transform_arrow_editions {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

div.aboutus .setCenter div.edition-subCategory div.subCategory-item {
    display: none;
    margin-bottom: 20px !important;
    height: 320px
}

div.aboutus .setCenter div.edition-subCategory:last-child {
    border-bottom: 1px dashed #CCCCCC
}

div.aboutus .setCenter div.edition-subCategory div.item-image {
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

div.aboutus .setCenter div.edition-subCategory .subCategory-item .item-title {
    color: #0089BD;
    font-weight: 600;
    margin-top: 10px
}

div.aboutus .setCenter div.edition-subCategory .subCategory-item .item-description {
    color: #333;
    font-weight: 500;
}

div.aboutus .setCenter div.edition-subCategory .subCategory-item .item-description p {
    margin: 0px;
    line-height: 16px;
    height: 35px
}

div.aboutus .setCenter div.edition-subCategory .subCategory-item .item-download {
    color: #666666
}

div.footer-copyright {
    width: 100%;
    height: 120px;
    text-align: center;
    clear: both;
    background-color: #1E1E1E;
}

div.footer-copyright div.text {
    color: #5D5D5D;
    position: relative;
    top: 50px;
}

.about-main-title hr {
    color: #0089BD;
    background-color: #0089BD;
    width: 40px;
    height: 15px;
    position: absolute;
    bottom: -25px
}

.singleitem {
    width: 25%;
    float: left;
    text-align: center;
}

.year h4 {
    width: 100%;
    float: left;
    font-weight: 900;
    color: #0089BD
}

/***************************************************/
/******************** CENTROS *********************/
/***************************************************/
.mini-menu a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 700 !important;
}

.mini-menu a:hover {
    font-weight: 700 !important;
    color: #0089BD !important;
    opacity: 1;
}

.mini-menu .current {
    font-weight: 700 !important;
    color: #0089BD !important;
    opacity: 1;
}

.mini-menu {
    width: 100%;
    /*border-bottom:1px #CCC dashed;*/
    height: 90px;
    position: relative;
    float: left;
    text-align: right;
    font-weight: 700;
    margin-bottom: 30px;
}

.mini-menu-li {
    list-style: none;
    width: 100%;
    margin-bottom: 20px
}

.noBullets {
    display: inline;
}

.listas {
    color: #333 !important;
    font-size: 16px !important;
    opacity: 1;
    display: inline;

}

/***************************************************/
/******************** RESPOSTAS ********************/
/***************************************************/

.respostas-total {
    margin-bottom: 80px !important;
}

.respostas-total h2 {
    font-weight: 900;
    font-size: 72px;
    line-height: 72px;
    text-align: right;
    color: #0089BD;
    vertical-align: bottom;
    display: table-cell;
    height: 200px;
}

.respostas-total hr {
    width: 20px;
    height: 10px;
    color: #0089BD;
    background-color: #0089BD;
    float: right;
    position: relative;
}

.respostas-main-title {
    height: 200px;
    max-width: 770px !important;

}

.respostas-main-title p {
    margin: 0px;
}

.grid_3 hr {
    width: 40px;
    height: 15px;
    color: #0089BD;
    background-color: #0089BD;
    float: right;
    position: relative;
    bottom: -50px;
}

.respostas-main-title div {
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    text-align: left;
    color: #0089BD;
    display: table-cell;
    vertical-align: bottom;
    display: table-cell;
    height: 200px;
}

.pdf-container {
    width: 100%;
    border-bottom: 1px #CCC dashed;
    padding: 20px 0px;
    position: relative;
    float: left;
    text-align: right;
    font-weight: 700;
}

.first {
    border-top: 1px #CCC dashed;
}

.pdf-container a {
    text-decoration: none;
    color: #000 !important;

}

.shadow-effect {
    width: 100%;
    float: left;
    position: relative;
    background-color: #F7F8F9;
    margin-bottom: 40px;
    margin-top: 20px;
}

.shadow-effect.noImage {
    margin-top: 140px;
}

/***************************************************/
/********************* GALERIA *********************/
/***************************************************/

div.gallery {
    margin-top: 140px
}

div.gallery div.gallery-each {
    height: 275px;
    margin-bottom: 2% !important;
    background-size: cover;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 3% !important;
}

div.gallery div.get-more {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #0099CC;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center
}

div.gallery div.get-more img {
    margin-right: 10px
}

div.gallery div.add-more-gallery a {
    opacity: 1
}

div.gallery div.gallery-title {
    width: 100%;
    position: relative;
    top: -50px;
    color: #0089BD;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

#googleMap {
    width: 100%;
    height: 640px;
}

.knowmore {
    width: 40%;
    text-align: left;
    color: #0089BD;
    font-weight: bold;
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
}

.anexo {
    width: 20%;
    text-align: center;
    font-weight: bold;

    border-radius: 15px;
    height: 60px;
}

.owl-pagination {
    margin-top: -50px;
}

.active {
    opacity: 0.9;

}

/***************************************************/
/******************** 404 erro *********************/
/***************************************************/
.error-template {
    position: relative;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    color: #FFFFFF;
}

.error-template .content {
    width: 50%;
    padding: 60px;
    background-color: rgba(55, 63, 71, 0.5);
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.error-template a {
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
}

.error-template a:hover {
    opacity: 0.5;
}

/***************************************************/
/******************** pop ups **********************/
/***************************************************/
#popup_overlay {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

#popup_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../dotcontrol/img/jquery_popup/bg-jquery.alert.png');
    width: 100%;
    z-index: 99999;
}

#popup_container {
    position: relative;
    font-family: "Lato", sans-serif !important;
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#popup_title {
    font-weight: bold;
    text-align: center;
    cursor: default;
    padding: 0em;
    margin: 0em;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #373F47;
}

#popup_content {
    background: 16px 16px no-repeat url('../dotcontrol/img/jquery_popup/info.gif');
    padding: 1em 1.75em;
    margin: 0em;
}

#popup_content.alert {
    background-image: url('../dotcontrol/img/jquery_popup/info.gif');
}

#popup_content.confirm {
    background-image: url('../dotcontrol/img/jquery_popup/important.gif');
}

#popup_content.prompt {
    background-image: url('../dotcontrol/img/jquery_popup/help.gif');
}

#popup_message {
    padding-left: 48px;
    font-family: "Lato", sans-serif !important;
    font-size: 13px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
}

#popup_panel .btn {
    border: 1px solid #c5c5c5;
    padding: 3px 10px 3px 10px;
    font-size: 9px;
    font-family: Tahoma;
    text-transform: uppercase;
    cursor: pointer;
}

#popup_panel .btn:hover {
    border: 1px solid #a5a5a5;
    color: #343434;
    padding: 3px 10px 3px 10px;
    font-size: 9px;
    font-family: Tahoma;
    text-transform: uppercase;
    cursor: pointer;
}

#popup_prompt {
    margin: .5em 0em;
}

section#formulario {
    display: none;
    margin-bottom: 15px;
}

button#verFormulario {
    width: 100%;
    margin: 25px 0;
    font-size: 2rem;
}

button#verFormulario:hover {
    background-color: #A0D5EB;
    color: #FFF;
}

#formulario .form-group {
    width: 100%;
    float: left;
}

#formulario input[id^='funcoes'] {
    margin-bottom: 10px;
}

#formulario .btn {
    margin-right: 15px;
}