.w-100 {
    width: 100%
}

.reservas-radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-family: Ubutu, Arial, sans-sefir !important;
    color: #677076;
    font-size: 1em !important;
    font-weight: lighter !important
}

.reservas-radio-group .selected-reservas-radio-item {
    width: inherit;
    height: inherit;
    color: #fff !important;
    border-radius: inherit;
    background-color: #849080 !important
}

.reservas-radio-group .reservas-radio-item {
    width: 3rem;
    height: 3rem;
    margin: 0;
    padding: 0;
    border: 1px solid #849080;
    border-radius: 50%;
    background-color: #fff
}

.reservas-radio-group .reservas-radio-item :hover {
    width: inherit;
    height: inherit;
    color: #fff !important;
    border-radius: inherit;
    background-color: #849080 !important
}

.reservas-radio-group .reservas-radio-item input[type="radio"] {
    display: none
}

.reservas-radio-group .reservas-radio-item label {
    font-family: Ubutu, Arial, sans-sefir !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background-color: none
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex-perpendicular-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mt-1 {
    margin-top: 15px
}

/*# sourceMappingURL=reservas.css.map */