body1
{
    background: rgba(0, 0, 0, 0.6) url(../img/bg_red.png);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

body
{
  font-family: 'Rubik', sans-serif;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-weight: bold;
}

.bg-barra{
    background-color: #CC0000;
}

.btn-footer {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #{shade-color($bd-violet, 10%)};
  --bs-btn-hover-border-color: #{shade-color($bd-violet, 10%)};
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #{shade-color($bd-violet, 20%)};
  --bs-btn-active-border-color: #{shade-color($bd-violet, 20%)};
}

.fakeimg {
    height: 200px;
    background: #aaa;
  }

.destacado {
    position: absolute;
    width: 100%;
    /* border: 1px solid black; */
    padding: 10px;
    /* background: rgba(255, 0, 0, 0.6); */
}

.finalizada {
    /* position: absolute; */
    width: 20%;
    /* border: 1px solid black; */
    padding: 10px;
    /* background: rgba(255, 0, 0, 0.6); */
}

.carousel-inner > .item {
    position: relative;
    max-height: 600px;
}

.carousel-caption {
    position: absolute;
    top: 0%;
    transform: translateY(-10%);
    margin-bottom: 390px;
    margin-left: -135px;
}

#btmTop {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #btmTop:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }

  .custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
  }