.front-container {  margin-bottom: 40px;}.front-container > div {  gap: 15px 25px;}.front-container header {  font-style: normal;  font-weight: 700;  font-size: 40px;  line-height: 110%;  margin-bottom: 1.5rem;}.front-container > div > article {  display: flex;  max-width: calc(25% - 25px);}.front-ultimas-noticias-seccion header {  margin-bottom: 1rem;}.nota-layout {  display: flex;  margin-top: 8rem;}.nota-layout__sidebar {  display: none;}.otras-noticias-container > article {  flex-basis: 40%;  flex-grow: 1;}.nota-texto-cuerpo {  padding: 0 !important;  display: flex !important;  column-gap: 2rem;}.nota-texto-cuerpo > article {  flex: 1 1 40%;}.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 {  margin-bottom: 1rem;}.notas-texto-contenedor {  margin-bottom: 1rem;  padding-bottom: 1rem;  border-image: linear-gradient(90deg, transparent, rgba(0,0,0,0.10), transparent) 5%;  border-bottom: 1px solid;}.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) {  .nota-layout__sidebar {    display: flex;    flex-direction: column;    gap: 3rem;  }  .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;  }}@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 {    font-size: 20px;    border-bottom: var(--border-movil);    padding: 0.4rem 0;  }  .front-container > div > article {    max-width: 100%;  }  .front-ultimas-noticias-seccion > div.flex > article {    width: calc(50% - 15px);  }  .front-ultimas-noticias > div.flex {    flex-direction: column;  }}