.elementor-12345 .elementor-element.elementor-element-e91149b > .elementor-container{max-width:1257px;}.elementor-12345 .elementor-element.elementor-element-e91149b{margin-top:0px;margin-bottom:50px;padding:0px 40px 0px 40px;}.elementor-12345 .elementor-element.elementor-element-9a29c09 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-12345 .elementor-element.elementor-element-ab3e6cf > .elementor-widget-container{margin:40px 0px 40px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-12345 .elementor-element.elementor-element-e91149b{padding:0px 32px 0px 32px;}}@media(max-width:767px){.elementor-12345 .elementor-element.elementor-element-e91149b{margin-top:12px;margin-bottom:0px;padding:0px 16px 30px 16px;}.elementor-12345 .elementor-element.elementor-element-9a29c09{width:100%;}.elementor-12345 .elementor-element.elementor-element-ab3e6cf{width:100%;max-width:100%;}.elementor-12345 .elementor-element.elementor-element-ab3e6cf > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-12345 .elementor-element.elementor-element-af6458d{width:100%;max-width:100%;}.elementor-12345 .elementor-element.elementor-element-af6458d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-af6458d *//* ============================================================
   ESTILOS COMPLETOS — TARJETAS + PAGINACIÓN (ACTUALIZADOS)
============================================================ */

/* ============================
   TARJETA GRANDE
=============================== */

.pbc-big-card{
    width:100%;
    max-width: 1257px;
    height:579px;
    background:#fff;
    overflow:hidden;
    display:flex;
    box-shadow:0 3px 15px rgba(0,0,0,0.08);
    margin-bottom:40px;
}

.pbc-big-img{
    width:60%;
    height:579px;
    object-fit:cover;
}

.pbc-big-content{
    width:669px;
    padding:35px 45px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    gap:25px;
}

.pbc-big-date{
    font-size:14px;
    color:#777;
    font-family:'Poppins';
    font-weight:500;
}

/* TITULO GRANDE — IGUAL A blog_cards (pero más grande) */
.pbc-big-title{
    font-family:'Poppins';
    font-weight:600;
    font-size:25px;
    line-height:1.2em;
    margin:15px 0;

    display:-webkit-box;
    -webkit-line-clamp:2; /* ✔ MISMA LÓGICA QUE blog_cards */
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* RESUMEN GRANDE — 7 LÍNEAS EXACTAS COMO blog_cards */
.pbc-big-excerpt{
    margin-top:10px;
    font-size:14px;
    color:#555;
    font-family:'Poppins';
    font-weight:400;
    line-height:1.4em;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7; /* ✔ IGUAL */
    overflow:hidden;
}

.pbc-big-link{
    margin-top:25px;
    color:#0C4572;
    justify-content: space-between;
    width: 100%;
    font-family:'Poppins';
    font-weight:500;
    font-size:14px;
    text-decoration:none;
    position:relative;
    display:flex;
    align-items:center;
    gap:6px;
}

.pbc-big-link::before{
    content:"";
    width:40px;
    height:2px;
    background:#0C4572;
    position:absolute;
    top:-10px;
}

/* ============================
   TARJETAS PEQUEÑAS
=============================== */

.pbc-grid{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:25px;
    margin-top:30px;
}

.pbc-card{
    height:295px;
    background:#fff;
    overflow:hidden;
    display:flex;
    box-shadow:0 3px 15px rgba(0,0,0,0.08);
}

.pbc-img{
    width:360px !important;
    height:295px;
    object-fit:cover;
}

.pbc-content{
    width: 250px !important;
    padding:18px 15px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.pbc-date{
    font-size:12px;
    color:#777;
    font-family:'Poppins';
    font-weight:500;
}

/* TITULO TARJETA PEQUEÑA — IGUAL QUE blog_cards */
.pbc-title{
    font-family:'Poppins';
    font-weight:600;
    font-size:18px;
    line-height:22px;
    margin:10px 0;

    display:-webkit-box;
    -webkit-line-clamp:2; /* ✔ MISMA LÓGICA */
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* RESUMEN TARJETA PEQUEÑA — 7 LÍNEAS IGUAL A blog_cards */
.pbc-excerpt{
    font-size:14px;
    color:#666;
    line-height:1.3em;
    margin-bottom:10px;
    font-family:'Poppins';
    font-weight:400;

    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:7; /* ✔ IGUAL */
    overflow:hidden;
}

.pbc-link{
    margin-top:15px;
    color:#0C4572;
    text-decoration:none;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:12px;
    padding-top:6px;
    position:relative;
    font-family:'Poppins';
}

.pbc-link::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:2px;
    background:#0C4572;
    border-radius:2px;
}

.pbc-arrow{
    font-size:17px;
    font-weight:900;
    font-family:'Poppins';
}

/* ============================
   PAGINACIÓN
=============================== */

.pcg-pagination {
  margin-top:40px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
  font-family:'Poppins';
  align-items:center;
}

.pcg-pagination .pcg-btn {
  width:34px;
  height:34px;
  border-radius:50%;
  background:transparent;
  border:none !important;
  color:#A2A3B1;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:15px;
  cursor:pointer;
  text-decoration:none !important;
  transition:0.2s ease;
}

.pcg-pagination .pcg-btn:hover {
  background:#E7EEF3;
  color:#0C4572;
}

.pcg-pagination .active {
  background:#0C4572 !important;
  color:#fff !important;
  font-weight:700;
}
	
	
	
	
	
	
@media (max-width: 767px) {

  /* ===============================
     GRID
  =============================== */
  .pbc-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
    align-items: center;
    margin-top: 5px;
  }

  /* ===============================
     BIG CARD = CARD NORMAL
  =============================== */
  .pbc-big-card {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    margin: 0 auto 20px;
  }

  .pbc-big-img {
    width: 55% !important;
    height: 160px;
    object-fit: cover;
  }

  .pbc-big-content {
    width: 45% !important;
    padding: 10px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: space-between;
  }

  .pbc-big-date {
    font-size: 9px;
  }

  .pbc-big-title {
    font-size: 10px;
    line-height: 100%;
    margin: 2px 0 5px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pbc-big-excerpt {
    font-size: 7px;
    line-height: 1.3em;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .pbc-big-link {
    font-size: 6px;
    padding-top: 0;
    margin-top: 0;
  }

  .pbc-big-link::before {
    width: 18px;
  }

  /* ===============================
     CARDS NORMALES (igual que antes)
  =============================== */
  .pbc-card {
    width: 100%;
    height: 160px;
  }

  .pbc-img {
    width: 55% !important;
    height: 160px;
  }

  .pbc-content {
    width: 45% !important;
    padding: 10px;
  }

  .pbc-date {
    font-size: 9px;
  }

  .pbc-title {
    font-size: 13px;
    line-height: 100%;
    margin: 2px 0 5px;
  }

  .pbc-excerpt {
    font-size: 11px;
    -webkit-line-clamp: 5;
  }

  .pbc-link {
    font-size: 9px;
    margin-top: 0;
    padding-top: 0;
  }

  .pbc-link::before {
    width: 18px;
  }

  .pbc-arrow {
    font-size: 10px;
  }

  /* ===============================
     PAGINACIÓN
  =============================== */
  .pcg-pagination {
    justify-content: flex-end;
    margin-top: 20px;
    margin-right: 14px;
  }

  .pcg-pagination .pcg-btn {
    width: 28px;
    height: 28px;
  }
}

	@media (max-width: 767px) {

  /* ===============================
     BIG = SMALL (heredar estilos)
  =============================== */


  .pbc-big-date {
    font-size: 9px !important;
    color: #777 !important;
    font-weight: 500 !important;
  }

  .pbc-big-title {
    font-size: 13px !important;
    line-height: 100% !important;
    margin: 2px 0 5px 0 !important;
    font-weight: 600 !important;
    -webkit-line-clamp: 2 !important;
  }

  .pbc-big-excerpt {
    font-size: 11px !important;
    line-height: 1.3em !important;
    -webkit-line-clamp: 5 !important;
    margin-bottom: 0 !important;
  }

  .pbc-big-link {
    font-size: 9px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .pbc-big-link::before {
    width: 18px !important;
    top: 0 !important;
  }

  .pbc-big-link .pbc-arrow {
    font-size: 10px !important;
  }
}


@media (max-width: 900px) and (orientation: landscape) {

  /* GRID */
  .pbc-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 10px;
  }

  /* BIG CARD = CARD NORMAL */
  .pbc-big-card,
  .pbc-card {
    height: 200px;                 /* 🔥 más aire que 160 */
    width: 100%;
  }

  /* IMAGEN */
  .pbc-big-img,
  .pbc-img {
    width: 50% !important;
    height: 200px;
    object-fit: cover;
  }

  /* CONTENIDO */
  .pbc-big-content,
  .pbc-content {
    width: 50% !important;
    padding: 14px 16px;
    justify-content: space-between;
  }

  /* TEXTO */
  .pbc-big-date,
  .pbc-date {
    font-size: 8px;
  }

  .pbc-big-title,
  .pbc-title {
    font-size: 12px;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
  }

  .pbc-big-excerpt,
  .pbc-excerpt {
    font-size: 10px;
    line-height: 1.3em;
    -webkit-line-clamp: 4;
  }

  .pbc-big-link,
  .pbc-link {
    font-size: 8px;
  }

  .pbc-arrow {
    font-size: 12px;
  }
}


@media (min-width: 768px) {

  /* BIG CARD */
  .pbc-big-card {
    width: 100%;
    max-width: 1257px;
    margin: 0 auto;
  }

  .pbc-big-img {
    width: 725px;
  }
  
  .pbc-img {
    width: 360px;
  }

  /* GRID → 2 COLUMNAS */
  .pbc-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1257px;
    margin: 25px auto;
  }
	
	.pbc-content {
		width: 256px !important;
	        padding-left: 25px !important;
    padding-right: 25px !important;
	}
	.pcg-pagination {
		margin-right: 80px;}

}


/* ===============================
   TABLET (768px – 1024px)
   1 BIG + 3 SMALL → 1 POR FILA
=============================== */
@media (min-width: 768px) and (max-width: 1024px) {

  /* ===============================
     BIG CARD = SMALL CARD
  =============================== */
  .pbc-big-card {
    width: 100%;
    height: 260px;
    max-width: 1200px;
    margin-bottom: 25px !important;
  }

  .pbc-big-img {
    width: 55%;
    height: 240px;
  }

  .pbc-big-content {
    width: 45%;
    padding: 18px 22px;
    gap: 12px;
  }

  .pbc-big-date {
    font-size: 6px;
  }

  .pbc-big-title {
    font-size: 14px;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
  }

  .pbc-big-excerpt {
    font-size: 11px;
    line-height: 1.3em;
    -webkit-line-clamp: 6;
  }

  .pbc-big-link {
    margin-top: 10px;
    color: #0C4572;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 9px;
    padding-top: 6px;
    position: relative;
    font-family: 'Poppins';
  }
  
  .pbc-big-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #0C4572;
    border-radius: 2px;
}

  /* ===============================
     GRID → 1 COLUMNA
  =============================== */
  .pbc-grid {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0 auto;
    max-width: 1200px;
  }

  /* ===============================
     CARDS PEQUEÑAS
  =============================== */
  .pbc-card {
    width: 100%;
    height: 260px;
  }

  .pbc-img {
    width: 55% !important;
    height: 240px;
  }

  .pbc-content {
    width: 45% !important;
    padding: 18px 22px;
  }

  .pbc-date {
    font-size: 9px;
  }

  .pbc-title {
    font-size: 14px;
    line-height: 1.2em;
    -webkit-line-clamp: 2;
  }

  .pbc-excerpt {
    font-size: 11px;
    line-height: 1.3em;
    -webkit-line-clamp: 6;
  }

  .pbc-link {
    font-size: 9px;
  }

  /* ===============================
     PAGINACIÓN
  =============================== */
  .pcg-pagination {
    margin-top: 30px;
    margin-right: 30px;
    justify-content: flex-end;
  }
}





@media (min-width: 768px) and (max-width: 1366px) {
  .pbc-big-card {
    width: 100%;
    max-width: none !important;
    margin: 0;
  }
}/* End custom CSS */