/* Version: 1.0.0 */
/* Date: 2024-01-29 */
/* CSS para el widget de Ibiza */

/* Estilos generales */

#appliv {
  margin-bottom: 25px;
}
.postepi {
  padding: 0 10px;
  display: inline-flex;
  width: 24.99999%;
}
.postepi-title {
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
  margin-top: 10px !important;
}
h4.postepi-title {
  color: #000000;
  text-decoration: none;
}
h4.postepi-title:hover {
  color: #0099ff;
}

div.gallerynews img {
  width: 100%;
  border-radius: 8px;
  height: auto;
}
div.gallerynews img:hover {
  filter: saturate(160%) contrast(110%) drop-shadow(10px 10px 10px #5e5e5e);
  -webkit-filter: saturate(160%) contrast(110%)
    drop-shadow(10px 10px 10px #5e5e5e);
  -moz-filter: saturate(160%) contrast(110%) drop-shadow(10px 10px 10px #5e5e5e);
  transition: all 0.3s ease-out;
}
.entry-meta {
  overflow: hidden;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 20px;
}
div.desc {
  padding: 15px;
  text-align: center;
}
.contenedor-noticias {
  background-color: #effdff;
  padding: 16px;
  margin-bottom: 32px;
}

* {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 700px) {
  .postepi {
    width: 49.99999%;
  }
}
