h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > li.selected.active > a {
    color: #262626;
    background-color: #f5f5f5;
}

bootstrap-select.form-control,
.bootstrap-select .btn,
.form-control {
    /*    display: block;*/
    /*width: 100%;*/
    height: 34px !important;
    /*padding: 6px 10px;*/
    /*    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
*/
}

/*.col {
    padding-left: 0;
    padding-right: 0;
}*/

/*.grupo-edades div {
    padding-left: 1.5px;
    padding-right: 1.5px;
}

.grupo-edades div:first-child {
    padding-left: 12px;
}
.grupo-edades div:last-child {
    padding-right: 13px;
}
*/
.grupo-edades input {
    padding-left: 3px;
    padding-right: 3px;
}
#modal-tooltip .modal-content button[data-bs-dismiss="modal"] {
    border-width: 0px;
    border-style: none;
    border-color: inherit;
    border-image: none;
    background-color: inherit;
}
#modal-formulario .modal-content button[data-bs-dismiss="modal"] {
    border-width: 0px;
    border-style: none;
    border-color: inherit;
    border-image: none;
    background-color: inherit;
}