.slider-element {
    height: 100vh;
}

.slider-element .container {
    z-index: 5;
}

.slider-element .real-estate-info-wrap {
    position: absolute;
    left: auto;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}

.slider-element .real-estate-info-wrap h2 {
    color: #FFF;
}

.real-estate-price {
    position: absolute;
    top: auto;
    left: auto;
    right: 0;
    bottom: 50px;
    z-index: 1;
}

.real-estate-price h3 {
    display: block;
    color: #FFF;
    font-size: 44px;
    margin: 0;
    font-weight: 400;
}

.modalSelecionaData .datepicker-inline,
.modalSelecionaData .datepicker-inline table {
    width: 100%;
}

@media (max-width: 991px) {
    .real-estate-price {
        position: relative;
        top: auto;
        bottom: auto;
        right: 0;
        margin-top: 15px;
    }
    .slider-element .heading-block>h2 {
        font-size: 24px;
    }
    .slider-element .heading-block {
        width: auto !important;
    }
}


/*Carrinh Ingresso*/

.quick-contact-widget form:last-child {
    margin-bottom: 0px;
}

.modalSelecionaData table thead th {
    background-color: #2C3E50 !important;
    color: #FFF;
    border-radius: 0px !important;
    margin: 0px;
    padding: 0px;
}

.tabelaIngressoCarrinho thead th {
    background-color: #000;
    color: #FFF;
}

.tabelaIngressoCarrinho tbody td,
.tabelaIngressoCarrinho tbody td form {
    margin: 0px;
    padding: 0px;
}

.tabelaIngressoCarrinho .IngressoPreco {
    color: #db261d;
    font-size: 16px;
    width: 70%;
    position: relative;
    float: left;
}

.tabelaIngressoCarrinho .IngressoPreco strong {
    font-size: 20px;
}

.tabelaIngressoCarrinho .IngressoQuantidade {
    color: #db261d;
    font-size: 16px;
    width: 30%;
    position: relative;
    float: left;
}

.tabelaIngressoCarrinho .IngressoEsgotado {
    color: #333;
    font-size: 9px;
    width: 30%;
    font-weight: bold;
    position: relative;
    float: right;
    margin-top: 10px;
    text-transform: uppercase;
}

.tabelaIngressoCarrinho .IngressoTitulo {
    width: 100%;
    position: relative;
    display: table;
}