.tam {
    width: 50px;
    height: auto;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}
h1{
    color:#d5843a;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color:#5e7370;
    color:white;
}

        .tam{
            width: 70px;
            height: auto;
        }
        .colornav{
            background-color: #556c6b;
        }

.colorbtn{
    background-color: #556c6b;
     color:#d5843a;
}

.colorbtn:hover{
    background-color: #5d726f;
    color:white;
}

.nav-item.active .nav-link {
    color: #ffffff; /* Cambia esto al color que desees para el enlace activo */
    font-weight: bold; /* Opcional: puedes agregar más estilos aquí */
}