.needs-validation .invalid-feedback {
    color: #FF0000 !important;
}

.field-validation-error {
    color: #FF0000 !important;
    display: block !important;
}

.lms-azul {
    color:  #007BC4;
}

.producto {
    padding: 0;
}

.producto hr {
    margin-top: 0;
}

.producto img {
    width: 75% !important;
    margin: 20px 0;
    border-radius: 0;
}

body {
    scrollbar-base-color: white;
    scrollbar-face-color: white;
    scrollbar-3dlight-color: white;
    scrollbar-highlight-color: white;
    scrollbar-track-color: white;
    scrollbar-arrow-color: white;
    scrollbar-shadow-color: white;
    scrollbar-dark-shadow-color: white;
}

::-webkit-scrollbar {
    width: 1px;
    height: 4px;
    padding: 0 !important;
    margin-left: -1rem !important;
    margin-right: -0.75rem !important;
    background: #007bc4;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #007bc4;
    border-radius: 2rem;
}

::-webkit-scrollbar-thumb:hover {
    background: #007bc4;
}

.modal-header {
    background-color: #007BC4;
    color: #fff;
    text-align: center;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.modal-header .btn-close {
    margin: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23007BC4'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/*
.menos, .mas {
    width: 32px;
    height: 32px;
    background: #808992;
    font-weight: bold;
    font-family: "Gotham-Bold";
    color: white;
    font-size: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    line-height: 0;
    margin: 0 20px;
}*/



/*#paginacion {
    margin-top: 20px;
    text-align: center;
}

#paginacion button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #007bff;
    background-color: white;
    color: #007bff;
    font-weight: bold;
    margin: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#paginacion button:hover {
    background-color: #007bff;
    color: white;
}

#paginacion button.active {
    background-color: #007BC4;
    color: white;
    border-color: #0056b3;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}
*/



/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

