


section.articulos article>div>.img::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(27 27 27 / 64%) 0%, rgb(0 0 0 / 70%) 100%);
    opacity: 0;
    visibility: hidden;
    z-index: 7;
    transition: all 0.5s ease-in-out;
}
section.articulos article:hover>div>.img::after{
    opacity: 1;
    visibility: visible;
}
section.articulos article>div>*:not(a.img){
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
section.articulos article:hover>div>*:not(a.img){
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
section.articulos article>div>a.img{
    z-index: 5;
}
.articulos article .vol{
    
    position: absolute;
    /*top: 15px;
    bottom: auto;*/
    top: auto;
    right: auto;
    bottom: 10px;
    left: 20px;
}
article .vol h4{
    color: #b5b5b5;
}
article .vol h4::before,
article.articulos .vol h4::before{
    background: url(/img/18/fecha2025.svg);
}
.articulos article .tit {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 40px;
    left: 20px;
    height: auto;
}
.articulos article .cant_imgs {
    /*right: auto;
    bottom: auto;
    left: 19px;
    top: 39px;*/
    top: auto;
    right: 20px;
    bottom: 10px;
    left: auto;
}
.articulos article .cant_imgs::before,
.articulos article .cant_imgs::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    line-height: 32px;
    margin-right: 8px;
    background: url(/img/18/imagenes2025.svg);
}

/* Servicios */

/* .articulos{
    position: relative;
    top: -45px;
    margin-bottom: -45px;
    overflow: visible;
    padding: 30px 0;
    background: url(/img/18/fdo_servicios.svg) top center no-repeat;
    background-size: cover;
} */
/*.articulos.ajaxload>div::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 50;
    background: rgba(34, 38, 58, 0.8) url(/estilos/krisis/img/aj.svg) center center no-repeat;
}
.articulos h3{
    font-family: 'Saira', sans-serif;
    color: #FFFFFF;
    font-style: italic;
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
}
.articulos nav{
    height: auto;
    margin-bottom: 30px;
}
.articulos ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.articulos ul br{
    display: none;
}
.articulos li{
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #F1CC36;
    max-width: 270px;
    vertical-align: top;
    padding: 10px 15px;
    cursor: pointer;
}
.articulos nav li>a{
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: none;
    white-space: normal;
    padding: unset;
    color: #F1CC36;
    transition: color ease-in-out 0.3s;
}
.articulos nav li>a.activo,
.articulos nav li>a:hover{
    color: #FFFFFF;
}
.articulos .slider{
    width: 140%;
    left: -20%;
}
.articulos .slides{
    margin-left: 20%;
}
.articulos .prev{
    left: 17%;
}
.articulos .next{
    right: 17%;
}
.articulos .slides>article{
    width: 20%;
    padding: 0 16px 110px;
    box-sizing: border-box;
}*/
/*.articulos .slides>article:last-of-type{
    width: 60%;
    padding-right: calc(16px + 8.5%);
    padding-right: calc(16px + 40%);
}*/
/*.articulos article .vol,
.articulos article .tit{
    position: absolute;
    bottom: 0px;
    left: 20px;
}*/
.articulos article .tit,
.articulos article .tit h2{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    height: 90px;
    margin: 0;
    text-align: left;
}
.articulos article .tit{
    white-space: normal;
    height: auto;
}
.articulos article:last-of-type .tit{
    right: calc(67px + 66.67%);
}
.articulos article .cant_imgs{
    position: absolute;
    /*right: 16px;
    bottom: 66px;*/
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #b5b5b5;
    pointer-events: none;
}
/*.articulos article:last-of-type .cant_imgs{
    right: calc(16px + 66.67%);
}
.articulos article .cant_imgs::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    line-height: 32px;
    margin-right: 8px;
    background: url(/img/18/imagenes.svg);
}*/
.articulos article .vol,
.articulos article .vol h4{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
    /*color: #F4E29F;*/
    margin: 0;
    /*bottom: 66px;*/
}
.articulos article .vol h4::before,
#dinamico article.articulos .vol h4::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    line-height: 32px;
    margin-right: 9px;
    /*background: url(/img/18/fecha.svg);*/
}
.articulos article .img{
    position: relative;
    display: block;
    padding-top: 66.66%;
}
.articulos article .img>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*#desc_servicio{
    display: inline-block;
    background: transparent;
    width: 90%;
    max-width: 900px;
}
#desc_servicio p{
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.1px;
    color: #FFFFFF;
}
#desc_servicio a.vermas{
    white-space: nowrap;
    color: #35ABFF;
    text-transform: uppercase;
}
*/

