@font-face {
  font-family: 'Outfit';
  /* Nombre que usarás en el resto de tu CSS */
  src: url('./font/Outfit-Regular.ttf') format('truetype'),
}

body,
html {
  margin: 0;
  padding: 0;

  font-family: "Outfit", sans-serif;
  background-color: rgb(242, 242, 242);
  box-sizing: border-box;
  overflow-x: clip;
}

#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}


.screen {
  min-height: 96rem;
}


header {
  width: 100%;
  min-height: 10rem;
  height: auto;
  background-color: rgb(63, 63, 63);
  /* Fondo sólido */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: static;
  z-index: 1002;
  padding: 0 4% 0 6%;
  /* Espaciado dentro del header */
  box-sizing: border-box;
  justify-content: flex-start;
  /* Asegura que haya espacio entre los elementos */
  align-items: center;
  /* Centra los elementos en la vertical */
}

header .logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  /* Separación entre las imágenes */
  flex: 0 0 auto;
}

header .img-fbuesa {
  width: 10rem;
  height: 100%;
}

header .logo a {
  display: block;
  /* Asegura que los enlaces no tengan espacio extra */
}

header .img-memorial {
  width: 8rem;
  height: 70%;
}

header .logo img {
  /* Las imágenes ocuparán toda la altura del contenedor */
  max-width: 160px;
  /* Limitar el ancho para evitar que se estiren demasiado */

  object-fit: contain;
  /* Mantener la relación de aspecto */
}

/* Estilos para el nav */
nav {
  display: flex;
  justify-content: flex-end;
  /* Esto asegura que los items del nav se alineen a la derecha */
  align-items: center;
  width: 65%;

}

header #main-nav {
  width: auto;
  margin-left: auto;
}

nav ul {
  display: flex;
  justify-content: flex-end;
  /* Esto alinea los elementos de la lista (a la derecha) */
  gap: 10%;
  list-style-type: none;
  margin-right: 1%;
}

nav li {
  color: white;
  font-size: 25px;
  white-space: nowrap;
}

nav a {
  text-decoration: none;
  color: white;
}
header nav li:hover{
  font-weight: bold;
}

/* Menú hamburguesa - oculto por defecto */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 2rem;
  height: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.25rem 0;
  z-index: 10000;
  position: relative;
  margin-left: auto;
}

.mobile-menu-toggle span {
  width: 2rem;
  height: 0.25rem;
  background: white;
  border-radius: 10px;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  transform-origin: center;
}

.mobile-menu-toggle span:nth-child(1) {
  top: 0;
  transform-origin: center;
}

.mobile-menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: center;
}

.mobile-menu-toggle span:nth-child(3) {
  bottom: 0;
  transform-origin: center;
}

/* Menú móvil desplegable - oculto por defecto */
.mobile-nav {
  display: none;
  position: fixed !important;
  top: 0;
  right: -100%;
  width: 40%;
  height: 100vh;
  background-color: rgb(63, 63, 63);
  z-index: 9999 !important;
  transition: right 0.3s ease-in-out;
  padding-top: 11rem; /* 10rem header height + 1rem margin */
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  pointer-events: auto;
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav ul {
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  margin: 0;
}

.mobile-nav li {
  font-size: 20px;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav li:last-child {
  border-bottom: none;
}

.mobile-nav a {
  display: block;
  width: 100%;
}

/* Overlay para cerrar el menú */
.mobile-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}

.mobile-nav-overlay.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

/* Asegurar que el menú y sus elementos sean clickeables */
.mobile-nav {
  pointer-events: auto !important;
  z-index: 9999 !important;
  position: fixed !important;
}

.mobile-nav * {
  pointer-events: auto !important;
}
.separator {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: row;
  margin: 2rem 0;
}

.orange {
  background-color: #dc9c64;
  width: 33.33%;
  height: 1rem;
}

.green {
  background-color: #6eab27;
  width: 33.33%;
  height: 1rem;
}

.black {
  background-color: #1d1d1b;
  width: 33.34%;
  height: 1rem;
}

#persons-container {
  display: flex;
  margin-left: 5%;
  width: 95%;

  flex-wrap: wrap;
}


.hidden {
  display: none;
  /* Oculta completamente la pantalla */
}

