#elContenidoDelSitio{width:100%;max-width:none;padding:0}
#elContenidoDelSitio>.row{margin:0}
#elContenidoDelSitio>.row>.col-lg-12{padding:0}

.ap-hero{
position:relative;
min-height:520px;
background-image:url('/files/banner/bannerViaducto9.jpg');
background-size:cover;
background-position:center;
color:#fff;
overflow:hidden;
}

.ap-hero-overlay{
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(1,35,32,.96) 0%,rgba(1,35,32,.78) 42%,rgba(1,35,32,.25) 75%,rgba(1,35,32,.08) 100%);
}

.ap-hero-content{
position:relative;
z-index:2;
max-width:1180px;
margin:0 auto;
padding:72px 35px 90px;
display:flex;
align-items:center;
justify-content:space-between;
gap:60px;
}

.ap-hero-copy{max-width:590px}

.ap-kicker{
display:inline-block;
color:#c8dc35;
font-size:14px;
font-weight:700;
text-transform:uppercase;
letter-spacing:1.5px;
margin-bottom:16px;
}

.ap-hero h1{
font-size:64px;
line-height:.98;
font-weight:700;
margin:0 0 24px;
letter-spacing:-2px;
}

.ap-hero h1 strong{
color:#c8dc35;
font-weight:800;
}

.ap-hero-copy p{
font-size:19px;
line-height:1.55;
max-width:540px;
margin-bottom:30px;
}

