:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-2026847 */.posg-root, .posg-root * { box-sizing: border-box; }
.posg-root {
  --rojo: #b00000;
  --rojo-oscuro: #7a0000;
  font-family: 'Ubuntu', sans-serif;
  color: #1a1a1a;
  background: #ffffff;
}
.posg-root .arrow { display:inline-block; font-size:17px; transition:transform .25s ease; }

.posg-summary {
  width: 100%;
  padding: 55px 45px;
  background: linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}
.posg-summary-inner {
  width: 100%; max-width: 1300px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.posg-summary-card {
  position: relative; min-height: 190px;
  display: flex; align-items: flex-start; gap: 20px;
  padding: 32px 30px; background: #fff;
  border: 1px solid #eee; border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.045);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.posg-summary-card::before {
  content:""; position:absolute; left:30px; top:0; width:42px; height:3px;
  background: var(--rojo); border-radius:0 0 5px 5px; opacity:0; transition:.3s ease;
}
.posg-summary-card:hover { transform: translateY(-5px); border-color: rgba(176,0,0,.14); box-shadow: 0 18px 42px rgba(0,0,0,.075); }
.posg-summary-card:hover::before { opacity:1; width:70px; }
.posg-summary-icon {
  width:62px; height:62px; flex:0 0 62px;
  display:flex; align-items:center; justify-content:center;
  color: var(--rojo); background: linear-gradient(135deg,#fff2f2,#fbe4e4);
  border-radius:50%; font-size:25px; transition:.3s ease;
}
.posg-summary-card:hover .posg-summary-icon { color:#fff; background: var(--rojo); transform: scale(1.04); }
.posg-summary-content { flex:1; min-width:0; }
.posg-summary-label {
  position:relative; display:block; padding-bottom:14px; margin-bottom:14px;
  color: var(--rojo); font-size:17px; font-weight:800; line-height:1.3;
}
.posg-summary-label::after { content:""; position:absolute; left:0; bottom:0; width:28px; height:2px; background: var(--rojo); border-radius:20px; }
.posg-summary-content p { margin:0 0 10px; color:#555; font-size:14px; line-height:1.65; }
.posg-summary-content strong { display:block; color:#222; font-size:14px; font-weight:700; line-height:1.55; }
.posg-summary-card-featured { border-top: 2px solid var(--rojo); }
.posg-summary-link {
  display:inline-flex; align-items:center; gap:8px; margin-top:5px;
  color: var(--rojo) !important; font-size:13px; font-weight:800; text-decoration:none !important; transition:.25s ease;
}
.posg-summary-link:hover { color:#850000 !important; }
.posg-summary-link:hover .arrow { transform: translateX(5px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-238709e */.posg-root, .posg-root * { box-sizing: border-box; }
.posg-root { --rojo: #b00000; --rojo-oscuro: #7a0000; font-family: 'Ubuntu', sans-serif; color: #1a1a1a; }
.posg-root .arrow { display:inline-block; font-size:17px; transition:transform .25s ease; }

.posg-conoce {
  position: relative; width:100%; padding: 90px 50px; overflow:hidden;
  background: radial-gradient(circle at 4% 100%, rgba(176,0,0,.055), transparent 25%), #ffffff;
}
.posg-conoce::before {
  content:""; position:absolute; right:-150px; top:-180px; width:390px; height:390px;
  border-radius:50%; border:1px solid rgba(176,0,0,.10);
  box-shadow: 0 0 0 25px rgba(176,0,0,.018), 0 0 0 50px rgba(176,0,0,.012);
}
.posg-conoce-inner {
  position:relative; z-index:2; width:100%; max-width:1300px; margin:0 auto;
  display:grid; grid-template-columns: .8fr 1.2fr; gap:90px; align-items:center;
}
.posg-eyebrow { display:block; margin-bottom:18px; color: var(--rojo); font-size:12px; font-weight:900; letter-spacing:3px; }
.posg-conoce-intro h2 { max-width:560px; margin:0; color:#151515; font-size:41px; line-height:1.15; font-weight:800; letter-spacing:-.7px; }
.posg-conoce-intro h2 strong { display:block; color: var(--rojo); font-weight:800; }
.posg-line { width:65px; height:3px; margin:25px 0; background: var(--rojo); border-radius:10px; }
.posg-conoce-intro p { max-width:530px; margin:0; color:#5d5d5d; font-size:15px; line-height:1.8; }
.posg-conoce-link {
  display:inline-flex; align-items:center; gap:13px; margin-top:28px;
  color: var(--rojo) !important; text-decoration:none !important; font-size:13px; font-weight:800;
}
.posg-conoce-link .arrow { font-size:20px; }
.posg-conoce-link:hover .arrow { transform: translateX(5px); }
.posg-conoce-grid {
  display:grid; grid-template-columns: repeat(2,1fr); gap:1px; background:#e8e8e8;
  border:1px solid #e8e8e8; border-radius:20px; overflow:hidden; box-shadow: 0 18px 50px rgba(0,0,0,.055);
}
.posg-conoce-item { position:relative; min-height:225px; padding:35px; background:#fff; overflow:hidden; transition:background .3s ease; }
.posg-conoce-item:hover { background:#fafafa; }
.posg-conoce-number { position:absolute; right:22px; top:15px; color:rgba(176,0,0,.055); font-size:58px; font-weight:900; line-height:1; }
.posg-conoce-icon { width:52px; height:52px; display:flex; align-items:center; justify-content:center; margin-bottom:25px; color: var(--rojo); background:#fff3f3; border-radius:50%; font-size:20px; transition:.3s ease; }
.posg-conoce-item:hover .posg-conoce-icon { color:#fff; background: var(--rojo); transform: translateY(-3px); }
.posg-conoce-item h3 { position:relative; margin:0 0 12px; color:#171717; font-size:18px; font-weight:800; line-height:1.3; }
.posg-conoce-item p { max-width:290px; margin:0; color:#656565; font-size:13px; line-height:1.7; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fe435b0 */.posg-root, .posg-root * { box-sizing: border-box; }
.posg-root { --rojo: #b00000; --rojo-oscuro: #7a0000; font-family: 'Ubuntu', sans-serif; color: #1a1a1a; }

.posg-programas { width:100%; padding:85px 45px; background:#fff; }
.posg-programas-header { max-width:760px; margin:0 auto 45px; text-align:center; }
.posg-programas-header span { display:inline-block; margin-bottom:10px; color: var(--rojo); font-size:12px; font-weight:900; text-transform:uppercase; letter-spacing:1.7px; }
.posg-programas-header h2 { margin:0; color:#151515; font-size:36px; line-height:1.2; font-weight:800; }
.posg-programas-header h2::after { content:""; display:block; width:62px; height:3px; margin:17px auto 0; background: var(--rojo); border-radius:20px; }
.posg-programas-header p { margin:18px auto 0; max-width:650px; color:#666; font-size:14px; line-height:1.7; }
.posg-programas-grid { max-width:1300px; margin:0 auto; display:grid; grid-template-columns: repeat(4,1fr); gap:22px; }
.posg-card {
  position:relative; display:flex; flex-direction:column; overflow:hidden;
  background:#fff; border:1px solid #e9e9e9; border-radius:18px;
  box-shadow: 0 12px 34px rgba(0,0,0,.055);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.posg-card:hover { transform: translateY(-6px); border-color: rgba(176,0,0,.15); box-shadow: 0 18px 44px rgba(0,0,0,.09); }
.posg-card-image { width:100%; height:170px; overflow:hidden; }
.posg-card-image img { width:100%; height:100%; object-fit:cover; display:block; transition: transform .5s ease; }
.posg-card:hover .posg-card-image img { transform: scale(1.045); }
.posg-card-icon {
  position:absolute; left:22px; top:145px; width:52px; height:52px;
  display:flex; align-items:center; justify-content:center;
  color: var(--rojo); background:#fff; border:1px solid #eee; border-radius:50%;
  box-shadow: 0 8px 22px rgba(0,0,0,.08); font-size:18px; z-index:3; transition:.3s ease;
}
.posg-card:hover .posg-card-icon { color:#fff; background: var(--rojo); border-color: var(--rojo); transform: translateY(-3px); }
.posg-card-body { padding: 36px 22px 22px; display:flex; flex-direction:column; gap:6px; flex:1; }
.posg-card-kicker { font-size:11.5px; font-weight:900; letter-spacing:1px; color: var(--rojo); text-transform:uppercase; }
.posg-card-body h3 { margin:0 0 8px; color:#181818; font-size:16.5px; font-weight:800; line-height:1.3; }
.posg-card-body p { min-height:70px; margin:0 0 16px; color:#626262; font-size:13px; line-height:1.65; flex:1; }
.posg-card-actions { display:flex; flex-direction:column; gap:8px; }
.posg-btn {
  font-family:inherit; font-size:12.5px; font-weight:700; border-radius:7px; padding:9px 12px;
  cursor:pointer; text-decoration:none !important; display:inline-flex; align-items:center; justify-content:center;
  gap:6px; border:1px solid var(--rojo); transition: background .2s ease, color .2s ease;
}
.posg-btn--outline { background:#fff; color: var(--rojo) !important; }
.posg-btn--outline:hover { background:#fff3f3; }
.posg-btn--solid { background: var(--rojo); color:#fff !important; }
.posg-btn--solid:hover { background: var(--rojo-oscuro); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d982084 */.posg-root, .posg-root * { box-sizing: border-box; }
.posg-root { --rojo: #b00000; --rojo-oscuro: #7a0000; font-family: 'Ubuntu', sans-serif; color: #1a1a1a; }
.posg-root .arrow { display:inline-block; font-size:17px; transition:transform .25s ease; }

.posg-experiencia {
  position:relative; width:100%; max-width:1300px; min-height:400px; margin:70px auto;
  overflow:hidden; border-radius:12px 12px 45px 12px; background:#8d0000;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
}
.posg-experiencia-fondo {
  position:absolute; inset:0;
  background-image:url('https://fccef.usmp.edu.pe/wp-content/uploads/2025/12/doc.jpg');
  background-repeat:no-repeat; background-size:auto 100%; background-position:right center; z-index:1;
}
.posg-experiencia-overlay {
  position:absolute; inset:0; z-index:2;
  background: linear-gradient(90deg, #980000 0%, rgba(159,0,0,.98) 25%, rgba(164,0,0,.93) 48%, rgba(129,0,0,.75) 68%, rgba(20,20,20,.53) 100%);
}
.posg-experiencia-contenido { position:relative; z-index:5; width:100%; min-height:400px; padding:48px 48px 45px; color:#fff; }
.posg-experiencia-titulo { margin-left:105px; margin-bottom:40px; }
.posg-experiencia-titulo h2 { margin:0; color:#fff; font-size:25px; line-height:1.2; font-weight:800; }
.posg-experiencia-titulo > span { display:block; width:48px; height:3px; margin:18px auto 0 170px; background:#fff; border-radius:20px; opacity:.9; }
.posg-experiencia-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:40px; }
.posg-experiencia-item { display:grid; grid-template-columns:66px 1fr; gap:20px; align-items:start; color:#fff; }
.posg-experiencia-icono {
  width:64px; height:64px; display:flex; align-items:center; justify-content:center; flex-shrink:0;
  color: var(--rojo); background:#fff; border-radius:50%; font-size:25px;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.posg-experiencia-item.is-link:hover { transform: translateY(-5px); transition: transform .3s ease; }
.posg-experiencia-item.is-link:hover .posg-experiencia-icono { color:#fff; background: var(--rojo); }
.posg-experiencia-info h3 { margin:5px 0 14px; color:#fff; font-size:17px; line-height:1.3; font-weight:800; }
.posg-experiencia-info p { max-width:270px; margin:0; color:rgba(255,255,255,.88); font-size:13px; line-height:1.65; }
.posg-experiencia-info a { display:inline-flex; align-items:center; gap:8px; margin-top:12px; color:#fff !important; font-size:13px; font-weight:800; text-decoration:none !important; }
.posg-experiencia-info a:hover .arrow { transform: translateX(5px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f797fc3 */.posg-root, .posg-root * { box-sizing: border-box; }
.posg-root { --rojo: #b00000; --rojo-oscuro: #7a0000; font-family: 'Ubuntu', sans-serif; color: #1a1a1a; }
.posg-root .arrow { display:inline-block; font-size:17px; transition:transform .25s ease; }

.posg-info-section {
  position:relative; width:100%; padding:85px 45px 95px; overflow:hidden;
  background: radial-gradient(circle at 4% 100%, rgba(176,0,0,.045), transparent 22%),
              radial-gradient(circle at 96% 100%, rgba(176,0,0,.04), transparent 22%), #ffffff;
}
.posg-info-inner { position:relative; z-index:2; max-width:1300px; margin:0 auto; }
.posg-info-header { margin-bottom:42px; text-align:center; }
.posg-info-header h2 { margin:0; color:#171717; font-size:32px; line-height:1.2; font-weight:800; }
.posg-info-line { display:block; width:48px; height:3px; margin:16px auto 0; background: var(--rojo); border-radius:20px; }
.posg-info-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:24px; }
.posg-info-card {
  position:relative; min-height:250px; display:flex; flex-direction:column;
  padding:32px 32px 28px; background:#fff; color:inherit; text-decoration:none !important;
  border:1px solid #ededed; border-radius:13px; box-shadow: 0 10px 30px rgba(0,0,0,.055); overflow:hidden;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.posg-info-card::before { content:""; position:absolute; left:0; top:0; width:100%; height:3px; background: var(--rojo); transform:scaleX(0); transform-origin:left; transition: transform .3s ease; }
.posg-info-card:hover { transform: translateY(-6px); border-color: rgba(176,0,0,.14); box-shadow: 0 18px 42px rgba(0,0,0,.085); }
.posg-info-card:hover::before { transform: scaleX(1); }
.posg-info-card-top { display:grid; grid-template-columns:54px 1fr; gap:16px; align-items:center; margin-bottom:20px; }
.posg-info-icon { width:50px; height:50px; display:flex; align-items:center; justify-content:center; color: var(--rojo); background:#fff; border:2px solid var(--rojo); border-radius:50%; font-size:20px; transition:.3s ease; }
.posg-info-card:hover .posg-info-icon { color:#fff; background: var(--rojo); }
.posg-info-card h3 { margin:0; color:#171717; font-size:16.5px; line-height:1.25; font-weight:800; }
.posg-info-card > p { max-width:300px; margin:0 0 20px 70px; color:#606060; font-size:13px; line-height:1.7; flex:1; }
.posg-info-link { display:inline-flex; align-items:center; gap:8px; margin-top:auto; margin-left:70px; color: var(--rojo); font-size:12px; font-weight:800; }
.posg-info-card:hover .posg-info-link .arrow { transform: translateX(5px); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-49d926a */.posg-root, .posg-root * { box-sizing: border-box; }
.posg-root { --rojo: #b00000; --rojo-oscuro: #7a0000; font-family: 'Ubuntu', sans-serif; color: #1a1a1a; }
.posg-root .arrow { display:inline-block; font-size:17px; transition:transform .25s ease; }

.posg-dudas { position:relative; width:100%; min-height:300px; overflow:hidden; background:#990000; }
.posg-dudas-bg {
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:right center; display:block; z-index:1;
}
.posg-dudas-overlay {
  position:absolute; inset:0; z-index:2;
  background: linear-gradient(90deg, rgba(145,0,0,.99) 0%, rgba(164,0,0,.98) 37%, rgba(177,0,0,.88) 62%, rgba(137,0,0,.62) 100%);
}
.posg-dudas-container {
  position:relative; z-index:5; width:100%; max-width:1300px; min-height:300px; margin:0 auto;
  padding:45px 55px; display:grid; grid-template-columns: .8fr 1.2fr; gap:60px; align-items:center;
}
.posg-dudas-intro { max-width:460px; }
.posg-dudas-intro h2 { margin:0 0 20px; color:#fff; font-size:32px; line-height:1.15; font-weight:800; }
.posg-dudas-intro p { max-width:430px; margin:0; color:rgba(255,255,255,.90); font-size:15px; line-height:1.8; }
.posg-dudas-contact-card {
  position:relative; min-height:210px; padding:28px 190px 28px 28px; display:flex; flex-direction:column; justify-content:center; gap:17px;
  background:rgba(117,0,0,.20); border:1px solid rgba(255,255,255,.35); border-radius:17px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 12px 30px rgba(75,0,0,.10); backdrop-filter: blur(3px);
}
.posg-dudas-contact-item { display:grid; grid-template-columns:38px 1fr; gap:14px; align-items:center; }
.posg-dudas-icon { width:32px; height:32px; display:flex; align-items:center; justify-content:center; color:#fff; font-size:22px; }
.posg-dudas-contact-text { display:flex; flex-direction:column; gap:3px; }
.posg-dudas-contact-text strong { color:#fff; font-size:13.5px; font-weight:700; line-height:1.4; }
.posg-dudas-contact-text span { color:rgba(255,255,255,.90); font-size:12.5px; line-height:1.4; }
.posg-dudas-btn {
  position:absolute; right:32px; bottom:28px; min-width:140px; min-height:52px; padding:0 22px;
  display:inline-flex; align-items:center; justify-content:center; gap:12px;
  color: var(--rojo) !important; background:#fff; border:1px solid rgba(255,255,255,.75); border-radius:14px;
  text-decoration:none !important; font-size:13.5px; font-weight:800; box-shadow: 0 8px 25px rgba(72,0,0,.12);
  transition: transform .28s ease, background .28s ease, color .28s ease;
}
.posg-dudas-btn:hover { color:#fff !important; background:#8d0000; transform: translateY(-2px); }
.posg-dudas-btn:hover .arrow { transform: translateX(4px); }/* End custom CSS */