/*NOTICIAS para 1920*/

.contenedor-noticias {
  background-color: #fef8e1;
  width: 100%;
}
.sombra-noticias {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 15px;
  width: 1450px;
  /* height: 800px; */
  display: flex;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.cabezera {
  width: 100%; 
}
.title {
  font-size: 1.8em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
  color: black;
}
.title_noticias {
  font-size: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 5px;
  color: black;
}
.linea {
  color: #95ce5e;
}
.cabezera .img-noticias {
  width: 100%;
  margin-bottom: 20px;
}

.cabezera-noticias{
  margin-top: 0px;
  margin-left: 100px;
  margin-right: 100px;
  /* border: 1px solid green; */
}
.cabezera-noticias .image-central{
  width: 60%;
  /* border: 1px solid green; */
}
.cabezera-noticias .filigrana{
  width: 10%;
}





@media (min-width: 1441px) and (max-width: 1660px) {
  .sombra-noticias {
    width: 1360px;
    /* height: 690px; */
  }
  .title_noticias {
    font-size: 1.5em;
  }
  .fecha_dato{
    font-size: 1em;
  }
  .fecha_dato img {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 1281px) and (max-width: 1440px) {
  .sombra-noticias {
    width: 1150px;
    /* height: 615px; */
    margin-top: 15px;
  }
  .title_noticias {
    font-size: 1.4em;
  }
  .fecha_dato{
    font-size: .9em;
  }
  .fecha_dato img {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 1023px) and (max-width: 1280px) {
  .sombra-noticias {
    width: 960px;
    /* height: 510px; */
  }
  .sombra-noticias .title {
    font-size: 1.4em;
  }
  .title_noticias {
    font-size: 1.3em;
  }
  .fecha_dato{
    font-size: .9em;
  }
  .fecha_dato img {
    width: 25px;
    height: 25px;
  }
  .cabezera-noticias{
    margin-left: 80px;
    margin-right: 80px;
    /* border: 1px solid green; */
  }
  .cabezera-noticias .image-central{
    width: 70%;
    /* border: 1px solid green; */
  }
  .cabezera-noticias .filigrana{
    width: 10%;
    padding-bottom: 25px;
  }
}

@media (min-width: 720px) and (max-width: 1022px) {
  .sombra-noticias {
    width: 590px;
    /* height: 500px; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .title_noticias {
    font-size: 1.2em;
  }
  .fecha_dato{
    font-size: .8em;
  }
  .fecha_dato img {
    width: 25px;
    height: 25px;
  }
  .cabezera-noticias{
    margin-left: 50px;
    margin-right: 50px;
  }
  .cabezera-noticias .image-central{
    width: 70%;
  }
  .cabezera-noticias .filigrana{
    width: 10%;
    padding-bottom: 20px;
  }
}

@media (min-width: 430px) and (max-width: 719px) {
  div[id] {
    scroll-margin-top: 120px;
  }
  .sombra-noticias {
    width: 400px;
    /* height: 500px; */
    margin-top: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .title {
    font-size: 1.5em;
  }
  .title_noticias {
    font-size: 1.0em;
  }
  .fecha_dato{
    font-size: .6em;
  }
  .fecha_dato img {
    width: 18px;
    height: 20px;
  }
  .cabezera-noticias{
    margin-left: 20px;
    margin-right: 20px;
  }
  .cabezera-noticias .image-central{
    width: 90%;
  }
  .cabezera-noticias .filigrana{
    width: 10%;
    padding-bottom: 20px;
  }
}

@media (min-width: 200px) and (max-width: 429px) {
  div[id] {
    scroll-margin-top: 120px;
  }
  .sombra-noticias {
    width: 350px;
    margin-top: 25px;
  }
  .title_noticias {
    font-size: .9em;
  }
  .fecha_dato{
    font-size: .55em;
  }
  .fecha_dato img {
    width: 18px;
    height: 20px;
  }
  .cabezera-noticias{
    margin-left: 10px;
    margin-right: 10px;
  }
  .cabezera-noticias .image-central{
    width: 100%;
  }
  .cabezera-noticias .filigrana{
    width: 10%;
    padding-bottom: 20px;
  }
}
