﻿.div_index_noti {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 0.5vw;
}

.img_noti {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  object-fit: cover;
  transition: all 0.4s;
  border-radius: 0.5vw;
}

.bck_noti {
  width: 100%;
  height: 100%;
  padding: 1vw 1vw;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(0deg, var(--rgba_1) 0%, rgba(0, 0, 0, 0.6) 21%, rgba(0, 0, 0, 0) 35%, transparent);
  position: absolute;
  top: 0;
  z-index: 2;
  transition: all 0.4s;
}

.tit_noti {
  font-size: 1.6vw;
  font-family: var(--fuente_2);
  color: var(--color_4);
}

.tit_noti2 {
  font-size: 1.3vw;
  font-family: var(--fuente_2);
  color: var(--color_1);
}

.grid_noti_resumen {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-gap: 0.5vw;
  border-left: 0.3vw solid var(--color_3);
  margin-bottom: 1vw;
}
.grid_noti_resumen > div {
  box-sizing: border-box;
  padding: 0.5vw;
}

.grid_noti_resumen2 {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  grid-gap: 1vw;
  border-left: 0.5vw solid var(--color_3);
  margin-bottom: 1vw;
  padding: 0.5vw;
}
.grid_noti_resumen2 > div {
  box-sizing: border-box;
  overflow: hidden;
}

.fecha_noti_resumen {
  font-size: 0.9vw;
  display: block;
  color: var(--color_f2);
  font-family: var(--fuente_4);
  margin-bottom: 0.5vw;
}

.fecha_noti_resumen2 {
  font-size: 1vw;
  display: block;
  color: var(--color_f2);
  font-family: var(--fuente_4);
  margin-bottom: 0.5vw;
}

