.bttn-main:hover {
  background: rgb(82,82,82);
  color: rgb(255,255,255);
}

.bttn-main {
  background: #da0037;
  font-family: Lato, sans-serif;
  font-weight: bold;
  border-style: none;
  margin: 0px;
  margin-right: 3px;
  color: var(--bs-light);
  height: 25px;
  margin-left: 3px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-radius: 87px;
  display: flex;
  align-items: center;
  font-size: 9px;
  margin-bottom: 0px;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  width: auto;
  align-items: center;
  align-content: center;
}

@media (min-width: 768px) {
  .bttn-main {
    background: #da0037;
    font-family: Lato, sans-serif;
    font-weight: bold;
    border-style: none;
    margin: 0px;
    margin-right: 3px;
    color: var(--bs-light);
    width: auto;
    height: 40px;
    margin-left: 3px;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-radius: 87px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
  }
}

.bttn-main.alt {
  background: #2d2d2d;
}

.bttn-main.copypaste {
  margin: 0px;
  display: flex;
  margin: 0px;
  align-items: center;
  align-content: center;
  width: auto;
  height: auto;
}

.bttn-main.alt:hover {
  background: rgb(82,82,82);
  color: rgb(255,255,255);
}

.bttn-main.download {
  background: rgba(45,45,45,0.55);
  border-width: 1px;
  border-style: solid;
}

.bttn-main.download:hover {
  background: rgb(82,82,82);
  color: rgb(255,255,255);
}

.bttn-main.download:hover svg {
  animation: moveUpDown 1s infinite;
}

/* Definimos la animación */

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  75% {
    transform: translateY(5px);
  }
}

.form-check-input:checked[type=checkbox] {
  content: 'X';
  background: url("../../assets/img/icons/checkbox_mark.svg"), rgb(255,255,255);
  border-style: none;
}

.p-index {
  font-family: Lato, sans-serif;
  color: rgb(215,215,215);
  font-size: 12px;
}

@media (min-width: 768px) {
  .p-index {
    font-family: Lato, sans-serif;
    color: var(--bs-secondary-text-emphasis);
    font-size: 14px;
    font-weight: 400;
  }
}

#go-top-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  background-color: #f44336;
  color: #fff;
  border: none;
  border-radius: 28px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 0px;
  font-size: 33px;
}

#go-top-button:hover {
  background-color: #d32f2f;
}

.bttn-main.donate-top {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .bttn-main.donate-top {
    margin: 0px;
    margin-left: 10px;
  }
}

.twitter-timeline {
  background-color: rgba(255,255,255,0);
}

.bttn-codes {
  border-radius: 4px;
  background: rgb(71,71,71);
  color: rgb(255,255,255);
  box-shadow: none;
  border: none;
}

#donate-button {
  background: #da0037;
  font-family: Lato, sans-serif;
  font-weight: bold;
  border-style: none;
  margin: 0px;
  margin-right: 3px;
  color: var(--bs-light);
  width: auto;
  height: 40px;
  margin-left: 3px;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-radius: 87px;
  margin-bottom: 5px;
  background-image: none;
}

#donate-button-container {
}

.filter-button:hover {
  background-color: #c21b2f;
}

.sort-button {
  background-color: #e5e5e5;
  color: #0c1015;
  font-size: 14px;
  border: 2px solid #0000FF;
  padding: 8px 16px;
  border-radius: 5px;
}

.sort-button:hover {
  background-color: #c21b2f;
}

#edit-button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.coc-img {
  width: 75.766px;
}

.lightbox-footer-wtrmrk {
  width: 80px;
}

.vid {
  width: 259px;
}

@media (min-width: 576px) {
  .vid {
    width: 497px;
    height: 280px;
  }
}

@media (min-width: 1200px) {
  .vid {
    width: 560px;
    height: 316px;
  }
}

