@media screen and (max-width: 991px){
    .espacoCarrossel{
        width: 100%;
    }
    .corpoPrincipal{
        margin-top: 0px;
    }
    .parallaxEventos{
        height:200px;
        background-color:#004c82;
        background: url(../img/02.png) fixed;
        background-repeat: no-repeat;
        background-size: 250%;
        position: relative; 
    }
    .parallaxRodape{
        height:300px;
        background-color:#004c82;
        background: url(../img/cnbb2.jpg) fixed;
        background-repeat: no-repeat;
        background-size: 200%;
        background-position: bottom;
    }
    .parallaxNoticia{
        height:200px;
        background-color:#004c82;
        background: url(../img/03.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
    .parallaxFotos{
        height:200px;
        background-color:#004c82;
        background: url(../img/07.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
    .parallaxHistorico{
        height:200px;
        background-color:#004c82;
        background: url(../img/09.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
    .parallaxSobre{
        height:200px;
        background-color:#004c82;
        background: url(../img/08.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
    .parallaxCAS{
        height:200px;
        background-color:#004c82;
        background: url(../img/02.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
    .parallaxPastoralArtista{
        height:200px;
        background-color:#004c82;
        background: url(../img/01.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
    .parallaxEnaas{
        height:200px;
        background-color:#004c82;
        background: url(../img/04.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
        top: 90px;
    }
}
@media screen and (min-width: 992px){
    .espacoCarrossel{
        width: 100%;
        position: absolute;
        z-index: 3;
        top: 1150px;
    }
    .corpoPrincipal{
        margin-top: 750px;
    }
    .parallaxEventos{
        height:350px;
        background-color:#004c82;
        background: url(../img/02.png) fixed;
        background-repeat: no-repeat;
        background-size: 150%;
        background-position: bottom;
    }
    .parallaxRodape{
        height:400px;
        background-color:#004c82;
        background: url(../img/cnbb2.jpg) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: bottom;
    }
    .parallaxNoticia{
        height:350px;
        background-color:#004c82;
        background: url(../img/03.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
    .parallaxFotos{
        height:350px;
        background-color:#004c82;
        background: url(../img/07.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
    .parallaxHistorico{
        height:350px;
        background-color:#004c82;
        background: url(../img/09.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
    .parallaxSobre{
        height:350px;
        background-color:#004c82;
        background: url(../img/08.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
    .parallaxCAS{
        height:350px;
        background-color:#004c82;
        background: url(../img/02.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
    .parallaxPastoralArtista{
        height:350px;
        background-color:#004c82;
        background: url(../img/01.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
    .parallaxEnaas{
        height:350px;
        background-color:#004c82;
        background: url(../img/04.png) fixed;
        background-repeat: no-repeat;
        background-size: 100%;
        position: relative; 
    }
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #727376;
}
.font-300{
    font-weight: 300;
}
.font-400{
    font-weight: 400;
}
.font-500{
    font-weight: 500;
}
.font-600{
    font-weight: 600;
}
.font-700{
    font-weight: 700;
}
.font-800{
    font-weight: 800;
}
.justificar{
    text-align: justify;
}

a.linkNeutro:link {color: inherit; text-decoration: none;}
a.linkNeutro:visited {color: inherit; text-decoration: none;}
a.linkNeutro:hover {color: inherit; text-decoration: none;}
a.linkNeutro:active {color: inherit; text-decoration: none;}

.titulo-sessao{
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    color: #fff;
    background-color: #6BB5C1;
    font-size: 50px;
}
.titulo-sessao.direita{
    text-align: right;
}
.titulo-sessao.esquerda{
    text-align: left;
}
.titulo-noticia{
    font-family: 'Zilla Slab', serif;
    font-weight: 500;
    color: #6BB5C1;
    font-size: 22px;
    text-align: justify;
}
.titulo-noticia.destaque{
    font-size: 28px;
}
.titulo-noticia > a:link, visited, hover, active{
    color: inherit; 
    text-decoration: none;   
}
.imagem-noticia{
    background-size:auto 100%; 
    background-repeat: no-repeat; 
    background-position: center;
}
.imagem-noticia.noticia-destaque{
    width: 100%; 
    height: 300px; 
}
.imagem-noticia.noticia-padrao{
    width: 100%; 
    height: 200px; 
}
.titulo-pagina{
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    color: #fff;
    font-size: 50px;
}
.categoria{
    font-family: 'Open Sans', serif;
    font-weight: 300;
    color: #012840;
    font-size: 14px;
}
.categoria.destaque{
    font-size: 18px;
}

.blocoInverso{
    background-color: #03283E;
    color: #fff;
}
.blocoInverso .titulo-sessao{
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    color: #fff;
    font-size: 50px;
}

.topoIncial{
    width: 100%;
    height: 860px;
    background-repeat: no-repeat;
    background-position: block;
    background-size: cover;
}
.topoIncial.t1{
    background-image: url('../img/topoInicial/05.png');
}
.topoIncial.t2{
    background-image: url('../img/topoInicial/07.png');
}
.topoIncial.t3{
    background-image: url('../img/topoInicial/03.png');
}
.topoIncial.t4{
    background-image: url('../img/topoInicial/01.png');
}
.topoIncial.t5{
    background-image: url('../img/topoInicial/02.png');
}
.topoIncial.t6{
    background-image: url('../img/topoInicial/08.png');
}
.topoIncial.t7{
    background-image: url('../img/topoInicial/04.png');
}
.topoIncial.t8{
    background-image: url('../img/topoInicial/01.png');
}
.topoIncial.t0{
    background-image: url('../img/topoInicial/fixo.jpg');
}
.barraLogo{
    margin-top: 30px;
    margin-left: -20px;
    padding-left: 0px;
    width: 50%;
    height: 120px;
    background-color: rgba(29,107,145,0.8);
    text-align: right;
}
.logoInicial{
    height: 100%;
    padding: 15px 50px 15px 0px;
}
.logoPagina{
    width: 100%;
    padding: 15px 50px 15px 0px;
}
.barraMenu{
    background-image: url('../img/topo.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 728px;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 535px;
}
.topoPagina{
    width: 100%;
    height: 120px;
    background-color: #fff;
}

.espaco-top-10{
    margin-top: 10px;
}
.espaco-top-20{
    margin-top: 20px;
}
.espaco-top-35{
    margin-top: 35px;
}
.espaco-top-70{
    margin-top: 70px;
}
.espaco-top-100{
    margin-top: 100px;
}
.espaco-top-150{
    margin-top: 150px;
}
.espaco-top-200{
    margin-top: 200px;
}
.espaco-botton-35{
    margin-bottom: 35px;
}
.espaco-botton-70{
    margin-bottom: 70px;
}
.espaco-botton-100{
    margin-bottom: 100px;
}

.menuPrincipal{
    font-family: 'Zilla Slab', serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    font-size: 30px;
    margin-top: 300px;
    text-align: center;
}
.menuPrincipal.pagina{
    color: #03283E;
    margin-top: 0;
    text-align: right;
    font-size: 24px;
}
.menuPrincipal > a:link, visited, hover, active{
    color: inherit; 
    text-decoration: none; 
}

/*MENU SUSPENSO*/
#menu-scrow{
    height: 90px;
    position: fixed;
    width: 100%;
    display: none;
    z-index:500;
    top: 0px;
    /*background-color:#fff;*/
    background-color: rgba(255,255,255,0.9);
    color: #1D6B91;
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    line-height: 4;
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
}

.menuMobile{
    height: 90px;
    width: 100%;
    position: fixed;
    z-index: 501;
    top: 0px;
    background-color: rgba(255,255,255,0.9);
    font-family: 'Zilla Slab', sans-serif;
    
    box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
}
.listaMenu{
    background-color: #fff;
    text-align: right;
    padding-right: 15px;
}
.logo{
    height: 80px;
    padding-left: 15px;
    padding-top: 5px;
}
.botaoMenuMobile{
    padding: 15px 15px 0 0;
}
.item.Titulo{
    color: #1D6B91;
    font-weight: 600;
    font-size: 24px;
}
.item.subtitulo{
    color: #727376;
    font-weight: 300;
    font-size: 22px;
    
}

.meusEventos{
    border: 1px solid #fff;
    text-align: center;
}
.tituloCaixa{
    font-size: 25px;
}
.descricaoCaixa{
    font-size: 16px;
    font-style: italic;
}

.calendario{
    width: 350px;
}
.dia{
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    line-height: 2.4;
    font-size: 18px;
}
.dia.diaSemana{
    font-family: 'Zilla Slab', sans-serif;
    font-weight: 500;
}
.dia.data{
    font-family: 'Open Sans', sans-serif;
}
.dia.data.feriado{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.dia.data.evento{
    font-family: 'Open Sans', sans-serif;
    border: 2px solid #fff;
}
.dia.espaco-1{
    margin-left: 50px;
}
.dia.espaco-2{
    margin-left: 100px;
}
.dia.espaco-3{
    margin-left: 150px;
}
.dia.espaco-4{
    margin-left: 200px;
}
.dia.espaco-5{
    margin-left: 250px;
}
.dia.espaco-6{
    margin-left: 300px;
}

.topoRodape{
    background-color: #6BB5C1;
    height: 300px;
    width: 100%;
    transform: skewY(-2deg);
    margin-top: -34px;
}
.baseRodape{
    background-color: #6BB5C1;
    height: 400px;
    width: 100%;
    /*transform: skewY(-2deg);*/
    margin-top: -200px;
    color: #12445B;
}

.barraPagina{
    background-color: #1D6B91;
    height: 70px;
}

.perfil{
    width: 100%;
    height: 100%;
    background-color: #ccc;
}

.item-portfolio{
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    background-size: cover;
    height: 150px;
}

.fimPagina{
    margin-top: 500px;
}

.fotoGaleria{
    height: 150px;
    background-color: #bbb;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.legenda{
    background: #eee;
    font-size: 12px;
    font-style: italic;
    text-align: center;
    padding: 5px;
}