.nota-layout {  --caption-font-color: #0474baff;  --caption-font-size: 25px;}.nota-layout {  display: flex;  margin-top: 8rem;}.front-container {  margin-bottom: 40px;}.front-container > div {  gap: 15px 25px;}.front-container header {  font-family: "Domine";  font-size: 25px;  font-weight: bold;  font-style: normal;  text-align: left;  margin-bottom:18px;}.front-container.front-ultimas-noticias-seccion > div > article,.front-container.front-ultimas-noticias-seccio > div > article {  display: flex;  max-width: calc(25% - 25px);}.front-ultimas-noticias-seccion header {  padding-bottom: 1rem;  position: relative;}.front-ultimas-noticias-seccion header:after {  content: "";  position: absolute;  left: 0px;  bottom: 0;  display: inline-block;  border-bottom: 5px solid var(--caption-font-color);  width: 200px;}.nota-layout__sidebar {  display: none;}.otras-noticias-container > article {  flex-basis: 40%;  flex-grow: 1;}.nota-texto-cuerpo {  padding: 0 !important;  display: flex !important;  row-gap: 1.5rem;}.nota-texto-cuerpo > article {  flex: 1 1 90%;}.nota-texto-cuerpo::before,.nota-texto-cuerpo::after {  content: none !important;}.notas-texto-contenedor .nota-texto-titulo > p {  font-size: 1.7rem !important;  text-transform: uppercase;  font-weight: 700 !important;  display: inline-block;  width: 100%;  padding: 0.2rem 0.75rem;  background-color: var(--rojo);  color: white !important;  text-align: center;  vertical-align: bottom;}.nota-texto-titulo {display: none;  margin-bottom: 1rem;}.notas-texto-contenedor {   margin-bottom: 2rem;    padding-bottom: 1.25rem;    position: relative;}  .notas-texto-contenedor::after {    content: "";    position: absolute;    width: 125px;    height: 5px;    background-color: #0474BA;    bottom: 0px;    left: 0;  }.nota-alta [data-format="CITA"] {  position: relative;  color: var(--negro-claro) !important;}.nota-alta [data-format="CITA"]::before,.nota-alta [data-format="CITA"]::after {  content: " ";  width: 36px;  height: 36px;  position: absolute;  right: 0;  bottom: -10px;  filter: opacity(25%);}.nota-alta [data-format="CITA"]::before {  background-image: url("../../img/TribunoJujuy/sprites.svg#quote-open-view");  left: 0px;  top: -17px;}.nota-alta [data-format="CITA"]::after {  background-image: url("../../img/TribunoJujuy/sprites.svg#quote-close-view");  right: 0px;  bottom: -10px;}@media only screen and (min-width: 768px) {    .front-ultimas-noticias-seccion header {    margin-bottom: 3rem;  }  .nota-texto-titulo {    border-bottom: var(--border-dark);  }  .notas-texto-contenedor .nota-texto-titulo > p {    width: auto;    text-align: left;  }  .nota-alta [data-format="CITA"]::before,  .nota-alta [data-format="CITA"]::after {    position: relative;    right: 0;    bottom: -10px;  }  .nota-alta [data-format="CITA"]::before {    left: -10px;    top: -15px;  }  .nota-alta [data-format="CITA"]::after {    right: -10px;    bottom: 0px;  }}@media only screen and (min-width: 992px) {  .otras-noticias-container > article {    flex-basis: 21%;    flex-grow: 1;  }  .nota-layout__sidebar {    display: flex;    flex-direction: column;    gap: 3rem;  }}@media only screen and (min-width: 1200px) {  .nota-alta [data-format="CITA"] {    padding: 0 2rem;    margin: 0 4rem;  }}@media (max-width: 991px) {  .front-container.front-ad {    order: -1;  }    .front-container header {    --caption-font-size: 22px;  }  .front-container.front-ultimas-noticias-seccion > div > article,  .front-container.front-ultimas-noticias-seccio > div > article {    max-width: 100%;  }  .front-ultimas-noticias > div.flex {    flex-direction: column;  }}section.front-container.front-mas-leidas > div > article {  width: 100%;}