body {
	font-family: 'Quicksand';
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #7556F3;
}

a {
    color: #222;
}

a:hover {
    color: #9D4FFD;
}

.navbar-light .navbar-nav .nav-link {
    color: #9D4FFD;
}

.title-section span {
	position: relative;
}

.title-section span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 2px solid #9d4ffd;
    width: 40%;
}

.post-portada-navidad {
	position: relative;
}

.post-portada-navidad img {
    object-fit: cover;
    height: 400px;
    width: 100%;
    object-position: center;
}

.post-portada-navidad:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 43%);
}

.post-portada-navidad figcaption {
    position: absolute;
    top: 5%;
    left: 5%;
    color: #fff;
}

.post-portada-navidad h2 {
	font-size: 1.2em;
    line-height: 1.1;
    text-transform: uppercase;
}

.more {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.more h3 {
    color: #fff;
    font-size: .8em;
    text-transform: uppercase;
}

.btn-more {
    background: #9d4ffd;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
    font-size: 0.9em;
}

.post-tag-navidad h2 {
	padding-top: .5em;
    font-size: 1.2em;
    line-height: 1.1;
    text-transform: uppercase;
}

.post-tag-navidad span {
	float: right;
    text-transform: uppercase;
    color: #9d4ffd;
    font-size: 0.8em;
}

.post-tag-navidad img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}