/* SECTION TULIPA ===================================================  */
#post-header {
    padding: 120px 15%;
}

#h2-pos-noticia {
    text-align: center;
    font-size: 2.5rem;
    margin-top: 5rem;
}

.header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem !important;
}

#h2-pos-noticia {
    color: var(--text-color);
}

#texto-pos {
    padding: 0 15% 0 15%;
}

.back-home {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.back-home:hover {
    transition: all .45s ease;
    transform: scale(1.1);
    color: var(--main-color);
}

.header-title {
    width: 90%;
    font-size: 2.6rem;
    color: var(--text-color);
    text-align: center;
    margin-bottom: 3rem;
}

.header-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 2px hsl(355deg 25% 15% / 10%);
}

.sub-heading {
    font-size: 1.2rem;
}

.post-text {
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 1rem 0;
    text-align: left;
    font-family: "Muller";
}

.post-description2 {
    font-weight: bold !important;
    font-size: 1.2rem;
    margin-top: 2rem;
    font-family: "Grover Caps";
}

#id-description {
    font-weight: 500 !important;
    font-family: "Muller";
    color: #008EDE;
    line-height: 1.5;
    word-break: break-all;
}

#id-description:hover {
    color: var(--main-color);
    transition: all .45s ease;
}

.texto-post2 {
    margin-top: 4rem;
}

.veja-tambem {
    text-align: center;
    margin-top: 8rem;
}

.post {
    display: grid;
    grid-template-columns: repeat(autofit, minmax(500px, auto)) !important;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
}

.post-text-quebra {
    margin-top: 2rem !important;
}

#lista-noticia {
    list-style-type: disc;
    font-family: "Muller" !important;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 1rem;
}

#icons-share i{
    font-size: 2.5rem;
    color: var(--text-color);
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 2rem;
    margin-right: 10px;
}

#icons-share i:hover {
    color: var(--main-color);
    transform: translateY(5px);
    transition: all .45s ease;
}

#share-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1rem;
    margin-top: 10%;
}

.share-title {
    font-size: 1.1rem;
    margin-top: 2rem;
    text-align: center;
}
/* SECTION TULIPA ===================================================  */
/* ESTE SITE FOI DESENVOLVIDO POR NICHOLAS GERADE - COPYRIGHT © 2023*/ 