@import url('https://fonts.cdnfonts.com/css/gotham-6');

:root {
    --main-color: #c0392b;
    --body-bg: #181616;
    --box-bg: #221f1f;
    --text-color: #ffffff;
    --nav-heigh: 60px;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 14px;
}

body {
    font-family: 'Gotham', sans-serif;
    background-color: var(--body-bg);
    color: var(--text-color);
    /* padding-top: var(--nav-heigh); */
}

a {
    text-decoration: none !important;
}

.margintopo {
    margin-top: 5%;
}

.bg-body-filmes {
    background-color: var(--body-bg) !important;
}

.banner-728-mobile {
    margin-bottom: 5%;
}



.eh-a-capa-do-filme:hover .hover-buttons-filme {
    opacity: 1;
}

.btn-primary.dtselected {
    background: #ffffff !important;
    color: #000000 !important;
    font-weight: 700;
}

.btn-primary {

    background: #000000;
    border: #000000;
}

h4.card-text {
    color: #ffffff;
    font-weight: 400 !important;
    margin-bottom: 10%;
}

.a-coluna-dos-filmes {
    background: var(--body-bg) !important;
    --bs-card-border-width: none !important;
}

.container-rodape {
    background: #000000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2%;

}

.footer-rodape {
    margin-top: 2%;
}

.text-body-secondary {
    color: #ffffff !important;
    font-size: 15px;
    padding-left: 20%;
    padding-right: 20%;
}

.logorodape {
    width: 150px;
    margin-bottom: 4%;
}

.alinha-menu {

    text-align: left;
    margin-left: 70px;

}

.footer-rodape {
    text-align: center;
    background: #221f1f;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

.copy {
    color: #ffffff
}

.mb-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.section-title-publicidade {
    padding-left: 20%;
    padding-right: 20%;
}

.section-title-publicidade-tres {
    padding-left: 13%;
    padding-right: 20%;
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .hover-buttons-filme {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 225px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        cursor: pointer;
        background: #ff000063;
    }
    /*estilos das divs produtos*/
    .image-container-produto {
        position: relative;
    }

    span.o-titulo-do-produto p {
        font-size: 18px;
        margin-top: 3%;
    }

    .bloco-form-prod {
        margin-top: 50px  !important;
        padding-left: 20% !important;
        padding-right: 20% !important;
        text-align: left !important;
    }
    .btn-primary.botao-envia-mensagem{
        width: 150px !important;
        height: 40px !important;
    }
    .image-overlay-produto {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(33, 51, 103, 0.5);
        transition: background-color 0.3s ease;
    }

    .imagem-prod-ret {
        height: 165px;
    }

    .overlay-content-produto {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        height: 40px !important;
    }

    .image-container-produto:hover .image-overlay-produto {
        background-color: rgba(189, 3, 123, 0.5);
    }

    .titulo-produtos {
        font-size: 24px;
        margin-bottom: 10px;
        font-weight: bold;

    }

    .section-title-produtos {
        text-align: center;
        margin-bottom: 2%;
    }


    .card-title-leg {
        color: #ffffff !important;
        text-align: center !important;
        width: 75px !important;
        margin-top: 30%;
        margin-bottom: 10%;
    }

    #os-botoes-do-horario {
        background: #ffffff;
        border-color: #ffffff;
        color: #000000;
        margin: 5px;
        padding: 6px 10px;
        font-size: 16px;
        font-weight: 400;
    }

    #os-botoes-do-horario:hover {
        background: #000000;
        border-color: #000000;
        color: #ffffff;
        margin: 5px;
        padding: 6px 10px;
        font-size: 16px;
        font-weight: 400;
    }

    .navbar .navbar-brand img {
        width: 35% !important;
        margin-top: 2% !important;
    }

    .fixed-top {
        z-index: 999;
    }

    .navbar {
        width: 100%;
        height: 50px;
        top: 0;
        left: 0;
        background: #000000 !important;
        color: #ffffff !important;
        --bs-navbar-nav-link-padding-x: 1.1em !important;
    }

    .navbar .nav-link {
        text-transform: uppercase;
        color: #ffffff !important;
        font-weight: 600;
    }

    .navbar .nav-link:hover {
        text-transform: uppercase;
        color: #c0392b !important;
        font-weight: 600;
        text-decoration: underline !important;
    }

    /*estilos do carrossel*/
    #carousel-item {
        width: 100%;
    }

    .margincarousel {
        margin-top: 49px;
        margin-bottom: 2%;
    }

    #container-dos-filmes {
        margin-top: 150px
    }

    .generomobi{
        display: none;
    }
    .generodesk{
        display: block;
        line-height: 40px;
    }
