/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,17): run-time error CSS1039: Token not allowed after unary operator: '-azulFrazao'
(137,17): run-time error CSS1039: Token not allowed after unary operator: '-azulFrazao'
 */
:root {
    --azulFrazao: #00497D;
    --cinzaTextos: #1E1E1E; /*Para textos principais porém que não podem ser muito pesados então não usar preto*/
    --cinzaFrazao: #82827A; /*Para itens menos destacados como icones secundários*/
    --vermelhoFrazao: #CA1E27;
    --verdeFrazao: #00710C;
    --amareloFrazao: #F5DE10;
    --laranjaFrazao: #D56700;
    --border: #E6E6E6;
}
.article-title {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    color: var(--azulFrazao);
}
.title-section {
    font-size: 2.75rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
}
.article-subtitle {
    font-size: 16px;
    line-height: 1.4rem;
    padding-bottom: 10px;
}
.article h3{
    font-weight:bold;
}
    .section-post > a > img {
        margin-top: 4rem;
        max-width: 300px;
        height: 200px;
        border-radius: 10px;
    }

    .section-post h3 {
        display: block;
        margin: 0;
        font-size: 1.1rem;
        line-height: 1.8rem;
        color: #5d5d5d;
    }

.post-shape {
    width: 100%;
    font-style:italic;
    text-align: start;
}
.post-image {
    max-width: 600px;
}
.sb-post {
    display: block;
    background-color: #fff;
    min-height: 350px;
    position: relative;
    margin-bottom: 25px;
}


.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%;
}
#featuredArticles {
    font-size: 2.0rem;
    color:#333;
    border-bottom: none;
    font-style:italic;
}
.article {
    font-size: 16px;
    line-height: 1.5rem;
}
    .article > .article-subtitle {
        color: #00497D;
        font-weight: bold;
        font-size: 22px;
    }
    .article > .img-post {
        color: #00497D;
        font-weight: bold;
        font-size: 22px;
    }
.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 a h3{
    color:rgb(35, 82, 124);
}
.post-item-info a {
    color: var(--azulFrazao);
    transform: rotate(-45deg);
    font-size: 24px;
}
.post-item-info a:hover {
    text-decoration: none;
}
.post-list-item h3{
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 1rem;
    color: #1e3c7a !important;
}

.post-list-subtitle{
    font-size: 0.8rem;
    line-height: 1.8rem;
    margin:5px 0 0 0;
}
.post-date{
    font-size: 70%;
    color: black;
}

.post-destaque {
    width: 100%;
    background-position: center;
    background-clip: content-box;
    background-size: cover;
    max-height: 400px;
}

.destaque-info {
    padding: 10px 15px;
    height: 260px;    
}
.destaque-info h1{
    margin: 0;
    line-height: 2.7rem;
}
.destaque-info-container {
    padding-right: 15px;
    position: absolute;
}
.destaque-date{
    text-align:right;
    color: #3e3e3e;
    font-size:0.8rem;
}

.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-center {
    text-align: center;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}


.box-caption-post {
    margin-top: 25px;
    position: static;
}

.destaque-subtitle {
    font-size: 1rem;
    line-height: 1.8rem;
}

#blog-destaque-titulo {
    color: #1e3c7a;
    font-weight: 700;
    font-size:1.5rem;
    line-height:2.5rem;
}
/* Medias Queries */
@media (max-width: 767px) {
    .sb-post article {
        padding: 10px 0;
    }
    .article-title {
        font-size: 2.0rem;
        line-height: 4.25rem;
    }

    .article-subtitle {
        font-size: 1.2rem;
        line-height: 2rem;

    }

    .article {
        font-size: 1.1rem;
        line-height: 1.70rem;
    }
    .destaque-info-container{
        width:90%;
    }
    .destaque-subtitle {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
    .section-posts-container{
        display: block !important;
    }
}


@media (min-width: 767px) {

    .destaque-info {
        position: relative;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .section-post h3{
        font-size:1.2rem;
        line-height:2rem;
    }
    .post-list-item h3{
        font-size:1.0rem;
    }
    .post-list-subtitle{
        line-height:1.5rem;
    }
    #featuredArticles{
        font-size:1.5rem;
       
    }
    .container{
        max-width:760px !important;
    }
}

.section-posts-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.moreBlogs {
    flex: 1;
    margin: 0 10px;
    max-width: 300px;
}

.section-post img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 200px;
    max-width: 100%;
    object-fit: cover;
    margin-top: 20px;
}

.carousel-controls {
    text-align: center;
    justify-content: space-between !important;
    font-size: 18px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.control-text {
    color: #00497D;
    text-decoration: none;
    cursor: pointer;
    margin: 0 15px;
    transition: color 0.3s;
}

.control-text:hover {
    color: rgba(0, 0, 0, 0.5);
}

.social-links {
    text-align: left;
    padding: 10px 0;
    color: gray;
}

.social-links i,
.social-links a,
.social-links #shareLink {
    color: gray !important;
    border: 1.5px solid gray;
    padding: 1px;
    padding-right: 4px;
    padding-left: 4px;
    border-radius: 5px;
}

.social-links i:hover,
.social-links a:hover,
.social-links #shareLink:hover {
    color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}

.carousel-inner {
    width: 100%;
}


