.body-blog,h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'Ubuntu', sans-serif !important;
}
.text-blog-color{
	color: #2a2a2c;
	font-size: 16px;
}
.h1-blog{
	color: #2a2a2c;
	font-size: 20px;
	margin-bottom: 15px;
}
.h2-blog{	
	color: #fff;
    padding: 15px;
    border-top-right-radius: 50px;
    margin-bottom: 25px;
}
.bg-azul{
	background-color: #164772;
}
.bg-negro{
	background-color: #000;
}
.bg-rosado{
	background-color: #f17456;
}
.link-blog{
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.footer-blog{
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bottomAlt span {
    display: block;
    text-align: center;
}
.navbar-light.bg-faded {    
    border-bottom: none;
    background-color: #03a596;
}
.navbar-right-elements .list-inline > li > a,.navbar-light .navbar-nav .nav-link{
	color: #fff;
}
.circled {
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    color: #03a596;
}
.menu-blog{
	list-style-type: none;
	padding-inline-start: 20px;
}
.menu-blog a{
	color: #03a596;
}
.menu-blog .active{
	font-weight: bold;
    background: #03a596;
    color: #fff;
    border-right: 3px solid #000;
}
.menu-blog .active a{	
    color: #fff;
    padding-left: 5px;    
}