@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
.montserrat {
  font-family: "Montserrat", sans-serif;
}

body {
  background: linear-gradient(135deg, #90b6d8, #ffffff);
  background: linear-gradient(60deg, #bac7fa, #ffffff);
  min-height: 100vh;
  font-family: "Montserrat";
  background-color: #dff6ff;
  color:#424949;
}

footer {
  position: fixed;
  background: #000;
  width: 100%;
  bottom: 0;
  background-color: #1e68b1 !important;
}

.navbar-brand {
  margin-left: 2rem;
}

.mynavbar {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  justify-content: center;
}

#logo{
max-height:8vh;

}
.nav-link{
font-weight: bold;

}
.space-top {
  height: 12vh;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  color: #424949;
}

/* Centrar los iconos del formulario */
.form-icons {
  text-align: center;
}

.bg-dark {
  background-color: #1e68b1 !important;
}

.text-primary {
  color: #dff6ff !important;
}

.btn-primary {
  background-color: #2d31fa;
  border-color: #2d31fa;
}

.platforms {
  float: left;
  border-radius: 10%;
}

.container {
  display: table;
}

.card-img-top {
  width: 100%;
  height: 25vh;
  object-fit: contain;
}

.coverpic {
  width: 100%;
  height: 3rem;
}

.collections {
  margin: 1%;
  width: 230px;
  height: 100px;
}

.collection_card {
  background-image: url(../images/collections/game-background.jpg);
  background-size: cover;
}

.collection_card:hover{
  box-shadow: inset 0 0 100px 100px rgba(94, 255, 0, 0.3);
}

.semi-transparent {
  background-color: rgba(220, 220, 220, 0.7);
}

/* Tamaño imágenes del carousel */
.carousel {
  max-height: 500px;
  max-width: 800px;
  height: auto;
  width: auto;
}

.carousel-img{
  max-width: 100%;
  max-height: 500px;
  height: auto;
  width: auto;
  margin:auto;
  }


.modal{
  z-index: 2147483647;
}

/*Para cambiar color de table stripped*/
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color:#bac7fa;
 }

/*Color para el desplegable de menu de usuario cuando pase el ratón por encima*/
 .dropdown-item:hover{
   background-color: #90b6d8;
 }

/*Para los títulos de los campos de mis formularios*/
 .input_title{
font-weight: bold;
 }


 /*Botón en modo móvil*/
 .navbar-toggler {
   position: initial;
   margin-left: 2px;
 }