@import url("https://fonts.googleapis.com/css2?family=Grandstander:wght@300;500;700&display=swap");

.text-light {
    color: #FEFEFE;
}

.text-center {
    text-align: center;
}

.text-primary {
    color: rgba(44, 165, 196, 0.5019607843);
}

/** MIXINS **/
/* utils */
.center {
    height: 100px;
    text-align: center;
    border: 2px dashed #f69c55;
}

.section-title {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 40px;
    line-height: 3.5rem;
    color: rgba(44, 165, 196, 0.5019607843);
}

.main-text {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 3.5rem;
    text-align: justify;
}

.title-text {
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 3rem;
    line-height: 3.5rem;
}

.pagination a {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.3rem !important;
    line-height: 2.3rem !important;
}

.content-title {
    margin-top: 4rem;
    padding-left: 15rem;
    padding-right: 15rem;
    background-color: #2CA5C4 !important;
    text-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .content-title {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.content-title h1 {
    padding: 2rem 0;
    font-family: "Grandstander", cursive;
    font-weight: 500;
    font-size: 3.5rem;
    line-height: 4rem;
    color: #FEFEFE;
}

@media (max-width: 768px) {
    .content-title h1 {
        font-weight: 400;
        font-size: 3rem;
        line-height: 3.5rem;
    }
}

.blog-detail {
    margin-top: 5rem;
}

    .blog-detail .author small, .blog-detail .number-of-reads small {
        color: #979797;
        margin-right: 1rem;
    }

    .blog-detail .author span, .blog-detail .author small, .blog-detail .number-of-reads span, .blog-detail .number-of-reads small {
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2rem;
        line-height: 3rem;
    }

@media (max-width: 768px) {
    .blog-detail .author {
        margin-left: 1rem;
    }
}

.blog-detail .number-of-reads {
    margin-left: 15rem;
}

.blog-detail .blog-detail-content {
    padding: 0 1rem;
    margin-bottom: 7rem;
}

@media (max-width: 768px) {
    .blog-detail .blog-detail-content {
        padding: 0 2rem;
    }
}

.blog-detail .blog-detail-content h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3.5rem;
    text-align: justify;
}

.blog-detail .blog-detail-content p, .blog-detail .blog-detail-content ul, .blog-detail .blog-detail-content li {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    line-height: 3rem !important;
    text-align: justify !important;
}

.blog-detail .blog-detail-content img {
    width: auto;
    display: block;
    max-width: 100%;
    height: auto;
}
/*# sourceMappingURL=blog-detail.css.map */
