.backColor{
    background: #006666 !important;
    color: #FFF !important;
    border: 0 !important;
}

.form-check-input:checked{
    background-color: #006666 !important;
    border-color: #006666 !important;
}

.textColor{
    color: #006666 !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #006666 !important;
    border-color: #006666 !important;
}

.page-link {
    color: #006666 !important;      
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none !important;
}

.rounded {
    border-radius: 8px !important;
}

.rounded-start {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.rounded-end {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.rounded-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.rounded-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.backgroundImage {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.form-check-input {
    width: 1.2em !important;
    height: 1.2em !important;
}

.form-check-input:active,
.form-check-input:focus,
.btn {
    outline: 0 !important;
    box-shadow: none !important;
}

.list-group-item {
    border: 0px !important;
}

.form-control.underline-only {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: none;
}

.form-control.underline-only:focus {
    border-bottom: 2px solid #0d6efd; /* color primario Bootstrap */
    outline: none;
    box-shadow: none;
}
