header{
    overflow:auto;
    text-align:right;
}

header .responsive{
    overflow:initial;
}

header img.logoWeb{
    float: left;
    margin: 11px 15px;
    max-width: 17%;
    width: 100%;
    margin-left: 0;
}
header img.oficial{
    float:right;
    margin-left: 15px;
}
header button.menu{
    background:none;
    border:none;
    border-radius:10px;
    box-shadow: none;
    color: #666;
    display:none;
    font-size:40px;
    height: 37px;
    line-height: 32px;
    margin: 21px 8px;
    padding: 5px;
    vertical-align: middle;
    width:49px;
}
header button.menu:hover{
    background:none;
    color:#D21921;
}
header ul.header{
    /*margin-bottom: -11px;*/
    padding: 32px 0 3px 0;
    display: block;
    width: 100%;
}
header ul.header > a{
    border-left:1px solid #999;
    display:inline-block;
    line-height:16px;
    padding:5px 15px;
    vertical-align:middle;
}
header ul.header > a li{
    /* margin-bottom: -11px; */
}
header ul.header > a:first-child{
    border-left:none;
}
header ul.header > a[href]:hover{
    /*color:#FFF;
    background-color:#D21921;*/
    color:#D32027;
}
header ul.header > a li:before{
    margin-right:5px;
    margin-top:-3px;
    vertical-align:middle;
}
header ul.header > li.telefono:before{
    margin-top:-.1em !important;
    vertical-align:middle;
}
header strong.telefono{
    display: inline;
    font-size:18px;
    /* line-height:19px; */
    white-space:nowrap;
}
nav.buscadores{
  display: block;
}

@media (max-width: 991px){
    header ul.header{
        padding-top:5px;
    }
    header ul.header > a:first-child{
        display:block;
    }
    header ul.header > a:nth-child(2){
        border-left:none;
    }
}
@media (max-width: 767px){
    header img.logoWeb {
        margin: 5px 15px;
    }
    header button.menu{
        display: inline-block;
        margin-left: 0;
    }
    header img.oficial{
        float: left;
        height:auto;
        /* margin-top:7px; */
        width:110px;
    }
    header ul.header{
        padding:0;
        display: none;
    }
    header ul.header > a{
        text-align:center;
        border-left:none;
        display:initial;
        line-height:25px;
        padding:0;
    }
    header .telefono{
        background-color:#E9E9E9;
        margin: auto;
        display: block;
        line-height: 1.4em;
        padding-bottom:5px;
        padding-top:5px;
        text-align:center;
        width:95%;
        font-size: 12px;
    }
    header .telefono strong{
        margin-right:0;
    }

    nav.buscadores{
      display: none;
    }
}

@media (max-width: 480px){
    header img.logoWeb {
        /* margin: 15px 15px; */
        height:50px;
        width:auto;
    }
    header button.menu{
        /* display: inline-block; */
        /* margin-left: 0; */
        margin: 11px 10px 13px 10px;
    }
    header img.oficial{
        float: left;
        height:80px;
        margin-left: 0px;
        width:auto;
    }
    header ul.header > li.telefono{
        font-size:12px;
    }
}

@media (max-width: 402px){
    header img.logoWeb {
        height: auto;
        max-width: 50%;
    }
    header img.oficial{
        height:60px;
        margin-top:10px;
    }
    header button.menu{
        font-size:30px;
        margin: 7px 10px;
    }
}


header img#tiendaHotSale{
    float: right;
    margin: 0;
    max-height: 80px;
    transform: translateY(-20px);
}

header .telefono#telDesktop{
    display: block;
    font-size: 12px;
}

header .telefono#telMobile{
    display: none;
}

div.telefono-mobile-flotante{
    display: none;
}
header button.menu:focus{
    outline: none;
    border:none;
}
header a li.login-btn{
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: gray;
}
header a li.login-btn:hover{
    color: gray;
    opacity: .7;
    transition: all 0.3s ease-in-out;
}
header a li.login-btn img{
    width: 26px;
    vertical-align: middle;
    padding-right: 3px;
}
@media (max-width: 768px){
    header a li.login-btn{
        display: none;
    }
    header img#tiendaHotSale{
        transform: translateY(-36px);
    }

    header .telefono#telMobile{
        display: block;
    }

    header .telefono#telDesktop{
        display: none;
    }
}

@media (max-width: 736px){

    header .telefono#telMobile{
        display: none;
    }




    div.telefono-mobile-flotante{
        display: block;/* display: inline-block; *//* display: inline-block; */
        position: fixed;/* display: inline-block; */
        bottom: 15px; /* display: inline-block; */
        right: 150px;/* display: inline-block; */
        z-index: 999;
        background: #3c9df0;/* display: inline-block; */
        color: #fff;/* display: inline-block; */
        width: 60px;/* display: inline-block; */
        height: 60px;/* display: inline-block; */
        font-size: 17px;/* display: inline-block; */
        box-shadow: 1px 2px 9px #000000;/* display: inline-block; */
        border-radius: 50%;/* display: inline-block; */
        text-align: center;/* display: inline-block; */
        border: 1.5px solid white;/* display: inline-block; */
    }
    div.telefono-mobile-flotante a{
        margin-top: 11px;/* display: inline-block; */
        display: block;/* display: inline-block; */
    }



}