@charset "UTF-8";
/* CSS Document estilos vyanken@gmail.com */

.mbr-text.mbr-fonts-style.counter-container.display-7>ul li {
  list-style: square url("../images/topo.png");
}
.botoncentrado {
  display: flex;
  justify-content: center;
}
.row > .columna {
  text-align: center;
  margin: 20px 0;
  font-family: 'Jost';
  color:#ffffff;
}

.navbar-fixed-top {
    text-align: center;
    font-family: 'Jost';
    font-size: 1rem; 
    background-color: #ffffff; 
    margin-bottom: 1rem;
    color: #c00812;
    text-align: center;
    font-weight: 700;
    line-height: 2rem;
}
.navbar-fixed-top a {
    color: #c00812;
    font-weight: 700;
    text-decoration: none;
}

@media (min-width: 300px) and (max-width: 500px){
	
	.navbar-fixed-top {
		font-size: 0.7rem;
		display: inline;
    }
}