@font-face {
  font-family: 'RobotoBold';
  src: url('../../assets/fonts/Roboto/Roboto-Bold.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'RobotoBlack';
  src: url('../../assets/fonts/Roboto/Roboto-Black.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('../../assets/fonts/Roboto/Roboto-Regular.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoLight';
  src: url('../../assets/fonts/Roboto/Roboto-Light.ttf') format('truetype');
   font-display: swap;
}

@font-face {
  font-family: 'RobotoThin';
  src: url('../../assets/fonts/Roboto/Roboto-Thin.ttf') format('truetype');
   font-display: swap;
}
.principal {
    margin: 2em 0;
}

@media(max-width: 992px) {
   .principal {
    margin-top: 50px;
   }
   .conteudo-new {
    margin-top:25px;
   }
}

.new {
    /* background-color: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
    /* margin: 20px auto; */
}

.texto-new {
    /* margin: 20px 0px; */
    font-family: 'RobotoRegular', sans-serif;
}

.containernew {
    width: 100%;
}

.contentnew {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.conteudo-new {
    padding: 0;
    margin-bottom: 20px;
    font-family: 'RobotoRegular', sans-serif;
}

@media(max-width: 575px) {
    .conteudo-new {
        padding: 0 15px 15px;
    }
}

/* @media(min-width: 768px) {
    .conteudo-new {
        padding: 30px;
    }
} */

@media(max-width: 768px) {
    .share-social {
        justify-content: center !important;
        min-height: auto !important;
        margin: 15px 0 !important;
    }

    /* .image {
        margin: 0 !important;
    } */
}

.area_credito_datamateria_compartilhamento {
    margin: 15px 0 0 !important;
}

.area_credito_datamateria_compartilhamento div {
    padding: 0;
}

.categoria {
    align-items: 100%;
    color: white;
    background-color: #ed1c24;
    display: inline-block;
    padding: 10px 50px;
    border-radius: 15px;
}

.texto-categoria {
    display: inline;
    width: 100%;
    font-weight: bold;
    font-family: 'RobotoRegular', sans-serif;
}

.legenda-foto {
    width: 100%;
    margin: 8px 0 0;
    text-align: center;
}

.legenda-foto span {
    color:#333;
    font-family: 'RobotoRegular', sans-serif;
}

/* ESTILO PARA IMAGENS QUE ESTÃO NO CORPO DA NOTÍCAS AS IMAGENS QUE ESTÁO COM FLOAT VAO TER SEU TAMANHO DEFINIDO POR E AS QUE NÃO ESTÃO COM FLOAT NÃO */
#corpo img {
    width: 100%;
    max-width: 800px;
    height: auto !important;
    margin: .5rem auto;
    object-fit: cover;
    display: block;
    border-radius: 12px;
    aspect-ratio: 1/1;
    object-position: 50% 20%;
}

#corpo img[style*="float: left"],
#corpo img[style*="float: right"] {
    width: 100%;
    max-width: 800px;
    height: auto !important;
    object-fit: cover;
    margin: .5rem auto;
    display: block;
    border-radius: 12px;
    /* aspect-ratio: 4/3; */
    object-position: 50% 20%;
}

span strong {
    color: black !important;
}

/*#corpo {
    margin-right: 30px;
    margin-left: 30px;
}*/
#corpo p a font {
    color: #ed1c24 !important;
}

#corpo p img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.credito {
    font-size: 20px;
    /* color: #333; */
    font-family: 'RobotoRegular', sans-serif;
    font-size: .9rem !important;
}

.share-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    min-height: 100%;
}

.share-social i {
    margin-left: 10px;
    font-size: 30px;
}


@media (max-width: 376px) {
    h1 {
        font-size: 30px !important;
    }

    h2,
    h4,
    .credito {
        font-size: 20px !important;
    }
}

@media (max-width: 304px) {
    h1 {
        font-size: 22px !important;
    }

    h2,
    h4,
    .credito {
        font-size: 16px !important;
    }
}

@media (max-width: 236px) {
    h1 {
        font-size: 16px !important;
    }

    h2,
    h4,
    .credito {
        font-size: 11px !important;
    }

    .share-social i {
        font-size: 12px;
        color: var(--primaria-cor);
    }
}

#active {
    width: auto;
}

#active:hover {
    cursor: pointer;
}

h1 {
    font-weight: bold;
}

/* estilo galeria */
.sl-wrapper {
    background-color: black;
}

.sl-wrapper .sl-close {
    color: white !important;
}

.sl-wrapper .sl-navigation button {
    color: white;
}

sl-wrapper .sl-counter {
    color: white !important;
}

.sl-counter {
    color: white;
}

.sl-total {
    font-size: white;
}

.sl-wrapper .sl-counter {
    color: white;
}

.sl-wrapper .sl-image .sl-caption {
    word-wrap: break-word;
}

#corpo > * {
    font-family: 'RobotoRegular', sans-serif;
}

.data-materia {
    /* color: grey; */
    /* font-weight: bold; */
    font-family: 'RobotoRegular', sans-serif;
    font-size: .8rem !important;
}

.titulo-materia {
    font-weight: bold;
}

.share-description {
    margin-bottom: unset;
    font-family: 'RobotoRegular', sans-serif;
    font-size: 18px !important;
}

.image {
    margin: 15px 0;
}

