﻿/*-----------estilo-comum--------------*/

.popover {
    background-color: #bb32be;
    color: #FFF;
    border: none !important;
    border-radius: 10px !important;
    white-space: nowrap; /* Add this line to prevent line break */

    overflow-wrap: break-word !important;
}


.popover-content {
    color: #FFF;
}

.popover.bottom {
    margin-top: 10px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--botao) !important;
}

.descricaoPlanoText {
    color: #fff !important;
}

#botaoAssistir {
    color: #000 !important;
}

    #botaoTrecho:hover,
    #botaoAssistir:hover {
        text-decoration: none;
    }

#botaoTrecho:hover {
    background-color: #424652
}

#info-filme,
#info-filme a {
    color: #f1c83d !important;
    font-weight: normal !important;
}

#mainContent_dvDescricao,
#mainContent_lblSinopse {
    color: #fff !important;
    font-weight: 600 !important;
}

.TituloPagPlano {
    color: #fff !important;
}

@media (max-width: 481px) {
    .header-plan {
        min-height: 50% !important;
        height: none;
    }

    .TituloPagPlano {
        font-size: 20px;
    }

    .btn-entrarMobile.btn-curta-on {
        margin-top: 10px !important;
    }

    .mobile-menu .btn-entrarMobile {
        display: none
    }

    .dropdown-menu {
        left: -40vw !important;
    }

        .dropdown-menu:before,
        .dropdown-menu:after {
            left: 90% !important;
        }

    .logo-festival-2025 {
        max-width: 190px !important;
        margin-top: 8px !important;
    }
}

#login-modal .btn:hover {
    color: #000 !important;
}

.btn-entrarMobile a:hover {
    color: #000 !important;
}

.vote-aqui {
    background-color: var(--botao);
    color: #000;
    border-radius: 20px;
    padding: 5px 10px 5px 10px;
}

.imagem-parceiros-festival {
    width: 80%
}

.parceiros-logos img {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

@media (min-width: 768px) and (max-width: 991px) {
    .imagem-parceiros-festival {
        width: 90%
    }

    .btn-entrarMobile.btn-curta-on, .btn-entrarMobile.btn-canal-curta {
        margin-top: 14px !important;
        margin-right: 10px;
    }
}

@media (min-width: 2059px) {
    .imagem-parceiros-festival {
        width: 50%
    }

    .parceiros {
        font-size: calc(12px + (26 - 14) * ((100vw - 300px) / (1600 - 300))) !important;
        margin-bottom: 60px;
    }
}

.parceiros {
    margin-bottom: 20px;
}

.brands.main li a,
.btn-purple,
.btn-transparent a,
.btn-purple a,
.form-search.search-topbar {
    color: #000 !important;
}

@media (max-width: 991px) {
    .navbar-header .navbar-nav > li.open > .dropdown-menu {
        position: static !important;
    }

    .navbar-nav {
        margin-top: 20px
    }
}

#footerNovidades .row{
    display: none;
}

.marcas{
    display: none !important;
}

.form-searchMenu.search-topbarMenu {
    color: var(--botao) !important;
}

#busca-modal.modal button.close {
    color: #fff;
}

@media (max-width: 425px) {

    #busca-modal.modal button.close {
        color: #000;
    }
}
.input_search{
    color: #000;
}

#areaConfirmSMS div,
#areaReSendSMS div,
.txtlabel {
    color: #fff !important;
}

#areaBtnConfirmSMS button{
    color: #000
}

.logo-topo {
    max-width: 100px !important;
    margin-top: 5px !important;
}

@media (max-width: 991px) {
    .navbar-header .logo .logo-curtaon {
        height: 40px !important;
        margin-top: 8px !important;
    }
}

.hero {
    max-width: 500px;
    color: white;
    padding-top: 200px;
    padding-bottom: 200px;
}


    .hero .descricao {
        line-height: 1.5;
        margin-bottom: 25px;
        margin-top: 25px;
        font-size: 20px;
    }

.hero .logo {
    max-width: 510px;
}

.ceara-banner {
    background: url('/assets/img/ceara/fundo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 481px) {
    .hero {
        width: 80%;
        margin-left: 20px;
        padding-bottom: 100px;
    }

        .hero .logo {
            width: 90%
        }

    .ceara-banner {
        position: relative;
        width: 100%;
        height: 35vh;
        background: linear-gradient(to bottom, rgba(22, 24, 30, 0) 0%, #16181e 70%), url('/assets/img/ceara/fundo.png') no-repeat center top;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
    }
} 
.btn-film .btn-film,
.btn-wishlist {
    color: #000 !important;
}

.btn-film .link-filme{
    color: #fff !important;
}

.btn-wishlist {
    margin-right: 10px;
}

.img-logos {
    max-width: 600px;
    width: 90%;
}

.busca-box-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ceara-icone-top img{
    width: 35px;
    margin-top: 9px;
}
.ceara-btn-cor-branca {
    color: #fff !important;
}

@media (max-width: 481px) {
    .ceara-icone-top img {        
        margin-top: 6px;
        margin-left: 6px;
    }
}