@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,400italic,700,700italic);

html, body { 
    margin: 0; 
    padding: 0; 
    border: 0;
    width: 100%; 
    height: 100%; 
    color: #333333;
}

html, body, input, select, a, textarea { 
    font-family: 'Titillium Web', sans-serif; 
}

a { 
    text-decoration: none 
}

li {
    list-style: none;
}

input, select, textarea {
    box-sizing: border-box;
    padding: 7px 
}

.conteudo { 
    position: relative; 
    width: 94%; 
    left: 50%; 
    margin-left: -47%; 
}

.colorCompany { 
    color: #9c0b0f
}

.required { 
    border: 2px solid #9c0b0f
}

.destaque
{
    color: #9c0b0f;
    font-weight: bold;
    font-size: 16px;	
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    html, body {
        font-size: 14px;
    }

    input, select, textarea {
        height: 40px;
    }

    header {
        width: 100%;
    }

    #banner-principal {
        width: 100%;
        position: relative;
    }

    #banner-principal .imgBanner {
        width: 100%;
    }

    #hidden-menu {
        background: #9c0b0f;
        width: 45%;
        position: absolute;
        top: 0;
        left: -45%;
        display: none;
        height: 100%;
        z-index: 999999;
        box-sizing: border-box;
    }

    #menu-itens {
        padding: 20px;
    }

    #menu-itens a {
        width: 100%;
        display: block;
        font-size: 14px;
        margin-top: 10px;
        color: white;
        font-weight: bold;
    }

    #menu-principal {
        position: absolute;
        top: 0;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: rgba(255,255,255,0.8);
        overflow: hidden;
    }

    #logomarca {
        float: left;
        margin-top: 10px;
    }

    #logomarca img {
        height: 30px;
    }

    #arrow-index {
        position: absolute;
        bottom: 0;
        width: 50px;
        left: 50%;
        margin-left: -25px;
    }

    #arrow-index img {
        width: 50px;
    }

    .arrow1 {
        position: absolute;
        left: 3%;
        top: 50%;
        height: 30px;
        margin-top: -15px;
        cursor: pointer;
    }

    .arrow2 {
        position: absolute;
        right: 3%;
        top: 50%;
        height: 30px;
        margin-top: -15px;
        cursor: pointer;
    }

    #miniaturas-banner {
        box-sizing: border-box;
        padding: 7px;
        padding-bottom: 2px;
        width: 100%;
        position: absolute;
        background: rgba(51,51,51,0.8);
        top: 65%;
        text-align: right;
        display: none;
    }

    #miniaturas-banner img {
        width: 170px;
        height: 96px;
        display: inline-block;
        margin-left: 7px;
        cursor: pointer;
        opacity: 0.4;
    }

    .miniatura-ativa {
        opacity: 0.99 !important;
    }

    #menu-icon {
        float: right;
    }

    #menu-icon img {
        height: 25px;
        margin-top: 12.5px;
        cursor: pointer;
    }

    #menu-list {
        float: right;
        overflow: hidden;
        display: none;
    }

    #menu-list a {
        color: #9c0b0f;
        font-weight: bold;
        font-size: 14px;
    }

    #menu-list a:not(:first-child) {
        margin-left: 7px
    }

    #page-content {
        margin-top: 5px;
    }

    .page-title {
        font-size: 20px;
        color: #9c0b0f;
        font-weight: bold;
    }

    .texto {
        text-align: justify;
        margin-top: 5px;
        line-height: 25px;
    }

    #proximos-eventos {
        margin-top: 35px
    }

    #proximos-eventos div {
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
        background: #f1f1f1;
        text-align: center;
        padding: 15px;
        cursor: pointer;
        font-size: 25px;
        font-weight: bold;
        color: #9c0b0f;
    }

    #proximos-eventos div:last-child {
        margin-top: 5px;
    }

    .eventoSelecionado {
        background: #9c0b0f !important;
        color: white !important;
    }

    .arrowEvent {
        position: relative;
        width: 90px;
        left: 25%;
        margin-left: -45px;
        display: none;
    }

    .list-events { 
        margin-top: 40px; 
        text-align: center; 
    }

    .list-events li { 
        width: 90%; 
        overflow: hidden; 
        display: inline-block; 
        margin-right: 3%; 
        position: relative; 
        margin-bottom: 30px;
        vertical-align: top;
    }

    .list-events li:nth-child(3n+3) { 
        margin-right: 0 
    }

    .list-events li img { 
        width: 100%; 
    }

    .separador-event { 
        height: 30px; 
        background: #9c0b0f; 
        width: 100% 
    }

    .event-name { 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 14px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 20px
    }

    .event-name a { 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 14px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        margin-top: 15px;
        /*padding-top: 15px; */ 
        padding-bottom: 15px;
        line-height: 20px
    }

    .event-date { 
        background: url('../imagens/event-date.png'); 
        position: absolute; 
        top: 0; 
        left: 0; 
        background-repeat: no-repeat; 
        width: 110px;
        height: 110px; 
        background-size: cover; 
        color: white; 
        text-align: left; 
    }

    .event-date div:nth-child(1) { 
        font-size: 40px; 
        top: -10px;
        position: relative; 
        left: 10px 
    }

    .event-date div:nth-child(2) {
        font-size: 20px; 
        top: -30px; 
        position: relative; 
        left: 15px 
    }

    #mapa {
        margin-top: 00px;
    }

    #mapa iframe {
        width: 100%;
        height: 250px;
        margin-top: 15px;
    }

    footer {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
        background: #333333;
        margin-top: 50px;
        position: relative;
    }

    footer img {
        width: 40px;
    }

    footer a {
        margin-left: 2px;
    }

    footer a:first-child {
        margin: 0;
    }

    #link-sailor {
        color: white;
        font-size: 12px;
        width: 100%;
        display: block;
        margin-top: 15px
    }

    #menu-principal-2 {
        position: relative;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: rgba(255,255,255,1);
        overflow: hidden;
    }

    #proximos-eventos-2 {
        margin-top: 40px;
        font-size: 14px;
        color: #f0953f;
        font-weight: bold;
        line-height: 1.2;
    }

    #proximos-eventos-2 img {
        width: 35px;
        margin-right: 10px;
        float: left
    }

    #eventos-lista {
        margin-top: 40px;
        width: 100%;
    }

    #eventos-lista li {
        width: 100%;
        margin-bottom: 40px;
    }

    .event-title {
        box-sizing: border-box;
        background: #9c0b0f;
        color: white;
        padding: 10px;
        line-height: 20px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .event-inf {
        margin-top: 15px;
        position: relative;
        overflow: hidden;
    }

    .event-img {
        width: 90%;
        margin-left: 5%;
    }

    .event-img img {
        width: 100%;
        /*min-height: 225px;*/
    }

    .event-descricao {
        width: 100%;
        vertical-align: top;
        font-size: 13px;
        margin-top: 15px;
    }

    .event-date-2 {
        color: #9c0b0f;
        font-size: 20px;
        border-bottom: 1px solid #9c0b0f;
        margin-top: -12px
    }

    .event-local {
        margin-top: 10px;
    }

    .event-local a {
        color: #333333
    }

    .event-chamada {
        margin-top: 10px;
    }

    #filter-event {
        margin-top: 50px;
        width: 100%;
        text-align: right;
        background: #cccccc;
        box-sizing: border-box;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    #filter-event select {
        margin-left: 10px;
    }

    #form-contato {
        margin-top: 40px;
    }

    #form-contato input, #form-contato select { 
        width: 100%;
    }

    #form-contato div {
        display: inline-block;
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .input1 {
        width: 75%;
    }

    .input2 {
        width: 75%;
    }

    #form-contato textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 100px;
        max-height: 100px;
    }

    .btnEnviar {
        width: 25% !important;
        background: #9c0b0f;
        color: white;
        border: none;
        font-size: 18px;
        margin-left: 50%;
        cursor: pointer;
    }

    #endereco-cenacon {
        margin-top: 30px;
    }

    #endereco-cenacon span {
        font-weight: bold;
        font-size: 18px;
    }

    #telefones {
        font-weight: bold;
        font-size: 20px;
    }

    #search-evento {
        display: none;
        margin-bottom: 80px;
        margin-top: 20px;
        text-align: center;
    }

    #search-evento div {
        display: inline-block;
    }

    #search-evento input[type='submit'] {
        background: #9c0b0f;
        color: white;
        border: none;
        width: 158px;
        cursor: pointer;
        margin-top: 10px;
    }

    .flexslider{
        min-height: 150px;
        background: url('../imagens/loader.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px;
        height: auto;
    }
    .flex-next, .flex-prev {
        display: none !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
    html, body {
        font-size: 14px;
    }

    input, select, textarea {
        height: 40px;
    }

    header {
        width: 100%;
    }

    #banner-principal {
        width: 100%;
        position: relative;
    }

    #banner-principal .imgBanner {
        width: 100%;
    }

    #hidden-menu {
        background: #9c0b0f;
        width: 45%;
        position: absolute;
        top: 0;
        left: -45%;
        display: none;
        height: 100%;
        z-index: 999999;
        box-sizing: border-box;
    }

    #menu-itens {
        padding: 20px;
    }

    #menu-itens a {
        width: 100%;
        display: block;
        font-size: 20px;
        margin-top: 10px;
        color: white;
        font-weight: bold;
    }

    #menu-principal {
        position: absolute;
        top: 0;
        width: 100%;
        height: 70px;
        line-height: 70px;
        background: rgba(255,255,255,0.8);
        overflow: hidden;
    }

    #logomarca {
        float: left;
        margin-top: 12.5px;
    }

    #logomarca img {
        height: 45px;
    }

    #arrow-index {
        position: absolute;
        bottom: 0;
        width: 80px;
        left: 50%;
        margin-left: -40px;
    }

    #arrow-index img {
        width: 80px;
    }

    .arrow1 {
        position: absolute;
        left: 3%;
        top: 50%;
        height: 50px;
        margin-top: -25px;
        cursor: pointer;
    }

    .arrow2 {
        position: absolute;
        right: 3%;
        top: 50%;
        height: 50px;
        margin-top: -25px;
        cursor: pointer;
    }

    #miniaturas-banner {
        box-sizing: border-box;
        padding: 7px;
        padding-bottom: 2px;
        width: 100%;
        position: absolute;
        background: rgba(51,51,51,0.8);
        top: 65%;
        text-align: right;
        display: none;
    }

    #miniaturas-banner img {
        width: 170px;
        height: 96px;
        display: inline-block;
        margin-left: 7px;
        cursor: pointer;
        opacity: 0.4;
    }

    .miniatura-ativa {
        opacity: 0.99 !important;
    }

    #menu-icon {
        float: right;
    }

    #menu-icon img {
        height: 25px;
        margin-top: 22.5px;
        cursor: pointer;
    }

    #menu-list {
        float: right;
        overflow: hidden;
        display: none;
    }

    #menu-list a {
        color: #9c0b0f;
        font-weight: bold;
        font-size: 14px;
    }

    #menu-list a:not(:first-child) {
        margin-left: 7px
    }

    #page-content {
        margin-top: 5px;
    }

    .page-title {
        font-size: 30px;
        color: #9c0b0f;
        font-weight: bold;
    }

    .texto {
        text-align: justify;
        margin-top: 5px;
        line-height: 25px;
    }

    #proximos-eventos {
        margin-top: 35px
    }

    #proximos-eventos div {
        box-sizing: border-box;
        width: 100%;
        display: inline-block;
        background: #f1f1f1;
        text-align: center;
        padding: 15px;
        cursor: pointer;
        font-size: 25px;
        font-weight: bold;
        color: #9c0b0f;
    }

    #proximos-eventos div:last-child {
        margin-top: 5px;
    }

    .eventoSelecionado {
        background: #9c0b0f !important;
        color: white !important;
    }

    .arrowEvent {
        position: relative;
        width: 90px;
        left: 25%;
        margin-left: -45px;
        display: none;
    }

    .list-events { 
        margin-top: 40px; 
        text-align: center; 
    }

    .list-events li { 
        width: 75%; 
        overflow: hidden; 
        display: inline-block; 
        margin-right: 3%; 
        position: relative; 
        margin-bottom: 30px;
        vertical-align: top;
    }

    .list-events li:nth-child(3n+3) { 
        margin-right: 0 
    }

    .list-events li img { 
        width: 100%; 
    }

    .separador-event { 
        height: 30px; 
        background: #9c0b0f; 
        width: 100% 
    }

    .event-name { 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 14px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        padding-top: 15px; 
        padding-bottom: 15px;
        line-height: 20px
    }

    .event-name a { 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 14px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
       	margin-top: 15px; 
        padding-bottom: 15px;
        line-height: 20px
    }

    .event-date { 
        background: url('../imagens/event-date.png'); 
        position: absolute; 
        top: 0; 
        left: 0; 
        background-repeat: no-repeat; 
        width: 110px;
        height: 110px; 
        background-size: cover; 
        color: white; 
        text-align: left; 
    }

    .event-date div:nth-child(1) { 
        font-size: 40px; 
        top: -10px;
        position: relative; 
        left: 10px 
    }

    .event-date div:nth-child(2) {
        font-size: 20px; 
        top: -30px; 
        position: relative; 
        left: 15px 
    }

    #mapa {
        margin-top: 00px;
    }

    #mapa iframe {
        width: 100%;
        height: 250px;
        margin-top: 15px;
    }

    footer {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: left;
        background: #333333;
        margin-top: 50px;
        position: relative;
    }

    footer img {
        width: 40px;
    }

    footer a {
        margin-left: 2px;
    }

    footer a:first-child {
        margin: 0;
    }

    #link-sailor {
        position: absolute;
        color: white;
        font-size: 10px;
        right: 0;
        margin-right: 3%;
        bottom: 20px;
    }

    #menu-principal-2 {
        position: relative;
        width: 100%;
        height: 70px;
        line-height: 70px;
        background: rgba(255,255,255,1);
        overflow: hidden;
    }

    #proximos-eventos-2 {
        margin-top: 40px;
        font-size: 14px;
        color: #f0953f;
        font-weight: bold;
    }

    #proximos-eventos-2 img {
        width: 30px;
        margin-right: 10px;
    }

    #eventos-lista {
        margin-top: 40px;
        width: 100%;
    }

    #eventos-lista li {
        width: 100%;
        margin-bottom: 40px;
    }

    .event-title {
        box-sizing: border-box;
        background: #9c0b0f;
        color: white;
        padding: 10px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
    }

    .event-inf {
        margin-top: 15px;
        position: relative;
        overflow: hidden;
    }

    .event-img {
        width: 75%;
        margin-left: 12.5%;
    }

    .event-img img {
        width: 100%;
        /*min-height: 225px;*/
    }

    .event-descricao {
        width: 100%;
        vertical-align: top;
        font-size: 13px;
        margin-top: 15px;
    }

    .event-date-2 {
        color: #9c0b0f;
        font-size: 25px;
        border-bottom: 1px solid #9c0b0f;
        margin-top: -12px
    }

    .event-local {
        margin-top: 10px;
    }

    .event-local a {
        color: #333333
    }

    .event-chamada {
        margin-top: 10px;
    }

    #filter-event {
        margin-top: 50px;
        width: 100%;
        text-align: right;
        background: #cccccc;
        box-sizing: border-box;
        padding: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    #filter-event select {
        margin-left: 10px;
    }

    #form-contato {
        margin-top: 40px;
    }

    #form-contato input, #form-contato select { 
        width: 100%;
    }

    #form-contato div {
        display: inline-block;
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .input1 {
        width: 75%;
    }

    .input2 {
        width: 75%;
    }

    #form-contato textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 100px;
        max-height: 100px;
    }

    .btnEnviar {
        width: 25% !important;
        background: #9c0b0f;
        color: white;
        border: none;
        font-size: 18px;
        margin-left: 50%;
        cursor: pointer;
    }

    #endereco-cenacon {
        margin-top: 30px;
    }

    #endereco-cenacon span {
        font-weight: bold;
        font-size: 18px;
    }

    #telefones {
        font-weight: bold;
        font-size: 20px;
    }

    #search-evento {
        display: none;
        margin-bottom: 80px;
        margin-top: 20px;
        text-align: center;
    }

    #search-evento div {
        display: inline-block;
    }

    #search-evento input[type='submit'] {
        background: #9c0b0f;
        color: white;
        border: none;
        width: 321px;
        cursor: pointer;
        margin-top: 5px;
    }
    .flexslider{
        min-height: 150px;
        background: url('../imagens/loader.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px;
        height: auto;
    }
    .flex-next, .flex-prev {
        display: none !important;
    }

}
@media only screen and (min-width: 769px) and (max-width: 990px) {
    #menu-icon, #hidden-menu {
        display: none;
    }

    html, body {
        font-size: 16px;
    }

    input, select, textarea {
        height: 40px;
    }

    header {
        width: 100%;
    }

    #banner-principal {
        width: 100%;
        position: relative;
    }

    #banner-principal .imgBanner {
        width: 100%;
    }

    #menu-principal {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100px;
        line-height: 100px;
        background: rgba(255,255,255,0.8);
        overflow: hidden;
    }

    #logomarca {
        float: left;
        margin-top: 22.5px;
    }

    #logomarca img {
        height: 55px;
    }

    #arrow-index {
        position: absolute;
        bottom: 0;
        width: 100px;
        left: 50%;
        margin-left: -50px;
    }

    #arrow-index img {
        width: 100px;
    }

    .arrow1 {
        position: absolute;
        left: 3%;
        top: 50%;
        height: 80px;
        margin-top: -40px;
        cursor: pointer;
    }

    .arrow2 {
        position: absolute;
        right: 3%;
        top: 50%;
        height: 80px;
        margin-top: -40px;
        cursor: pointer;
    }

    #miniaturas-banner {
        box-sizing: border-box;
        padding: 7px;
        padding-bottom: 2px;
        width: 100%;
        position: absolute;
        background: rgba(51,51,51,0.8);
        top: 65%;
        text-align: right;
    }

    #miniaturas-banner img {
        width: 170px;
        height: 96px;
        display: inline-block;
        margin-left: 7px;
        cursor: pointer;
        opacity: 0.4;
    }

    .miniatura-ativa {
        opacity: 0.99 !important;
    }

    #menu-list {
        float: right;
        overflow: hidden;
    }

    #menu-list a {
        color: #9c0b0f;
        font-weight: bold;
        font-size: 14px;
    }

    #menu-list a:not(:first-child) {
        margin-left: 7px
    }

    #page-content {
        margin-top: 15px;
    }

    .page-title {
        font-size: 40px;
        color: #9c0b0f;
        font-weight: bold;
    }

    .texto {
        text-align: justify;
        margin-top: 10px;
        line-height: 30px;
    }

    #proximos-eventos {
        margin-top: 50px
    }

    #proximos-eventos div {
        box-sizing: border-box;
        width: 49%;
        display: inline-block;
        background: #f1f1f1;
        text-align: center;
        padding: 20px;
        cursor: pointer;
        font-size: 25px;
        font-weight: bold;
        color: #9c0b0f;
    }

    .eventoSelecionado {
        background: #9c0b0f !important;
        color: white !important;
    }

    .arrowEvent {
        position: relative;
        width: 90px;
        left: 25%;
        margin-left: -45px;
    }

    .list-events { 
        margin-top: 30px; 
        text-align: center; 
    }

    .list-events li { 
        width: 31%; 
        overflow: hidden; 
        display: inline-block; 
        margin-right: 3%; 
        position: relative; 
        margin-bottom: 30px;
        vertical-align: top;
    }

    .list-events li:nth-child(3n+3) { 
        margin-right: 0 
    }

    .list-events li img { 
        width: 100%; 
    }

    .separador-event { 
        height: 20px; 
        background: #9c0b0f; 
        width: 100% 
    }

    .event-name{ 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 12px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        padding-top: 10px; 
        padding-bottom: 10px;
        line-height: 20px
    }

    .event-name a { 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 12px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        margin-top: 10px; 
        padding-bottom: 10px;
        line-height: 20px
    }

    .event-date { 
        background: url('../imagens/event-date.png'); 
        position: absolute; 
        top: 0; 
        left: 0; 
        background-repeat: no-repeat; 
        width: 110px;
        height: 110px; 
        background-size: cover; 
        color: white; 
        text-align: left; 
    }

    .event-date div:nth-child(1) { 
        font-size: 40px; 
        top: -10px;
        position: relative; 
        left: 10px 
    }

    .event-date div:nth-child(2) {
        font-size: 20px; 
        top: -30px; 
        position: relative; 
        left: 15px 
    }

    #mapa {
        margin-top: 00px;
    }

    #mapa iframe {
        width: 100%;
        height: 300px;
        margin-top: 15px;
    }

    footer {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
        background: #333333;
        margin-top: 50px;
        position: relative;
    }

    footer img {
        width: 40px;
    }

    footer a {
        margin-left: 5px;
    }

    footer a:first-child {
        margin: 0;
    }

    #link-sailor {
        position: absolute;
        color: white;
        font-size: 10px;
        right: 0;
        margin-right: 3%;
        bottom: 20px;
    }

    #menu-principal-2 {
        position: relative;
        width: 100%;
        height: 100px;
        line-height: 100px;
        background: rgba(255,255,255,1);
        overflow: hidden;
    }

    #proximos-eventos-2 {
        margin-top: 50px;
        font-size: 18px;
        color: #f0953f;
        font-weight: bold;
    }

    #proximos-eventos-2 img {
        width: 40px;
        margin-right: 10px;
    }

    #eventos-lista {
        margin-top: 40px;
        width: 100%;
    }

    #eventos-lista li {
        width: 100%;
        margin-bottom: 50px;
    }

    .event-title {
        box-sizing: border-box;
        background: #9c0b0f;
        color: white;
        padding: 10px;
        line-height: 40px;
        font-size: 20px;
        font-weight: bold;
    }

    .event-inf {
        margin-top: 15px;
        position: relative;
        overflow: hidden;
    }

    .event-img {
        width: 35%;
        float: left;
    }

    .event-img img {
        width: 100%;
        /*min-height: 225px;*/
    }

    .event-descricao {
        width: 62%;
        float: right;
        vertical-align: top;
        font-size: 13px
    }

    .event-date-2 {
        color: #9c0b0f;
        font-size: 25px;
        border-bottom: 1px solid #9c0b0f;
        margin-top: -12px
    }

    .event-local {
        margin-top: 10px;
    }

    .event-local a {
        color: #333333
    }

    .event-chamada {
        margin-top: 10px;
    }

    #filter-event {
        margin-top: 50px;
        width: 100%;
        text-align: right;
        background: #cccccc;
        box-sizing: border-box;
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
    }

    #filter-event select {
        margin-left: 10px;
    }

    #form-contato {
        margin-top: 40px;
    }

    #form-contato input, #form-contato select { 
        width: 100%;
    }

    #form-contato div {
        display: inline-block;
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .input1 {
        width: 35%;
    }

    .input2 {
        width: 71.35%;
    }

    #form-contato textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: 200px;
    }

    .btnEnviar {
        width: 15% !important;
        background: #9c0b0f;
        color: white;
        border: none;
        font-size: 18px;
        margin-left: 56.3%;
        cursor: pointer;
    }

    #endereco-cenacon {
        margin-top: 30px;
    }

    #endereco-cenacon span {
        font-weight: bold;
        font-size: 18px;
    }

    #telefones {
        font-weight: bold;
        font-size: 28px;
    }

    #search-evento {
        display: none;
        margin-bottom: 80px;
    }

    #search-evento div {
        display: inline-block;
    }

    #search-evento input[type='submit'] {
        background: #9c0b0f;
        color: white;
        border: none;
        width: 150px;
        cursor: pointer;
    }
    .flexslider{
        min-height: 240px;
        background: url('../imagens/loader.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px;
        height: auto;
    }
    .flex-next, .flex-prev {
        display: none !important;
    }
}
/*@media only screen and (min-width: 991px) and (max-width: 1380px) {*/