.tit_noti_resumen {
  font-size: 1vw;
  font-family: var(--fuente_2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.tit_noti_resumen:hover {
  text-decoration: underline;
}

.tit_noti_resumen2 {
  font-size: 1vw;
  font-family: var(--fuente_2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5vw;
}
.tit_noti_resumen2:hover {
  text-decoration: underline;
}

.tit_noti_resumen3 {
  font-size: 1.2vw;
  font-family: var(--fuente_2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.5vw;
}
.tit_noti_resumen3:hover {
  text-decoration: underline;
}

.txt_noti_resumen {
  font-size: 0.9vw;
  font-family: var(--fuente_4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--color_f2);
  margin-bottom: 1vw;
}

.txt_noti_resumen2 {
  font-size: 1vw;
  font-family: var(--fuente_4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: var(--color_f2);
  margin-bottom: 1vw;
}

.img_noti_resumen {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
  border-radius: 0.5vw;
}

.info_noti_resumen {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  grid-gap: 1vw;
}
.info_noti_resumen > span {
  color: black;
  background-color: var(--color_4);
  font-size: 0.8vw;
  font-family: var(--fuente_3);
  padding: 0.2vw 0.5vw;
}

.info_noti_resumen2 {
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  grid-gap: 1vw;
}
.info_noti_resumen2 > span {
  color: black;
  background-color: var(--color_4);
  font-size: 0.9vw;
  font-family: var(--fuente_1);
  padding: 0.2vw 0.5vw;
}

.ver_mas_noti {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.9vw;
  color: var(--color_f3);
  grid-gap: 0.5vw;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  font-family: var(--fuente_2);
  padding-right: 0.5vw;
}
.ver_mas_noti > i {
  font-size: 0.9vw;
  color: var(--color_3);
}

.ubicacion_evento {
  display: flex;
  align-items: center;
  grid-gap: 0.5vw;
  font-size: 0.9vw;
  color: var(--color_f2);
  font-family: var(--fuente_4);
  margin-top: 1vw;
}
.ubicacion_evento > i {
  font-size: 1vw;
  color: var(--color_3);
  margin-left: 0.2vw;
}

.grid_noti {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  grid-gap: 1vw;
}

.tit_noti3 {
  display: block;
  margin: 0;
  font-size: 1.6vw;
  font-family: var(--fuente_2);
  margin-bottom: 0.5vw;
}

.img_noti2 {
  width: 100%;
  box-sizing: border-box;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  transition: all 0.4s;
  margin-bottom: 1vw;
  border-radius: 0.5vw;
}

.cont_noti {
  display: block;
  color: var(--color_f2);
  padding: 2vw 0;
  margin: 0;
  font-family: var(--fuente_4);
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.esquema_noti {
  display: flex;
  margin-bottom: 1vw;
  grid-gap: 0.5vw;
  align-items: center;
}
.esquema_noti > a {
  font-size: 1vw;
  font-family: var(--fuente_1);
}
.esquema_noti > i {
  font-size: 0.9vw;
  color: var(--color_3);
}

.datos_noti {
  display: flex;
  align-items: center;
  margin-bottom: 0.5vw;
}

.div_comp_noti {
  display: flex;
  align-items: center;
  grid-gap: 0.5vw;
}

.compartir_noti {
  font-size: 1.4vw;
}

.cont_redes_noti {
  display: flex;
  align-items: center;
  grid-gap: 0.5vw;
}

.icono_redes_noti {
  width: 1.5vw;
  aspect-ratio: 1/1;
  color: white;
  background-color: black;
  font-size: 0.8vw;
  border-radius: 0.3vw;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icono_redes_noti:hover {
  transform: scale(1.1);
}

.div_tags_noti {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  grid-gap: 0.5vw;
  margin-bottom: 1.5vw;
}
.div_tags_noti > span {
  font-size: 0.8vw;
  color: white;
  background-color: var(--color_3);
  padding: 0.3vw 0.5vw;
  font-family: var(--fuente_2);
}

.embed {
  width: 80%;
  aspect-ratio: 16/9;
  margin: 1vw auto;
  border-radius: 12px;
  overflow: hidden;
}

.embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.embed.map {
  aspect-ratio: 16/10;
}

.noti-a {
  color: var(--color_3);
  font-family: var(--fuente_5);
}

.noti-img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5vw;
}

.noti-table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
}
.noti-table img {
  width: 100%;
  box-sizing: border-box;
  object-fit: contain;
  object-position: center;
}
.noti-table > tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.carta-noti {
  display: block;
  width: 50% !important;
  margin: 0 auto;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center !important;
}

.tit_info {
  font-size: 1.4vw;
  font-family: var(--fuente_2);
  padding: 0.3vw 0;
  border-bottom: solid 0.3vw var(--color_3);
  display: block;
  margin-bottom: 1vw;
}

.bton_fav {
  font-size: 0.9vw;
  color: var(--color_2);
  background-color: transparent;
  border: none;
  font-family: var(--fuente_2);
  outline: none;
}
.bton_fav > i {
  font-size: 1.1vw;
  margin-right: 0.3vw;
}

.sec_datos_evento {
  width: 100%;
  box-sizing: border-box;
  display: grid;
  grid-gap: 0.5vw;
}

@media screen and (max-width: 980px) {
  .bck_noti {
    padding: 16px 16px;
  }
  .tit_noti {
    font-size: 26px;
  }
  .tit_noti2 {
    font-size: 26px;
  }
  .grid_noti_resumen {
    grid-template-columns: 1fr 1fr;
    grid-gap: 8px;
    border-left: 5px solid var(--color_3);
    margin-bottom: 16px;
  }
  .grid_noti_resumen > div {
    padding: 8px;
  }
  .grid_noti_resumen2 {
    grid-template-columns: 1fr;
    grid-gap: 16px;
    border-left: 8px solid var(--color_3);
    margin-bottom: 16px;
    padding: 8px;
  }
  .fecha_noti_resumen {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .fecha_noti_resumen2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tit_noti_resumen {
    font-size: 18px;
  }
  .tit_noti_resumen2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .tit_noti_resumen3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .txt_noti_resumen {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .txt_noti_resumen2 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .info_noti_resumen {
    grid-gap: 16px;
    display: none;
  }
  .info_noti_resumen > span {
    padding: 3px 8px;
    font-size: 14px;
  }
  .info_noti_resumen2 {
    grid-gap: 16px;
  }
  .info_noti_resumen2 > span {
    padding: 3px 8px;
    font-size: 14px;
  }
  .ver_mas_noti {
    font-size: 16px;
    grid-gap: 8px;
    padding-right: 8px;
  }
  .ver_mas_noti > i {
    font-size: 16px;
  }
  .ubicacion_evento {
    grid-gap: 8px;
    font-size: 16px;
    margin-top: 16px;
  }
  .ubicacion_evento > i {
    font-size: 16px;
    margin-left: 3px;
  }
  .grid_noti {
    grid-template-columns: 1fr; /* en mobile 1 columna */
    grid-gap: 16px;
  }
  .tit_noti3 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 34px;
  }
  .img_noti {
    border-radius: 8px;
  }
  .img_noti2 {
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .cont_noti {
    padding: 20px 0;
    font-size: 22px;
    line-height: 24px;
  }
  .esquema_noti {
    margin-bottom: 16px;
    grid-gap: 8px;
  }
  .esquema_noti > a {
    font-size: 16px;
  }
  .esquema_noti > i {
    font-size: 14px;
  }
  .datos_noti {
    flex-wrap: wrap;
    grid-gap: 12px;
    margin-bottom: 12px;
  }
  .div_comp_noti {
    grid-gap: 10px;
  }
  .compartir_noti {
    font-size: 24px;
  }
  .cont_redes_noti {
    grid-gap: 10px;
  }
  .icono_redes_noti {
    width: 32px;
    border-radius: 8px;
    font-size: 14px;
  }
  .div_tags_noti {
    flex-wrap: wrap;
    grid-gap: 8px;
    margin-bottom: 20px;
  }
  .div_tags_noti > span {
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
  }
  .noti-img {
    border-radius: 8px;
  }
  .carta-noti {
    width: 70% !important;
  }
  .img_noti_resumen {
    border-radius: 8px;
  }
  .div_index_noti {
    border-radius: 8px;
    aspect-ratio: 1/1;
  }
  .tit_info {
    font-size: 24px;
    padding: 5px 0;
    margin-bottom: 30px;
    border-bottom: solid 5px var(--color_3);
  }
  .embed {
    width: 100%;
  }
  .bton_fav {
    font-size: 20px;
  }
  .bton_fav > i {
    font-size: 24px;
    margin-right: 5px;
  }
}