/*abaixo é desk*/
    .genero-filme {
        font-size: 14px;
        padding: 8px 14px;
        border: 1px solid #ffffff;
        background-color: none;
        color: #fff;
        border-radius: 16px;
        font-weight: bold;
        width: auto;
        margin-right: 5px;
    }

    .owl-carousel {
        width: 589px !important;
    }

    .owl-carousel .owl-item {
        width: 67.4px !important;
        margin-right: 17px !important;
    }

    .btn:hover {
        color: #000000;
        background-color: #ffffff;
        border-color: #ffffff;

    }

    .cartaz-label {
        position: absolute;
        top: 5%;
        left: 10px;
        background-color: red;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    a.btn.btn-secondary.botao-detalhes-trailer {
        width: 133px;
        background: #000000;
        border: #181616;
        color: #ffffff;
    }

    span.carousel-control-next-icon,
    span.carousel-control-prev-icon {
        margin-top: -35px;
    }

    .btn-primary {
        --bs-btn-active-bg: #000000;
        color: #ffffff;
    }

    .coluna-do-logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .menu-desktop {
        float: right;
    }
}

@media (max-width: 767px) {
    .generodesk{
        display: none;
    }
    .generomob{
        display: block;
    }
    .genero-filme {
        font-size: 10px;
        padding: 7px 9px;
        border: 1px solid #ffffff;
        background-color: transparent; /* Corrigido para 'transparent' */
        color: #ffffff;
        border-radius: 16px;
        margin-left: -10px;
        margin-top: 15px;
        display: inline-flex;
        flex-wrap: wrap; /* Permite que os elementos "quebrem" para a próxima linha */
        align-items: center; /* Centraliza o conteúdo verticalmente */
        justify-content: center; /* Centraliza o conteúdo horizontalmente */
    }
    .margintopo {
        margin-top: 25%;
    }
    .text-body-secondary {
        color: #ffffff !important;
        font-size: 13px;
        padding-left: 20%;
        padding-right: 20%;
    }
    .navbar {
        background: #000000 !important;
        color: #ffffff !important;
    }

    .bloco-pub-preshow {
        padding-left: 5%;
        padding-right: 5%;
    }

    .bloco-pub-preshow img {
        width: 100%;
    }

    .logorodape {
        width: 111px;
        margin-bottom: 4%;
        margin-left: -30px;
    }

    .endereco {
        width: 300px;
        margin-left: 20px;
    }

    .col-pub-mob {
        width: 100%;
    }

    .navbar .navbar-brand {
        width: 75%;
    }

    .col-md-6.col-12.mb-3.linha-produto {
        margin-bottom: 0 !important;
    }

    .titulo-produtos {
        margin-top: -70px !important;
        text-align: center;
        color: #ffffff;
        z-index: 99 !important;
        position: absolute;
    }

    .card-body-produto {
        margin-bottom: 15px;
    }

    .section-title-publicidade {
        padding-left: 4%;
        padding-right: 20%;
    }

    .alinha-menu {
        margin-left: 5px;
    }

    .navbar .navbar-brand img {
        width: 65% !important;
        margin-left: 15%;
        margin-top: 15px;
    }

    .copymobile {
        padding-left: 20% !important;
        padding-right: 20% !important;
    }

    .modal-content .modal-header .navbar-brand img {
        width: 60% !important;
    }

    .modal-dialog .modal-content .modal-header img {
        width: 60% !important;
    }

    .navbar .navbar-toggler {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
    }

    .navbar .toggle-btn {
        cursor: pointer;
        position: relative;
        top: 5px;
        z-index: 1100;
    }

    .image-overlay-produto {
        position: absolute;
        z-index: 9;
        width: 95%;
        height: 13.2%;
        background-color: rgba(33, 51, 103, 0.5);
        transition: background-color 0.3s ease;
    }

    .navbar .toggle-btn .bar {
        width: 25px;
        height: 3px;
        margin: 7px 0 7px auto;
        background-color: #ffffff;
    }

    .footer-rodape {
        margin-top: 8%;
    }

    .navbar #toggle-menu {
        display: none;
    }

    .navbar #toggle-menu:checked+label.toggle-btn .bar:nth-child(2) {
        transform: translateX(50px);
        opacity: 0;
    }

    .navbar #toggle-menu:checked+label.toggle-btn .bar:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
        opacity: 0;
    }

    .navbar #toggle-menu:checked+label.toggle-btn .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
        opacity: 0;
    }

    .modal-footer {
        border: none;
    }

    .col-endereco-mobile {
        margin-bottom: 8%;
        margin-top: 5%;
    }

    .modal-dialog {
        margin-left: -4px;
        margin-top: 5%;
        width: 65%;
        height: 722px;
        background: #000000;
    }

    .modal-dialog .modal-content {
        background-color: #000000;
    }

    .modal-dialog .modal-header {
        border: none;
    }

    .modal-dialog .nav-link {
        font-size: 18px;
    }

    #fechar {
        margin-top: -460px;
        margin-right: -135px;
        width: 39px;
        font-size: 30px;
        --bs-btn-bg: none;
        --bs-btn-border-color: none;
    }

    /*estilos do carrossel*/
    #carousel-item {
        width: 100%;
    }

    .margincarousel {
        margin-top: 63px;
        margin-bottom: 30px;
    }

    .btn-primary {
        width: 82px !important;
        background: #000000 !important;
        border: #000000 !important;
    }

}

