#dtHoje {
    font-weight: 700;
    text-decoration: underline;
    font-size: 1.3em
}

#dtCalendarioPeriodo {
    font-size: 1.1em;
    padding: 5px;
    font-weight: 300;
    padding-left: 10px;
    letter-spacing: .03em;
    margin-top: 5px;
    font-family: ubuntu, sans-serif;
    width: 98%;
    color: #1A1A1A;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #1A1A1A
}

.ui-datepicker {
    width: 22em!important
}

.ui-widget.ui-widget-content {
    border: 0!important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2)
}

.ui-widget-header {
    border: 0!important
}

.ui-widget-header {
    background: rgba(0, 0, 0, .2)!important
}

.ui-datepicker .ui-datepicker-title {
    font-family: ubuntu, sans-serif!important;
    text-transform: uppercase!important;
    letter-spacing: 2px!important
}

.ui-datepicker td,
.ui-datepicker th {
    font-family: ubuntu, sans-serif!important;
    font-size: 1.2em
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 0!important;
    background: 0 0!important;
    text-align: center!important
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    color: #fff!important
}

.ui-state-default {
    text-align: center
}

#gmTbPeriodos {
    width: 100%
}

.lnctHeader th {
    padding: 10px
}

.lncatlpe,
.lncatlpert {
    background: #fff
}

.lncatlpe td,
.lncatlpert td {
    color: #777;
    padding: 10px;
    font-size: 1.3em
}

.lncatlpert td {
    padding: 10px;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700
}

.texto-calendario {
    padding: 4px;
    width: 100%;
    margin-top: 2%;
    background: rgba(255, 255, 255, .4)
}

.texto-calendario p {
    margin: 0;
    text-align: center
}

.tblGmClnd {
    width: 100%;
    background: #fff
}

.tblGmClnd td {
    text-align: left;
    padding: 10px 0 10px 19px;
    color: #1A1A1A;
    font-size: 16px;
    letter-spacing: .03em;
    font-family: ubuntu, sans-serif
}

.tblGmClnd tr {
    border: 1px solid #1A1A1A
}

.tblGmClnd td:last-child {
    text-align: right;
    padding-right: 19px;
    padding-left: 0;
    font-size: 1.14em
}

.detalhes__calendar {
    padding: 19px 24px;
    position: relative
}

#boxCalendario {
    text-align: center;
    color: #FFFFFF
}

#boxCalendario p:first-child {
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: .03em
}

.ui-datepicker-trigger {
    position: absolute;
    margin-top: 14px;
    left: 32%
}

#calendario-section .ui-widget-header,
body .ui-widget-header {
    background: #1A1A1A!important;
    color: #fff!important
}

.ui-state-highlight,
body .ui-widget-content .ui-state-highlight,
body .ui-widget-header .ui-state-highlight {
    background-color: #1A1A1A!important;
    color: #fff!important;
    border: 1px solid #1A1A1A!important
}

.body .ui-state-active,
body .ui-widget-content .ui-state-active {
    background-color: #1A1A1A!important;
    color: #fff!important;
    border: 1px solid #1A1A1A!important
}

.lblcalendariogm {
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-family: ubuntu, sans-serif;
    padding: 5px;
    background-image: linear-gradient(270deg, #1a1a1a, #5c5c5c);
    color: #fff
}

@media screen and (max-width:600px) {
    .detalhes__calendar {
        margin-top: 23px
    }
    .lncatlpe td {
        font-size: 1em
    }
    .texto-calendario {
        margin-top: 20px
    }
    #calendario-section .texto-calendario p {
        font-size: 1.2rem
    }
    .ui-datepicker {
        width: 100%!important;
        left: 0!important
    }
    .ui-datepicker-trigger {
        left: 26%
    }
}