*{
    margin: 0;
    padding: 0;
    border: 0;
}
.btn-wsp {
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index: 120;
}

.btn-wsp:hover {
    text-decoration: none;
    color: #0df053;
    background: #fff;
}


.custom-navbar {
  justify-content: center;
  padding: 0.8rem 0;
}

.custom-navbar .container {
  /*background-color: #003366;*/
  border-radius: 1rem; /* Redondeo */
  max-width: 1200px;   /* Ancho máximo, igual que container-lg */
  margin: auto;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra opcional */
}



/* Sombreado de texto*/

.nav-link {
  color: #fff !important;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}


text-decoration:none;
color: #0df053;
background: #fff;
}

.custom-navbar {
  justify-content: center;
  padding: 0.8rem 0;
}

.custom-navbar .container {
  /*background-color: #003366;*/
  border-radius: 1rem; /* Redondeo */
  max-width: 1200px;   /* Ancho máximo, igual que container-lg */
  margin: auto;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Sombra opcional */
}



/* Sombreado de texto*/

.nav-link {
  color: #fff !important;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