.ap-hero-copy p b{color:#d8e94e}

.ap-btn-primary{
display:inline-flex;
align-items:center;
gap:18px;
background:#c8dc35;
color:#073a32!important;
font-weight:700;
font-size:17px;
padding:15px 23px;
border-radius:10px;
text-decoration:none!important;
box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.ap-btn-primary span{
display:flex;
align-items:center;
justify-content:center;
width:30px;
height:30px;
border-radius:50%;
background:#073a32;
color:white;
}

.ap-help-card{
width:390px;
background:rgba(255,255,255,.96);
color:#073a32;
border-radius:20px;
padding:24px;
box-shadow:0 20px 55px rgba(0,0,0,.30);
}

.ap-help-card h2{
font-weight:800;
font-size:27px;
margin:0 0 3px;
}

.ap-help-card>p{font-size:16px;margin-bottom:18px}

.ap-service{
display:flex;
align-items:center;
gap:14px;
padding:17px;
border-radius:13px;
margin-top:12px;
text-decoration:none!important;
}

.ap-service span:nth-child(2){
display:flex;
flex-direction:column;
flex:1;
}

.ap-service b{font-size:16px}

.ap-service small{
font-size:12px;
margin-top:4px;
}

.ap-service-icon{
width:48px;
height:48px;
background:white;
color:#073a32;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:25px;
font-weight:bold;
}

.ap-service-dark{background:#073f36;color:white!important}
.ap-service-lime{background:#bfd42e;color:#13342e!important}

.ap-quick{
position:relative;
z-index:4;
max-width:1120px;
margin:-50px auto 45px;
background:white;
border-radius:16px;
box-shadow:0 12px 40px rgba(20,50,45,.15);
display:grid;
grid-template-columns:repeat(4,1fr);
padding:20px;
}

.ap-quick a{
min-height:75px;
display:flex;
align-items:center;
justify-content:center;
gap:13px;
padding:12px;
border-right:1px solid #e5e8e7;
color:#073a32;
font-weight:700;
font-size:15px;
text-decoration:none!important;
}

.ap-quick a:last-child{border-right:0}

.ap-quick a:first-child,
.ap-quick a:nth-child(2){
color:#073a32;
}

.ap-quick a:first-letter{
color:#c8dc35;
font-size:28px;
}

@media(max-width:850px){
.ap-hero{min-height:auto}
.ap-hero-content{
padding:50px 22px 80px;
display:block;
}
.ap-hero h1{font-size:45px}
.ap-help-card{
width:100%;
margin-top:35px;
}
.ap-quick{
margin:-35px 18px 35px;
grid-template-columns:1fr 1fr;
}
.ap-quick a{border-bottom:1px solid #e5e8e7}
}

@media(max-width:520px){
.ap-hero h1{font-size:39px}
.ap-hero-copy p{font-size:16px}
.ap-quick{grid-template-columns:1fr}
.ap-quick a{
justify-content:flex-start;
border-right:0;
}
}
.ap-btn-primary, .ap-service-dark, .ap-quick a:first-child { display: none !important; }

.ap-news-card{
display:flex;
gap:24px;
background:#fff;
border-radius:18px;
overflow:hidden;
margin-bottom:24px;
box-shadow:0 10px 30px rgba(14,45,39,.10);
border:1px solid #e8ecea;
}

.ap-news-image{
width:280px;
min-width:280px;
display:block;
overflow:hidden;
}

.ap-news-image img{
width:100%;
height:100%;
min-height:220px;
object-fit:cover;
display:block;
transition:transform .3s ease;
}

.ap-news-card:hover .ap-news-image img{
transform:scale(1.04);
}

.ap-news-content{
padding:26px 26px 24px 0;
display:flex;
flex-direction:column;
justify-content:center;
}

.ap-news-label{
display:inline-block;
width:max-content;
background:#eef4d2;
color:#45603a;
font-size:12px;
font-weight:700;
text-transform:uppercase;
letter-spacing:.8px;
padding:6px 10px;
border-radius:20px;
margin-bottom:12px;
}

.ap-news-content h3{
margin:0 0 12px;
font-size:24px;
line-height:1.2;
font-weight:800;
}

.ap-news-content h3 a{
color:#123f36;
text-decoration:none;
}

.ap-news-content p{
font-size:15px;
line-height:1.6;
color:#596662;
margin-bottom:16px;
}

.ap-news-link{
color:#123f36;
font-weight:700;
text-decoration:none!important;
}

@media(max-width:768px){
.ap-news-card{
display:block;
}
.ap-news-image{
width:100%;
min-width:0;
height:210px;
}
.ap-news-content{
padding:20px;
}
.ap-news-content h3{
font-size:21px;
}
}

.ap-home-section{
max-width:1180px;
margin:0 auto;
padding:55px 30px;
}

.ap-section-heading{
display:flex;
justify-content:space-between;
align-items:flex-end;
gap:40px;
margin-bottom:32px;
}

.ap-section-heading>div{max-width:650px}

.ap-section-kicker{
display:inline-block;
color:#9db429;
font-size:13px;
font-weight:800;
text-transform:uppercase;
letter-spacing:1.5px;
margin-bottom:8px;
}

.ap-section-heading h2{
margin:0;
font-size:34px;
line-height:1.15;
font-weight:800;
color:#123f36;
}

.ap-section-heading>p{
max-width:430px;
margin:0;
font-size:15px;
line-height:1.6;
color:#61706b;
}

.ap-news-section{
padding-top:35px;
}

.ap-news-list{
display:grid;
gap:24px;
}

.ap-impact-section{
max-width:none;
background:#123f36;
color:white;
padding:65px max(30px,calc((100% - 1120px)/2));
margin-top:20px;
}

.ap-section-heading-light h2{
color:white;
}

.ap-section-heading-light>p{
color:#d6e1dd;
}

.ap-impact-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
margin-top:32px;
}

.ap-impact-card{
background:rgba(255,255,255,.08);
border:1px solid rgba(255,255,255,.14);
border-radius:18px;
padding:28px;
min-height:210px;
}

.ap-impact-icon{
display:flex;
align-items:center;
justify-content:center;
width:48px;
height:48px;
border-radius:14px;
background:#c8dc35;
color:#123f36;
font-size:24px;
margin-bottom:20px;
}

.ap-impact-card h3{
font-size:21px;
font-weight:800;
margin:0 0 12px;
color:#fff;
}

.ap-impact-card p{
font-size:14px;
line-height:1.65;
color:#d8e2df;
margin:0;
}

@media(max-width:768px){
.ap-home-section{
padding:40px 20px;
}

.ap-section-heading{
display:block;
}

.ap-section-heading>p{
margin-top:16px;
}

.ap-section-heading h2{
font-size:28px;
}

.ap-impact-grid{
grid-template-columns:1fr;
}

.ap-impact-section{
padding:50px 20px;
}
}

/* Noticias 2026 - formato tarjetas */
.ap-news-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:22px;
align-items:stretch;
}

.ap-news-list .ap-news-card{
display:flex;
flex-direction:column;
gap:0;
margin:0;
border-radius:16px;
overflow:hidden;
background:#fff;
height:100%;
}

.ap-news-list .ap-news-image{
display:block;
width:100%;
min-width:0;
height:190px;
}

.ap-news-list .ap-news-image img{
width:100%;
height:190px;
min-height:0;
object-fit:cover;
}

.ap-news-list .ap-news-content{
padding:20px;
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:flex-start;
flex:1;
}

.ap-news-list .ap-news-content h3{
font-size:19px;
line-height:1.3;
margin:0 0 12px;
}

.ap-news-list .ap-news-content p{
font-size:14px;
line-height:1.55;
margin:0 0 18px;
}

.ap-news-list .ap-news-link{
margin-top:auto;
}

@media(max-width:991px){
.ap-news-list{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:600px){
.ap-news-list{
grid-template-columns:1fr;
}
}

/* ==================================================
   FOOTER 2026
   ================================================== */

.ap-footer-2026{
background:#0f382f;
color:#dce8e4;
margin-top:0;
font-size:14px;
}

.ap-footer-inner{
max-width:1180px;
margin:0 auto;
padding:55px 30px 45px;
display:grid;
grid-template-columns:1.3fr 1.5fr 1fr 1.4fr;
gap:45px;
align-items:start;
}

.ap-footer-brand img{
display:block;
width:210px !important;
max-width:100% !important;
height:auto !important;
margin:0 0 20px !important;
}

.ap-footer-brand p{
color:#c5d5d0;
line-height:1.6;
margin:0;
}

.ap-footer-2026 h3{
color:#fff;
font-size:17px;
font-weight:700;
margin:0 0 18px;
}

.ap-footer-contact p{
margin:0 0 8px;
line-height:1.5;
color:#d5e1dd;
}

.ap-footer-links{
display:flex;
flex-direction:column;
align-items:flex-start;
}

.ap-footer-links a{
display:block;
color:#d5e1dd !important;
text-decoration:none !important;
margin-bottom:11px;
}

.ap-footer-links a:hover{
color:#c7dc32 !important;
}

.ap-footer-policy{
min-width:0;
}

.ap-footer-policy a{
color:#d5e1dd !important;
text-decoration:none;
}

.ap-footer-policy .panel,
.ap-footer-policy .panel-default,
.ap-footer-policy .panel-primary{
background:transparent !important;
border-color:rgba(255,255,255,.15) !important;
box-shadow:none !important;
}

.ap-footer-policy .panel-heading{
background:rgba(255,255,255,.08) !important;
color:#fff !important;
border-color:rgba(255,255,255,.12) !important;
}

.ap-footer-policy .panel-body,
.ap-footer-policy .list-group-item{
background:transparent !important;
color:#d5e1dd !important;
border-color:rgba(255,255,255,.10) !important;
}

.ap-footer-bottom{
border-top:1px solid rgba(255,255,255,.13);
max-width:1180px;
margin:0 auto;
padding:20px 30px;
display:flex;
justify-content:space-between;
gap:30px;
color:#aebfba;
font-size:12px;
}

@media(max-width:991px){
.ap-footer-inner{
grid-template-columns:1fr 1fr;
}
}

@media(max-width:600px){
.ap-footer-inner{
grid-template-columns:1fr;
padding:40px 20px 30px;
gap:30px;
}

.ap-footer-bottom{
display:block;
padding:20px;
}

.ap-footer-bottom span{
display:block;
margin-bottom:8px;
}
}

/* Logo footer sin marco */
.ap-footer-brand img{
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
    box-shadow:none !important;
    outline:0 !important;
}

/* ==================================================
   NUESTROS ALIADOS 2026
   ================================================== */

.ap-allies-section{
background:#f7f9f8;
padding:55px max(30px,calc((100% - 1120px)/2));
border-top:1px solid #e6ebe8;
}

.ap-allies-heading{
margin-bottom:30px;
}

.ap-allies-heading h2{
margin:0 0 10px;
font-size:30px;
font-weight:800;
color:#123f36;
}

.ap-allies-heading p{
margin:0;
max-width:650px;
font-size:14px;
line-height:1.6;
color:#65736e;
}

.ap-allies-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
gap:16px;
align-items:stretch;
}

.ap-ally-card{
height:110px;
background:#fff;
border:1px solid #e2e8e5;
border-radius:12px;
padding:15px;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none !important;
transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ap-ally-card:hover{
transform:translateY(-3px);
box-shadow:0 8px 22px rgba(18,63,54,.10);
border-color:#c8dc35;
}

.ap-ally-card img{
display:block;
max-width:100% !important;
max-height:75px !important;
width:auto !important;
height:auto !important;
object-fit:contain;
margin:0 auto !important;
border:0 !important;
box-shadow:none !important;
}

@media(max-width:991px){
.ap-allies-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media(max-width:600px){
.ap-allies-section{
padding:40px 20px;
}

.ap-allies-grid{
grid-template-columns:repeat(2,1fr);
gap:12px;
}

.ap-ally-card{
height:95px;
padding:12px;
}
}

/* ==================================================
   NAVEGACION PRINCIPAL 2026
   ================================================== */

#menuPrincipalSitio.ap-navbar-2026{
    background:#263b50;
    border:0;
    border-radius:0;
    margin:0;
    min-height:64px;
    box-shadow:none;
}

#menuPrincipalSitio.ap-navbar-2026 .container{
    display:flex;
    align-items:center;
    min-height:64px;
}

#menuPrincipalSitio .navbar-header{
    flex-shrink:0;
}

#menuPrincipalSitio .navbar-brand{
    height:64px;
    padding:0 24px 0 0;
    display:flex;
    align-items:center;
    color:#fff !important;
    font-size:16px;
    font-weight:700;
}

#menuPrincipalSitio .navbar-collapse{
    flex:1;
}

