.bloque-horizontal {
  margin-top: 30px;
}

.contenido-horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.texto-horizontal {
  flex: 1 1 50%;
}

.texto-horizontal h2 {
  font-size: 1.8rem;
  margin-bottom: 16px;
  color: #1976d2;
}

.texto-horizontal p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.imagen-horizontal {
  flex: 1 1 45%;
  text-align: right;
}

.imagen-horizontal img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bloque {
      max-width: 1200px; /* más ancho aún */
      margin: 30px auto;
      padding: 30px;
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      background-color: #fff;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    }

    .bloque:first-of-type {
      margin-top: 20px;
    }

    .titulo {
      text-align: center;
      font-size: 2.2rem;
      font-weight: 600;
      margin-bottom: 40px;
      color: #333;
    }

    .contenedor-tarjetas {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 36px;
    }

    .tarjeta {
      width: 340px; /* tarjetas más grandes */
      border-radius: 12px;
      background-color: #fff;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .tarjeta:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }

    .tarjeta img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      border-top-left-radius: 12px;
      border-top-right-radius: 12px;
      display: block;
    }

    .franja {
      background: linear-gradient(to right, #1976d2, #0d47a1);
      color: white;
      padding: 15px;
      text-align: center;
      font-weight: 500;
      font-size: 1.15rem;
    }
li
{
padding-bottom:1em;

  }
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-outlined {
    font-size: 14px !important;
    color: #0071bc;
}


h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 44px!important;
    font-weight: 800;
    color: #000000;
    text-decoration: none;
}
h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px!important;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
}
.margenfoto {
    margin: 40px;
}
#sp-section-5 {

  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
#sp-footer, #sp-bottom {
    background: #314C5D;
    color: #ffffff;  
}
/* Estilo personalizado para sección con fondo diferente */
.seccion-fondo-personalizado {
  background-color: #f0f8ff; 
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  width: 100%;
}
strong
{
      color: #439bd3;
}
.article-list .article .readmore a {
    color: #439bd3!important;
  font-weight: bolder!important;
}
.burger-icon {


      margin-left: 10px;
}

.logo-image {
    margin-top: 10px;
}

.sp-megamenu-parent>li>a {
    color: #ffffff;
}
#sp-section-2
{
    background:#314C5D;
    color:#ffffff ;

}

span.badge.bg-danger.featured-article-badge {
    display: none;
}




/*Ajustes a la cabecera*/
/* Top 2 */
#sp-top2{
    background:#575a5c;
    color:#cccccc ;
    padding: 8px 0;
}
#sp-top2 ul.sp-contact-info{
    float: right;
}

/*Menu e icono de hamburgesa*/
#sp-menu .sp-megamenu-wrapper{
    display: flex!important;
    flex-direction: row;
    justify-content: flex-end;
}

li {
    list-style-image: url(/images/bullet.gif);
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 3px;
    margin-top: 3px;
}
