input,textarea,select{padding:15px 10px;box-sizing:border-box;border:1px solid #b9b9b9;}input:-webkit-autofill{-webkit-box-shadow:0 0 0 30px white inset;}input:-webkit-autofill:disabled{-webkit-box-shadow:0 0 0 30px #ebebe4 inset;-webkit-text-fill-color:#656565 !important;}input[type="checkbox"]{width:.1px;height:.1px;opacity:0;overflow:hidden;position:fixed;z-index:-1;}input[type="checkbox"]+label{position:relative;vertical-align:middle;cursor:pointer;display:inline-block;}input[type="checkbox"]+label>div{margin-left:40px;}input[type="checkbox"]:disabled+label{opacity:0.5;}input[type="checkbox"]+label::before{content:"";position:absolute;top:0px;left:0px;width:25px;height:25px;background-color:#FFF;border:1px solid #b9b9b9;display:inline-block;vertical-align:middle;transition:box-shadow ease-in-out .3s;}input[type="checkbox"]:checked+label::before{background:#FFF url(/../../estilos/krisis/img/krisis.png)-55px 0px;}.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;}}section{
    position: relative;
    background: #FFFFFF;
}

#novedades>div>h2{
    display: inline-block;
    font-style: normal;
    font-weight: 900;
    font-size: 270px;
    line-height: 300px;
    margin: 0;
    text-transform: uppercase;
}

/* Servicios */

#servicios{
    position: relative;
    top: 0;
    overflow: visible;
    padding: 1px 0 80px;
    background: linear-gradient(95.59deg, #ececec 4.99%, #fbfbfb 99.9%);
}

#servicios.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;
}
#servicios h3{
    margin: 70px 0 35px 0;
    font-family: 'Saira', sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #868686 ;
}
#servicios .divisor{
    position: relative;
    width: 100%;
    height: calc(100svh - 251px);
    background: black;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}
#s_emi,
#s_emh{
    position: absolute;
    top: 0;
    left: 0;
    width: 57.14286%;
    height: 100%;
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
#s_emh{
    left: 42.8%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#s_emi:hover,
#s_emh:hover{
    z-index: 20;
    /*transform: scale(1.05);*/
    box-shadow: 0px 0px 20px #000000;
    clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
}
#s_emh:hover{
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.divisor>a>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
.divisor:hover>a:not(:hover)>img{
    opacity: 0.8;
    filter: blur(2px) brightness(0.5);
}
.divisor:hover>a:hover>img{
    transform: scale(1.05);
}
.divisor .info{
    position: absolute;
    /*top: 7%;*/
    bottom: 3%;
    left: 0;
    /*max-width: 50%;*/
    padding: 3% 4% 3% 10%;
    background: #00043996;
    border-radius: 0 15px 15px 0;
    text-align: left;
    z-index: 15;
    transition: all 0.5s ease-in-out;
}
.divisor a:hover>.info{
    background: #000439ce;
}
.divisor>a:last-of-type .info{
    position: absolute;
    /*top: auto;*/
    left: auto;
    right: 0%;
    /*bottom: 7%;*/
    padding: 3% 10% 3% 4%;
    background: #00000096;
    text-align: right;
    border-radius: 15px 0 0 15px;
    z-index: 15;
}
.divisor>a:last-of-type:hover .info{
    background: #000000ce;
}
.info h2 {
    margin: 0;
    text-align: left;
    /*color: rgba(255, 255, 255, 0.85);*/
    font-size: 21px;
    line-height: 22px;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -0.02em;
    color: rgb(255 255 255 / 92%);
    text-shadow: 0 0 15px #000439, 0 0 11px #000439;
}
.divisor>a:last-of-type .info h2 {
    text-align: right;
    text-shadow: 0 0 15px black, 0 0 11px black;
}
.info h2 strong {
    margin: 0;
    text-align: left;
    /*color: white;*/
    font-size: 33px;
    line-height: 38px;
    letter-spacing: -0.05em;
}
@media(max-width:930px){
    /*#servicios .divisor{
        height: calc(80svh - 250px);
    }*/
    #s_emi,
    #s_emh{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 57.14286%;
        clip-path: polygon(0% 0%, 100% 0%, 100% 74%, 0% 99%);
    }
    #s_emh{
        top: 42.8%;
        clip-path: polygon(0% 26%, 100% 1%, 100% 100%, 0% 100%);
    }
    #s_emi:hover,
    #s_emh:hover{
        clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    }
    #s_emh:hover{
        clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    }
    /*.divisor .info{
        max-width: 90vw;
    }*/
    .divisor #s_emi .info{
        bottom: auto;
        top: 3%;
    }
}