@media only screen and (min-width: 991px) and (max-width: 1024px) {
    #menu-list a:not(:first-child) {
        margin-left: 10px !important;
    }
}
@media only screen and (min-width: 991px) {

    #menu-icon, #hidden-menu {
        display: none;
    }

    html, body {
        font-size: 18px;
    }

    input, select, textarea {
        height: 42px;
    }

    header {
        width: 100%;
    }

    #banner-principal {
        width: 100%;
        position: relative;
    }

    #banner-principal .imgBanner {
        width: 100%;
    }

    #menu-principal {
        position: absolute;
        top: 0;
        width: 100%;
        height: 140px;
        line-height: 140px;
        background: rgba(255,255,255,0.8);
        overflow: hidden;
    }

    #logomarca {
        float: left;
        margin-top: 32.5px;
    }

    #logomarca img {
        height: 75px;
    }

    #arrow-index {
        position: absolute;
        width: 130px;
        left: 50%;
        margin-left: -65px;
        bottom: -7px;
        z-index: 9999;
    }

    #arrow-index img {
        width: 130px;
    }

    .arrow1 {
        position: absolute;
        left: 3%;
        top: 50%;
        height: 120px;
        margin-top: -60px;
        cursor: pointer;
    }

    .arrow2 {
        position: absolute;
        right: 3%;
        top: 50%;
        height: 120px;
        margin-top: -60px;
        cursor: pointer;
    }

    #miniaturas-banner {
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 5px;
        width: 100%;
        position: absolute;
        background: rgba(51,51,51,0.8);
        top: 65%;
        text-align: right;
    }

    #miniaturas-banner img {
        width: 220px;
        height: 125px;
        display: inline-block;
        margin-left: 7px;
        cursor: pointer;
        opacity: 0.4;
    }

    .miniatura-ativa {
        opacity: 0.99 !important;
    }

    #menu-list {
        float: right;
        overflow: hidden;
    }

    #menu-list a {
        color: #9c0b0f;
        font-weight: bold;
        font-size: 16px;
    }

    #menu-list a:not(:first-child) {
        margin-left: 15px
    }

    #page-content {
        margin-top: 35px;
    }

    .page-title {
        font-size: 50px;
        color: #9c0b0f;
        font-weight: bold;
    }

    .texto {
        text-align: justify;
        margin-top: 10px;
        line-height: 30px;
    }

    #proximos-eventos {
        margin-top: 50px
    }

    #proximos-eventos div {
        box-sizing: border-box;
        width: 49%;
        display: inline-block;
        background: #f1f1f1;
        text-align: center;
        padding: 30px;
        cursor: pointer;
        font-size: 35px;
        font-weight: bold;
        color: #9c0b0f;
    }

    .eventoSelecionado {
        background: #9c0b0f !important;
        color: white !important;
    }

    .arrowEvent {
        position: relative;
        width: 110px;
        left: 25%;
        margin-left: -55px;
    }

    .list-events { 
        margin-top: 40px; 
        text-align: center; 
    }

    .list-events li { 
        width: 31%; 
        overflow: hidden; 
        display: inline-block; 
        margin-right: 3%; 
        position: relative; 
        margin-bottom: 30px;
        vertical-align: top;
    }

    .list-events li:nth-child(3n+3) { 
        margin-right: 0 
    }

    .list-events li img { 
        width: 100%; 
    }

    .separador-event { 
        height: 30px; 
        background: #9c0b0f; 
        width: 100% 
    }

    .event-name{ 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 16px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        padding-top: 20px; 
        padding-bottom: 20px;
        line-height: 25px
    }

    .event-name a{ 
        background: #f1f1f1; 
        width: 100%; 
        font-size: 16px; 
        color: #333333; 
        text-align: center; 
        font-weight: bold; 
        box-sizing: border-box;
        margin-top: 20px; 
        padding-bottom: 20px;
        line-height: 25px
    }

    .event-date { 
        background: url('../imagens/event-date.png'); 
        position: absolute; 
        top: 0; 
        left: 0; 
        background-repeat: no-repeat; 
        width: 138px;
        height: 138px; 
        background-size: cover; 
        color: white; 
        text-align: left; 
    }

    .event-date div:nth-child(1) { 
        font-size: 50px; 
        top: -10px;
        position: relative; 
        left: 10px 
    }

    .event-date div:nth-child(2) {
        font-size: 26px; 
        top: -30px; 
        position: relative; 
        left: 15px 
    }

    #mapa {
        margin-top: 30px;
    }

    #mapa iframe {
        width: 100%;
        height: 500px;
        margin-top: 30px;
    }

    footer {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        text-align: center;
        background: #333333;
        margin-top: 80px;
        position: relative;
    }

    footer img {
        width: 60px;
    }

    footer a {
        margin-left: 5px
    }

    footer a:first-child {
        margin: 0;
    }

    #link-sailor {
        position: absolute;
        color: white;
        font-size: 12px;
        right: 0;
        margin-right: 3%;
        bottom: 20px;
    }

    #menu-principal-2 {
        position: relative;
        width: 100%;
        height: 140px;
        line-height: 140px;
        background: rgba(255,255,255,1);
        overflow: hidden;
    }

    #proximos-eventos-2 {
        margin-top: 70px;
        font-size: 26px;
        color: #f0953f;
        font-weight: bold;
    }

    #proximos-eventos-2 img {
        width: 60px;
        margin-right: 10px;
    }

    #eventos-lista {
        margin-top: 50px;
        width: 100%;
    }

    #eventos-lista li {
        width: 100%;
        margin-bottom: 70px;
    }

    .event-title {
        box-sizing: border-box;
        background: #9c0b0f;
        color: white;
        padding: 20px;
        line-height: 50px;
        font-size: 26px;
        font-weight: bold;
    }

    .event-inf {
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }

    .event-img {
        width: 35%;
        float: left;
    }

    .event-img img {
        width: 100%;
        min-height: 225px;
    }

    .event-descricao {
        width: 62%;
        float: right;
        vertical-align: top;
        font-size: 14px
    }

    .event-date-2 {
        color: #9c0b0f;
        font-size: 36px;
        border-bottom: 1px solid #9c0b0f;
        margin-top: -15px
    }

    .event-local {
        margin-top: 10px;
    }

    .event-local a {
        color: #333333
    }

    .event-chamada {
        margin-top: 10px;
    }

    #filter-event {
        margin-top: 50px;
        width: 100%;
        text-align: right;
        background: #cccccc;
        box-sizing: border-box;
        padding: 15px;
        font-size: 14px;
        font-weight: bold;
    }

    #filter-event select {
        margin-left: 10px;
    }

    #form-contato {
        margin-top: 60px;
    }

    #form-contato input, #form-contato select { 
        width: 100%;
    }

    #form-contato div {
        display: inline-block;
        margin-right: 1%;
        margin-bottom: 2%;
    }

    .input1 {
        width: 35%;
    }

    .input2 {
        width: 71.35%;
    }

    #form-contato textarea {
        min-width: 100%;
        max-width: 100%;
        min-height: 200px;
        max-height: 200px;
    }

    .btnEnviar {
        width: 15% !important;
        background: #9c0b0f;
        color: white;
        border: none;
        font-size: 18px;
        margin-left: 56.3%;
        cursor: pointer;
    }

    #endereco-cenacon {
        margin-top: 50px;
    }

    #endereco-cenacon span {
        font-weight: bold;
        font-size: 20px;
    }

    #telefones {
        font-weight: bold;
        font-size: 36px;
    }

    #search-evento {
        display: none;
        margin-bottom: 80px;
    }

    #search-evento div {
        display: inline-block;
    }

    #search-evento input[type='submit'] {
        background: #9c0b0f;
        color: white;
        border: none;
        width: 150px;
        cursor: pointer;
    }
    .flexslider{
        min-height: 400px;
        background: url('../imagens/loader.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px;
        height: auto;
    }
}
/*@media only screen and (min-width: 1381px) {

}*/

.menu-acordion {
    margin-top: 70px;
}

.menu-acordion .div-acordion {
    display: none;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 15px;
}

.li-acordion {
    background: #9c0b0f;
    box-sizing: border-box;
    padding: 20px;
    cursor: pointer;
    color: white;
}

.li-acordion:not(:first-child) {
    margin-top: 7px;
}

.div-acordion ul li {
    list-style: disc;
}

.texto-descritivo ul li {
    list-style: disc;
}

.baixar-conteudo {
    width: 400px;
}