@font-face {
    font-family: 'gothambold';
    src: url('gotham-bold-webfont.woff2') format('woff2'),
         url('gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'gothamregular';
    src: url('gotham-book-webfont.woff2') format('woff2'),
         url('gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.no-margin{
    margin: 0;
}

#maxmeio-id{
    width:20px;
    height:77px;
    background: url(../img/ass-site-maxmeio.png) no-repeat;
    position:fixed;
    bottom:30px;
    right:0;
    display:block;
}
body,a{
    color: #2d2d2d;
}
a:hover{
    opacity: 0.8;
}
a,a:hover{
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

body,  p, ul, ol, dl, input, textarea {
    font-family: 'gothamregular';
    font-weight:300
}
h1, h2, h3, h4, h5, h6,b, strong{
      font-family: 'gothambold';
}
header{
    border-bottom: 1px solid #d5d2d2;
    height: 77px;
}

header nav{
    background: none;
    box-shadow: none;
}

header nav a{
     font-family: 'gothambold';
    color: #535353;
}

.fotorama{
    margin-top:40px; 
}

.nav-inst{
    padding: 20px 0;
    background: #F5F7FA;
    border-bottom: 1px solid #E6E9ED;
}

.destaque-foto{
    position: relative;
}
.nav-inst li{
    font-size: 14px;
    text-transform: uppercase;
}
.nav-inst a{
    color: #506A85;
    font-family: 'gothambold';
    font-size: 14px;
}

.f-nav .brand-logo {
    background: url(../img/logo-consed.png) no-repeat;
    height: 76px;
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    -o-transition: all 2.5s ease;
    transition: all 2.5s ease;
}

.brand-logo{
    display: table;
    background: url(../img/capa-consed-marca.png) no-repeat;
    width: 209px;
    height: 77px;
}

.busca{
    position:relative;
    margin-top: 5px;
}

.busca input[type=text] {
    border-radius: 60px;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    color: #8c8b8b;
    padding: 0px 25px 0px 16px;
    box-sizing: border-box;
    width: 217px;
    height: 36px;
}
.busca input[type=image]{
    position:absolute;
    top: 24px;
    right: 13px;
}

.lista-menu{
    text-align: center;
    margin: 0;
}

.lista-menu li {
    display: inline;
    border-right: 1px solid #E6E9ED;
    padding: 0 10px;
}

.menu-lista {
    text-align: center;
    margin: 0;
    width: 150px !important;
    font-size: 14px !important;
}

.menu-lista li>a {
    color: #506A85;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.menu-lista li>a:hover {
    opacity:0.8;
}

.nav {
    text-align: center;
    margin: 0;
}

.nav li {
    display: inline;
    border-right: 1px solid #E6E9ED;
    padding: 0 10px;
}

.map-rodp{
    padding: 20px 0;
    color: #535353;
}
.map-rodp ul{
    padding-left:20px; 
}
.map-rodp ul li a{
    color: #6b6a6a;
}

nav ul a:hover{
    background: none;
}

.link-destaque{
    position: relative;
    display: block;
}
.sombra-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(54,54,54,0) 0%, rgba(54,54,54,0.26) 67%, rgba(54,54,54,1) 100%);
    background: -webkit-linear-gradient(top, rgba(54,54,54,0) 0%,rgba(54,54,54,0.26) 67%,rgba(54,54,54,1) 100%);
    background: linear-gradient(to bottom, rgba(54,54,54,0) 0%,rgba(54,54,54,0.26) 67%,rgba(54,54,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    z-index: 30;
}

.gallery-home {
    max-height: 620px;
}

.jumbo-img {
    /*height: 460px;*/
    width: 100%;
}

.bloco-titulos {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 80;
    padding: 0 20px;
    color: #fff;
}
.bloco-titulos h1 {
    font-size: 40px;
}

.destaque-principal{
    margin: 40px 0;
}
.no-margin{
    margin: 0;
}
.grey.darken-4{
    background: #363636 !important;
}
.interna {
    margin-bottom: 100px;
}
.sec-title{
    margin-bottom: 0px;
}
.sec-album{
    margin-bottom: 0px;
}
.sec-conteudo{
    margin-top: -20px;
}
.campo-noticias{
    display:table;
    width:100%;
    padding: 25px 40px 10px 40px;
}
.campo-noticias img{
    float:left;
    margin-right:15px;
        width: 125px !important;
}
.campo-noticias h4 {
    margin:5px 0 0 0;
    color:#fff;
    font-family: 'gothamregular';
    font-size:12px;
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.campo-noticias h4 span{
    font-family: 'gothambold';
    display:block;
    color:#00a5b7;
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.campo-noticias:hover h4{
    color:#00a5b7;
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.campo-noticias:hover h4 span{
    color:#fff;
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.link{
    display: table;
    width: 100%;
}
.titulo-destaque {
    font-size: 34px;
    border-bottom: 1px solid #d5d2d2;
}
.titulo-destaque span{
    display: table;
    
    padding-bottom: 6px;
}
.det-azul{
    border-bottom: 2px solid #427fcd;
}
.det-laranja{
    border-bottom: 2px solid #e6ac48;
}

.det-roxo{
    border-bottom: 2px solid #a791c2;
}

.det-rosa{
    border-bottom: 2px solid #c6667c;
}

.box-tema .owl-item img{
	object-fit: cover;
}

.container-rel img {
    object-fit: cover;
}

.box-ensino-medio .detalhe-foto{
    position: relative; 
}

.bloco-base-comum .detalhe-foto {
    position: relative;
    float: left;
    margin-right: 20px;
}
.bloco-base-comum .detalhe-foto span {
    position: absolute;
    bottom: 5px;
    background: #e6ac48;
    color: #fff;
    left: 0;
    padding: 10px 15px;
}

.box-ensino-medio .detalhe-foto span {
    position: absolute;
    bottom: 5px;
    background: #427fcd;
    color: #fff;
    left: 0;
    padding: 10px 15px;
}
.box-ensino-medio h5{
    font-size: 20px;
}
.box-ensino-medio{
    margin-bottom: 70px; 
}
.foto-box{
    position: relative;
}
.foto-box h3{
    color: #fff;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    z-index: 40;
}
.foto-box h6{
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 40;
    font-family: 'gothamregular';
}
.detalhe-foto img{
    width: 100%;
    max-height: 230px;
    max-width: 400px;
}
.nav-secretarias .owl-item img {
    max-height: 230px;
}
.detalhe-img {
    max-height: 230px;
}

.foto-box h6 a{
    color: #fff;
}
.item{
    position: relative;
    width: 100%;
    height: 100%;
    display: table;
}
.tb{
   position: absolute;
    top: 30px;
    right: 25px;
    color: #fff;
    z-index: 40;
}
.item h2{
    color: #fff;
    bottom: 20px;
    left: 20px;
    position: absolute;
    z-index: 70;
    font-size: 40px;
}
.item h2 span {
    display: table;
    font-size: 12px;
    background: #00a5b7;
    color: #fff;
    text-transform: uppercase;
    padding: 0px 13px;
}
.ultimas-base{
    display: table;
    border-left: 1px solid #d5d2d2;
    padding-left: 25px !important;
    margin: 15px 0 0 0;
}

.ultimas-base li {
    border-bottom: 1px solid #d5d2d2;
    /*padding-bottom: 10px;
    margin-bottom: 10px;*/
}
.ultimas-base li:last-child{
    border-bottom: 0;
}
.ultimas-base li span{
    display: block;
    font-size: 12px;
    color: #e6ac48;
}
.box-estados h3{
    font-size: 18px;
    margin-top: 0;
}
.box-estados li {
    border-top: 1px solid #d5d2d2;
    padding: 23px 0;
    margin-top: 27px;
    line-height: 25px;
}
.box-estados li span{
    display: block;
}

.box-estados li a{
    
    font-size: 18px;
}

.bl-centro-oeste .detalhe-foto span{
    background: #f2b221;
}
.bl-centro-oeste li span{
    color: #f2b221;
}

.bl-nordeste .detalhe-foto span{
    background: #fb5c62;
}

.bl-nordeste li span{
    color: #fb5c62;
}

.bl-norte .detalhe-foto span{
    background: #a791c2;
}

.bl-norte li span{
    color: #a791c2;
}

.bl-sudeste .detalhe-foto span{
    background: #00c0b8;
}

.bl-sudeste li span{
    color: #00c0b8;
}

.bl-sul .detalhe-foto span{
    background: #c6667c;
}

.bl-sul li span{
    color: #c6667c;
}
.nav-secretarias{
    display: table;
    background: #f7f7f7;
        min-height: 580px;
}
.nav-secretarias h5,.nav-secretarias p {
    padding: 0 30px; 
}
.nav-secretarias p{
    font-size: 12px;
}
.nav-secretarias i{
    color: #00c0b8;
    margin-right: 5px;
}
.owl-nav {
    position: absolute;
    top: 40px;
    width: 100%;
}
.owl-prev,.owl-next{
    width: 43px;
    height: 115px;
    position: absolute;
}

.owl-prev{
    left: -5px;
    background: url(../img/ico-left.jpg) no-repeat !important;
}

.owl-next{
    right: -5px;
    background: url(../img/ico-right.jpg) no-repeat !important;
}
.btn{
    background: #00a5b7;
}

.ali-acoes img{
    float: left;
    margin-right: 10px;
}
.ali-acaoes h6{
    font-size: 16px;
    color: #535252;
}

footer{
    background: #dcdede;
    /*margin-top: 80px;*/
}
.bloco-endereco{
    color: #fff;
    padding: 6px 0;
    background: #00a5b7;
}
.bloco-endereco i{
    color: #03636e;
    margin-left: 10px;
}
.bloco-endereco a i {
    color: #fff;
}
.f-nav{
    position: fixed;
    width: 100%;
    background: #00a5b7;
    top: 0;
    z-index: 999;
}
.nav-total,.f-nav{
    -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.f-nav ul.oe_menu > li > a{
    color: #fff;
}
.f-nav .busca input[type=text]{
    color: #fff;
    border: 1px solid #fff;
}
.search-list {
    margin-top: 40px;
}
.search-list a {
    opacity: 0.8;
}
.search input[type="search"] {
    background: #fff;
    border-radius: 60px;
    border: 1px solid #c2c2c2;
    font-size: 12px;
    color: #8c8b8b;
    padding: 0px 25px 0px 15px;
    box-sizing: border-box;
    width: 217px;
    height: 36px;
}

.busca .nav li{
    border-right: none;
}

.navbar-form.search .btn-submit {
    top: 24px;
    width: 30px;
    height: 30px;
    background: url(../img/buscar.png) no-repeat;
    border: none;
}
.newsletter .btn-submit, .search .btn-submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin-right: 5px;
    color: #000 !important;
    line-height: 1;
}

.revealOnScroll { opacity: 0; }
/*.cont-cinza{
    display: table;
    background: #363636;
    width: 100%
}*/

.topo-nav{
    background: #00a5b7;
    color: #fff;
    padding: 24px 0;
}
.topo-nav h1{
    margin: 0;
    font-family: 'gothamregular';
    font-size: 300%;
}

.campo-listagem{
    display:table;
    width: 100%;
    padding-top: 40px;
}
.campo-listagem img{
    margin-right: 20px;
}
.titulo-listagem{
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
}
.titulo-listagem p{
    font-weight: 600;
    font-size: 20px;
}
.titulo-listagem span{
    display: block;
    font-size: 13px;
    font-family: 'gothamregular';
}
.titulo-listagem span strong{
    background: #00a5b7;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
}
.form-reuniao {
    margin-top: 30px;
}
.form-select {
    border: 1px solid #00a5b7;
}
.meeting-content {
    opacity: 0.6;
}
.link-meeting {
    color: #00a5b7;
}
.entity-date {
    margin-top: -10px;
    font-size: 14px !important;
    opacity: 0.4;
}
.meeting-title {
    margin-bottom: 5px;
}
.tab-content {
    margin-top: 30px;
}
.inner-right-xs {
    padding-right: 30px;
}
.inner-top-sm h3 {
    font-size:40px;
}
.inner-right-xs img{
    padding-top: 30px;
}
.inner-left-xs {
    padding-left: 30px !important;
}
.gallery-inner {
    padding-left: 130px !important;;
}
.gallery-inner h3 {
    margin-top: 30px;
    font-size:20px;
}
.tabs .tab a {
    color: #506A85;
}
.tabs .tab a.active {
    color: #00a5b7;
}
.tabs .tab a:hover {
    color: #00a5b7;
    opacity: 0.6;
}
.tabs .indicator {
    background-color: #00a5b7;
}
.titulo-noticia {
    font-size: 300%;
    line-height: 40px;
}
.titulo-noticia span{
    display: block;
    font-size: 13px;
    font-family: 'gothamregular';
}
.titulo-noticia span strong{
    background: #00a5b7;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px; 
}
.subheadline{
    color: #929292;
    font-size: 14px;
    line-height: 1.25em;

}
.conteudo{
    font-size: 120%;
    text-align: left;
}

.conteudo img{
    width: 100%;
    height: auto;
}
.conteudo a {
    color: #00a5b7;
}
.addthis_inline_share_toolbox{
    background: url(../img/linha-social.jpg) repeat-x;
}
.tags-bloc a{
    font-size: 11px;
    color: #fff;
    background: #00a5b7;
    padding: 2px 4px;
    border-radius:2px; 
}
.box-noticias-relacionas {
    padding-bottom: 30px;
}
.box-noticias-relacionas h5 span{
    display: block;
    font-size: 13px;
    color: #00a5b7;
}
.box-noticias-relacionas .row{
    margin-bottom: 0px;
}
.pagination li {
    width: 30px;
}
.pagination li a {
    color: #00a5b7;
}
.pagination li.active {
    background-color: #00a5b7;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}
.img-category {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.flipbook-viewport{
    overflow:hidden;
    width:100%;
    height:100%;
}

.flipbook-viewport .container{
    position:absolute;
    top:50%;
    left:50%;
    margin:auto;
}

.flipbook-viewport .flipbook{
    width:922px;
    height:600px;
    left:-461px;
    top:-300px;
}

.flipbook-viewport .page{
    width:461px;
    height:600px;
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

.flipbook-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}

@media only screen and  (min-width:1150px){

    .container{
        width: 1280px;
    }

    .container-rel {
        width: 40%;
    }


     .interna .container{
            width: 40%;
    }


}
@media only screen and (max-width: 1149px){
    .container {
        width: 90%;
    }
    
}


/* COL-MD */


@media only screen and  (max-width:1100px) and (min-width:992px){

}
/* COL-SM */
@media only screen and  (max-width:992px) and (min-width:767px){
    
}
/* COL-XS */
@media only screen and  (max-width:767px){

    #maxmeio-id{
        display: none !important;
    }
    .bloco-titulos h1{
        font-size: 22px;
    }
    .destaque-foto iframe{
        max-height: 300px;
    }
    .item h2{
        font-size: 16px;
    }
    .brand-logo{
        width: 250px;
    }
    .search input[type="search"] {
        width: 80px;
        font-size: 11px;
        padding-right: 10px;
    }
    .nav li{
        padding-right: 0px;
    }
    .navbar-form.search .btn-submit{
        display: none;
    }
    nav .button-collapse{
        margin-top: 10px;
    }
}