body {
    background:#f5f5f5;
}

.blog-post {
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
    line-height: 1.2;
}

.blog-post .content .title {
    font-size: 18px;
}

.blog-post .content .title:hover {
    color: #333333 !important;
}

.blog-post:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}

.header {
    position: relative;
    margin-bottom: 50px;
}

.capa {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.logo {
    max-width: 320px;
}

.bg-principal {
    background-color: #CC2128;
}

@media (min-width: 768px){
    .position-md-relative {
        position: relative;
    }
}