.active {
  display: flex;
  /* Muestra la pantalla activa */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



footer {
  background-color: #444444;
  color: white;
  display: flex;
  flex-wrap: wrap;
  /* Permite que los elementos se ajusten si es necesario */
  justify-content: space-between;
  padding: 1rem;
  
}

/* Cada columna ocupará un 23% del ancho, para permitir un pequeño espacio entre ellas */
footer .column {
  flex: 1 1 16%;

}

/* Ajustar imágenes dentro de las columnas */
footer img {
  width: 65%;
  /* Las imágenes se ajustan al ancho de su contenedor */
  height: 60%;
}

/* Estilos de los textos */
footer .column-text {
  flex: 1 1 23%;
  margin-top: 2.7%;
}

footer .img-two {
  margin-top: 1.5rem;
}

footer .img-column p {
  margin: 0;
  border-left: 1px white solid;
  padding-left: 1rem;

}

footer .img-column {
  margin-top: 1rem;
}

footer .last {
  flex: 1 1 23%;
  margin-left: 0%;
}

/* Estilos de los textos secundarios */
footer .footer-text {
  font-size: 0.875rem;
  display: block;
}

footer .column-text p {
  margin-top: 1.3rem;
}

b {
  font-size: 1.1rem;
}

footer a {
  color: white;
  text-decoration: none;
}

footer .first {
  margin-left: 13%;
}

/* Media queries para pantallas más pequeñas */
@media (max-width: 1800px) {
  header{
    min-height: 8rem;
    height: auto;
  }
  
  header .img-memorial {
    width: 8rem;
  }

  header .img-fbuesa {
    width: 10rem;
  }

  section .button-container {
    width: 30%;
    height: 23rem;
  }

}
@media (max-width:1500px){
  section .button-container {
    width: 30%;
    height: 20rem;
  }

}
@media (max-width:1350px){
  section .button-container {
    width: 46%;
    height: 33vw;
  }

}
@media(max-width:1600px) {
  footer .first{
    margin-left:5%;
  }
  footer .column p, footer .column-text span{
    font-size: 11px !important;
  }
  footer .column-text b{
    font-size: 12px !important;
  }
  footer .column-text p{
    margin-top:1vw
  }
  footer img{
    width: 6.4rem;
  }
  footer .first{
    margin-top:3.2vw;
  }
  footer .img-two{
    margin-top: 4vw;
  }
}
@media (max-height:400px){
  header {
    position: static;
  }
}
/* Media queries para pantallas más pequeñas */
@media (max-width: 1025px) {
  header {
    position: static;
    min-height: 8rem;
    height: auto;
    flex-wrap: wrap;
  }

  /* Ocultar nav normal en tablets */
  #main-nav {
    display: none;
  }

  /* Mostrar botón hamburguesa en tablets */
  .mobile-menu-toggle {
    display: flex;
    position: fixed;
    right: 4%;
    top: 3rem;
  }

  header .navigation-section {
    position: static !important;
    transform: none !important;
    flex: 0 0 100%;
    width: 100% !important;
    padding: 0.75rem 0 1rem !important;
    margin: 0 !important;
    order: 3;
  }

  header .nav-button {
    width: 140px !important;
    font-size: 14px !important;
    padding: 0.45rem 0.9rem !important;
  }

  /* Animación del botón hamburguesa cuando está activo */
  .mobile-menu-toggle.active span:nth-child(1) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* Mostrar menú móvil cuando está activo */
  .mobile-nav.active {
    display: block;
    padding-top: 9rem !important; /* 8rem header height + 1rem margin */
  }

  header .logo {
    width: 30%;
  }

  header .logo img {
    max-width: 90%;
  }

  header .img-fbuesa {
    width: 7rem;
    height: 6rem;
  }

  header .img-memorial {
    width: 6rem;
    height: 4rem;
  }

  header .logo {
    gap: 1vw;
  }

  footer .column p, footer .column-text span{
    font-size: 15px !important;
  }
  footer .column-text b{
    font-size: 16px !important;
  }
  footer {
    gap: 1rem;
    /* Reducir el espacio entre columnas */
    margin: 0;
    font-size: 100%;
  }
  footer img {
    width: 50% !important;
    height: 20% !important;

  }

  footer .column,
  footer .column-text {
    flex: 1 1 44%;
    /* Las columnas ocuparán el 48% del espacio disponible en pantallas más pequeñas */
  }

  footer .img-column p {
    text-align: left;
    padding-left: 0;
    border-left: none;
  }

  footer .img-two {
    margin-top: 6vw;
  }

  footer .first,
  footer .third {
    margin-left: 5%;
    margin-top: 3.5%;
  }

  header .img-memorial {
    width: 8rem;
  }

  section .button-container {
    width: 46%;
    height: 33vw;
  }
}