.card_box {
    background: #ffffff;
    border-radius: 40px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.card_box:hover {
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
}

.slider_carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

.slider_carousel .owl-prev,
.slider_carousel .owl-next {
    width: 40px;
    height: 40px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
}

.slider_carousel .owl-next {
    right: -50px;
}

.slider_carousel .owl-prev {
    left: -50px;
}

@media (min-width: 768px) {
    .btn-primary {
        width: 80px;
        height: 61px !important;

    }

    .featurette-heading {
        margin-top: 88px;
        text-align: center !important;
        color: #ffffff;
    }
}

@media (max-width: 767px) {
    .col-4 {
        margin-left: 40px !important;
        width: 77.33333333%;
    }

    .coluna-do-menu {
        flex: 0 0 auto;
        width: 6.66666667%;
        margin-left: 0 !important;
    }

    .coluna-do-logo {
        margin-left: 0 !Important;
    }

    .slider_carousel .owl-nav {
        position: absolute;
        top: 35%;
        width: 100%;
    }

    .img-classindi {
        position: absolute;
        top: 2.5%;
        left: 115px;
        width: 30%;
        color: white;
        padding: 10px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
        z-index: 9;
    }



    .cartaz-label {
        position: absolute;
        top: 3%;
        left: 5px;
        background-color: red;
        color: white;
        padding: 2px 6px;
        border-radius: 5px;
        transform: translateY(-50%);
        font-size: 12px;
    }

    h4.card-text {
        color: #ffffff;
        font-weight: 400 !important;
        margin-bottom: 10%;
        font-size: 16px;
        width: 150px;
    }

    .div-titulo-classindi {
        padding-left: 0;
        margin-left: -10px;
    }



    .card-title-leg {
        color: #ffffff !important;
        text-align: center !important;
        width: 70px !important;
        margin-top: 30%;
        margin-bottom: 10%;
    }

    #os-botoes-do-horario {
        background: #ffffff;
        border-color: #ffffff;
        color: #000000;
        margin: 5px;
        padding: 4px 8px;
        font-size: 15px;
        font-weight: 400;
    }

    #os-botoes-do-horario:hover {
        background: #000000;
        border-color: #000000;
        color: #ffffff;
        margin: 5px;
        padding: 4px 8px;
        font-size: 15px;
        font-weight: 400;
    }

    .banner-728 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .hover-buttons-filme {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 54%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        /* align-items: center; */
        opacity: 0;
        transition: opacity 0.3s ease;
        cursor: pointer;
        background: #ff000063;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .botoes-horarios {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-left: 19.39999999% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .bloco-pub-preshow {
        padding-left: 0%;
        padding-right: 0%;
    }

    .bloco-pub-preshow img {
        width: 105%;
    }

    .container.containertablet {
        max-width: 960px !important;

    }

    .navbar .navbar-brand img {
        width: 65% !important;
        margin-top: 3.5% !important;
    }
}