#servicios h3.pd{
    padding-right: 55px;
    font-size: 43px;
    line-height: 30px;
    color: rgb(189 189 189);
}
#servicios h3.pd strong{
    display: block;
    margin-left: 110px;
    font-size: 50px;
    line-height: 40px;
    color: rgb(171 171 171);
}
@media(max-width:630px){
    #servicios h3.pd{
        padding-right: 40px;
        font-size: 33px;
        line-height: 27px;
    }
    #servicios h3.pd strong{
        display: block;
        margin-left: 80px;
        font-size: 38px;
        line-height: 30px;
    }
}
@media(max-width:350px){
    #servicios h3.pd strong{
        margin-left: 30px;
    }
}

#servicios .destacados{
    background: transparent;
}
#servicios .destacados>div{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    padding: 0px calc(50% - 500px);
    max-width: 1000px;
    /*margin-top: 100px;*/
}
#servicios .destacados article{
    position: relative;
    flex: 1;
    flex-basis: 30%;
    margin: 1.5% 0;
}

@media(max-width:1100px){
    #servicios .destacados>div{
        padding: 0px 7%;
    }
    #servicios .destacados article{
        flex-basis: 47%;
        margin: 1% 0;
    }
}
@media(max-width:550px){
    #servicios .destacados article{
        flex-basis: 100%;
        margin: 1% 0;
    }
}
#servicios article .vol,
#servicios article .tit{
    position: absolute;
    bottom: 0px;
    left: 20px;
}
#servicios article .tit{
    left: 20px;
    right: 20px;
    white-space: normal;
    height: auto;
}
#servicios article .tit,
#servicios article .tit h2{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    height: 90px;
    margin: 0;
    text-align: left;
}
#servicios article:last-of-type .tit{
    right: calc(67px + 66.67%);
}
#servicios article .cant_imgs{
    position: absolute;
    right: 16px;
    bottom: 66px;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
    color: #F4E29F;
}
#servicios article:last-of-type .cant_imgs{
    right: calc(16px + 66.67%);
}
#servicios 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 article .vol,
#servicios article .vol h4{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1px;
    /*color: #F4E29F;*/
    margin: 0;
    /*bottom: 66px;*/
}
#servicios 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/fecha2025.svg);
}
#servicios article .img{
    position: relative;
    display: block;
    padding-top: 66.66%;
}
#servicios article .img>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#servicios .destacados article>div::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;
}
#servicios .destacados article:hover>div::after{
    opacity: 1;
    visibility: visible;
}
#servicios .destacados article>div>*:not(a.img){
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    transition: all 0.5s ease-in-out;
}
#servicios .destacados article:hover>div>*:not(a.img){
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
#servicios .destacados article>div>a.img{
    z-index: 5;
}
#cont #servicios article .vol{
    top: auto;
    bottom: 10px;
}
#cont #servicios article .vol h4{
    color: #b5b5b5;
}
#cont #servicios article .vol h4::before/*,
#cont #dinamico article.articulos .vol h4::before*/{
    background: url(/img/18/fecha2025.svg);
}
#cont #servicios article .tit {
    top: 20px;
    right: 20px;
    bottom: 40px;
    left: 20px;
    height: auto;
}
#cont #servicios article .cant_imgs {
    right: 20px;
    bottom: 10px;
    left: auto;
    top: auto;
    color: #b5b5b5;
    height: auto;
}
#cont #servicios article .cant_imgs::before/*,
#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);
}

/* Novedades */
#novedades{
    /*background: linear-gradient(0deg, rgba(255, 247, 170, 0) 0%, rgba(255, 247, 170, 0.85) 100%);*/
    background: linear-gradient(0deg, rgba(255, 247, 170, 0) 0%, rgb(217 217 217 / 85%) 100%);
}

