@charset "UTF-8";
/* CSS Document */

/* CAMBIAR LISTADO POR UNA IMAGEN */
.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
    list-style: square url("../images/topo.png");
  }

.navbar-fixed-top {
    text-align: center;
    font-family: 'Poppins', sans-serif; 
    font-size: 1rem; 
    background-color: #ff0000; 
    margin-bottom: 1rem;
    color: white;
    text-align: center;
    font-weight: 700;
    line-height: 2rem;
}
.navbar-fixed-top a {
    color: white;
    font-weight: 700;
    text-decoration: none;
}
.botoncentrado {
  display: flex;
  justify-content: center;
}
@media (min-width: 300px) and (max-width: 500px){
	
	.navbar-fixed-top {
		font-size: 0.7rem;
		display: inline;
    }
}