@media (min-width: 391px) and (max-width: 768px) {
  header{
    height: 7rem;
  }
  footer {
    gap: 1rem;
    /* Reducir el espacio entre columnas */
    margin: 0;
    font-size: 100%;
  }

  footer .column,
  footer .column-text {
    flex: 1 1 40%;
    /* Las columnas ocuparán el 48% del espacio disponible en pantallas más pequeñas */
  }

  footer .img-column p {
    text-align: left;
    padding-left: 0;
    border-left: none;
  }

  footer img {
    width: 40%;
    height: 10%;
  }

  footer .first {
    margin-left: 5%;
    margin-top: 1%;
  }

  footer .third {
    margin-left: 5%;
  }


  footer span {
    font-size: 12px;
  }

  footer b {
    font-size: 15px;
  }

  footer .column p {
    font-size: 12px;
  }


  footer .column-text {
    margin-left: 5%;
  }

  footer .img-column p {
    text-align: left;
    padding-left: 0;
    border-left: none;
  }


  footer img {
    width: 40% !important;
  }

  footer .img-two {
    margin-top: 4vw;
  }

  footer .footer-text {
    font-size: 0.75rem;
    /* Reducir el tamaño del texto en pantallas más pequeñas */
  }

  footer .column {
    margin-left: 5%;
  }

  footer .first {
    margin-top: 2%;
  }

  header .logo {
    width: 30%;
  }

  nav {
    width: 55%;
  }

  nav li {
    font-size: 15px;
  }

  /* Ocultar nav normal en móvil */
  #main-nav {
    display: none;
  }

  /* Mostrar botón hamburguesa en móvil */
  .mobile-menu-toggle {
    display: flex;
    position: fixed;
    right: 4%;
    top: 2.5rem;
  }

  /* Animación del botón hamburguesa cuando está activo */
  .mobile-menu-toggle.active span:nth-child(1) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* Mostrar menú móvil cuando está activo */
  .mobile-nav.active {
    display: block;
    padding-top: 8rem !important; /* 7rem header height + 1rem margin */
  }

  header .logo img {
    max-width: 90%;
  }

  header .img-fbuesa {
    width: 7rem;
    height: 6rem;
  }

  header .img-memorial {
    width: 6rem;
    height: 4rem;
  }

  header .logo {
    gap: 1vw;
  }


  .button-container .button-interior {
    font-size: 15px;
  }

  .button-container:hover .button-interior {
    font-size: 1rem;
  }

  section .button-container {
    height: 33vw;
  }

  .temas-navigation {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    padding: 1.5rem 0;
  }

  .navigation-section {
    width: 96% !important;
    padding: 2rem 0 !important;
    gap: 0.8rem !important;
  }

  .nav-button {
    font-size: 16px !important;
    padding: 0.8rem 2rem !important;
  }

  #temas-container {
    gap: 0.75rem 1.5rem;
  }

  #temas-container a {
    font-size: 15px;
    padding: 0.4rem 0;
  }
  .button-container:hover .button-interior{
    font-size:1.1rem !important;
  }
}
@media (max-width:570px){
  footer .column p,
  footer .column-text span,
  footer .column-text p {
    font-size: 2vw !important;
  }
  footer .column-text b {
    font-size: 2.5vw !important;
  }

}
@media (max-width: 600px) {
  section .button-container {
    width: 94%;
    height: 70vw;
  }

  .navigation-section {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.6rem !important;
    padding: 2rem 0 !important;
  }

  .nav-button {
    max-width: none !important;
    width: calc(40% - 0.3rem) !important;
    font-size: 11px !important;
    padding: 0.45rem 0.85rem !important;
    flex: 0 0 auto !important;
  }

  header .navigation-section {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    padding: 0.6rem 0 0.9rem !important;
    margin: 0 !important;
  }

  header .nav-button {
    width: 120px !important;
    font-size: 12px !important;
    padding: 0.35rem 0.7rem !important;
  }

  #temas-container {
    gap: 0.5rem 1rem !important;
  }

  #temas-container a {
    font-size: 12px !important;
    padding: 0.3rem 0 !important;
  }
}

