html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.btn {
  background-color: #0a1827;
  color: white;
  border: none;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 5px;
}

.btn-custom, .btn-custom-form {
  @extend .btn-custom-base;
}

.btn-custom:hover, .btn-custom-form:hover {
  background-color: #e0d070;
  color: black;
  border: 2px solid #0a1827;
}

.btn-custom.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
  border: 2px solid #e0d070;
}

.btn-custom-form {
  margin-top: 10px;
}

.circle-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  gap: 5px;
}

.circle {
  display: inline-block;
  width: 25px; 
  height: 25px; 
  margin: 2px;
  border-radius: 50%;
  background-color: #dad5f8;
}

.circle.filled {
  background-color: #0a1827;
}

.card {
  max-width: 600px;
}

.card-img-top {
  max-height: 970px;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%; 
  margin-top: 5%; 
  margin-bottom: 2%;
  object-fit: cover;
}

.nav-link:hover {
    font-weight: bold;
    color: #007bff; /* Cambia el color al pasar el cursor */
    text-decoration: underline; /* Subraya el texto al pasar el cursor */
}

.emoticons {
  font-size: 2em; /* Ajusta el tamaño de los emoticonos */
}

.plazas-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.plazas-text {
  margin-right: 10px;
}