﻿.navegacao-portais {
    background: #9D4FA6;
}

    .navegacao-portais a {
        color: #FFFFFF;
    }

    .navegacao-portais .social a {
        color: #FFFFFF;
    }

    .navegacao-portais li.social {
        border-left: 1px solid #FFFFFF;
        margin-top: -3px;
    }

header {
    background-color: #9D4FA6;
    border-bottom: 1px solid #9D4FA6 !important;
}

a {
    color: #9D4FA6;
}

    a:hover, a:focus {
        color: #763B7C;
        text-decoration: underline;
    }

#menu-site {
    border-bottom: 1px solid #9D4FA6;
}

.titulo-logo {
    color: #fff;
}

.card-title {
    color: #9D4FA6;
}

.subtitle {
    color: #9D4FA6;
}

    .subtitle:after {
        border-bottom-color: #9D4FA6;
    }

.category {
    color: #9D4FA6;
}

#shortcuts li a {
    color: #fff;
}

#topbar li a {
    color: #fff;
}

.btn-pesquisar {
    color: #FFF;
    background-color: #9D4FA6;
    border-color: #FFF;
}

    .btn-pesquisar:hover {
        color: #9D4FA6;
        background-color: #fff;
        border-color: #9D4FA6;
    }

.btn-outline-danger {
    color: #9D4FA6;
    background-color: #fff;
    border-color: #9D4FA6;
}

    .btn-outline-danger:hover {
        background-color: #9D4FA6;
        border-color: #9D4FA6;
    }

.form-control:focus {
    border-color: #9D4FA6;
    box-shadow: 0 0 0 0.2rem rgba(193, 84, 228, 0.25);
}

.carousel-indicators li {
    background-color: #9D4FA6;
}

.carousel-indicators .active {
    background-color: #763B7C;
}

.footer-primeira-linha {
    background-color: #763B7C;
}

.footer-tres-linha {
    background-color: #9D4FA6;
}

.input-group-append {
    margin-left: -2px;
}

.btco-hover-menu .collapse ul > li:hover > a {
    color: rgba(64, 64, 64, 0.8);
}

.dropdown-item {
    color: rgba(64, 64, 64, 0.8);
}

.btn-meu-sesi {
    background: #993399 !important;
    border: 1px solid #fff;
}

.footer-segunda-linha {
    background: url(../images/bg_footer_cultura.webp) center;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #763B7C;
    border-color: #763B7C;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #9D4FA6;
    border-color: #9D4FA6;
}

.page-link {
    color: #9D4FA6;
}

    .page-link:hover {
        color: #fff;
    }

.page-item.active .page-link {
    background-color: #9D4FA6;
    border-color: #9D4FA6;
}


.card-img-cultura {
    height: 500px;
}

    .card-img-cultura img {
        height: 350px;
        min-height: 350px;
        object-fit: cover;
    }

.objFit-img-cultura {
    height: 350px;
}


.classificacao img {
    width: auto;
    height: 32px;
}

.linguagem-teatro,
.linguagem-musica,
.linguagem-cinema,
.linguagem-exposicao,
.linguagem-artes-cenicas,
.linguagem-artes-visuais,
.linguagem-audiovisual,
.linguagem-literatura,
.linguagem-bate-papo,
.linguagem-circo-teatro,
.linguagem-exposicao,
.linguagem-danca,
.linguagem-outros {
    color: #333;
    font-weight: 500;
    text-transform: uppercase
}

.linguagem-teatro {
    background-color: #FFEE71 !important
}

.linguagem-musica {
    background-color: #4D8ECB !important;
    color: #fff !important;
}

.linguagem-cinema {
    background-color: #EF647D !important;
    color: #fff !important;
}

.linguagem-exposicao {
    background-color: #68C8C6 !important
}

.linguagem-artes-cenicas {
    background-color: #FFEE71 !important
}

.linguagem-artes-visuais {
    background-color: #D2D2D2 !important
}

.linguagem-audiovisual {
    background-color: #EF647D !important;
    color: #fff !important;
}

.linguagem-literatura {
    background-color: #D2D2D2 !important
}

.linguagem-bate-papo {
    background-color: #D2D2D2 !important
}

.linguagem-circo-teatro {
    background-color: #FFEE71 !important
}

.linguagem-exposicao {
    background-color: #D2D2D2 !important
}

.linguagem-danca {
    background-color: #D09EC8 !important
}

.linguagem-outros {
    background-color: #D2D2D2 !important
}



.detalhe-dia-exposicao {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 100%;
    border: 1px solid #eee;
}

    .detalhe-dia-exposicao:nth-child(even) {
        margin: 0 0 10px 0;
    }

    .detalhe-dia-exposicao .dia-semana {
        display: table;
        text-transform: uppercase;
        color: #292c37;
        font-weight: 500;
        font-size: 16px;
        font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding: 5px 10px;
        background: #f7f7f7;
    }

    .detalhe-dia-exposicao .horario {
        display: table;
        float: none;
        font-size: 16px;
        font-weight: bold;
        color: #7d7d7d;
        padding: 5px 10px;
        width: 100%;
        text-align: center;
    }

    .detalhe-dia-exposicao .fa {
        font-size: 16px;
        color: #cc0000;
        width: 20px;
        height: 20px;
    }

.dia-da-exposicao {
    text-align: center;
    margin: 10px 0 30px 0;
    font-size: 1.3em;
}

    .dia-da-exposicao span {
        color: #cc0000;
        font-weight: bold;
        font-size: 1.4em;
        /*     font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 */
    }

    .dia-da-exposicao strong {
        font-weight: bold;
        /* font-size: 16px; */
        /*     font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
 */
    }

    .dia-da-exposicao .fa {
        font-size: 1em;
        color: #999999
    }


.detalhe-dia-evento {
    display: inline-table;
    margin: 0 12px 30px 0;
    width: 30%;
    border: 1px solid #efefef;
}

@media(max-width: 766px) {
    .detalhe-dia-evento:nth-child(3n+0) {
        margin-right: 0;
        clear: both
    }
}

@media(min-width: 767px) {
    .detalhe-dia-evento {
        width: 18%;
    }

        .detalhe-dia-evento:nth-child(5n+0) {
            margin-right: 0;
            clear: both
        }
}

.detalhe-dia-evento .mes-do-evento {
    display: block;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

.detalhe-dia-evento .dia-do-mes {
    display: block;
    text-align: center;
    font-size: 37px;
    line-height: 30px;
    color: #ff0008;
    font-weight: 300;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.detalhe-dia-evento .dia-semana {
    display: block;
    text-transform: uppercase;
    color: #292c37;
    font-weight: 600;
    font-size: 20px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
}

.detalhe-dia-evento .fa {
    font-size: 15px;
    color: #cc0000;
    width: 20px;
    height: 20px;
}


.detalhe-dia-evento .horario {
    display: block;
    float: none;
    color: #7d7d7d;
    padding: 0 0 5px 0;
    width: auto;
    text-align: center;
    border-top: 1px solid #efefef;
}

.alert-meu-sesi {
    background-color: #b5c3c5;
    border: 1px solid #8aa3a8;
    color: #395056;
}

.label-danger {
    background-color: #d9534f !important;
    color: #fff !important;
}

.link-meu-sesi:hover {
    color: transparent;
    text-decoration: underline;
}

@media (min-width: 961px) {
    .navegacao-portais {
        background: #ffffff;
    }

    .navegacao-portais a {
        color: #333333;
    }

    .navegacao-portais .social a {
        color: #333333;
    }

        .navegacao-portais li.social {
            border-left: 1px solid #333333;
            margin-top: -3px;
        }
}