@media (max-width: 470px) {
  header{
    min-height: 5rem;
    height: auto;
  }

  /* Ajustar padding del menú móvil para altura fija */
  .mobile-nav {
    padding-top: 6rem !important; /* 5rem header height + 1rem margin */
  }

  footer .column {
    margin-left: 5%;
  }

  footer .column-text {
    margin-top: 0;
  }

  footer .column p,
  footer .column-text span,
  footer .column-text p {
    font-size: 3vw;
  }

  footer .column-text b {
    font-size: 10px;
  }

  footer .column,
  footer .column-text {
    flex: 1 1 40%;
    /* En pantallas más pequeñas, cada columna ocupa el 100% */
  }

  footer img {
    width:60% !important;
  }

  .logo img {
    width: 100%;
    height: 100%;
    max-width: 100% !important;
  }

  .logo {
    width: 50%;
  }

  .logo .img-memorial {
    max-width: 90%;
    width: 4rem;
  }

  .logo .img-fbuesa {
    max-width: 90%;
    width: 5rem;
  }

  header a {
    font-size: 70%;
  }

  section .button-container {
    height: 70vw;
  }

  .navigation-section {
    padding: 1.5rem 0 !important;
    gap: 0.5rem !important;
  }

  .nav-button {
    font-size: 8px !important;
    padding: 0.3rem 0.5rem !important;
  }

  header .navigation-section {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    padding: 0.5rem 0 0.8rem !important;
    margin: 0 !important;
  }

  header .nav-button {
    width: 100px !important;
    font-size: 10px !important;
    padding: 0.3rem 0.6rem !important;
  }

  #temas-container {
    gap: 0.4rem 0.8rem !important;
  }

  #temas-container a {
    font-size: 10px !important;
    padding: 0.25rem 0 !important;
  }
}
@media(max-width:390px){
  header{
    height: 5rem;
  }

  /* Ocultar nav normal en móvil */
  #main-nav {
    display: none;
  }

  /* Mostrar botón hamburguesa en móvil */
  .mobile-menu-toggle {
    display: flex;
    position: fixed;
    right: 4%;
    top: 1.75rem;
  }

  /* Animación del botón hamburguesa cuando está activo */
  .mobile-menu-toggle.active span:nth-child(1) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(45deg);
  }

  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scale(0);
  }

  .mobile-menu-toggle.active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* Mostrar menú móvil cuando está activo */
  .mobile-nav.active {
    display: block;
    padding-top: 6rem !important; /* 5rem header height + 1rem margin */
  }

  header .logo {
    width: 30%;
  }

  header .logo img {
    max-width: 90%;
  }

  header .img-fbuesa {
    width: 7rem;
    height: 6rem;
  }

  header .img-memorial {
    width: 6rem;
    height: 4rem;
  }

  header .logo {
    gap: 1vw;
  }

  section .button-container {
    height: 70vw;
  }

  .navigation-section {
    padding: 1rem 0 !important;
    gap: 0.4rem !important;
  }

  .nav-button {
    font-size: 5px !important;
    padding: 0.2rem 0.35rem !important;
  }

  header .navigation-section {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    padding: 0.45rem 0 0.7rem !important;
    margin: 0 !important;
  }

  header .nav-button {
    width: 90px !important;
    font-size: 9px !important;
    padding: 0.25rem 0.5rem !important;
  }

  #temas-container {
    gap: 0.3rem 0.6rem !important;
  }

  #temas-container a {
    font-size: 8px !important;
    padding: 0.2rem 0 !important;
  }
}

.button-interior {
  color: #444444;
  font-weight: bold;
  position: relative;
  opacity: 100%;
  z-index: 5;
  font-size: 1.2rem;
  text-align: center;
  animation: appear 0.5s ease-out forwards;
  left: 30%;
  top: 65%;
}

