article {
	margin-top: 170px;
	background-color: #f9f9f9;
}

article .article-header {
	background-color: #000;
	padding-bottom: 240px;
}

article .conteudo a{
    color: #1B547A;
    font-weight: 700;
}

article h1 {
	font-size: 51px;
	font-weight: 200;
	margin-bottom: 25px;
}

article h3{
	font-size: 30px;
	color: #27B976;
	font-weight: 700
}

article h1 strong {
	font-weight: 700;
}

article .autor {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
}

article .autor img {
	width: 44px !important;
	height: 44px !important;
	border-radius: 50%;
	object-fit: cover;
}

article .autor span {
	font-size: 18px;
	font-weight: 700;
}

article .autor .data-publicacao {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
}

article .thumb-article img{
    width: 100% !important;
    height: 485px !important;
    object-fit: cover;
    margin-top: -240px;
    margin-bottom: 45px;
    border-radius: 25px;
}

article .conteudo p{
    font-size: 21px;
    color: #1D1D1D;
    margin-bottom: 35px;
    font-weight: 400;
}

article .quote-artigo {
    position: relative;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.4) 0px 7px 29px 0px;
    padding: 60px 50px 30px;
    margin: 45px auto 50px;
    max-width: 1290px;
    
}

article .quote-artigo .aspas{
    width: 104px;
    display: block;
    position: absolute;
    top: -20px;
    left: 33px;
}

article .quote-artigo p {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #1D1D1D;
    font-weight: 600;
}

article .quote-artigo .autor-citacao {
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 2px solid #222;
    padding-top: 20px;
    margin-top: 20px;
}

article .quote-artigo .autor-citacao img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

article .quote-artigo .autor-citacao span {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

article .bio-autor{
    background: linear-gradient(to right, #27B976, #37CB87);
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 8px;
}

article .bio-autor-name{
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

article .bio-autor img{
    height: auto;
    width: 254px;
    flex-shrink: 0;
    border-radius: 0px 50% 50% 0px;
    object-fit: cover;
    object-position: right;
    margin-left: -60px;
    margin-top: -20px;
    margin-bottom: -20px;

}

article .bio-autor-content{
    padding: 30px 50px 30px 0px;
}

article .bio-autor-content p{
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

article .quote-footer{
    display: flex;
    border-top: 2px solid #000;
        padding: 30px 0px;
    margin-top: 80px;
}

article .quote-footer img{
    width: 108px;
    height: 108px;
    border-radius: 100%;
	margin-top: -80px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

article .quote-author{
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-left: 30px;
}

article .quote-author-name{
    font-weight: 700;
}

article .tags-content{
        display: flex;
    padding: 64px 0px 30px;
    gap: 16px;
    align-items: center;
}

article .tags-content p{
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin: 0px;
}

article .tag{
    border: solid 2px #27B976;
    border-radius: 5px;
    color: #27B976;
    display: flex;
    height: 42px;
    padding: 0px 13px;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 21px;
    cursor: pointer;
    
}

article .tag:hover{
    background-color: #27B976;
    color: #FFF;
    border: solid 2px #FFF;
}

.leia-tambem{
	display: none	
}

@media (max-width: 992px) {

    article{
        margin-top: 100px;
    }

    article h1{
        font-size: 28px;
    }

    article .article-header {
        padding-bottom: 130px;
    }

    article .bio-autor{
        flex-direction: column;
        padding: 20px;
        overflow: visible;
        margin-top: 125px;
    }
    article .bio-autor img {
        border-radius: 0px ;
		width: 145px;
        margin-top: -100px;
        margin-left: 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        border-radius: 5px;
    }

    article .bio-autor-name{
        font-size: 16px;
    }

    article .bio-autor-content{
        padding: 0px;
    }

    article .thumb-article img{
        height: 260px !important;
        object-fit: cover;
        margin-top: -130px;
        margin-bottom: 35px;
        border-radius: 8px;
    }    

    article .conteudo p{
        font-size: 14px;
        margin-bottom: 20px;
        text-align: justify;
    }

    article .quote-artigo p{
        text-align: left;
    }

    article .quote-artigo .aspas{
        width: 69px;
        top: -10px;
    }

    article .quote-artigo {
        padding: 40px 40px 25px;
        margin: 37px auto 40px;
    }

    article .quote-footer img{
        width: 72px;
        height: 72px;
        margin-top: -30px;
        margin-left: -6px;
    }

    article .quote-author{
        font-size: 14px;
    }

    article .quote-footer{
        padding: 10px 0px;
        margin-top: 40px;
    }

    article .quote-author{
        margin-left: 10px;
    }

    article .quote-footer br{
        display: block !important;
    }

    article .autor{
        gap: 15px;
    }

    article .autor span, article .autor .data-publicacao{
        font-size: 14px;
    }

    article .tag{
        font-size: 16px;
        height: 34px;
    }

    article .tags-content{
        flex-wrap: wrap;
        gap: 10px;
        padding: 20px 0px 30px;
    }
    
    article .tags-content p{
        font-size: 16px;
        width: 100%;
    }
    
    article .bio-autor-content p{
        font-size: 14px;
    }

	article .bio-autor {
		gap:40px
	}
    
    
}

@media (max-width: 768px) {
    .container {
        padding: 0px 15px;
    }
}