#menuPrincipalSitio .navbar-nav{
    margin:0;
}

#menuPrincipalSitio .navbar-nav > li > a{
    height:64px;
    padding:0 18px;
    display:flex;
    align-items:center;
    color:#fff !important;
    font-size:14px;
    font-weight:500;
    background:transparent !important;
    transition:color .2s ease, background .2s ease;
}

#menuPrincipalSitio .navbar-nav > li > a:hover,
#menuPrincipalSitio .navbar-nav > li > a:focus,
#menuPrincipalSitio .navbar-nav > .active > a{
    color:#d0e632 !important;
    background:rgba(255,255,255,.05) !important;
}

#menuPrincipalSitio .caret{
    margin-left:7px;
    border-top-color:#fff;
}

#menuPrincipalSitio .dropdown.open > a{
    color:#d0e632 !important;
    background:rgba(255,255,255,.05) !important;
}

/* Submenu */

#menuPrincipalSitio .dropdown-menu{
    min-width:270px;
    padding:10px;
    margin-top:0;
    border:1px solid #e5e9e7;
    border-radius:0 0 12px 12px;
    box-shadow:0 14px 35px rgba(8,35,29,.16);
}

#menuPrincipalSitio .dropdown-menu > li > a{
    padding:11px 14px;
    border-radius:7px;
    color:#173f35;
    font-size:14px;
}

