/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.bg-dark {
    background-color: #81bd26 !important;
}

.hovermodificado {
    vertical-align: middle;
    border-style: none;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.hovermodificado:hover {
    opacity: 0.5;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    border-left-color: #81bd26;
}