#novedades h3{
    font-family: 'Saira', sans-serif;
    /*color: #383CB0;*/
    font-style: italic;
    font-weight: 700;
    /*font-size: 56px;*/
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #7fadce;
    font-size: 46px;
    margin-top: 75px;
}
#novedades article{
    width: 100%;
    padding: 0 15% 0 50%;
    box-sizing:border-box;
    white-space: normal;
    text-align: left;
    min-height: 430px;
}

#novedades article .publ{
    position: absolute;
    top: 5%;
    left: 50%;
}
#novedades article .publ span{
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #7fadce;
}
#novedades article h2{
    margin-top: 55px;
    color: #464646;
    font-size: 30px;
    line-height: 29px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}
#novedades article .img{
    position: absolute;
    top: 0;
    left: 12%;
    width: 36%;
    height: 0;
    padding-top: 33%;
}
#novedades article .img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#novedades article .te p{
    font-family: 'Saira', sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 19px;
    line-height: 20px;
    color: #545454;
    letter-spacing: 0.02em;
}
body .prev:before,
body .next:before,
body .prev:after,
body .next:after {
    background-color: #303030;
}

/* Clientes */
#clientes{
    padding: 150px 0 170px;
}


#clientes h3{
    font-family: 'Saira', sans-serif;
    color: #396c90;
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
}

#clientes .listado>div{
    display: flex;
    flex-wrap: wrap;
    gap: 1.5%;
    padding: 0px calc(50% - 500px);
    max-width: 1000px;
}
#clientes article{
    position: relative;
    width: 220px;
    padding: 0 10px;
    box-sizing: border-box;
    flex: 1 1 15%;
}
@media(max-width:1150px){
    #clientes .listado>div{
        padding: 0px 7%;
    }
}
@media(max-width:650px){
    #clientes article{
        flex: 1 1 25%;
    }
    #clientes img {
        height: 80px;
    }
}
#clientes article>div{
    position: relative;
}
#clientes .img {
    position: relative;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#clientes img {
    position: relative;
    top: 0;
    width: 100%;
    height: 134px;
    object-fit: contain;
    mix-blend-mode: normal;
    opacity: 0.4;
    z-index: 50;
}
#clientes h2 {
    display: none;
}

/* Contacto */
#contacto{
    font-family:'Saira', sans-serif;
    background: #151515;
    padding: 32px;
}
#m22{
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
}

#contacto .datos{
    position: absolute;
    left: 60%;
    top: 84px;
    width: 50%;
}
#contacto .datos::before{
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    width: 159px;
    height: 146px;
    background: url(/img/18/logo40.svg) center center no-repeat;
    background-size: contain;

}
#contacto .datos ul{
    list-style: none;
    padding-top: 10px;
    padding-left: 220px;
    text-align: left;
}
#contacto .datos li,
#contacto .datos li a{
    font-family: 'Titillium Web', sans-serif;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    padding: 7px 0;
    letter-spacing: 0.1px;
}

#contacto h2{
    text-align: left;
    font-style: italic;
    font-weight: normal;
    font-size: 39px;
    line-height: 38px;
    color: #7676768c;
    letter-spacing: 0.02em;
    margin-bottom: 50px;
}
#contacto form{
    display: inline-block;
    vertical-align: bottom;
    width: 50%;
    padding: 0 10%;
    box-sizing: border-box;
    text-align: right;
    min-height: 620px;
}
#contacto form>div{
    width: 100%;
}
#contacto label{
    display: block;
    margin: 20px 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-align: left;
    color: #e0e0e0;
}

#contacto input,
#contacto textarea{font-family:'Saira', sans-serif;display: block;width: 100%;background: rgba(108, 117, 113, 0.5);border: 1px solid rgb(171 171 171 / 50%);box-sizing: border-box;border-radius: 8px;outline: none;font-size: 20px;line-height: 21px;color:white;}
#contacto textarea{
    height: 184px;
}
#contacto input[type="submit"],
#contacto form .rta a.btn{
    display: inline-block;
    background: #252525;
    width: auto;
    padding: 0 40px;
    height: 56px;
    font-size: 16px;
    line-height: 20px;
    color: #d2d2d2;
    border: 1px solid #535353;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-top: 28px;
    cursor: pointer;
}
#contacto form .rta{
    text-align: center;
    min-height: 150px;
}
#contacto form .rta p{
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
}
#contacto form .rta a.btn{
    font-weight: 400;
    line-height: 56px;
}