.button-container:hover .button-interior {
  opacity: 100%;
  color: white;
  font-size: 1.6rem;
  left: 24%;
  top: 63%;
  transition: color 0.3s ease-in-out;


}

.button-container:hover .buton-selector {
  opacity: 100%;

  transition: opacity 0.3s ease-in-out;

}

.button-container {
  padding-bottom: -50px;
  margin: 1% 1% 1% 1%
}

.buton-selector {
  opacity: 20%;
  position: relative;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  animation: appear 0.5s ease-out forwards;
}

.button-container {
  cursor: pointer;
  border: none;
  width: 22%;
  height: 20rem;
  margin: 1%;

}

@keyframes appear {
  0% {
    transform: scale(0);
    /* Comienza con el tamaño original */

  }

  100% {

    transform: scale(1);
    /* Aumenta la opacidad si deseas que se haga más visible */
  }
}

@keyframes letra {
  0% {
    font-size: 1.2rem;
  }

  100% {
    font-size: 1.4rem;
  }
}

/* Sección de navegación con botones */
.navigation-section {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 5rem 0;
  margin: 0 auto;
  width: 89.2%;
  max-width: 100%;
}

header .navigation-section {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  width: auto;
  gap: 1rem;
}

header .nav-button {
  padding: 0.6rem 1.6rem;
  font-size: 16px;
  color: #ffffff;
  width: 160px;
}

.nav-button {
  flex: 0 0 auto;
  width: 160px;
  padding: 1rem 2rem;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  background-color: transparent;
  color: rgb(63, 63, 63);
  cursor: default;
  transition: color 0.3s ease, transform 0.2s ease;
  border-radius: 4px;
  border: none;
  white-space: nowrap;
}

.btn-orange {
  border-color: #dc9c64;
}

.btn-green {
  border-color: #6eab27;
}

.nav-button-text {
  display: inline-block;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.2s ease;
}

.nav-button-text:hover {
  transform: translateY(-2px);
}

.btn-orange .nav-button-text:hover {
  color: #dc9c64;
}

.btn-green .nav-button-text:hover {
  color: #6eab27;
}

.nav-button:active {
  transform: translateY(0);
}

/* Barra de navegación de temas */
.temas-navigation {
  margin-left: auto;
  margin-right: auto;
  width: 89.2%;
  padding: 0 0 2rem 0;
  background-color: rgb(242, 242, 242);
}

/* Menú desplegable de temas */
.temas-dropdown {
  position: sticky;
  top: 1rem;
  margin: 2rem 0 1.5rem calc(5% + 1%);
  width: calc(90% - 1%);
  box-sizing: border-box;
  z-index: 1000;
}

.temas-dropdown-toggle {
  background-color: #ffffff;
  color: #1d1d1b;
  border: 1px solid #dc9c64;
  border-radius: 6px;
  padding: 0.7rem 1.6rem;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.temas-dropdown-toggle:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}

.temas-dropdown-menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  padding: 0.8rem 1rem;
  display: none;
  z-index: 1000;
}

.temas-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 16px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
}

.temas-dropdown-menu.is-open {
  display: block;
}

.temas-dropdown-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  align-items: center;
  justify-content: flex-start;
}

.temas-dropdown-items a {
  font-size: 16px;
  color: grey;
  text-decoration: none;
  white-space: nowrap;
  opacity: 70%;
  transition: color 0.3s ease, opacity 0.3s ease;
  padding: 0.2rem 0;
}

.temas-dropdown-items a:hover {
  opacity: 100%;
  cursor: pointer;
}

.temas-dropdown-items a.selected {
  color: #1a1a1a;
  opacity: 100%;
  font-weight: 600;
}

#temas-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  align-items: center;
  justify-content: center;
}

#temas-container a {
  font-size: 18px;
  color: grey;
  text-decoration: none;
  white-space: nowrap;
  opacity: 70%;
  transition: color 0.3s ease, opacity 0.3s ease;
  padding: 0.5rem 0;
}

#temas-container a:hover {
  opacity: 100%;
  cursor: pointer;
}

#temas-container a.selected {
  color: #1a1a1a;
  opacity: 100%;
  font-weight: 600;
}

