@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf'); 
}

.tipo{
    font-family: 'Montserrat';
}


#lista{
    list-style: none; /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}

li::before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #009DE2; /* Or a color you prefer */
    font-size:26px;  
}

.circulo {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #009DE2;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin:0px auto;
    padding:3%;
}

.redondo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #009DE2;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin:0px auto;
    padding:10%;
}

.redondo-movil {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #009DE2;
	justify-content: center;
	align-items: center;
	text-align: center;
    margin:0px auto;
    padding:10%;
}
