
/**
  ###### ESTILIZAÇÕES CONTAINER DE EDITORIA ######################
*/

@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;
}

.editoria-section, .manchete-container * {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.manchete-container a{
  text-decoration: none;
  color: unset;
  font-family:   'RobotoRegular', sans-serif;
}

/*.editoria-section {*/
  /*margin: 50px 0;*/
  /* margin-bottom: 20px; */
/*}*/

@media screen and (min-width: 991px) {
  .manchete-section {
    display: flex;
    flex-direction: column;
    /* width: 65% !important; */
  }
}

.manchete-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px;
}
  
  .editoria-news-container {
    /* margin: 20px 0 0; */
    margin: 0;
  }
  
  .editoria-header {
    display: flex;
    flex-direction: row; 
    align-items: center;
    justify-content: space-between;
    border-bottom: 5px solid #ed1c24;
    /* margin-bottom: 20px; */
    max-width: 1094px !important;
    width: 100% !important;
    margin:0 auto 20px;
  }
  
  .editoria-name{
    align-items: center;
  }

  .editoria-name h4 {
    font-weight: 700;
    font-family: 'RobotoRegular', sans-serif;
  }
  
  .editoria-read-more {
    text-align: right;
    color: #E50C0E;
    font-weight: 700;
  }
  
  .outlined {
    /* border: 1px solid rgb(230, 230, 230);
    border-radius: 3px; */
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
  }
  
  .editoria-news-destak {
    padding: 10px 20px 20px;
    /*background-color: #fff;*/
    /* transition: ease-in .1s; */
    flex-direction: row;
    margin: 0 0 10px;
    transition: transform .2s;
  }

  .editoria-news-destak .news-date-expanded{
   margin-bottom: 5px; 
  }

  .editoria-news-destak:hover {
    transform: scale(1.03);
  }

  .manchete-news-destak {
    padding: 10px 20px;
    background-color: #fff;
    transition: ease-in .1s;
    flex-direction: row;
  }
  .manchete-news-destak a {
    text-decoration: none;
    

  }
  .destak-manchete-subtitle a {
   text-decoration: none;  
   font-family: 'RobotoRegular', sans-serif !important;
    font-weight: 500 !important;
    /* color: #222; */
    color: #858585 !important;
  
  }
  .mobile-destak-manchete-subtitle a {
    text-decoration: none;  
   font-family: 'RobotoRegular', sans-serif;
    font-weight: 500;
    /* color: #222; */
    color: #858585 !important;
  }

  @media(min-width:769px) and (max-width:991px){
    .editoria-header {
      max-width: 690px !important;
    }
  }

  @media(min-width: 1024px) {
    .mobile-destak-manchete-subtitle {
      display: none;
    }
  }

  @media (max-width: 1024px) {
    .destak-manchete-subtitle {
      display: none;
    }
  }

  .manchete {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    transition: ease-in .1s;
    flex-direction: row;
    /* margin: 10px 0; */
    /* height: 350px; */
  }

  .manchete-container {
    display: flex;
    flex-direction: row;
    height: 100%;
    align-items: center;
  }

  .manchete-info {
    width: 100%;
  }

  .manchete-title h3{
    /* font-size: 2.5vw; */
    font-size: 2vw;
  }

  @media screen and (min-width: 280px) {
    .manchete-title h3{
      font-size: 1.8em;
    }

    .manchete-text{
      font-size: 1.5em;
    }
  }

  @media screen and (min-width: 641px) {
    .manchete-title h3{
      font-size: 1.5em;
    }

    .manchete-text{
      font-size: 1.5em;
    }
  }

  @media screen and (min-width: 1024px) {
    .manchete-title h3{
      font-size: 3vw;
    }

    .manchete-text{
      font-size: 1.5em ;
    }
  }

  @media screen and (min-width: 1440px) {
    .manchete-title h3{
      font-size: 2vw;
    }

    .manchete-text{
      font-size: 1.5em;
    }
  }

  /* @media screen and (min-width: 642px) and (max-width: 1280px) {
    .manchete-title h3{
      font-size: 4vw;
    }
  } */

  .manchete-title a{
    font-family: 'RobotoRegular', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #ed1c24;
  }

  .manchete-text p{
    font-family: 'RobotoRegular', sans-serif;
    font-size: medium;
    /* font-weight: 700; */
    font-weight: 500;
    color: #858585;
  }
  
  .outlined:hover {
    /* -webkit-box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.75);
    -moz-box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.75);
    box-shadow: 0px 0px 6px 0px rgba(189, 189, 189, 0.75); */
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
  }
  
  .news-expanded, .manchete-news-expanded {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }
  
  .news-info-container-expanded {
    width: 70%;
  }

  .manchete-news-info-container-expanded {
    width: 70%;
    display: flex;
    align-items: center;
  }
  .manchete-news-info-container-expanded a {
    color: unset !important;
    text-decoration: none;
  }

  .news-title-expanded strong {
    font-family: 'RobotoRegular', sans-serif !important;
    color: #ed1c24;
  }
  .news-title-expanded strong a {
    font-family: 'RobotoRegular', sans-serif !important;
    color: #ed1c24;
  }
  
  .news-title-expanded a, .manchete-news-title-expanded a {
    font-weight: bold;
    color:#222;
    font-family: 'RobotoRegular', sans-serif;
    text-decoration: none;
  }

  .news-date-expanded span {
    color: rgb(150, 150, 150);
    font-size: 15px;
    font-family: 'RobotoRegular', sans-serif;
  }

  .news-date-expanded i {
    color: rgb(150, 150, 150);
  }

  .news-title-expanded h3 {
    font-size: 1.2em;
  }

  /* @media screen and (max-width: 700px) {
    .news-title-expanded h3 {
      font-size: 1.2em;
    }
  } */

  .manchete-title-expanded-bold, .manchete-title-expanded-bold div{
    font-family: 'RobotoRegular', sans-serif;
    font-weight: bold;
    color: #ed1c24;
  }

  .manchete-news-title-expanded h3 {
    font-size: 1.2em;
  }

  .manchete-news-title-expanded p {
    font-family: 'RobotoRegular', sans-serif;
    /* color: #222; */
    color: #858585;
    font-weight: 500;
  }

  /* @media screen and (min-width: 300px) {
    
  } */

  @media screen and (min-width: 400px) {
    .manchete-news-title-expanded h3 {
      font-size: 1.2rem;
    }
  }

  /* .manchete-news-title-expanded h3 {
    font-size: 1.5rem;
  } */
  
  .news-text-expanded {
    font-size: medium;
  }

  .news-text-expanded p {
    font-family: 'RobotoRegular', sans-serif;
    font-weight: 500;
    /* color: #222; */
    color: #858585;
  }
  .news-text-expanded p a {
    text-decoration: none;
    font-family: 'RobotoRegular', sans-serif;
    font-weight: 500;
    /* color: #222; */
    color: #858585;

  }

  .manchete-news-text-expanded {
    font-size: smaller;
  }
  
  .news-expanded-image {
    width: 30%;
    align-items: center;
    justify-content: right;
  }
  
  .news-expanded-image-container {
    /* max-width: 200px;
    max-height: 200px; */
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .news-expanded-image-container a {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
  }
  
  .news-expanded-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    /* max-width: 200px;
    max-height: 120px; */
  }

  
  .manchete-news-expanded-image {
    width: 30%;
    align-items: center;
    justify-content: right;
  }
  .manchete-news-expanded-image a  {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;

  }
  
  .manchete-news-expanded-image-container {
    /* max-width: 200px;
    max-height: 200px; */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .manchete-news-expanded-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    max-width: 200px;
    max-height: 120px;
  }
  
  /* .editoria-news {
    flex-direction: row;
    margin: 10px 0;
    flex-grow: 1;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  } */