#menuPrincipalSitio .dropdown-menu > li > a:hover,
#menuPrincipalSitio .dropdown-menu > li > a:focus{
    background:#f1f6df;
    color:#173f35;
}

/* Boton movil */

#menuPrincipalSitio .navbar-toggle{
    margin-top:14px;
    margin-bottom:14px;
    border-color:rgba(255,255,255,.4);
}

#menuPrincipalSitio .navbar-toggle .icon-bar{
    background:#fff;
}

#menuPrincipalSitio .navbar-toggle:hover,
#menuPrincipalSitio .navbar-toggle:focus{
    background:rgba(255,255,255,.08);
}

@media(max-width:767px){

    #menuPrincipalSitio.ap-navbar-2026 .container{
        display:block;
        min-height:58px;
    }

    #menuPrincipalSitio .navbar-header{
        min-height:58px;
    }

    #menuPrincipalSitio .navbar-brand{
        height:58px;
        padding-left:15px;
    }

    #menuPrincipalSitio .navbar-collapse{
        background:#263b50;
        border-top:1px solid rgba(255,255,255,.12);
        box-shadow:none;
    }

    #menuPrincipalSitio .navbar-nav > li > a{
        height:auto;
        min-height:48px;
        padding:14px 18px;
    }

    #menuPrincipalSitio .dropdown-menu{
        border:0;
        border-radius:0;
        box-shadow:none;
        padding:4px 15px 12px 28px;
        background:#1e3245;
    }

    #menuPrincipalSitio .dropdown-menu > li > a{
        color:#fff !important;
        padding:10px 14px;
    }

    #menuPrincipalSitio .dropdown-menu > li > a:hover{
        background:rgba(255,255,255,.07);
        color:#d0e632 !important;
    }
}

/* ==================================================
   GALERIA FOTOGRAFICA DE NOTICIAS
   ================================================== */

