/* 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 '-'
(135,28): run-time error CSS1039: Token not allowed after unary operator: '-border'
(198,17): run-time error CSS1039: Token not allowed after unary operator: '-azulMega'
(468,17): run-time error CSS1039: Token not allowed after unary operator: '-cinzaMega'
(484,28): run-time error CSS1039: Token not allowed after unary operator: '-border'
(508,17): run-time error CSS1039: Token not allowed after unary operator: '-cinzaMega'
(512,17): run-time error CSS1039: Token not allowed after unary operator: '-cinzaMega'
(516,28): run-time error CSS1039: Token not allowed after unary operator: '-azulMega'
 */
:root {
    --azulMega: #00497D;
    --cinzaTextos: #1E1E1E; /*Para textos principais porém que não podem ser muito pesados então não usar preto*/
    --cinzaMega: #82827A; /*Para itens menos destacados como icones secundários*/
    --vermelhoMega: #CA1E27;
    --verdeMega: #00710C;
    --amareloMega: #F5DE10;
    --laranjaMega: #D56700;
    --border: #E6E6E6;
}
.article-title {
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    color: #0062cc;
}
.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: #0062cc;
        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 {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0,0,0,.05);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .post-list-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 22px rgba(0,0,0,.12);
    }

    .post-list-item .post-thumb {
        width: 100%;
        aspect-ratio: 16 / 9;
        min-height: 0; 
        margin-top: 0;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .post-list-item .post-item-info {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto; 
        padding: 16px;
        margin-top: 0; 
    }

    .post-list-item .post-item-title {
        margin: 0 0 12px;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.35rem;
        color: #0062cc !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .post-list-item .readMore {
        margin-top: auto;
        align-self: flex-start;
        font-weight: 600;
        color: #2196F3;
        text-decoration: none;
    }

        .post-list-item .readMore:hover {
            text-decoration: underline;
            color: #1976D2;
        }

        .post-list-item .readMore i {
            margin-left: 4px;
            font-size: .85rem;
        }
.post-item-info a h3{
    color:rgb(35, 82, 124);
}
.post-list-item:hover .post-item-title {
    color: var(--azulMega) !important;
}
/*.post-item-info a {
    color: var(--azulMega);
    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: #0062cc  !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%;
    height: auto;
    aspect-ratio: 750 / 400;
/*    object-fit: cover;*/
    border-radius: 12px;
}

.destaque-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 10px 15px;
}

    .destaque-info h2 {
        margin: 0 0 12px;
        line-height: 2.2rem;
    }
.destaque-date{
    text-align:right;
    color: #3e3e3e;
    font-size:0.8rem;
}


.destaque-info a:hover {
    text-decoration: underline;
}


.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;
    margin-bottom: 0;
}


.box-caption-post {
    margin-top: 25px;
    position: static;
}

.destaque-subtitle {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.destaque-readmore {
    align-self: flex-start;
    font-weight: 600;
}

.blog-destaque-titulo {
    color: #0062cc;
    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%;
}

.titulo-blog {
    margin-bottom: 55px;
}
.post-list-item .post-thumb-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.article h2,
.article h3,
.article h4{
    color: #0062cc;
    font-weight: 700;
}

.share-label {
    display: block;
    color: var(--cinzaMega);
    font-size: .95rem;
    margin-bottom: 10px;
}

.share-buttons-group {
    display: flex;
    gap: 10px;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 44px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: transparent; 
    font-size: 1.1rem;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    text-decoration: none;
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0,0,0,.12);
    border-color: #c4c4c4;
    text-decoration: none;
}
.share-whatsapp {
    color: #25D366 !important;
}

.share-facebook {
    color: #1877F2;
}

.share-email {
    color: var(--cinzaMega);
}

.share-copy {
    color: var(--cinzaMega);
}
.blog-welcome-banner {
    position: relative;
    background-color: var(--azulMega);
    color: #fff;
    text-align: center;
    padding: 70px 20px;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 25px;
    margin-bottom: 50px;
}

    .blog-welcome-banner h1 {
        position: relative;
        z-index: 2;
        font-size: 34px;
        font-weight: 700;
        margin: 0;
        color: #fff;
    }

    .blog-welcome-banner .welcome-arrow {
        position: relative;
        z-index: 2;
        display: inline-block;
        margin-top: 12px;
        font-size: 22px;
        color: #fff;
        opacity: .85;
    }

    .blog-welcome-banner::before,
    .blog-welcome-banner::after {
        content: "";
        position: absolute;
        border: 2px solid rgba(255,255,255,.30);
        border-radius: 40px;
        z-index: 1;
 
    }

    .blog-welcome-banner::before {
        width: 220px;
        height: 180px;
        top: 30px;
        left: -60px;
    }

    .blog-welcome-banner::after {
        width: 200px;
        height: 160px;
        top: -40px;
        right: -50px;
    }
.banner-shape {
    position: absolute;
    background: transparent;
    border: 2px solid rgba(255,255,255,.12);
    z-index: 1;
    pointer-events: none;
}

.quadrado1 {
    width: 260px;
    height: 200px;
    bottom: -60px;
    left: -70px;
    border-radius: 50px;
}
.quadrado2 {
    width: 200px;
    height: 120px;
    top: -50px;
    right: -20px;
    border-radius: 40px;
    opacity: .8;
}
