/*
HEADER STYLES
*/
body.overflow {
    overflow: hidden;
}
.overlay {
    display: block;
    background: url("./assets/head-foot/bg-login.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -2px;
    opacity: 0;
    width: 100%;
    position: fixed;
    visibility: hidden;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.overlay.open {
    opacity: 1;
    z-index: 5;
    visibility: visible;
}
.headerYPF {
    background: #f0f0f0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(240,240,240,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(240,240,240,1) 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    -moz-box-shadow: 0 4px 7px -5px #777;
    -webkit-box-shadow: 0 4px 7px -5px #777;
    box-shadow: 0 4px 7px -5px #777;
    z-index: 1000;
    color: #838383;
    font-family: "din-medium";
    font-weight: normal;
    line-height: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.headerYPF .contentheader {
    width: 1200px;
    display: block;
    margin: 0 auto;
}
.headerYPF.open {
    top: 88px;
}
.headerYPF .container.relative {
    position: relative;
    z-index: -1;
    /*top: -55px;*/
}
.headerYPF a,
.headerYPF li {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
}
.headerYPF .site {
    float: left;
    width: 220px;
    margin: 14px 0 0 0;
}
.headerYPF .logo {
    background: rgba(0, 0, 0, 0) url("./assets/head-foot/logo.png") no-repeat scroll left top;
    width: 100px;
    height: 28px;
    float: left;
}
.headerYPF .subsite {
    border-left: 1px solid #aaa;
    color: #474747;
    font-family: "din-regular";
    font-size: 20px;
    line-height: 22px;
    margin: 3px 0 0 5px;
    padding-left: 8px;
    text-transform: uppercase;
    float: left;
}
.headerYPF .subsite span {
    font-family: 'din-black'
}
.headerYPF .menu {
    float: right;
}
.headerYPF .menu .principal {
    display: inline-block;
    list-style: none;
    float: left;
    position: relative;

}
.headerYPF .principal .disabled {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}
.headerYPF .principal .disabled.block {
    display: block;
}
.headerYPF .nivel1 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 20px;
    position: relative;
}
.headerYPF .nivel1 a.linkmenu {
    border-top: 3px solid transparent;
    color: #363636;
    display: block;
    font-family: "din-black";
    font-size: 12px;
    font-weight: 400;
    line-height: 52px;
}
.headerYPF .nivel1:hover a.linkmenu,
.headerYPF .nivel1.active a.linkmenu {
    border-top: 3px solid #0063be;
    color: #0063be;
}
.headerYPF .submenu {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
    background: #f0f0f0;
    position: absolute;
    top: 55px;
    right: -150px;
    padding:  0 0 20px 20px;
    visibility: hidden;
    opacity: .2;
    z-index: 6;
    -moz-box-shadow: inset 0 9px 10px -13px #777;
    -webkit-box-shadow: inset 0 9px 10px -13px #777;
    box-shadow: inset 0 9px 10px -13px #777;
}
.headerYPF .nivel1:hover .submenu {
    max-height: 700px;
    opacity: 1;
    visibility: visible;
}

.headerYPF .submenu.left {
    left: -200px;
}
.headerYPF .submenu.onecol.center {
    right: -260px;
}
.headerYPF .submenu.twocol.center {
    right: -370px;
}
.headerYPF .submenu.threecol.center {
    right: -480px;
}
.headerYPF .submenu.onecol {
    width: 520px;
}
.headerYPF .submenu.twocol {
    width: 740px;
}
.headerYPF .submenu.threecol {
    width: 960px;
}
.headerYPF .submenu .column {
    width: 200px;
    margin: 10px 0;
    padding: 10px 20px 10px 0;
    float: left;
}
.headerYPF .submenu ul {
    display: block;
    margin-bottom: 19px;
    padding: 0;
}
.headerYPF .submenu ul li a {
    display: block;
    line-height: 19px;
    font-size: 12px;
    color: #787C88;
}
.headerYPF .submenu ul li a:hover,
.headerYPF .submenu ul li.nivel3 a:hover {
    color: #005DA7;
}
.headerYPF .submenu ul li.nivel2 a {
    text-transform: uppercase;
    color: #005DA7;
}
.headerYPF .submenu ul li.nivel3 a {
    color: #333;
}

.headerYPF .submenu .info {
    float: right;
    height: 100%;
    margin: 0;
    padding: 0;
    position: inherit;
    right: 0;
    text-align: center;
    width: 305px;
    background: #333;
}
.headerYPF .submenu .info strong {
    color: #cfcfcf;
    font-family: 'din-medium';
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    font-size: 12px;
    display: block;
}
.headerYPF .submenu .info p {
    line-height: 14px;
    margin-top: 10px;
    padding: 0 10px 20px 10px;
    text-align: center;
    font-size: 12px;
    color: #cfcfcf;
    font-family: 'din-medium';
}
.headerYPF .submenu .info img {
    width: 100%;
    height: auto;
    display: block;
}

 /* .navegacion secundaria */

.headerYPF ul.secundaria{
    margin-left: 5px;
    display: inline-block;
    float: right;
}

.headerYPF ul.secundaria li{
    float: left;
    display: inline-block;
    *display: inline;
    *zoom: 1; 
}
.headerYPF ul.secundaria li,
.headerYPF ul.secundaria li a{
    height: 55px;
}
.headerYPF ul.secundaria li a.ppal{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border-left: 1px solid #cbcbcb;
    color: #0060c3;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "din-medium";
    line-height: 55px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.headerYPF ul.secundaria li a.last{
    border-right: 1px solid #cbcbcb;
}
.headerYPF li.icon a,
.headerYPF li.sitios-ypf a:hover,
.headerYPF li.sitios-ypf a.active{
    background: url("./assets/head-foot/icons.png") no-repeat;
}
.headerYPF li.icon a{
    width: 39px;
}
.headerYPF li.buscar a{
    background-position: 0px 0px;
}
.headerYPF li.buscar a:hover,
.headerYPF li.buscar a.active,
.headerYPF li.buscar a.open{
    background-position: 0px -54px;
}
.headerYPF li.lang a{
    background-position: -160px 0px;
}
.headerYPF li.lang a:hover,
.headerYPF li.lang a.active{
    background-position: -160px -55px;
}
.headerYPF li.mapa a{
    background-position: -40px 0px;
}
.headerYPF li.mapa a:hover,
.headerYPF li.mapa a.active{
    background-position: -40px -54px;
}
.headerYPF li.login a{
    background-position: -180px -180px;
}
.headerYPF li.login a img {
    margin-top: -3px;
}
.headerYPF li.login a:hover,
.headerYPF li.login a.active,
.headerYPF li.login a.open{
    background-position: 0px -121px;
}
.headerYPF li.asterisco a{
    background-position: -120px 0px;
}
.headerYPF li.asterisco a:hover,
.headerYPF li.asterisco a.active{
    background-position: -120px -54px;
}
.headerYPF li.sitios-ypf a.ppal {
    padding: 0 10px;
}
.headerYPF li.sitios-ypf a.ppal:hover,
.headerYPF li.sitios-ypf a.ppal.active,
.headerYPF li.sitios-ypf a.ppal.open{
    background-position: 0px -121px;
}
.headerYPF li.sitios-ypf {
    position: relative;
}
.headerYPF .sitioslist {
    position: absolute;
    background: #f0f0f0;
    width: 300px;
    max-height: 0;
    opacity: 0;
    right: 0;
    overflow: hidden;
    -moz-box-shadow: inset 0 9px 10px -13px #777;
    -webkit-box-shadow: inset 0 9px 10px -13px #777;
    box-shadow: inset 0 9px 10px -13px #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.headerYPF .sitioslist.open {
    max-height: 800px;
    opacity: 1;
}
.headerYPF .sitioslist .box {
    width: auto;
    padding: 0 15px;
}
.headerYPF .sitioslist .box ul {
    display: block;
    padding: 20px 0;
    margin: 0;
}
.headerYPF .sitioslist .box ul li {
    height: auto;
    display: block;
    float: none;
}
.headerYPF .sitioslist .box ul li a {
    color: #151414;
    font-size: 12px;
    height: auto;
    text-transform: uppercase;
    font-family: "din-black";
    display: block;
    line-height: 28px;
}
.headerYPF .sitioslist .box ul li a:hover {
    background: none;
    color: #0060c3;
}
.headerYPF .sitioslist .box ul li a span {
    background: url("./assets/head-foot/icons-sitios-ypf.png") no-repeat scroll left -31px;
    display: inline-block;
    padding-left: 25px;
}
.headerYPF .sitioslist .info {
    display: block;
    padding: 0;
    margin: 0;
}
.headerYPF .sitioslist .info img {
    display: block;
    width: 100%;
}
.headerYPF .sitioslist .info strong {
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 10px 0 0 0;
    font-size: 11px;
    color: #0063be;
    line-height: 14px;
    font-weight: 400;
}

.headerYPF .buscador {
    position: absolute;
    background: #f4f4f4;
    width: 100%;
    top: -88px;
    left: 0;
    height: 88px;
    overflow: hidden;
    opacity: 0;
    z-index: -5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.headerYPF .buscador.open {
    opacity: 1;
    z-index: 1;
}

.headerYPF .buscador .box {
    width: 415px;
    float: right;
    position: relative;
    margin: 25px 0 0 0;
}
.headerYPF .buscador .box input {
    background: #fff;
    height: 32px;
    border: solid 2px #dcdcdc;
    display: block;
    width: 99%;
    color: #000;
    text-indent: 15px;
    line-height: 32px;
}
.headerYPF .buscador .box button {
    position: absolute;
    border: none;
    width: 30px;
    height: 34px;
    padding: 0;
    background: url("./assets/head-foot/icon-buscador.png") center center no-repeat #fff;
    text-indent: -99999px;
    right: 1px;
    top: 2px;
}
.headerYPF .selectlang {
    display: block;
    position: absolute;
    top: 56px;
    right: 0;
    width: 183px;
    max-height: 0;
    overflow: hidden;
    background: #f4f4f4;
    -moz-box-shadow: inset 0 9px 10px -13px #777;
    -webkit-box-shadow: inset 0 9px 10px -13px #777;
    box-shadow: inset 0 9px 10px -13px #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.headerYPF .selectlang.open {
    max-height: 600px;
}
.headerYPF li.lang {
    position: relative;
}
.headerYPF .selectlang .box {
    width: auto;
    margin: 15px;
}
.headerYPF .selectlang .box ul {
    display: block;
    width: auto;
    padding: 0 0 10px 55px;
    margin: 0;
}
.headerYPF .selectlang .box ul li {
    text-align: left;
    display: block;
    float: none;
    height: auto;
}
.headerYPF .selectlang .box ul li a {
    border: none;
    color: #666;
    height: auto;
    display: block;
    font-family: "din-medium";
    font-size: 13px;
    line-height: 18px;
    text-transform: none;
    width: auto;
    background: none;
    padding: 0;
}
.headerYPF .selectlang .box ul li a:hover {
    color: #0063be;
}
.headerYPF .selectlang .box ul .pais {
    color: #0063be;
}
.headerYPF .selectlang .box ul.ar {
    color: #0063be;
    background: url("./assets/head-foot/ic-ar.png") left top no-repeat;
}
.headerYPF .selectlang .box ul.br {
    color: #0063be;
    background: url("./assets/head-foot/ic-br.png") left top no-repeat;
}
.headerYPF .selectlang .box ul.cl {
    color: #0063be;
    background: url("./assets/head-foot/ic-cl.png") left top no-repeat;
}
.headerYPF .selectlang .box ul a.check {
    background: url("./assets/head-foot/check-lang.png") right center no-repeat;
}
/**** LOGIN MODAL *******/
#loginModal {
    width: 230px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    padding: 20px 40px;
    overflow: hidden;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -160px;
    opacity: 0;
    z-index: -2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
}
#loginModal.open {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}
#logedInfo {
    width: 240px;
    max-height: 0;
    background: #fff;
    margin: 0 auto;
    padding: 20px 40px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 55px;
    right: -15px;
    margin: 0;
    opacity: 0;
    -moz-box-shadow: inset 0 11px 10px -13px #777;
    -webkit-box-shadow: inset 0 11px 10px -13px #777;
    box-shadow: inset 0 11px 10px -13px #777;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: -2;
}
#logedInfo.open {
    max-height: 700px;
    opacity: 1;
    z-index: 8;
}
.loginModal p {
    color: #757575;
    font-size: 13px;
    font-family: "din-medium";
    text-align: center;
}
.loginModal p.tl,
.loginModal.tl p{
    text-align: left;
}
.loginModal strong {
    font-family: "din-black";
    font-weight: 400;
}
.loginModal .btn-login-facebook {
    background: url("./assets/fb-button.png") no-repeat scroll center center transparent;
    display: block;
    height: 37px;
    margin: 10px auto;
    overflow: hidden;
    text-indent: -200em;
    width: 150px;
    border-left: none;
}
.loginModal p.line-through{
    margin: 20px auto 14px;
    position: relative;
}
.loginModal p.line-through:before {
    background: none repeat scroll 0 0 #dcdcdc;
    content: ".";
    height: 1px;
    left: 0;
    position: absolute;
    text-indent: -200em;
    top: 50%;
    width: 100%;
    z-index: 10;
}
.loginModal p.line-through span {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    padding: 0 15px;
    position: relative;
    z-index: 20;
}
.loginModal .form-group {
    display: block;
    margin: 10px auto;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    clear: both;
    overflow: hidden;
}
.loginModal .form-group input[type="text"],
.loginModal .form-group input[type="password"] {
    border: 2px solid #dcdcdc;
    color: #a2a2a2;
    font-size: 13px;
    font-family: "din-medium";
    height: 35px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    padding: 0;
    text-indent: 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.loginModal .form-group input[type="checkbox"] {
    float: left;
}
.loginModal .check {
    float: left;
}
.loginModal hr {
    border-top: 1px solid #dcdcdc;
    margin: 10px 0;
}
.loginModal .form-bottom {
    padding: 12px 0;
    overflow: hidden;
}
.loginModal .form-bottom.nomarg {
    padding: 0;
    overflow: hidden;
}
.loginModal a.serv {
    color: #999;
    display: block;
    padding: 5px 0 5px 25px;
    clear: both;
    background: url("./assets/head-foot/ic-serv.png") no-repeat left center;
}
.loginModal a.serv:hover {
    color: #666;
    background: url("./assets/head-foot/ic-serv-on.png") no-repeat left center;
}
.loginModal a.box {
    color: #999;
    display: block;
    padding: 5px 0 5px 25px;
    clear: both;
    background: url("./assets/head-foot/ic-box.png") no-repeat left center;
}
.loginModal a.box:hover {
    color: #666;
    background: url("./assets/head-foot/ic-box-on.png") no-repeat left center;
}
.loginModal a.guia {
    color: #999;
    display: block;
    padding: 5px 0 5px 25px;
    clear: both;
    background: url("./assets/head-foot/ic-guia.png") no-repeat left center;
}
.loginModal a.guia:hover {
    color: #666;
    background: url("./assets/head-foot/ic-guia-on.png") no-repeat left center;
}
.loginModal .btn {
    color: #0063be;
    background: #fff;
    border: solid 2px #0063be;
    font-family: "din-medium";
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    text-align: center;
    line-height: 35px; 
    clear: both;
    width: 100%;
    margin: 15px 0 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.loginModal .btn:hover {
    color: #fff;
    background: #0063be;
}
.loginModal .btn.user {
    color: #45c3d3;
    border: solid 2px #45c3d3;
}
.loginModal .btn.user:hover {
    color: #fff;
    background: #45c3d3;
}
.loginModal .btn.close {
    color: #999999;
    border: none;
}
.loginModal .btn.close:hover {
    color: #666;
    background: none;
}
.loginModal .foto {
    float: left;
    width: 90px;
    height: 90px;
    position: relative;
    margin-right: 10px;
}
.loginModal .foto img {
    display: block;
    width: 100%;
}
.loginModal .foto a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,99,190,0.4);
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    font-family: Arial, sans-serif;
}
.loginModal .datos {
    float: left;
    width: 140px;
    height: auto;
}
.loginModal .upp {
    text-transform: uppercase;
}
.loginModal .color {
    color: #0063c5;
}
.loginModal a.person:hover {
    color: #0063c5;
}
.loginModal .puntos {
    display: block;
    padding: 15px 0 0 0;
}
.headerYPF .fotousuario {
    width: 28px;
    height: auto;
    border-radius: 20px;
    margin-top: 4px;
}
.headerYPF li.icon a .fotousuario {
    margin-left: 6px;
}
/********************************************/

/* RESPONSIVE */
.headerYPF .hiden {
    display: none;
}
.openmenu {
    display: none;
}
.loginmob {
    display: none;
}
@media (max-width: 1250px) {
    .headerYPF .submenu .info {
        display: none;
    }
    .headerYPF .submenu.left {
        left: -200px;
    }
    .headerYPF .submenu.onecol.center {
        right: -260px;
    }
    .headerYPF .submenu.twocol.center {
        right: -370px;
    }
    .headerYPF .submenu.threecol.center {
        right: -480px;
    }
    .headerYPF .nivel1:hover .submenu {
        max-height: 500px;
        opacity: 1;
    }
    .headerYPF .submenu.onecol {
        width: 270px;
    }
    .headerYPF .submenu.twocol {
        width: 490px;
    }
    .headerYPF .submenu.threecol {
        width: 710px;
    }
}
@media (max-width: 1200px) {
    .headerYPF .contentheader {
        width: auto;
        padding: 0 10px;
    }
}

@media (min-width: 1025px) and (max-width: 1199px) {
    .headerYPF .site {
        width: 93px;
    }
    .headerYPF .subsite {
        display: none;
    }
}
@media (max-width: 1060px) {
    .onlyMob {
        display: block !important;
    }
    .onlyDesk {
        display: none !important;
    }
    .headerYPF .hiden {
        display: block;
    }
    .headerYPF .principal .disabled  {
        display: none !important;
    }
    .headerYPF .container.relative {
        position: inherit;
        z-index: auto;
    }
    .openmenu {
        display: block;
        width: 44px;
        height: 34px;
        background: url("./assets/head-foot/open-menu.png") no-repeat center center;
        float: right;
        cursor: pointer;
        z-index: 9;
        position: absolute;
        right: 10px;
        margin: 10px 0 0 0;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .openmenu.open {
        /*-moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);*/
    }
    .loginmob {
        display: block;
        position: absolute;
        right: 55px;
        top: 9px;
    }
    
    .headerYPF .menu{
        float: none;
        display: block;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        z-index: 5;
        background: #FFF;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }
    .headerYPF .menu.open {
        max-height: 1500px;
        bottom: 0;
        overflow-y: auto;
    }
    .headerYPF .menu .principal,
    .headerYPF ul.secundaria {
        display: block;
        float: none;
        list-style: outside none none;
        margin: 0;
        padding: 0;
    }
    .headerYPF .menu .nivel1,
    .headerYPF ul.secundaria li {
        display: block;
        float: none;
        position: relative;
        margin: 0;
        height: auto;
    }
    .headerYPF li.icon.login {
        display: none;
    }
    .headerYPF .menu .nivel1 a.linkmenu,
    .headerYPF ul.secundaria li a.ppal {
        border-bottom: 1px solid #eee;
        border-top: medium none;
        border-left: none;
        border-right: none;
        color: #0063be;
        display: block;
        font-family: "din-black";
        font-size: 14px;
        font-weight: 400;
        line-height: 50px;
        background: none;
        height: auto;
        width: auto;
        text-transform: uppercase;
        margin: 0;
        padding:0 15px;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .headerYPF .menu .nivel1 a.linkmenu.active,
    .headerYPF ul.secundaria li a.ppal.active {
    background: #e3e2e2;
    }
    .headerYPF ul.secundaria li a.ppal {
        position: relative;
        z-index: 3;
    }
    .headerYPF li.sitios-ypf a.ppal {
        padding: 0 15px;
    }
    .headerYPF li.sitios-ypf a.ppal:hover, 
    .headerYPF li.sitios-ypf a.ppal.active, 
    .headerYPF li.sitios-ypf a.ppal.open {
        background: none;
    }
    .headerYPF .menu .nivel1:hover a.linkmenu, 
    .headerYPF .menu .nivel1.active a.linkmenu,
    .headerYPF li:hover a.ppal,
    .headerYPF li a.ppal.active {
        border-top: none;
        color: #0063be;
    }
    .headerYPF .submenu {
        box-shadow: none;
        max-height: 0 !important;
        opacity: 1;
        overflow: hidden;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
        display: block;
        float: none;
        visibility: visible;
        background: #fff;
    }
    .headerYPF .submenu.open {
        max-height: 2200px !important;
    }
    .headerYPF .submenu .column {
        float: none;
        margin: 0 15px;
        padding: 0;
        width: auto;
    }
    .headerYPF .submenu.left {
        left: auto;
    }
    .headerYPF .submenu.onecol.center,
    .headerYPF .submenu.twocol.center,
    .headerYPF .submenu.threecol.center {
        right: auto;
    }
    .headerYPF .submenu.onecol,
    .headerYPF .submenu.twocol,
    .headerYPF .submenu.threecol {
        width: auto;
        background: #ececec;
    }
    #logedInfo {
        box-shadow: none;
        right: 0;
        top: 65px;
    } 
    .headerYPF .selectlang .box ul .pais {
        color: #333;
    }
    .headerYPF.open {
        top: 0;
    }
    /*.headerYPF ul.secundaria li a.ppal.openbusc {
        background: transparent url("./assets/head-foot/dropdown_menu_arrows.png") no-repeat scroll 100% center;
    } */
    .headerYPF .buscador {
        position: relative;
        top: auto;
        height: 0;
        background: #ececec;
    }
    .headerYPF .selectlang {
        position: relative;
        top: auto;
        height: auto;
        max-height: 0;
        background: #ececec;
    }
    .headerYPF .buscador.open {
        height: 88px;
    }
    .headerYPF .buscador .box {
        float: none;
        width: auto;
    }
    .headerYPF .buscador .box input {
        width: 100%;
    }
    .headerYPF .selectlang.open {
        max-height: 500px;
    }
    .headerYPF .selectlang .box {
        float: none;
        margin: 15px 0;
        text-align: left;
        width: auto;
    }
    .headerYPF .selectlang .box ul li a {
        padding-left: 10px;
    }
    .headerYPF .selectlang .box ul li a.ar,
    .headerYPF .selectlang .box ul li a.br,
    .headerYPF .selectlang .box ul li a.cl {
        background: none;
        padding-left: 0;
    }
    .headerYPF .selectlang .box ul {
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .headerYPF .menu .arrow {
        background: transparent url("./assets/head-foot/dropdown_menu_arrows.png") no-repeat scroll center center;
        float: right;
        height: 50px;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        cursor: pointer;
        z-index: 3;
        border-left: 1px solid #eee;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .headerYPF .menu .arrow.open {
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        border-bottom: 1px solid #eee;
        border-left: none;
    }
    .headerYPF .submenu ul {
        margin-bottom: 0;
    }
    .headerYPF .submenu ul li a,
    .headerYPF .selectlang .box ul li a {
        border-bottom: 1px solid #dcdcdc;
        color: #787c88;
        display: block;
        font-size: 14px;
        line-height: 40px;
    }
    .headerYPF .selectlang {
        display: block;
        position: relative;
        top: auto;
        right: 0;
        width: auto;
        max-height: 0;
        overflow: hidden;
        background: #ececec;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .headerYPF .selectlang .box {
        margin: 0;
        padding: 0 15px;
    }
    .headerYPF .selectlang .box ul.ar,
    .headerYPF .selectlang .box ul.br,
    .headerYPF .selectlang .box ul.cl,
    .headerYPF .selectlang .box ul a.check {
        background: none;
    }
    .headerYPF .selectlang .box ul a {
        padding-left: 20px;
    }
    .headerYPF .selectlang .box ul a.pais {
        padding-left: 0;
    }

    .headerYPF .submenu ul li.nivel3 a {
        padding-left: 10px;
    }
    .headerYPF .submenu ul li.nivel4 a {
        padding-left: 20px;
    }

    .headerYPF .sitioslist {
        width: auto;
        position: relative;
        box-shadow: none;
        border: none;
        background: #ececec;
    }
    .headerYPF .sitioslist .info {
        display: none;
    }
    .headerYPF .sitioslist.open {
        max-height: 1000px;
    }
    .headerYPF .sitioslist .box {
        display: block;
        float: none;
        width: auto;
        padding: 20px;
    }
    .headerYPF .sitioslist .box ul {
        float: none;
        margin: 0;
        padding: 0;
        width: auto;
    }
    .headerYPF .sitioslist .box ul li {
        text-align: left;
    }

}
@media (max-width: 767px) {
    .headerYPF .site {
        margin-top: 17px;
        width: 190px;
    }
    .headerYPF .logo {
        width: 80px;
        background: url("./assets/head-foot/logo.png") no-repeat scroll 0 top / 100% auto rgba(0, 0, 0, 0);
    }
    .headerYPF .subsite {
        font-size: 17px;
        margin-top: 1px;
    }
    #logedInfo {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        top: 55px;
        padding-bottom: 20px;
        z-index: -9;
    }
    #logedInfo.open {
        max-height: none;
        height: auto;
        overflow-y: auto;
        z-index: 10;

    }
    #logedInfo .userinfo {
        overflow: hidden;
        clear: both;
        display: block;
    }
    .loginModal p,
    .loginModal .datos,
    .loginModal .btn {
        font-size: 15px;
    }
    #loginModal {
        bottom: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        left: 0;
        margin: 0;
        padding-bottom: 20px;
        overflow-y: auto;
        top: 55px;
        width: 100%;
    }
    #loginModal.open {
        opacity: 1;
        z-index: 6;
    }
}