.w-100 {
    width: 100% !important;
}

.w-100 .item img {
    width: 100%;
}

.info_suites {
    margin: 70px 0 90px;
}

.bloco-suite h3 {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    
    .info_suites {
        align-items: baseline;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .bloco-suite {
        max-width: 33%;
    }

    .bloco-suite:not(:last-child) {
        margin-right: 30px;
    }

}

@media screen and (max-width: 768px) {

    .p-mob {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .info_suites {
        align-items: flex-start;
        padding: 0 15px;
    }

    .bloco-suite:not(:last-child) {
        margin-bottom: 50px;
    }

    .bloco-suite {
        align-items: initial;
    }

    .bloco-suite h3 {
        width: 100%;
    }

}

#boxCalendario {
    color: #FFFFFF;
    text-align: center;
}

#boxCalendario p:first-child {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .03em;
    position: relative;
}

#dtHoje {
    font-size: 1.3em;
    font-weight: 700;
    text-decoration: underline;
}

#dtCalendarioPeriodo {
    border: 1px solid #080808;
    border-radius: 16px;
    color: #080808;
    font-family: inherit;
    font-size: 1.1em;
    font-weight: 300;
    letter-spacing: .03em;
    margin-top: 5px;
    outline: none;
    padding: 5px;
    padding-left: 10px;
    text-align: center;
    width: 98%;
}

.ui-datepicker-trigger {
    margin-top: 14px;
    position: absolute;
    right: 10%;
}

.ui-widget.ui-widget-content {
    border: 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.ui-datepicker {
    width: 22em !important;
}

.ui-widget-header {
    background: rgba(0, 0, 0, .2) !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-title {
    font-family: inherit !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
}

.ui-datepicker td,
.ui-datepicker th {
    font-family: inherit !important;
    font-size: 1.2em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: 0 0 !important;
    border: 0 !important;
    text-align: center !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #FFFFFF !important;
}

.ui-state-default {
    text-align: center;
}

#calendario-section .ui-widget-header,
body .ui-widget-header {
    background: #080808 !important;
    color: #fff !important;
}

.ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
    background-color: rgba(8, 8, 8, .5) !important;
    border: 1px solid rgba(8, 8, 8, .5) !important;
    color: #FFFFFF !important;
}

.body .ui-state-active,
body .ui-widget-content .ui-state-active {
    background-color: #080808 !important;
    border: 1px solid #080808 !important;
    color: #FFFFFF !important;
}

.ui-datepicker-calendar td a:hover {
    color: initial !important;
}

.lblcalendariogm {
    background-color: #080808;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 8px;
    letter-spacing: .14em;
    padding: 5px;
    text-transform: uppercase;
}

#gmTbPeriodos {
    width: 100%;
}

.lnctHeader th {
    padding: 10px;
}

.lncatlpe,
.lncatlpert {
    background: #FFFFFF;
}

.lncatlpe td,
.lncatlpert td {
    color: #777777;
    font-size: 1.3em;
    padding: 10px;
}

.lncatlpert td {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}

.tblGmClnd {
    width: 100%;
    background: #FFFFFF;
}

.tblGmClnd td {
    color: #080808;
    font-family: inherit;
    font-size: 16px;
    letter-spacing: .03em;
    padding: 10px 0 10px 19px;
    text-align: left;
}

.tblGmClnd tr {
    border: 1px solid #080808
}

.tblGmClnd td:last-child {
    font-size: 1.14em;
    padding-left: 0;
    padding-right: 19px;
    text-align: right;
}

@media screen and (max-width:768px) {

    .lncatlpe td {
        font-size: 1em
    }

}