footer{
    display: none;
}

@media(max-width:1245px){
    #servicios .slides>article{
        width: 30%;
    }
    #servicios .slides>article:last-of-type{
        width: 70%;
    }
    #servicios article:last-of-type .tit {
        right: calc(67px + 57.1%);
    }
    #servicios article:last-of-type .cant_imgs {
        right: calc(16px + 57.1%);
    }
}


@media(max-width:1610px){
    #servicios ul br{
        display: block;
    }
}
@media(max-width:1600px){
    #contacto .datos{
        left: 55%;
    }
    #contacto form{
        padding: 0 5%;
    }
}
@media(max-width:1390px){
    img.titvalores{
        width: 83vw;
        height: auto;
        top: calc(-10.5vw - 150px);
    }
    
    #valores article{
        width: 30%;
    }
    #valores article:last-of-type{
        width: 70%;
    }
}

@media(max-width:1311px){
    #m22{
        width: 35%;
    }
    #contacto .datos{
        left: 40%;
    }
    #contacto form{
        width: 65%;
    }
}
@media(max-width:1140px){
    #vision{
        margin-top: 600px;
        overflow: visible;
        padding-top: calc(24vw + 7px);
        padding-bottom: calc(2vw + 218px);
    }
    #vision h2{
        font-size: 22vw;
        line-height: 30vw;
    }
    #vision .te{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }
    #vision .img{
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        padding-top: 60.5%;
    }
    #servicios h3,
    #novedades h3,
    #clientes h3{
        font-size: 40px;
    }
    /*#novedades>div>h2{
        font-size: calc(13vw + 100px);
        right: calc(15vw - 285px);
    }
    #novedades h2 svg{
        width: 100vw;
        height: auto;
    }*/
}
@media(max-width:1110px){
    #m22{
        width: 100%;
        height: 350px!important;
    }
    #contacto .datos{
        position: relative;
        top: 0;
        left: 5%;
        width: 90%;
        text-align: center;
        margin: 40px 0;
    }
    #contacto .datos::before{
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 32px;
    }
    #contacto .datos ul{
        display: inline-block;
        vertical-align: middle;
        padding-left: 0;
    }
    #contacto form{
        width: 100%;
    }
}
@media(max-width:1045px){
    
    #valores article{
        width: 55%;
    }
    #valores article:last-of-type{
        width: 100%;
        padding: 0 calc(45% + 57px) 0 65px;
    }
}
@media(max-width:910px){
    
    #servicios nav{
        height: 100px;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-left: 20px;
    }
    #servicios nav ul{
        white-space: nowrap;
    }
    #servicios ul br{
        display: none;
    }
    #servicios nav ul li:last-of-type{
        margin-right: 20px;
    }
    #novedades article{
        width: 100%;
        padding: 0 17%;
    }
    #novedades article .publ{
        top: 4%;
        left: 17%;
    }
    #novedades article .img{
        position: relative;
        top: 27px;
        left: 0;
        width: 100%;
        padding-top: 100%;
    }
}

@media(max-width:780px){
    
    #valores .prev,
    #valores .next{
        margin-top: 0;
        top: auto;
        bottom: -120px;
    }
    #servicios .slides>article{
        width: 60%;
    }
    #servicios .slides>article:last-of-type{
        width: 100%;
    }
    #servicios article:last-of-type .tit {
        right: calc(67px + 40%);
    }
    #servicios article:last-of-type .cant_imgs {
        right: calc(16px + 40%);
    }
}
@media(max-width:550px){
    #vision .te p {
        font-size: 20px;
        line-height: 30px;
    }
    
    #valores .prev,
    #valores .next{
        bottom: -70px;
    }
    #valores article{
        padding: 0 30px;
    }
    #valores article:last-of-type{
        padding: 0 calc(45% + 30px) 0 30px;
    }
    #novedades>div>h2{
        right: calc(-8vw - 121px);
    }
}
@media(max-width:490px){
    #novedades article h2{
        font-size: 22px;
        line-height: 30px;
    }
    #novedades article .publ {
        top: 7%;
    }
    #novedades article .publ span{
        font-size: 13px;
    }
    #novedades article .te p {
        font-size: 16px;
        line-height: 25px;
    }
    #novedades .prev, #novedades .next {
        top: 40px;
    }
}





#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;
}




