﻿.checked {
  color: orange;
}

.fa-star {
  cursor: pointer;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.card-columns .card:hover .card-img {
    opacity: 1;
    -webkit-transform-style: preserve-3d;
}

.card-columns .card-body {
    height: 100px;
    font-family: 'Nunito', sans-serif;
    background: #fbfafd;
}

.card-columns .card-img {
  height: 330px;
  vertical-align: bottom;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  opacity: .8;
}

.modal .card-img {
  height: 500px;
  vertical-align: bottom;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.card-columns .card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(37,33,82,.12), 0 4px 8px rgba(37,33,82,.06);
}
.card-footer {
    background: #fbfafd;
}


a.navbar-brand {
    white-space: normal;
    font-family: 'Yellowtail', cursive;
    font-size: xx-large;
    text-align: center;
    word-break: break-all;
}

nav {
  background-color: #333;
  overflow: hidden;
}


/* Provide sufficient contrast against white background */
a {
   color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #363636;
    border-color: #363636;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

p {
    font-family: 'Nunito', sans-serif;
    font-size: large;
    margin-bottom: 25px;
}
h1 {
    font-family: 'Nunito', sans-serif;
    margin-bottom: 25px;
}
h2 {
    font-family: 'Nunito', sans-serif;
    margin-top: 50px;
    margin-bottom: 25px;
}
ul {
    font-family: 'Nunito', sans-serif;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    font-family: 'Nunito', sans-serif;
    color: #000000;
}
/*Backgrounds*/
.bg-navbar {
    background: -webkit-linear-gradient(110deg, #ffffff 60%, #fff 60%);
    background: -o-linear-gradient(110deg, #ffffff 60%, #fff 60%);
    background: -moz-linear-gradient(110deg, #ffffff 60%, #fff 60%);
    background: linear-gradient(110deg, #ffffff 60%, #fff 60%);
}
.bg-footer {
    background: -webkit-linear-gradient(110deg, #fff 60%, #ffffff 60%);
    background: -o-linear-gradient(110deg, #fff 60%, #ffffff 60%);
    background: -moz-linear-gradient(110deg, #fff 60%, #ffffff 60%);
    background: linear-gradient(110deg, #fff 60%, #ffffff 60%);
}

/* Images styles
-------------------------------------------------- */

img {
  width: 100%; /* Ancho de la imagen */
  height: 20%; /* Altura ajustada automáticamente para mantener la proporción original */
}









/* Dark mode autodetect styles */

@media (prefers-color-scheme: dark){
  .checked {
    color: orange;
  }
  
  .fa-star {
    cursor: pointer;
  }
  
  /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
  for details on configuring this project to bundle and minify static web assets. */
  
  .card {
    border-color: #777777;
    background-color: #222;
  }
  
  .card-columns .card:hover .card-img {
      opacity: 1;
      -webkit-transform-style: preserve-3d;
  }
  
  .card-columns .card-body {
      height: 100px;
      font-family: 'Nunito', sans-serif;
      background: #363636;
  }
  
  .card-columns .card-img {
    height: 330px;
    vertical-align: bottom;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    opacity: .8;
  }
  
  .modal .card-img {
    height: 500px;
    vertical-align: bottom;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */    
  }

  .modal-content{
    background-color: #222;
    border-radius: 5px;
    border-color: #222;
  }

  .modal-header{
    background-color: #222;
    border-bottom: 1px solid #222;
  }

  .modal-header span {
    color: #fff;
  }

  .modal-body{
    background-color: #222;
  }

  .card-body{
    background-color: #222;
  }

  .modal-footer{
    background-color: #222;
    border-top: 1px solid #222;
  }
  
  .card-columns .card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 20px rgba(37,33,82,.12), 0 4px 8px rgba(37,33,82,.06);
  }
  .card-footer {
      background: #222;
  }
  
  
  a.navbar-brand {
      white-space: normal;
      font-family: 'Yellowtail', cursive;
      font-size: xx-large;
      text-align: center;
      word-break: break-all;
      color: white;
  }

  
  
  /* Provide sufficient contrast against white background */
  a {
     color: #0366d6;
  }
  
  .btn-primary {
      color: #fff;
      background-color: #363636;
      border-color: #363636;
  }
  .btn-primary:hover {
      color: #ffffff;
      background-color: #000000;
      border-color: #000000;
  }
  
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #222;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  
  /* Sticky footer styles
  -------------------------------------------------- */
  html {
    font-size: 14px;
  }
  @media (min-width: 768px) {
    html {
      font-size: 16px;
    }
  }
  
  .border-top {
    border-top: 1px solid #222;
  }
  .border-bottom {
    border-bottom: 1px solid #222;
  }
  
  .box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
  }
  
  button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
  }
  
  /* Sticky footer styles
  -------------------------------------------------- */
  html {
    position: relative;
    min-height: 100%;
  }
  
  body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #222222;
    color: #ffffff;
  }
  
  p {
      font-family: 'Nunito', sans-serif;
      font-size: large;
      margin-bottom: 25px;
  }
  h1 {
      font-family: 'Nunito', sans-serif;
      margin-bottom: 25px;
  }
  h2 {
      font-family: 'Nunito', sans-serif;
      margin-top: 50px;
      margin-bottom: 25px;
  }
  ul {
      font-family: 'Nunito', sans-serif;
  }
  .footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      white-space: nowrap;
      line-height: 60px; /* Vertically center the text there */
      font-family: 'Nunito', sans-serif;
      color: #fff;
  }
  /*Backgrounds*/
  .bg-navbar {
      background: -webkit-linear-gradient(110deg, #363636 60%, #222 60%);
      background: -o-linear-gradient(110deg, #363636 60%, #222 60%);
      background: -moz-linear-gradient(110deg, #363636 60%, #222 60%);
      background: linear-gradient(110deg, #363636 60%, #222 60%);
  }
  .bg-footer {
      background: -webkit-linear-gradient(110deg, #222 60%, #363636 60%);
      background: -o-linear-gradient(110deg, #222 60%, #363636 60%);
      background: -moz-linear-gradient(110deg, #222 60%, #363636 60%);
      background: linear-gradient(110deg, #222 60%, #363636 60%);
  }
}