.editoria-news {
  padding-block: 10px;
  gap: 10px;
}

@media screen and (min-width: 40em) {
    .editoria-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-card {
        width: 200px;
        margin-bottom: 5px;
        flex: 0 1 calc(25% - 1em);
    }
}

@media screen and (min-width: 60em) {

    .news-card {
        width: 200px;
        /* flex: 0 1 calc(20% - 1em); */
    }
}

@media screen and (max-width: 640px) {
  .editoria-news {
    gap: 10px;
  }  
  .news-card {
      width: 100%;
      /* flex: 0 1 calc(20% - 1em); */
    }
}

@media screen and (max-width: 1248px) {
  .news-card {
    flex: 0 1 calc(50% - 1em);
  }
}

@media screen and (min-width: 1248px) {
  .news-card {
    flex: 0 1 calc(50% - 1em);
  }
}

@media screen and (min-width: 1440px) {
  .news-card {
    flex: 0 1 calc(33.3% - 1em);
  }
}
  
  .news-card {
    height: 300px;
    /* width: 400px; */
    /* flex: 1; */
    background-color: white;
    margin: 10px 0;
  }
  
  .news-card-container {
    margin: 20px;
    gap: 10px;
  }
  
  
  .news-card-image img{
    height: 150px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  
  .news-card-title h3 {
    font-size: 16px;
    font-weight: bold;
    color: #E50C0E;
    overflow: hidden;
    height: 90px;
    /* width:100px; */
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 10px 0;
  }
  
  @media (max-width: 641px) {
    .news-expanded {
      flex-wrap: wrap;
      flex-direction: column;
    }

    .news-info-container-expanded,  .news-expanded-image{
        width: 100%;
    }
  }

  @media (min-width: 1024px){
    .news-expanded-image-container img {
      width: 100%;
      height: 100%;
      max-width: 200px;
      max-height: 120px;
    }
  }

  @media screen and (max-width: 1024px) {
    .news-expanded {
      flex-wrap: wrap;
      flex-direction: column;
    }

    .news-info-container-expanded,  .news-expanded-image{
      width: 100%;
    }
  }


.card-text {
  width: 100%;
  overflow: hidden;
  height: 70px;
  font-size: medium;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* font-family: BreveSansText, 'sans-serif'; */
  font-family: 'RobotoRegular', sans-serif;
  font-weight: 500;
  color: #858585;
}
.card-text a {
  text-decoration: none;
  width: 100%;
  overflow: hidden;
  height: 70px;
  font-size: medium;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /* font-family: BreveSansText, 'sans-serif'; */
  font-family: 'RobotoRegular', sans-serif;
  font-weight: 500;
  color: #858585;
}

.text-card {width: 100%;
  overflow: hidden;
  height: 70px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.2rem !important;
}
.blog-grid-img.position-relative a  {
  display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}



@media screen and (max-width: 991px) {
  .lateral {
    flex-wrap: wrap;
  } 
}

@media screen and (max-width: 400px) {
  /* .manchete-news-expanded-image-container img {
    display: none;
  } */

  /* .manchete-news-expanded {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .manchete-news-info-container-expanded {
    width: 100%;
    display: flex;
    align-items: center;
  } */
}