.image img#image-capa {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: 50% 20%;
    aspect-ratio: 16/9;
    border-radius: 12px;
    display: block;
}

.materia-linha-fina {
    font-size: 1.1rem !important;
    font-style: italic;
    color:#666;
    margin: 15px 0 0;
}

.titulo-materia{
    font-size: 1.8rem !important;
}

@media (min-width: 1024px) {
    .titulo-materia{
        font-size: 2rem !important;
    }

    .materia-linha-fina {
        font-size: 1.3rem !important;
    }

    .data-materia {
        font-size: 1rem !important;
    }

    .credito {
        font-size: 1rem !important;
    }

    .share-description {
        font-size: 20px !important;
    }
}

span.listen-label {
    font-family: 'RobotoRegular', sans-serif;
    font-weight: bold;
}

.listen-button {
    font-size: 25px;
    background: #ed1c24;
    padding: 10px;
    border-radius: 50px;
    color: #fff;
}

.new ul,
.new ol {
    padding-left: 20px;
}

iframe {
    width: 100%;
}

#shareButton {
    cursor: pointer;
}

.player-icon-thumb {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5em !important;
    /* Tamanho do ícone */

}

.gradient {
    background-color: rgba(0, 0, 0, 1);
}

.icon-play {
    color: black;
    font-size: 30px;
}

.player-podcast {
    border-radius: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    height: 70px;

    justify-content: space-between;
    align-items: center;
}

.player-podcast i {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: black !important;
}

.slider {
    margin-bottom: 15px;
    position: relative;
    height: 5px;

    border-radius: 5px;
    flex: 4;
    display: flex;

    flex-direction: column;
}

.slider .toggle {
    position: absolute;
    height: 1em;
    width: 1em;
    border-radius: 50%;
    background-color: #ed1c24;
    top: 0;
    right: 100%;
    top: 0;
    transform: translate(100%, -5px);
}

.slider .final,
.slider .initial {
    color: black;
    position: absolute;
    font-size: 0.8em;
    top: 1em;
}

.slider .inital {
    left: 0;
}

.slider .final {
    right: 0;
}

.podcast-audio {
    display: none;
}

input[type="range"] {
    background: transparent;
    cursor: pointer;

    accent-color: #ed1c24;
}

.media {
    display: block !important;
}

#corpo a {
    color: #ed1c24;
}

table {
    max-width: 100%;
    overflow-x: auto;
    margin: 0 auto;
    display: table;
    text-align: center;


}

table,
td,
th {
    border: 1px solid #dee2e6;
}

.table {
    max-width: 100%;
    overflow-x: auto;
    margin: 0 auto;
}

.pen-red {
    background-color:
        #ffb2b2;
}

figure.image figcaption {
    text-align: center;
    font-style: italic;
    background-color: #dee2e6;
}

.image img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.image-style-side {
    float: right;

}

figure.image figcaption {
    font-size: 0.75em;
    background-color: transparent;
}

#corpo h1 {
    font-size: 1.8em;
}

#corpo h2 {
    font-size: 1.5em;
}

#corpo h3 {
    font-size: 0.7em;
}

@media only screen and (max-width: 500px) {
    .image-style-side {

        width: 100%;
        float: none;

    }
}

@media only screen and (max-width: 280px) {

    .share-description {
        display: none;
    }

    /* .share-social {
        justify-content: center !important;
    } */
}


#scroll-container {
    border-radius: 5px;
    color: black;
    font-weight: bold;

    overflow: hidden;
}


#scroll-text {
    text-align: right;
    text-wrap: nowrap;
    white-space: nowrap;

    position: relative;
    box-sizing: border-box;
    width: 100%;


    /* animation properties */
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);

    -moz-animation: my-animation 15s linear infinite;
    -webkit-animation: my-animation 15s linear infinite;
    animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(-100%);
    }

    to {
        -webkit-transform: translateX(100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.circle-play {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ed1c24;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.circle-play i {
    color: #fff !important;
    display: block;

    margin-top: 8px;
}

.div-podcast {
    background-color: #f2f2f2;
    border-radius: 5px;
}

blockquote {
overflow: hidden;
padding-right: 1.5em;
padding-left: 1.5em;
margin-left: 0;
font-style: italic;
border-left: 5px solid #ccc;
}

/* LATERAL NOTÍCIA */
#naolidas-noticias-container{
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}


#responsavelBlogPodcast {
    font-weight: bold;
    text-align: center;
    color: var(--primaria-cor);
}
#textoBlogPodcast {
    margin: 10px 0;
    text-align: center;
    padding: 0 20px;
    color:#817d7d;
}
      

@media (max-width: 1200px) {
    #naolidas-noticias-container {
        margin: 0 auto !important;
        /* margin-bottom: 40px !important; */
        order: 4;
        width: 100%;
    }
}

 @media (max-width: 772px) {

  
    #naolidas-noticias-container{
        margin: 0 auto !important;
        /* margin-bottom: 40px !important; */
        width: 100%;
    }
 
    .row .justify-content-between .conteudo-principal {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

@media (max-width: 575px) {
    #naolidas-noticias-container{
        margin: 0 15px !important;
    }
}

.links-share a {
    color: var(--primaria-cor);
}

.links-share {
    display: inline-block;
    transform: translateY(3px) !important;
}



