.periodo input[type='date'] {
    border-width: 1px;
    border-radius: 3px;
    border-color: #bababa;
    border-style: solid;
    outline: none;
    padding: 22px 4px 0 6px;
    max-height: 30px !important;
    width: 120px;
}

.periodo input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
    cursor: pointer;
}

.periodo input[type="date"]:after {
    color: transparent;
    background: none;
    display: inline;
    font-family: 'FontAwesome';
    content: '\f073';
    /* This is the calendar icon in FontAwesome */
    width: 15px;
    position: relative;
    top: -22px;
    left: 90px;
    color: #999;
}

.periodo {
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 5px;
}

.data-per {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.data-per label {
    font-weight: 300;
    padding-top: 5px;
}

.titulo-periodo {
    padding-top: 5px;
}