﻿
.article-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 4.5rem;
    padding-top: 100px;
    color: #fff;
    text-align: center;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    line-height: 5rem;
}
.title-section {
    font-size: 2.75rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
.article-subtitle {
    font-family: 'Roboto Slab', serif;
    font-size: 2.75rem;
    line-height: 3.7rem;
}

.section-post {
    display: block;
    width: 100%;
    min-height: 200px;
    background-position: center;
    background-clip: content-box;
    background-size: cover;
    margin-top: 20px;
    position: relative;
}

.section-post h3 {
    display: block;
    margin: 0;
    font-size: 2rem;
    line-height: 2.6rem;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
    color: #fff;
}

.post-shape {
    background-color: rgba(0, 0, 0, 0.49);
    padding: 10px;
    position:absolute;
    bottom: 0;
    width: 100%;
}

.sb-post {
    font-family: 'Roboto Slab', serif;
    display: block;
    background-color: #fff;
    min-height: 350px;
    margin-top: -200px;
    position: relative;
    border: 1px solid #a1a1a1;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
}


.sb-main-post {
    position: relative;
    top: 0;
    height: 500px;
    left: 0;
    margin: 0 auto;
    margin-top: 0;
    background: url(/content/image/layout/capitais/bg_sp.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    animation-name: fadeIn;
}

    .sb-main-post::before {
        content: '';
        height: 100%;
        display: block;
    }

    .sb-main-post::before {
        background-color: rgba(0,0,0,.35);
    }

.box-caption-post {
    z-index: 9;
    position: absolute;
    top: 0;
    width: 100%;
}

.article {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    line-height: 3.20rem;
}
.sb-post article{
    padding: 30px;
}

.post-thumb {
    width: 100%;
    background-position: center;
    background-clip: content-box;
    background-size: cover;
    min-height: 200px;
}
.post-list-item{
    margin-top: 20px;   
}
.post-item-info {
    position: relative;
    min-height: 200px !important;
}
.post-item-info a h3{
    color:rgb(35, 82, 124);
}
.post-item-info a{
    color: #333;
}
.post-item-info a:hover {
    text-decoration: none;
}
.post-item-footer {
text-align:left;
}
.post-list-item h3{
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: 700;

}

.post-list-subtitle{
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin:5px 0 0 0;
}
.post-date{
    font-size: 80%;
    color: black;
}

.post-destaque {
    width: 100%;
    background-position: center;
    background-clip: content-box;
    background-size: cover;
    min-height: 300px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.destaque-info {
    font-family: 'Roboto Slab', serif;
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #a1a1a1;
    height: 260px;    
    -webkit-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 11px -5px rgba(0,0,0,0.75);
}
.destaque-info h1{
    margin: 0;
    line-height: 2.7rem;
}
.destaque-subtitle {
    font-size: 1.5rem;
    line-height: 2.5rem;   
}
.destaque-info-container {
    padding-right: 15px;
    bottom: 10px;
    position: absolute;
}
.destaque-date{
    text-align:right;
    color: #3e3e3e;
}

.destaque-info a h1 {
    color: rgb(35, 82, 124);
}

.destaque-info a:hover {
    text-decoration: none;
}

.destaque-info-container .readMore {
    float:right;
}

.share-buttons {
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1;
    min-height: 45px;
    margin: 25px 0px;
    padding-top: 6px;
}

.img-post{
    width: 100%;
    height: auto;
}




.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}
h2.ql-align-justify {
    text-align: justify;
    text-align: center;
    color: #136285;
    font-weight: 700;
}

/* Medias Queries */
@media (max-width: 767px) {
    .sb-post article {
        padding: 10px 0;
    }
    .article-title {
        font-size: 3.5rem;
        line-height: 4.25rem;
    }

    .article-subtitle {
        font-size: 2rem;
        line-height: 3rem;
    }

    .article {
        font-size: 1.75rem;
        line-height: 2.70rem;
    }
}


@media (min-width: 992px) {

    .destaque-info {
        position: relative;
        margin: 20px 0 0 -170px;
    }

}

.post-container{
    padding: 0 1rem;
}

.ql-video{
    width: 100%;
    height: 400px;
}
@media (max-width: 575.98px) {
    .ql-video {
        height: 200px !important;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .ql-video {
        height: 300px !important;
    }
}
