/* COMMONS */
@font-face {
    font-family: 'Anton-Regular';
    src:url('../fonts/Anton-Regular/Anton-Regular.ttf.woff') format('woff'),
        url('../fonts/Anton-Regular/Anton-Regular.ttf.svg#Anton-Regular') format('svg'),
        url('../fonts/Anton-Regular/Anton-Regular.ttf.eot'),
        url('../fonts/Anton-Regular/Anton-Regular.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad-pro';
    src:url('../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

:root{
    --primary-color: #C71618 ;
    --secondary-color: #EA4444;
    --tertiary-color: #EE7272;
    --quaternary-color: #1A1A1A;
    --light-color: #ffffff;
    --black-color: #000000;
    --gray-light-color: #f7f7f7;
    --gray-color: #cccccc;
    --font-family-titulo: 'Anton-Regular' ;
    --font-family-primary: 'Myriad-pro' ;
    --background-primay: #ffffff;
    --background-secondary: #f7f7f7;
}

body{
    background-color: var(--background-primay);
    font-family: var(--font-family-primary);
    font-size: 1rem;
    margin: 0;
    padding: 0;
}

.barra{
    background-color: var(--quaternary-color);
    height: 1px;
}
.bold{
    font-weight: bold;
}

.propaganda{
    margin: 0;
    padding: 0;
}
.propaganda .propaganda-label,
#adv-top-slider .propaganda-label,
#propaganda .propaganda-label {
    background-color: var(--gray-color);
    padding-left: 10px;
    font-size: 12px;
}

.row,
.col {
    padding: 0;
}

.titulo{
    font-family: var(--font-family-titulo);
}
.titulo-1{
    font-size: 1.5rem;
}
.titulo-2{
    font-size: 1.2rem;
}
.titulo-3{
    font-size: 1.9rem;
}
.titulo-cabecalho{
    font-size: 1.5rem;
    color: var(--primary-color)
}
.titulo-noticia-destaque{
    font-size: 1.5rem;
}
.corpo-noticia{
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}
.social-media a{
    text-decoration: none;
    color: var(--light-color);
}
.social-media .icon {
    width: 25px;
    height: 25px;
    background-color: var(--quaternary-color);
    border-radius: 50%;
    margin-right: 4px;
    color: var(--light-color);
    box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.521);
}
.division-line{
    height: 5px;
    padding: 0;
    background-color: var(--black-color) ;
}

#adv-top-slider{
    max-width: 700px;
}

.bg-primary{
    background-color: var(--primary-color) !important;
}
.card-noticia:hover,
.card-noticia-destque:hover {
    box-shadow: 0 0 25px -5px var(--gray-color);
    transition: transform 0.5s;
    transform: scale(99.5%);
}
.card-noticia {
    padding: 5px;
    background: var(--gray-light-color);
    min-height: 330px;
}
.card-noticia>div {
    padding: 0 2px;
}
.card-noticia-img{
    overflow: hidden;
}
.card-noticia-img>img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
}
.card-noticia-destque{
    padding: 5px;
    background: var(--gray-light-color);
}
.menor{
    min-height: 275px;
}

@media screen and (max-width: 768px) {
    .propaganda{
        margin-top: 20px;
    }
}

@media screen and (max-width: 425px) {
    #youtube,
    #politica,
    #notica,
    #colunista,
    .outras-noticias
    {
        padding: 0 20px;
    }
}

/* FIM COMMONS */

/* HEADER */
header{
    background-color: var(--primary-color);
}

header img{
    height: 70px;
    margin: 15px 0 10px 0;
}
/* FIM  HEADER */

/* NAV */
.bg-light {
    background-color: var(--light-color) !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(255, 0, 0, 0.521);
}
.navbar-toggler {
    padding: .25rem .5rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}

nav .icon .facebook{
    font-size: 13px;
}
nav .icon .youtube,
nav .icon .whatsapp,
nav .icon .instagram,
nav .icon .x,
nav .icon .threads{
    font-size: 14px;
}

nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li{
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}
nav ul li a{
    display: block;
    text-decoration: none;
    color: var(--quaternary-color);
}
nav ul li a:hover{
    color: var(--black-color);
}
nav .cotacao{
    font-size: 11px;
    width: 120px;
    justify-content: space-between;
}
nav .unit{
    margin-right: 15px;
}
nav .cotacao i{
    padding-left: 3px;
    padding-right: 1px;
    
}
nav .cotacao .verde{
    color: green;
}
nav .cotacao .vermelho{
    color:red;
}
.link-geral>a{
    text-decoration: none;
    color: var(--black-color)
}

@media screen and (max-width: 768px) {
    nav ul {
        padding: 5px 0;
    }
    nav ul li {
        padding: 5px 0;
    }
}
@media screen and (max-width: 425px) {
    .navbar{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}
/* FIM NAV */

/* MAIN  */
    /* MAIN-HOME */
        /* DESTAQUE */
        .destaque{
            max-height: 400px;
            position: relative;
            overflow: hidden;
        }
        .destaque-editorial{
            max-height: 300px;
            position: relative;
            overflow: hidden;
        }
        .destaque .bg-destaque {
            width: 100%;
            height: 200px;
            position: absolute;
            bottom: 0;
            left: 0;
            color: #fff;
            background: linear-gradient(to top, #000000c9, transparent);
        }
        .destaque p{
            width: 35%;
            position: absolute;
            bottom: 0;
            left: 0;
            padding-left: 15px;
            font-family: var(--font-family-titulo);
            font-size: 20px;
            color: var(--light-color);
            letter-spacing: 1px;
        }

        .destaque img{
            width: 100%;
            /* height: 400px; */
            object-fit: cover;
            object-position: center;
        }

        #destaque .leia-mais>a{
            background-color: var(--primary-color);
            color: var(--light-color);
            padding: 5px 10px;
            
        }
        #destaque .leia-mais>a:hover{
            box-shadow: 0px 0px 3px var(--black-color);            
        }
        #destaque .destaque-image{
            width: 100%;
            height: 460px;
            object-fit: cover;
            object-position: center center;
        }
        #destaque .destaque-image-container {
            overflow: hidden;
        }

        #destaque a{
            color: var(--black-color);
            text-decoration: none;
        }
        
        @media screen and (max-width: 768px) {
            #destaque .destaque-image{
                width: 100%;
                height: auto;
            }
            #destaque .right-content{
                margin-top: 20px;
            }
            #destaque .propaganda{
                margin-top: 20px;
            }
            #destaque .border-end{
                border: none !important;
            }
            
        }


        @media screen and (max-width: 425px) {
            .destaque p {
                width: 60%;
                font-size: 15px;
            }
            .destaque .bg-destaque {
                height: 120px;
            }
            
            #destaque .destaque-image-container {
                overflow: hidden;
            }
        }
        @media screen and (max-width: 320px) {
            .destaque p {
                font-size: 12px;
                width: 70%;
            }
            .destaque .bg-destaque {
                height: 80px;
            }
        }

        /* FIM DESTAQUE */

        /* YOUTUBE */
        #youtube .bg-dark{
            background-color: var(--black-color) !important;
            color: var(--light-color);
        }
        #youtube .youtube-label{
            background-color: var(--primary-color);
            margin-top: 20px;
            margin-bottom: 10px;
            display: inline-block;
            padding: 0px 10px;
            color: var(--black-color);
            font-family: var(--font-family-titulo);
            position: relative;
            font-size: 1.2rem;
        }
        #youtube .youtube-label2{
            padding-left: 15px;
            margin: 10px 0;

        }
        /* FIM YOUTUBE */

        .img-layout-noticia {
            width: 900px;
            height: 200px;
            object-fit: cover;
            object-position: top;
        }
    /* FIM MAIN-HOME */

    /* NOTICIA - PAGE  */

    #noticia-page .icon {
        width: 30px;
        height: 30px;
        margin-bottom: 3px;
        box-shadow: none;
    }

    #noticia-page .icon .facebook{
        font-size: 17px;
    }
    #noticia-page .icon .youtube,
    #noticia-page .icon .whatsapp,
    #noticia-page .icon .instagram,
    #noticia-page .icon .x,
    #noticia-page .icon .threads{
        font-size: 18px;
    }

    #noticia-page .notice a{
        color:#E61717;
        text-decoration: none;
    }
    #noticia-page .notice a:hover{
        text-decoration: underline #EA4444;
        color:#EA4444;
    }

    #noticia-page .notice blockquote{
        margin: 30px 40px; 
        border-left: 10px solid #EA4444;
        padding: 30px;
        background-color: #9494941c;
        font-style: italic;
    }


    #noticia-page .banner-image-notice{
        padding-right: 20px;
        margin-bottom: 35px;
    }

    #noticia-page .owl-theme .owl-nav {
        margin-top: 0px;
        display: flex;
        justify-content: space-between;
        font-size: 30px;
    }
    #noticia-page .owl-theme .owl-dots {
        margin-top: -32px;
        margin-bottom: 20px;
    }
    #noticia-page .banner-image-notice .carousel-caption {
        padding: 0;
        background-color: #ea444480;
    }
    #noticia-page .banner-image-notice .carousel-caption p{
        margin: 0;
        padding: 6px;
    }

    @media screen and (max-width: 320px) {
        #noticia-page .container{
            flex-direction: column;
            align-items: center !important ;
        }
    }

    /* FIM NOTICIA - PAGE  */

    /* EDITORIAL */
    #corpo .row{
        margin: 0px;
        padding: 0px;
    }
    #corpo .card-body{
        background-color: var(--background-secondary);
        /* border-radius: 10px; */
        /* margin: 30px 0px 10px 0px; */
        margin-bottom: 20px;
        padding: 0;
    }
    /* #corpo .card-body img{
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    } */
    #corpo .card-content{
        padding-right: 100px;
    }
    #corpo .card-title{
        margin-top: 40px;
        font-weight: bold;
        font-size: 1.5rem;   
    }
    #corpo .card-text{
        margin: 15px 0px;
    }
    #corpo .card-category{
        padding-left: 5px ;
    }
    #corpo .cards img{
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    #corpo .colunista .cards img{
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: right;
    }
    #corpo .cards a{
        text-decoration: none;
        color: #000;
    }
    #corpo .cards a:hover{
        box-shadow: 1px 1px 10px #adadad;
        cursor: pointer;
        transition: transform 0.5s;
        transform: scale(99.5%);
    }
    #corpo .cards .adv{
        height: 100px;
        margin: 50px 0;
    }
    #corpo .cards .adv img{
        width:unset;
        height: auto;
    }

    /* FIM EDITORIAL */


    /* ASIDE  */
    aside .col-4{
        padding: 0;
    }
    aside .block-aside{
        background-color: #FFF;
        margin-top: 10px;
        margin-bottom: 25px;
        padding: 20px 25px;
        box-shadow: 0px 0px 10px #aaaaaa;
    }
    aside .aside-title{
        font-weight: bold;
        font-size: 1.3em;
    }
    aside .aside-group{
        margin: 15px 0 !important;
    }
    aside .aside-group a{
        text-decoration: none;
        color: #000;
    }
    aside .aside-group .align{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    aside .aside-group-img, aside .aside-group-text {
        font-size: 0.9em;
        line-height: 1.2em;
    }
    aside .aside-group-text{
        padding-right: 10px;
    }
    aside .aside-group-title{
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    aside .aside-group-img{
        height: 115px;
        overflow: hidden;
    }
    aside .aside-group-img img {
        width: 100%;
        height: 115px;
        object-fit: cover;
        object-position: top;
      }
    aside .line-division{
        border-bottom: 1px #cdcdcd solid;
    }

    /* FIM ASIDE  */

    /* PAGINATION */

    #corpo .page-link{
        color: #E61717;
        border-color: #ecb8b8;
    }
    #corpo .active>.page-link, .page-link.active {
        background-color: #ecb8b8;
        border-color: #E61717;
    }

    .pagination li {
        text-transform: uppercase;
        padding-left: 0px;
        padding-right: 0px;
    }

    @media screen and (max-width: 2560px) {
        
        
    }
    @media screen and (max-width: 534px) {
        
        .pagination-lg {
            --bs-pagination-padding-x: 1.2rem;
            --bs-pagination-padding-y: 0.7rem;
            --bs-pagination-font-size: 1.1rem;
            --bs-pagination-border-radius: 0.5rem;
        }
    }
    @media screen and (max-width: 425px) {

        .pagination-lg {
            --bs-pagination-padding-x: 0.75rem;
            --bs-pagination-padding-y: 0.6rem;
            --bs-pagination-font-size: 1rem;
            --bs-pagination-border-radius: 0.5rem;
        }

    }

    /* FIM PAGINATION */

    /* COLUNISTAS */

    #colunista .titulo-cabecalho {
        color: var(--light-color);
    }


    #colunistas-slider .colunista-home-item{
        margin: 0 5px;
        height: 250px;
        background-color: #aaaaaa;
        position: relative;
        overflow: hidden;
        color: var(--light-color)
    }
    #colunistas-slider .content{
        width: 50%;
        position: absolute;
        margin-left: 10px;
        top:20px;
        left: 0;
    }
    #colunistas-slider .content .titulo-2{
        font-size: 1rem ;
        letter-spacing: 1px;
    }
    #colunistas-slider .content .titulo-cabecalho{
        color: #fff;
        font-size: 0.8rem;
        margin-top: 20px;
        margin-bottom: 0;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
    }
    #colunistas-slider .colunista-home-img img{
        width: 100%;
        height: 250px;        
        object-fit: cover;
        object-position: top right;
    }
    #colunistas-slider .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }
    #colunistas-slider .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: var(--tertiary-color);
        opacity: 1;
    }
    #colunistas-slider  .swiper-pagination .swiper-pagination-bullet-active {
        background-color: var(--light-color);;
    }
    #colunistas-slider .arrow i{
        font-size: 1.1rem;
        margin: 7px;
        color: #fff;
    }
    #colunistas-slider .arrow i:hover{
        color: var(--tertiary-color);
    }
    #colunistas .icon {
        width: 40px;
        height: 40px;
        margin-bottom: 3px;
        box-shadow: none;
    }

    #colunistas .icon .facebook{
        font-size: 25px;

    }
    #colunistas .icon .youtube,
    #colunistas .icon .whatsapp,
    #colunistas .icon .instagram,
    #colunistas .icon .x,
    #colunistas .icon .threads{
        font-size: 26px;
    }
    .colunista-item .colunista-img,
    .colunista-img  {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        border: 4px solid #F0F0F0;
        margin: 0 auto;
        overflow: hidden;
    }
    .colunista-img {
        width: 280px;
        height: 280px;
    }
    .colunista-img img{
        width: auto;
        height: 280px;
        object-fit: cover;
        object-position: right;
    }
    
    /* FIM COLUNISTAS */
    /* EXPEDIENTE */

    #expediente .team-member {
        background-color: #ffffff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        border-radius: 5px;
    }

    #expediente .team-member .member-img {
        position: relative;
        overflow: hidden;
        height: 200px;
    }

    #expediente .team-member .member-img img{
        width: 300px;
        height: 200px;
        object-fit: cover;
    }

    #expediente .team-member .social {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 40px;
        opacity: 0;
        transition: ease-in-out 0.3s;
        background: color-mix(in srgb, #ffdede, transparent 20%);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #expediente .team-member:hover .social {
        opacity: 1;
    }

    #expediente .team-member .social a {
        transition: color 0.3s;
        color: var(--quaternary-color);
        margin: 0 10px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    #expediente .team-member .social a:hover {
        color: var(--secondary-color);
      }
    #expediente .team-member .social a i {
        line-height: 0;
    }
    #expediente .team-member .social i {
        font-size: 18px;
        margin: 0 2px;
    }
    #expediente .team-member .member-info {
        padding: 25px 15px;
        text-align: center;
    }
    #expediente .team-member .member-info h4 {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 18px;
        color: color-mix(in srgb, var(--quaternary-color), transparent 20%);
    }
    #expediente .team-member .member-info span {
        display: block;
        font-size: 13px;
        font-weight: 400;
        color: color-mix(in srgb, var(--quaternary-color), transparent 40%);
    }
    #expediente .team-member .member-info p {
        font-style: italic;
        font-size: 14px;
        line-height: 26px;
        color: color-mix(in srgb, var(--default-color), transparent 40%);
    }
      


    /* FIM EXPEDIENTE */