.ap-news-gallery{
    margin-top:40px;
    padding-top:30px;
    border-top:1px solid #e3e9e6;
}

.ap-news-gallery h3{
    margin:0 0 8px;
    color:#173f35;
    font-size:24px;
    font-weight:700;
}

.ap-news-gallery > p{
    margin-bottom:22px;
    color:#68756f;
    font-size:15px;
}

.ap-news-gallery-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0,1fr));
    gap:18px;
}

.ap-news-gallery-grid a{
    display:block;
    overflow:hidden;
    border-radius:12px;
    background:#f4f6f5;
    box-shadow:0 5px 18px rgba(14,45,39,.10);
}

.ap-news-gallery-grid img{
    display:block;
    width:100% !important;
    height:280px !important;
    object-fit:cover;
    margin:0 !important;
    border:0 !important;
    transition:transform .25s ease;
}

.ap-news-gallery-grid a:hover img{
    transform:scale(1.025);
}

@media(max-width:767px){
    .ap-news-gallery-grid{
        grid-template-columns:1fr;
    }

    .ap-news-gallery-grid img{
        height:auto !important;
        max-height:none !important;
    }
}


/* ==================================================
   ENCABEZADO INSTITUCIONAL 2026 - VERSION DEFINITIVA
   ================================================== */

#laCabeceraDelSitio{
    position:relative !important;
    width:100% !important;
    max-width:none !important;
    min-height:155px !important;
    overflow:hidden !important;
    margin:0 !important;

    background:#ffffff !important;
    background-image:none !important;
}

/* Contenedor de los logos */
#laCabeceraDelSitio > .row{
    position:relative !important;
    z-index:10 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;

    max-width:1180px !important;
    min-height:155px !important;

    margin:0 auto !important;
    padding:18px 30px !important;

    background:transparent !important;
}

/* Franja lima ascendente */
#laCabeceraDelSitio:before{
    content:"" !important;
    display:block !important;

    position:absolute !important;
    z-index:1 !important;

    left:-120px !important;
    bottom:-100px !important;

    width:690px !important;
    height:170px !important;

    background:#b9d82f !important;

    border-radius:0 100% 0 0 !important;

    transform:rotate(10deg) !important;
    transform-origin:left bottom !important;
}

/* Franja verde oscuro ascendente */
#laCabeceraDelSitio:after{
    content:"" !important;
    display:block !important;

    position:absolute !important;
    z-index:2 !important;

    left:-145px !important;
    bottom:-130px !important;

    width:750px !important;
    height:175px !important;

    background:#126044 !important;

    border-radius:0 100% 0 0 !important;

    transform:rotate(11deg) !important;
    transform-origin:left bottom !important;
}

/* Logo Alumbrado Publico */
#laCabeceraDelSitio .col-lg-5{
    position:relative !important;
    z-index:20 !important;
    text-align:left !important;
}

#laCabeceraDelSitio .col-lg-5 img{
    display:block !important;
    width:auto !important;
    max-width:230px !important;
    max-height:105px !important;
    margin:0 !important;
}

/* Logos institucionales */
#laCabeceraDelSitio .col-lg-7{
    position:relative !important;
    z-index:20 !important;

    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:26px !important;
}

#laCabeceraDelSitio .col-lg-7 img:first-child{
    width:auto !important;
    max-height:88px !important;
}

#laCabeceraDelSitio .col-lg-7 img:last-child{
    width:auto !important;
    max-height:66px !important;
}

/* Moviles */
@media(max-width:767px){

    #laCabeceraDelSitio,
    #laCabeceraDelSitio > .row{
        min-height:120px !important;
    }

    #laCabeceraDelSitio > .row{
        display:block !important;
        padding:15px 20px !important;
    }

    #laCabeceraDelSitio .col-xs-12{
        text-align:center !important;
    }

    #laCabeceraDelSitio .col-lg-5 img{
        max-width:190px !important;
        max-height:85px !important;
        margin:0 auto !important;
    }

    #laCabeceraDelSitio:before{
        left:-190px !important;
        bottom:-100px !important;
        width:520px !important;
        height:145px !important;
    }

    #laCabeceraDelSitio:after{
        left:-210px !important;
        bottom:-125px !important;
        width:560px !important;
        height:150px !important;
    }
}


/* ==================================================
   AJUSTES ESTABLES 18-08-2026
   ================================================== */

