@media(max-width:600px){
    .articulos article[data-id="142"]>div .gal1 .galeriaImg figure{
        width: 100% !important;
    }
    .articulos article[data-id="89"]>div .gal1 .galeriaImg figure,
    .articulos article[data-id="151"]>div .gal1 .galeriaImg figure,
    .articulos article[data-id="94"]>div .gal1 .galeriaImg figure{
        width: 100% !important;
    }
}

body>footer{
    position: relative;
    background: #EFEFEF;
    border-top: none;
    min-height: 200px;
    overflow: hidden;
    border-top: #0000001f solid 1px;
}
footer>p {
    color: #efefef;
    padding: 29px calc(50% - 400px);
    background: #1c1c1c;
    margin: 0;
}
@media(max-width:800px){
    footer>p {
        padding: 29px 5%;
    }
}
footer nav.menuF{
    display: flex;
    align-items: self-end;
    justify-content: space-around;
    flex-wrap: wrap;
    height: auto;
    padding: 0px calc(50% - 550px);
    border-bottom: #0000001f solid 1px;
}
footer nav.menuF ul:first-of-type{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 280px;
    height: 130px;
    padding: 0;
}
footer nav.menuF ul:last-of-type{
    text-align: center;
    padding: 0;
}
footer nav.menuF ul:last-of-type>p{
    color: black;
    margin: 5px 0;
    font-size: 18px;
}
footer nav.menuF ul:last-of-type li{
    margin: 3px;
}
footer nav.menuF ul:last-of-type li>a{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    color: transparent;
    background-image: url(/img/18/redessociales.png);
    background-size: 126px;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 0;
    opacity: 0.8;
    transition: all ease-in-out 0.3s;
}
footer nav.menuF ul:last-of-type li:hover>a{
    opacity: 1;
}
footer nav.menuF ul:last-of-type li.ig>a{
    background-position: -63px -3px;
}

footer nav.menuF ul:last-of-type li.li>a{
    background-position: -63px -38px;
}

footer nav.menuF ul:last-of-type li.fb>a{
    background-position: -3px -3px;
}

footer nav.menuF ul:last-of-type li.yt>a{
    background-position: -93px -3px;
}

footer nav.menuF li>a,
footer nav.menuF li>span{
    color: rgb(2 39 87);
    text-transform: none;
    padding: 6px 13px;
    letter-spacing: 0.01em;
}
footer nav.menuF li:hover>a,
footer nav.menuF li:hover>span{
    color: #000000;
}
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;
}
