@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../recursos/Montserrat-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Black';
  src: url('../recursos/Montserrat-Black.ttf') format('opentype');
}


@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../recursos/Montserrat-Regular.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../recursos/Montserrat-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../recursos/Montserrat-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../recursos/Montserrat-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'Montserrat-MediumItalic';
  src: url('../recursos/Montserrat-MediumItalic.ttf') format('opentype');
}

#noticias1 {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
}

#noticias1Contenido {
  overflow: auto;
  position: relative;
  width: 80%;
  height: auto;
  background-color: white;
  margin-top: 4px;
}

#noticias1item {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
  align-items: center;
  justify-content: flex-end;
  height: 250px;
  overflow-y: auto;
}

#noticias1item2 {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
  justify-content: flex-start;
  height: 250px;
  overflow-y: auto;
}

#noticias1Contenido::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
  /* Hacer el scrollbar transparente por defecto */
}

#noticias1Contenido::-webkit-scrollbar-thumb {
  background: transparent;
  /* Hacer el thumb del scrollbar transparente por defecto */
}

/* Mostrar el scrollbar cuando el cursor está sobre el div */
#noticias1Contenido:hover::-webkit-scrollbar-thumb {
  background: #babac0;
  /* Cambiar el color del thumb del scrollbar al pasar el mouse sobre él */
  width: 0px;
  border-radius: 16px;
  /*border: 4px solid #fff;*/
}

#noticias1Contenidoimg {
  height: 80%;
  width: 25%;
  position: absolute;
  left: 0;
  border-radius: 15px;
}

#noticias1Contenidoinfo {
  height: 100%;
  width: 90%;
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  text-align: right;
}

#noticias1Contenidoimg2 {
  height: 80%;
  width: 25%;
  position: absolute;
  right: 0;
  border-radius: 15px;
}

#noticias1Contenidoinfo2 {
  height: 100%;
  width: 90%;
  text-align: right;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  text-align: left;
}

#noticias1Contenidoimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}


#noticias1Contenidoimg2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#N1_T1 {
  color: white;
  max-width: 75%;
  margin-right: 5%;
  font-family: Montserrat-SemiBold;
  font-size: 23px;
}

#N1_Txt1 {
  color: white;
  max-width: 75%;
  margin-right: 5%;
  font-family: Montserrat-Regular;
  line-height: 20px;
}

#N1_T2 {
  color: white;
  max-width: 75%;
  margin-left: 5%;
  font-family: Montserrat-SemiBold;
  font-size: 23px;
}

#N1_Txt2 {
  color: white;
  max-width: 75%;
  margin-left: 5%;
  font-family: Montserrat-Regular;
  line-height: 20px;
}

/* Teléfonos móviles pequeños */
@media (max-width: 320px) {

  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 84%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 84%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 75%;
    /* margin-right: 5%; */
    font-weight: normal;
    text-align: center;
    /* line-height: 1; */
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 75%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}

/*Teléfonos móviles medianos*/
@media (min-width: 321px) and (max-width: 375px) {

  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 84%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 84%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 75%;
    /* margin-right: 5%; */
    font-weight: normal;
    text-align: center;
    /* line-height: 1; */
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 75%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}

/*Teléfonos móviles grnandes*/
@media (min-width: 376px) and (max-width: 425px) {

  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 84%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 84%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 75%;
    /* margin-right: 5%; */
    font-weight: normal;
    text-align: center;
    /* line-height: 1; */
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 75%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}

/* Tabletas en modo retrato */
@media (min-width: 426px) and (max-width: 767px) {

  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 70%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 75%;
    /* margin-right: 5%; */
    font-weight: normal;
    text-align: center;
    /* line-height: 1; */
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 75%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}

/* Tabletas en modo paisaje */
@media (min-width: 768px) and (max-width: 1024px) {

  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0%;
    transform: translateX(0%);
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0%;
    transform: translateX(0%);
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 90%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
    margin: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 90%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}

/* Ordenadores portátiles pequeños */
@media (min-width: 1025px) and (max-width: 1280px) {

  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 30%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0%;
    transform: translateX(0%);
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0%;
    transform: translateX(0%);
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 90%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
    margin: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 90%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}

/* Monitores de PC de escritorio */
@media (min-width: 1281px) and (max-width: 1600px) {}

/* Monitores de PC de escritorio grandes */
@media (min-width: 1601px) and (max-width: 1920px) {}

/* Televisores y proyectores HD */
@media (min-width: 1921px) and (max-width: 2560px) {}

/* Televisores y proyectores 4K */
@media (min-width: 2561px) {}

/* Orientación vertical para tabletas */
@media (min-width: 600px) and (max-width: 1024px) and (orientation: portrait) {
  #noticias1 {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }

  #noticias1Contenido {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
  }

  #noticias1item {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1item2 {
    width: 50%;
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 25px 25px 25px 25px;
    gap: 0%;
    flex-direction: column;
    background-color: rgb(57, 79, 146);
  }

  #noticias1Contenidoimg {
    height: 50%;
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0%;
    transform: translateX(0%);
  }

  #noticias1Contenidoinfo {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg2 {
    width: 60%;
    border-radius: 15px;
    z-index: 10;
    margin: 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 0%;
    transform: translateX(0%);
  }

  #noticias1Contenidoinfo2 {
    text-align: center;
    width: 100%;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
  }

  #noticias1Contenidoimg img {
    height: 136px;
  }

  #noticias1Contenidoimg2 img {
    height: 136px;
  }

  #N1_T1 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-right: 0%;
    margin-top: 0%;
  }

  #N1_Txt1 {
    color: white;
    max-width: 90%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-right: 0%;
  }

  #N1_T2 {
    color: white;
    max-width: 75%;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    margin-left: 0%;
    margin: 0%;
  }

  #N1_Txt2 {
    color: white;
    max-width: 90%;
    font-weight: normal;
    text-align: center;
    margin-top: 2%;
    padding-top: 4%;
    padding-bottom: 7%;
    margin-left: 0%;
  }

}