/* FIM MAIN */

/* FOOTER */

footer{
    background-color: var(--quaternary-color);
    color: var(--light-color);
    font-size: 20px;
    font-family: var(--font-family-titulo);
    letter-spacing: 2px;
}
footer .barra{
    background-color: var(--primary-color);
    height: 1px;
}

footer .social-media .icon {
    width: 50px;
    height: 50px;
    background-color:var(--black-color);
    border-radius: 50%;
    margin: 10px;
    box-shadow: none;
}
footer .icon .facebook{
    font-size: 33px;
}
footer .icon .youtube,
footer .icon .whatsapp,
footer .icon .instagram,
footer .icon .x,
footer .icon .threads{
    font-size: 28px;
}
footer .icon a{
    text-decoration: none;
    color: var(--light-color);
}
footer p{
    margin: 5px 0;
    padding: 0;
}

footer .esquerda a,
footer .direita a{
    color: var(--light-color);
    text-decoration: none;
}
footer .esquerda a:hover,
footer .direita a:hover{
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    footer .esquerda{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 30px;
    }
    footer .centro{
        margin: 30px 0;
    }
    footer .direita{
        margin-top: 30px;
    }
}
@media screen and (max-width: 425px) {
    footer .social-media{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 320px) {
    footer{
        font-size: 17px;
    }
}

/* FIM FOOTER */


/* PRIVACIDADE */

.privacidade{
    background-color:  #e6171763;
    position: fixed;
    z-index: 100;
    bottom: 10px;
    width: 98%;
    min-height: 80px;
    display: flex;
    align-items: center;
    margin: 20px;
    border-radius: 10px;
    
}
.privacidade a{
    color: #E61717;
    text-decoration: none;
    font-weight: bold;
}
.privacidade a:hover{
    color: #EE7272;

}

.privacidade .container{
    background-color: #ffffffe7;
    padding: 10px;
    border-radius: 5px;
}
.privacidade-display{
    display: none;
}
@media screen and (max-width: 768px) {
    .privacidade{       
        bottom: 5px;
        width: 100%;
        min-height: 80px;
        margin: 0;
    }
}
@media screen and (max-width: 627px) {
    .privacidade .container{
        font-size: 0.9rem;
    }
}

/* FIM Privacidade */


/* CONTATO SUGESTAO erro404 */
.erro404{
    height: 400px;
}
.erro404 i{
    font-size: 100px;
}
.erro404 h4{
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
}
#contato .formulario i,
#sugestao .formulario i{
    font-size: 80px !important;
    color : #f3222680;
}
#contato form,
#sugestao form{
    width: 90%;
}
#contato form .form-control:focus,
#sugestao form .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f3222680;
    outline: 0;
    box-shadow: 0 0 0 .25rem  #ea44443d;
}
#contato form button,
#sugestao form button{
    width: 250px;
    border-radius: 50px;
}
#contato form input,
#contato form textarea,
#sugestao form input,
#sugestao form textarea{
    text-align: center;
}
/* FIM CONTATO SUGESTAO erro404 */