/* Ocultar tarjeta Necesitas ayuda */
.ap-help-card{
    display:none !important;
}


/* ==================================================
   HEADER 2026 - RESPONSIVE ESTABLE
   ================================================== */

#laCabeceraDelSitio,
#laCabeceraDelSitio > .row{
    height:145px !important;
    min-height:145px !important;
}

/* Logo Alumbrado Publico */
#laCabeceraDelSitio .col-lg-5 img{
    width:280px !important;
    height:auto !important;
    max-width:100% !important;
    max-height:none !important;
    object-fit:contain !important;
    transform:none !important;
}

/* Logo Alcaldia de Bucaramanga */
#laCabeceraDelSitio .col-lg-7 img{
    width:390px !important;
    height:auto !important;
    max-width:100% !important;
    max-height:none !important;
    object-fit:contain !important;
    transform:none !important;
}

/* Laptop */
@media (max-width:1199px){

    #laCabeceraDelSitio,
    #laCabeceraDelSitio > .row{
        height:130px !important;
        min-height:130px !important;
    }

    #laCabeceraDelSitio .col-lg-5 img{
        width:235px !important;
    }

    #laCabeceraDelSitio .col-lg-7 img{
        width:330px !important;
    }
}

/* Tablet */
@media (max-width:991px){

    #laCabeceraDelSitio .col-lg-5 img{
        width:210px !important;
    }

    #laCabeceraDelSitio .col-lg-7 img{
        width:285px !important;
    }
}


/* ==================================================
   PAGINA DE NOTICIAS 2026
   ================================================== */

.ap-news-page{
    width:100% !important;
    max-width:1400px !important;
    margin:0 auto !important;
    padding:45px 30px 60px !important;
}

.ap-news-page-heading{
    max-width:760px;
    margin-bottom:32px;
}

.ap-news-page-heading .ap-section-kicker{
    display:inline-block;
    margin-bottom:8px;
    color:#126044;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.2px;
}

.ap-news-page-heading h1{
    margin:0 0 12px;
    color:#173f35;
    font-size:38px;
    font-weight:700;
    line-height:1.15;
}

.ap-news-page-heading p{
    margin:0;
    color:#65716d;
    font-size:17px;
    line-height:1.6;
}

.ap-news-page-grid{
    display:grid !important;
    grid-template-columns:repeat(3, minmax(280px,1fr)) !important;
    gap:28px !important;
    width:100% !important;
    margin-top:25px;
}

.ap-news-page-card{
    display:flex;
    flex-direction:column;
    overflow:hidden;
    background:#fff;
    border:1px solid #e3e8e5;
    border-radius:14px;
    box-shadow:0 5px 18px rgba(23,63,53,.08);
    transition:transform .2s ease, box-shadow .2s ease;
}

.ap-news-page-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 28px rgba(23,63,53,.14);
}

.ap-news-page-image{
    display:block;
    width:100%;
    height:240px;
    overflow:hidden;
    background:#eef2ef;
}

.ap-news-page-image img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.ap-news-page-content{
    display:flex;
    flex:1;
    flex-direction:column;
    padding:24px;
}

.ap-news-page-meta{
    display:flex;
    flex-wrap:wrap;
    gap:8px 14px;
    margin-bottom:12px;
    color:#77827e;
    font-size:12px;
    text-transform:uppercase;
}

.ap-news-page-content h2{
    margin:0 0 12px;
    font-size:22px;
    line-height:1.3;
}

.ap-news-page-content h2 a{
    color:#173f35;
    text-decoration:none;
}

.ap-news-page-content p{
    margin:0 0 20px;
    color:#626d69;
    font-size:14px;
    line-height:1.65;
}

.ap-news-page-link{
    display:inline-block;
    margin-top:auto;
    color:#126044 !important;
    font-size:14px;
    font-weight:700;
    text-decoration:none !important;
}

.ap-news-page-pagination{
    margin:10px 0 25px;
}

.ap-news-page-pagination-bottom{
    margin-top:35px;
}

@media (max-width:991px){
    .ap-news-page-grid{
        grid-template-columns:repeat(2, minmax(0,1fr)) !important;
    }
}

@media (max-width:767px){
    .ap-news-page{
        padding:30px 15px 45px !important;
    }

    .ap-news-page-heading h1{
        font-size:30px;
    }

    .ap-news-page-grid{
        grid-template-columns:1fr !important;
    }
}

