
/********************************** NEW FOOTER DISEÑO *************************************/
footer {
    width: auto;
    display: block;
    background: #1d1d1d;
    /*padding: 30px 0;*/
}
footer strong {
    color: #fff;
    font-family: "din-black";
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 19px;
    padding: 10px 0;
}
footer strong a {
    color: #fff;
}
footer ul {
    color: #fff;
    font-family: "din-medium";
    font-size: 13px;
    padding: 10px 0;
}
footer ul a {
    color: #858585;
    display: block;
    line-height: 19px;
}
footer ul li.tit a {
    color: #CFCFCF;
    font-family: "din-black";
}

footer strong a:hover {
    color: #b4b4b4
}
footer ul a:hover {
    color: #4c4c4c
}
footer ul li.tit a:hover {
    color: #868686
}



footer .foot-logo {
    background: url("./assets/head-foot/ypf-footer.png") no-repeat center center !important;
    width: 128px;
    height: 32px;
    display: block;
    margin: 10px 0 30px 0;
}
footer .suscript {
    display: block;
    position: relative;
}
footer input.news {
    background: #545353;
    border: none;
    width: 260px;
    padding: 10px 0;
    text-indent: 10px;
    color: #fff; 
    font-family: "din-medium";
    margin-bottom: 10px;
}
footer .suscript button {
    background: #545353 url("./assets/head-foot/ic-mail-foot.png") no-repeat scroll center center;
    border: medium none;
    display: block;
    height: 38px;
    left: 230px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 30px;
}
footer ul.open-foot li > div {
    display: none;
}
footer ul.open-foot li span {
    color: #858585;
    line-height: 19px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 30px 0 0;
    background: url('./assets/head-foot/submenu-arrow-foot-off.png') right center no-repeat;
}
footer ul.open-foot li span span {
    display: none;
}
footer ul.open-foot li span.ui-state-active {
    background: url('./assets/head-foot/submenu-arrow-foot-on.png') right center no-repeat;
}

footer ul.open-foot li.opened-item > div {
    display: block;
}
footer .social-media {
    padding: 10px 0;
}
footer .social-media a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 37px;
    height: 37px;
    background: url('./assets/head-foot/ic-redes-foot.png') no-repeat;
    text-indent: -999999px;
    margin-right: 20px;
    /*-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;*/
}
footer .social-media a.fb {
    background-position: 0 0;
}
footer .social-media a.tw {
    background-position: -63px 0;
}
footer .social-media a.gp {
    background-position: -128px 0;
}
footer .social-media a.it {
    background-position: -192px 0;
}
footer .social-media a.py {
    background-position: -257px 0;
}
footer .social-media a.pt {
    background-position: -321px 0;
}
footer .social-media a.fb:hover {
    background-position: 0 -37px;
}
footer .social-media a.tw:hover {
    background-position: -63px -37px;
}
footer .social-media a.gp:hover {
    background-position: -128px -37px;
}
footer .social-media a.it:hover {
    background-position: -192px -37px;
}
footer .social-media a.py:hover {
    background-position: -257px -37px;
}
footer .social-media a.pt:hover {
    background-position: -321px -37px;
}
footer .copy {
    padding: 20px 0 0 0;
    font-size: 11px;
    color: #666;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
footer .copy a {
    color: #666;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 20px;
}
footer .mob-foot {
    display: none;
}
footer .mob-foot .copy {
    padding: 0;
    text-align: center;
}
footer .mob-foot .copy a {
    color: #666;
    margin: 0;
}
footer .mob-foot .social-media {
    margin: 0 auto;
    padding: 20px 0 0;
    text-align: center;
    width: 180px;
}
footer .mob-foot .social-media a {
    margin: 0 10px 20px 10px;
}

/****** end new footer ************/

@media (max-width: 1023px) {
    /**footer responsive***/
    footer .desck-foot {
        display: none;
    }
    footer .mob-foot {
        display: block;
    }


}