/* Archivo principal de estilos */
/* abstracts */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: 3px solid #ff6b00 !important;
}

.focus-visible:focus {
  outline: 3px solid #ff6b00 !important;
}

.card-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-hover:hover {
  transform: translateY(-5px);
}
.card-hover:focus-within, a:focus .card-hover {
  outline: 3px solid #ff6b00 !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 107, 0, 0.25) !important;
  transform: translateY(-5px);
}

/* Variables de colores y fuentes */
/* Arreglo de header en modo tablet-mobil */
@media screen and (max-width: 992px) {
  .ms-auto {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .consola-logo {
    width: 60px;
  }
}
/* layouts */
/* Mixins reutilizables */
.background-primary {
  background-color: #1a237e;
}

.background-secondary {
  background-color: #0a58ca;
}

.btn-primary {
  background-color: #1a237e !important;
  color: white !important;
  border: none !important;
  background-color: #1a237e !important;
  border: none !important;
}
.btn-primary:hover {
  background-color: #0a58ca !important;
}
.btn-primary:hover {
  background-color: #0a58ca !important;
}

/* base */
/* scss/reset.scss */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* pages */
.texto-primary {
  color: #1a237e;
}

.hero-section {
  background: #1a237e;
  min-height: 60vh;
  position: relative;
}
.hero-section .container h1 {
  background-color: transparent !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.hero-section .btn {
  background-color: #1a237e !important;
  border: none !important;
}
.hero-section .btn:hover {
  background-color: #0a58ca !important;
}

#about a {
  background-color: #1a237e !important;
  border: none !important;
}
#about a:hover {
  background-color: #0a58ca !important;
}

.text-outline {
  color: white;
  text-shadow: -0.1px -0.1px 0 #1a237e, 0.1px -0.1px 0 #1a237e, -0.1px 0.1px 0 #1a237e, 0.1px 0.1px 0 #1a237e;
  -webkit-text-stroke: 0.1px #1a237e;
}

.table td {
  align-content: space-around;
  align-items: center;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table th {
  background-color: #1a237e;
  color: white;
  position: sticky;
  top: 0;
}

.table-hover tbody tr:hover {
  background-color: rgba(26, 35, 126, 0.1);
}

.badge-access {
  font-size: 0.8em;
  margin-right: 3px;
}

.consola-logo {
  width: 80px;
  height: auto;
}

#map {
  height: 500px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.community-card {
  transition: transform 0.3s;
  list-style: none;
}
.community-card:hover {
  cursor: pointer;
  transform: translateY(-5px);
}
.community-card article button {
  margin-top: 1rem;
}

.form-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.form-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.form-control:focus,
.form-select:focus {
  border-color: #6c757d;
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.25);
}

.required-field::after {
  content: " *";
  color: #dc3545;
}

.form-check-input:checked {
  background-color: #6c757d;
  border-color: #6c757d;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  display: none;
}

.was-validated .form-control:invalid,
.was-validated .form-select:invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.was-validated .form-control:valid,
.was-validated .form-select:valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.feature-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #6c757d;
}

.wcag-badge {
  font-size: 0.8rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}

.table-accessibility th {
  background-color: #f8f9fa;
}

.nav-pills .nav-link {
  background-color: #1a237e;
  color: white;
  margin: 0.25rem;
}
.nav-pills .nav-link.active {
  background-color: #6c757d;
}
.nav-pills .nav-link:hover {
  background-color: #0a58ca;
  color: white;
}

.bg-primary-color {
  background-color: #1a237e !important;
  color: white;
}

/* components */
header > nav > div > a {
  font-size: 1.3rem !important;
}
header .navbar-nav {
  flex-wrap: nowrap;
}
header .navbar-nav a {
  color: white !important;
  font-weight: 500;
}
header .navbar-nav .active {
  color: rgb(255, 255, 255) !important;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.15);
}
header .navbar-nav .nav-item {
  white-space: nowrap;
}
header .navbar-nav .nav-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}
header .navbar-nav .nav-link:focus {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.footer button {
  background-color: #1a237e !important;
  border: none !important;
  border: 1px solid white !important;
}
.footer button:hover {
  background-color: #0a58ca !important;
}

/*# sourceMappingURL=styles.css.map */
