/* Version: 1.0.0 */
/* Date: 2024-01-29 */
/* CSS para el widget de Ibiza */

/* Estilos generales */
.grp__header {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  position: relative;
  padding-bottom: 14px;
  padding-top: 14px;
  width: 100%;
  border-top: 2px solid #1b6598;
  color: #1b6598;
}
.grp__header__title {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin-right: 5px;
  font: 400 28px / 1 CommonsDemiBold2;
  line-height: 1;
  text-transform: uppercase;
  color: inherit;
}
[data-dropdown-trigger] {
  cursor: pointer;
}
.grp__header__nav {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.grp__header__links {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
  text-transform: uppercase;
  margin-top: -15px;
}
.grp__header__links {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
li,
ol,
ul {
  list-style: none;
  list-style-image: none;
}
li,
ul {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  color: inherit;
}

@media (min-width: 768px) {
  .grp__header__nav {
    display: block;
    margin-top: 10px;
  }
}

#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%;
  }
}