@media (min-width: 768px) and (max-width: 981px) {
    .container-produtos-publicidade {
        max-width: 920px;
    }

    .img-classindi {
        position: absolute;
        top: 3%;
        left: 130px;
        width: 30%;
        color: white;
        padding: 10px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    .hover-buttons-filme {
        height: 249px !important;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        margin-left: -17px;
    }

    .card-text {
        width: 157px;
        background: red;
    }

    h4.card-text {
        color: #ffffff;
        font-weight: 400 !important;
        margin-bottom: 10%;
        font-size: 15px;
    }

    .colunacomtres {
        width: 242px;
    }
}

@media (min-width: 820px) and (max-width: 981px) {
    .banner-728 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .bloco-pub-preshow {
        padding-left: 2%;
        padding-right: 2%;
    }

    .pub-desk-preshow-quad {
        max-width: 800px;
    }
}

@media (min-width: 982px) and (max-width: 991.9px) {
    .botoes-horarios {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-left: 19.39999999% !important;
        margin-right: 33.33333333% !important;
    }

    .img-classindi {
        position: absolute;
        top: 2%;
        left: 185px;
        width: 20%;
        color: white;
        padding: 10px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    .hover-buttons-filme {
        height: 319px !important;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        margin-left: -17px;
    }

    .card-text {
        width: 207px;
    }

    h4.card-text {
        color: #ffffff;
        font-weight: 400 !important;
        margin-bottom: 10%;
        font-size: 15px;
    }

    .genero-filme {
        font-size: 11px;
        padding: 6px 12px;
        border: 1px solid #ffffff;
        background-color: none;
        color: #ffffff;
        border-radius: 16px;
        width: auto;
    }

    .box-titulo-classindi {
        margin-bottom: 5%;

    }

    .container-produtos-publicidade {
        max-width: 960px;
        ;
    }

    .botoes-horarios {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-left: 27.09999999% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .bloco-pub-preshow {
        padding-left: 0%;
        padding-right: 0%;
    }

    .pub-desk-preshow-quad {
        max-width: 920px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .bloco-do-logo-e-menu {
        padding-right: 10%;
        padding-left: 10%;
    }

    .navbar .navbar-brand img {
        width: 50% !important;
        margin-top: 2.5% !important;
    }

    .botoes-horarios {
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-left: 27.09999999% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 10%;
        padding-right: 10%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .bloco-pub-preshow {
        padding-left: 0%;
        padding-right: 0%;
    }

    .bloco-pub-preshow img {
        width: 100%;
    }

    .img-classindi {
        position: absolute;
        top: 2%;
        left: 180px;
        width: 20%;
        color: white;
        padding: 10px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    .hover-buttons-filme {
        height: 319px !important;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        margin-left: -17px;
    }

    .card-text {
        height: 77px;
        width: 207px;
    }

    h4.card-text {
        color: #ffffff;
        font-weight: 400 !important;
        margin-bottom: 10%;
        font-size: 17px;
    }

    .genero-filme {
        font-size: 11px;
        padding: 6px 12px;
        border: 1px solid #ffffff;
        background-color: none;
        color: #ffffff;
        border-radius: 16px;
        font-weight: bold;
        width: auto;
    }
}

@media (min-width: 1200px) and (max-width: 1350.9px) {
    .botoes-horarios {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
        margin-left: 30.63333333% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 15%;
        padding-right: 15%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .bloco-pub-preshow {
        padding-left: 8%;
        padding-right: 8%;
    }

    .bloco-pub-preshow img {
        width: 100%;
    }
}

@media (min-width: 1351px) and (max-width: 1399px) {
    .botoes-horarios {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
        margin-left: 30.65333333% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 15%;
        padding-right: 15%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .bloco-pub-preshow {
        padding-left: 8%;
        padding-right: 8%;
    }

    .bloco-pub-preshow img {
        width: 100%;
    }


}

@media (min-width: 1400px) and (max-width: 1980px) {
    .botoes-horarios {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
        margin-left: 27.29999999% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 20%;
        padding-right: 20%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .bloco-pub-preshow {
        padding-left: 13%;
        padding-right: 13%;
    }

    .bloco-pub-preshow img {
        width: 100%;
    }

    .div-titulo-classindi {
        margin-bottom: 20px;
    }
}

@media (min-width: 1981px) {
    .botoes-horarios {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
        margin-left: 33.29999999% !important;
        margin-right: 33.33333333% !important;
    }

    .banner-728 {
        padding-left: 20%;
        padding-right: 20%;
    }

    .banner-728 img {
        width: 100%;
        margin-top: -10px;
    }

    .bloco-pub-preshow {
        padding-left: 14.5%;
        padding-right: 14.5%;
    }

    .bloco-pub-preshow img {
        width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .hover-buttons-filme {
        height: 385px !important;
    }

    .card-body {
        height: 273px !important;
        border: none !important;
    }

    .box-titulo-classindi {
        margin-bottom: 2%;
        padding-left: 0;
    }

    .div-titulo-classindi {
        padding-left: 1%;
    }

    .img-classindi {
        position: absolute;
        top: 2%;
        left: 220px;
        width: 20%;
        color: white;
        padding: 10px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    .card-text {
        height: 77px;
        width: 261px;

    }
}

@media (min-width: 1401px) {
    .hover-buttons-filme {
        height: 451px !important;
    }

    .img-classindi {
        position: absolute;
        top: 3%;
        left: 258px;
        width: 20%;
        color: white;
        padding: 40px 10px;
        border-radius: 5px;
        transform: translateY(-50%);
    }

    h4.card-text {
        color: #ffffff;
        font-weight: 400 !important;
        width: 277px;

        font-size: 20px;
    }
}

@media (min-width: 1351px) and (max-width: 1400px) {
    .col-4 {
        flex: 0 0 auto !important;
        /*         width: 33.33333333% !important;
        margin-left: 30.83333333%;
        margin-right: 33.33333333% !important; */
    }

    .coluna-do-logo {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    h4.card-text {
        color: #ffffff;
        font-weight: 400 !important;
        margin-bottom: 10%;
        font-size: 19px;
    }
}

/*abaixo está o css da página de produtos*/

@media (min-width: 768) {
    .o-titulo-do-produto {
        font-size: 20px !important;
        margin-top: 25px;
    }

    /*estilos da sobre-nos*/
    .price-table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 20px;
        background-color: #181616 !important;
        /* Cor de fundo da tabela */
    }

    /* Estilos para as células do cabeçalho da tabela */
    .price-table th {
        background-color: #343a40;
        /* Cor de fundo do cabeçalho */
        color: #fff;
        /* Cor do texto do cabeçalho */
        padding: 10px;
        text-align: center;
    }

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #c0392b !important;
    }

    /* Estilos para as células do corpo da tabela */
    .price-table td {
        padding: 10px;
        text-align: center;
        border: 1px solid #dee2e6;
        /* Borda das células */
    }

    /* Estilos para a linha de separação */
    .price-table tr.separator td {
        border-top: 2px solid #dee2e6;
    }

    /* Estilos para as células que contêm valores numéricos */
    .price-table .seat,
    .price-table .projection,
    .price-table .hours {
        font-weight: bold;
    }

    /* Estilos para os preços */
    .price-table .hours span {
        display: block;
        font-size: 14px;
        font-weight: normal;
    }

    .price-table .hours span:first-child {
        font-size: 18px;
    }

    /* Estilos para as células da primeira e última linha da tabela */
    .price-table tr.first td,
    .price-table tr.last td {
        background-color: #181616 !important;
        /* Cor de fundo das células */
    }

    /* Estilos para o ícone de projeção */
    .price-table .projection img {
        width: 20px;
        height: auto;
    }

    /* Estilos para a classe .room-name */
    .price-table .room-name {
        font-weight: bold;
    }

    /* Estilos para a classe .separator.first-separator */
    .price-table .separator.first-separator td {
        border-top: none;
        /* Remover a borda superior na primeira linha */
    }

    /*     .container p {
    text-align: justify;
} */

/*     .col-12 p {
        font-size: 18px;
        text-align: justify !important;
    } */
    .row.mx-auto.my-auto.justify-content-center.imagens-cinemulti {
        width: 25% !important;
        padding-top: 25px;
        padding-bottom: 25px;
    }

}