@font-face {
  font-family: 'motiva';
  src: url('../font/MotivaSansRegular.woff.ttf') format('truetype');
}

.img-zoom {
  transition: transform .2s;
}

.img-zoom:hover {
  transform: scale(2.5);
}

.dropdown-menu {
  width: 400px;
}

.bg-guideheader {
  background-color: #363636;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;

  z-index: -1;
}

.container-content {
  /* background-color: #1b2838; */
  background-color: #1b2838;
}

.container {
  font-size: 20px;
}

body {
  font-family: 'motiva';
  /* background: #1b2838; */
}

.animated-background {
  background: linear-gradient(-45deg, #1b2838, #202f42);
  animation: gradient 20s ease infinite;
}

.logo {
  display: none;
  /* desactiva los logos del fondo */
}

.list-group-item {
  background-color: #1b2838;
  color: white !important;
}

.list-group-item:hover {
  background-color: #1b2838;
  border-color: #ffffff;
  color: white;
}

.container-content {
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.822);
  color: rgb(207, 207, 207) !important;
}

.container-content b {
  color: #ffffff !important;
}

.container-content a {
  color: #066ccc;
}

.text-none {
  color: #ffffff;
}

.card-title {
  color: #ffffff;
}

@media (min-width: 1200px) {
  .card-title {
    width: fit-content;
    margin-left: -15px;
  }

  .card-title-contacto {
    width: 100%;
    margin-left: 0;
  }
}

.card-text {
  color: #ffffff;
}

.card {
  background-color: #1a2431;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.822)
}

.subcard {
  margin-top: -120px;
}

.hide-hover {
  display: none;
}

.link-muted {
  color: #aaa;
}

.link-muted:hover {
  color: #1266f1;
}

#comment-text {
  background-color: #1a2431;
}

#comment-text::placeholder {
  color: #aaa;
}

.page-link {
  color: #ffffff;
  background-color: #1a2431;
  border-color: #ffffff;
  padding: 10px;
}

.page-link:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.page-link:active {
  color: #ffffff;
  background-color: #1a2431;
  border-color: #ffffff;
}

.page-link:disabled {
  color: #ffffff;
  background-color: #1a2431;
  border-color: #ffffff;
}



.rem {
  padding: -100px;
}

.mt-10 {
  margin-top: 230px !important;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
  background-color: #1a2431;
}

.accordion-item {
  background-color: #0e131a;
  color: rgb(207, 207, 207) !important;
}

.accordion-button {
  background-color: #1b2838;
  color: #ffffff;
}

.accordion-button:not(.collapsed) {
  background-color: #1b2838;
  color: #ffffff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* steam comments */

.avatar-container {
  position: relative;
  display: inline-block;
}

/* .avatar-container img {
  content-visibility: auto;
} */

.steam-icon {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 25px;
  height: 25px;
}

.btn-warning {
  color: #ffffff;
  background-color: #10141a !important;
  border: #ffffff solid 4px !important;
  padding-left: 160px !important;
  padding-right: 160px !important;
  padding-top: 10px !important;
  border-bottom: none !important;
  margin-bottom: 50px !important;
  border-left: none !important;
  border-right: none !important;
  margin-left: 10% !important;
}

.title {
  color: #2884cf !important;
}

t {
  text-decoration: line-through;
}

nav {
  background: rgba(0, 0, 0, 0.7);
}

.video-iframe {
  max-width: 100%;
}

@media (max-width: 990px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 990px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 10px;
    height: 500px;
    width: auto;
  }

  .grid-item {
    border: 1px solid #ccc;
    overflow: hidden;
  }

  iframe {
    width: 100%;
    height: 100%;
  }
}

.custom-select {
  background-color: #1a2431;
  color: #ffffff;
}

@media (max-width: 990px) {
  .centered-gif {
    display: block;
    margin: 0 auto;
    max-width: 50%;
  }
}

/* panel lateral */
#sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 250px;
  height: 100%;
  background-color: #f7f7f7;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
}

#sidebar.hide {
  right: -300px;
}

#sidebar.show {
  right: 0;
}

#sidebar-toggle {
  position: fixed;
  top: 50%;
  right: 0;
  width: 55px;
  height: 60px;
  border-radius: 10px 0px 0px 10px;
  z-index: 9999;
}

.bg-sidebar {
  background-color: #1e2836 !important;
  border: #303030 solid 1px !important;
  color: #c2c2c2 !important;
}

#sidebar-close {
  background-color: #0e0e0e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.411);
  z-index: 9999;
  transform: translate(-50%, -50%);
  position: fixed;
  margin-top: 5px;
}



/* fix comment mobile margin */
@media (max-width: 768px) {
  .div-content-comment {
    margin-left: -35% !important;
    margin-right: -15% !important;
    font-size: 16px;
  }
}

.responsive-col {
  flex: 0 0 auto;
  width: 75%;
}

@media (max-width: 1199px) {
  .responsive-col {
    width: 100%;
  }
}

footer {
  background-color: #1b2838;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.822);
  padding: 1px;
  padding-top: 50px;
  z-index: 1;
  position: relative;
}

.page-link {
  background-color: #1b2838;
  border: 1px solid #000000;
}

.page-link:hover {
  color: #000000;
}

.page-link:focus {
  outline: none;
}

.page-item.active .page-link {
  z-index: 1;
  color: #000000;
}

.page-item.disabled .page-link {
  color: #000000;
  background-color: #10141a;
  border-color: #10141a;
  pointer-events: none;
  cursor: default;
}

.card-body {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

@media (min-width: 1200px) {
  .card-title {
    margin-top: 3rem;
  }
}

@media (max-width: 1200px) {
  .card img {
    width: 50%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}

.index-title.active {
  background-color: #1b2838 !important;
  border-color: #ffffff !important;
  color: #ffffff;
}

@media (max-width: 768px) {
  #descargar img {
    min-width: 164px;
  }
}

.card-hover-fix:hover {
  margin-bottom: 62px !important;
}

.download-count-card {
  background-color: #1b2838;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.28);
  margin-top: 0.85rem;
  margin-bottom: 0.85rem !important;
}

.download-count-card .card-body {
  padding: 0.55rem 0.75rem;
}

.download-count-text {
  margin: 0;
  color: #ffffff;
  font-size: 0.84rem;
  line-height: 1.3;
  text-align: center;
}

.download-count-value {
  font-weight: 700;
}