.frame{width:100%;overflow:hidden;white-space:nowrap;}.slides{display:inline-block;padding:0;width:100%;}.slides>*{position:relative;display:inline-block;width:100%;vertical-align:top;overflow:hidden;}.slider{position:relative;text-align:center;}.frame{position:relative;font-size:0;line-height:0;text-align:center;}ul.pag{position:relative;opacity:0;}ul.pag li{padding:0;cursor:pointer;display:inline-block;vertical-align:middle;}.prev,.next{position:absolute;top:50%;margin-top:-30px;display:block;cursor:pointer;width:53px;height:60px;background-color:#FFF;box-shadow:0px 0px 15px rgba(0,0,0,0.7);opacity:0.6;transition:opacity ease-in-out 0.5s, box-shadow ease-in-out 0.5s;}.prev{left:0;}.next{right:0;}.next.ocultar, .prev.ocultar{opacity:0;width:1px;height:1px;visibility:hidden;box-shadow:0px 0px 0px rgba(0,0,0,0);}.prev:before,.next:before,.prev:after,.next:after{content:"";display:block;width:4px;height:26px;background-color:#24357a;border-radius:2px;position:absolute;top:26px;left:22px;}.next:before,.prev:after{transform:rotate(47deg);}.next:before,.next:after{left:auto;right:22px;}.prev:before,.next:after{transform:rotate(-47deg);}.prev:after,.next:after{top:10px;}ul.pag{text-align:center;padding:0;opacity:1;transition:opacity ease-in-out .4s;}ul.pag li:before{content:"";display:inline-block;width:15px;height:0;padding:15px 0 0 0;border-radius:50%;background-color:#24357a;margin:2px 5px;overflow:hidden;color:transparent;transition:all ease-in-out .3s;}ul.pag li.activo:before{width:19px;height:0;padding:19px 0 0 0;background-color:#35abff;margin:0 5px;}@media(max-width:1333px){ul.pag{width:90%;margin-left:0%;left:5%;bottom:0;}}
body>footer{
    position: relative;
    background: #EFEFEF;
    border-top: none;
    min-height: 200px;
    overflow: hidden;
}
footer .datos{
    position: relative;
    left: 25%;
    top: 0px;
    margin: 30px 0;
    width: 50%;
    min-height: auto;
    left: 5%;
    width: 90%;
    text-align: center;
}
footer .datos::before{
    content: "";
    position: relative;
    left: 8px;
    top: 0px;
    display: inline-block;
    vertical-align: middle;
    width: 159px;
    height: 146px;
    background: url(/img/18/logo40dark.svg) center center no-repeat;
    background-size: contain;
    margin: 0 32px;
}
footer .datos ul{
    list-style: none;
    padding-top: 10px;
    padding-left: 0;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
footer .datos li,
footer .datos li a{
    font-family: 'Titillium Web', sans-serif;
    color: #1B1722;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 7px 0;
    letter-spacing: 0.1px;
}

#dinamico article.articulos .vol h4::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 15px;
    line-height: 32px;
    margin-right: 9px;
    background: url(/img/18/fecha.svg);
}
#cont #dinamico article.articulos .vol h4::before{
    background: url(/img/18/fecha2025.svg);
}
#cont #dinamico article .cant_imgs::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 13px;
    line-height: 32px;
    margin-right: 8px;
    background: url(/img/18/imagenes2025.svg);
}
/* Contenido con carga dinámica */
#dinamico{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 80px;
    /*background: linear-gradient(98.05deg, #222934 4.8%, #212241 96.09%);
    opacity: 0.96;*/
    background: transparent;
    overflow-y: auto!important;
    z-index: 5000;
}
#dinamico::before{
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(98.05deg, #f3f3f3 4.8%, #fffffffa 96.09%);
    opacity: 0.96;
}
#dinamico.abierto{
    display: block;
    animation: aparecer ease-in-out 0.3s;
}
@keyframes aparecer {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
#dinamico.ajaxload::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:url(/estilos/krisis/img/aj.svg) center center no-repeat;
}
#dinamico>div{
    margin-top: 80px;
    position: relative;
}
#dinamico a.cerrar{
    position: fixed;
    right: 20px;
    top: 95px;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #000000;
    z-index: 500;
}
#dinamico a.cerrar>span{
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #606060;
    margin-left: 13px;
    vertical-align: middle;
}
#dinamico a.cerrar>span::before,
#dinamico a.cerrar>span::after{
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 6px;
    width: 18px;
    height: 5px;
    background-color: #dddddd;
    border-radius: 1px;
    transform: rotate(45deg);
}
#dinamico a.cerrar>span::after{
    transform: rotate(-45deg);
}
#dinamico article.articulos>.int{
    width: 100%;
    /*height: calc(100svh - 90px);
    overflow-y: auto;
    overflow-x: hidden;*/
}
#dinamico article.articulos>.int>div{
    max-width: 700px;
}
#dinamico article.articulos .slides>*{
    margin: 0;
}
#dinamico article.articulos .prev,
#dinamico article.articulos .next{
    margin-top: -24px;
    left: -24px;
}
#dinamico article.articulos .next{
    left: auto;
    right: -24px;
}
#dinamico article.articulos h1{
    text-align: left;
    font-family: 'Saira', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #4e4e4e;
    margin: 10px 0 0;
}
#dinamico article.articulos .te{
    margin-bottom: 40px;
}
#dinamico article.articulos .te p{
    color: #595959;
}
#dinamico article.articulos .vol h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #b5b5b5;
    margin: 30px 0 0;
}
#dinamico article.articulos .gal1>h2{
    display: none;
}
#dinamico article.articulos .img>div{
    position: relative;
    padding-top: 66.66%;
}
#dinamico article.articulos .img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dinamico .pswp{
    top:80px;
}




