.containerDetalles{
  width: 98%;
  height: 100%;
  background-color:white;
  margin: auto;
}

.alerta-img{
  width: 100%;
  height: 100%;	
}

.tr-alerta-titulo{
  vertical-align: top;
}

.td-alerta-texto{
  width: 45%;
  padding: 0.5rem;
}

.imgAlertaPublicacion{
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}

.tr-noticia-texto{
  vertical-align: top;
}

.td-noticia-texto{
  width: 50%;
}

.tituloAlert{
  color:black;
  font-size: 1rem;
  font-weight: bold;
  display: table-cell; 
  line-height: 2;
}

.cuerpoAlert p, .cuerpoCampana p {
  margin: 0 1rem 0 1rem;
  font-size: 1rem;
  text-align: justify;
}

.cuerpoAlert {
  line-height: 1.5;
}

.cuerpoAlert ol {
  padding: 0 2rem !important;
}

.cuerpoAlert ul {
  padding: 0 1rem !important;
}

#alerta-imagenes {
  width: auto !important;
  height: auto !important;
  max-width: 22rem !important;
  max-height: 17.5rem !important;
  margin-top: 1rem;
}

#cuerpoAlerta {
  display: flex;
}

#columnasAlertas {
  flex: 45%;
  padding: 0.313rem;
}

#alertasDesc {
  background-color:#F6F6F6;
  width: 99% !important;
}

#alerta-vin {
  margin: 0 0 0.313rem 0.313rem;
}

.vin-alerta{
  font-size:1rem;
  margin: 0 0 0.063rem 0.313rem;
}

.fondo-contenedor{
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.contenedor-titulo-alerta{
  text-align:center;
  color:black;
  font-weight:bold;
  font-size:2rem;
  line-height:1;
  margin-bottom: 1rem !important;
}

.contenedor-texto-alerta p {
  text-align: justify;
  color:black;
  font-size:1rem;
  padding: 0 1rem 0.5rem 1rem;
}

.imgRefe{
  width:100%;
  height:auto;
  display:grid;
}

#imgAlerta{
  margin:0 auto; 
  width:30rem;
}

.contenedor-noticia-bajo{
  background-color: #F2F2F2;
/*   width: 80%; */
  margin: auto;
}

.titulo-noticia{
  text-align:center;
  color:black;
  font-weight:bold;
  font-size:2rem;
  margin-bottom: 1rem;
}

.contenedor-noticia-detalle{
  padding: 0 1rem 1rem 1rem;
}

.detalle-noticia{
  text-align:left;
  color:black;
  font-size:1.5rem;
}

.fech {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.etiquetaPubliacion {
  font-size: 1.5rem;
}

.img-ckeditor-upload {
  max-width: 32rem !important;
}

figure {
  display: flex !important;
  justify-content: center;
  /* max-width: 25rem; */
  margin: 1rem auto 1rem auto !important;
}

.tableauPlaceholder {
  overflow: hidden !important; /* Oculta cualquier contenido que desborde */
  display: block !important;
  position: relative !important;
  margin: auto;
}

.tableauPlaceholder iframe{
  width: 100% !important; /* El iframe se ajusta al ancho del div */
  height: 100% !important; /* El iframe se ajusta a la altura del div */
  max-width: 65rem !important; /* Ancho máximo del iframe */
  max-height: 70rem !important; /* Altura máxima del iframe */
  border: none !important; /* Elimina el borde del iframe */
  box-sizing: border-box !important; /* Asegura que padding y border no desborden el tamaño */
}

.docNoticias {
  margin: 1rem 1rem 0 0;
}

.documentos {
  margin-top: 2rem;
}