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;
    padding-bottom: 80px;
}

.cards-style {
    border-radius: 20px;
    background: linear-gradient(145deg, #dfe0e1, #ffffff);
    box-shadow: 15px 15px 18px #cbcccd, -15px -15px 18px #ffffff;
}

/* aņadir background para el hover de los items del navbar */

.navbar-nav .nav-link:hover {
/*    color: white !important;*/
    background-color: #25c279; /* verde suave */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
