:root {
    --azul-bidcom: #0000FF;
    --dark-header: #1E1E1E;
}
a:hover{
    text-decoration:none!important;
}
.button-ver-productos:hover{
    color:#fff;
}   
.header-container {
    box-shadow: 0;
    display: flex;
    z-index: 3000 !important;
    background: var(--azul-bidcom);
    flex-direction: column;
}

@keyframes bounce-fixed {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(0, 10px, 0);
    }
}

.fixed {
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    background: var(--azul-bidcom);
    z-index: 1000;
    max-width: 100%;
    padding: 10px 0;
    transition: top 0.5s ease-in-out;
    .menu-web{
        justify-content: space-between;
        #contenedor_logo{
            margin: 0 0 0 10px;
            .logo img{
                max-width: 130px;
            }
        }
        .contenedor_buscador #buscador .buscador-wp .search-submit i{
           padding-left: 0; 
        }
    }
    .contenedor_contacto{
        display: none;
    }
    .contenedor_contacto_carrito{
         width:  163.8px;
    }
    .contenedor_buscador_carrito {
      margin: 0 30px 0 0 ;
      .shop-btn i{
        font-size: 36px;
      }
      .shop-btn span{
        right: 13px;
        font-size: 14px;
        width: 20px;
        height: 20px;
        top: -11px;
        animation: bounce-fixed 0.5s;
        animation-direction: alternate;
        animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
        animation-iteration-count: infinite;
      }
    }
  
  }

  .fixed.show {
    top: 0; 
  }

.header-container,
.barra-menu {
    background: var(--azul-bidcom);
    padding: 0;
    position: relative;
}
.header-container-drones,
.barra-menu {
    background: var(--dark-header);
    padding: 0;
    position: relative;
}
.barra-menu {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    color: #555;
    z-index: 2000;
}

.menu_madre_m {
    display: none;
}

.item-barra-menu {
    display: flex;
    flex-direction: row;
    left: 15%;
    padding: 3px 0 5px;
    position: absolute;
    z-index: 2002;
}

.item-barra-menu a {
    display: inline-block;
    margin-right: 20px;
    color: #444;
    font-weight: 600;
    font-size: 14px;
}

.link-sin-submenu {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.link-sin-submenu i {
    color: #555;
    float: right;
    padding-right: 10px;
    font-size: 20px;
    line-height: 25px;
}

.item-barra-menu a:hover {
    text-decoration: none;
}

.item-barra-ofertas, .item-agro {
    cursor: pointer;
    width: 120px;
    height: 43px;
    margin-right: 10px;
}

.item-barra-ofertas:hover,
.item-agro:hover {
    opacity: 1;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

.listados-ofertas {
    visibility: hidden;
    min-height: 124px;
    border-radius: 22px;
    opacity: 0;
    background-color: #EAEAEA;
    margin-top: 13px;
    width: max-content;
    transition: 0.3s all ease-in-out;
}
.item-barra-ofertas:hover .listados-ofertas {
    visibility: visible;
    height: auto;
    opacity: 1;
    overflow: visible;
}

.listados-ofertas ul {
    text-decoration: none;
    list-style: none;
    padding: 13px 5px;
}

.listados-ofertas img,
.listados-ofertas ul li i {
    margin: 0 7px;
}

.listados-ofertas ul li {
    display: flex;
    height: 40px;
    align-items: center;
    width: 100%;
    padding: 8px 0px;
    margin: 9px 0px;
    list-style-type: none;
}

.listados-ofertas ul li:hover  {
    background: #ccc;
    padding: 6px 0px;
    border-radius: 43px;
}
.listados-ofertas ul li.destacado{
    background: #ccc;
    padding: 6px 0px;
    border-radius: 43px;
}
.listados-ofertas ul li.destacado:hover{
    padding: 6px 0px;
    border-radius: 43px;
    border: 2px solid #ccc;
    background: transparent !important;
    margin-left: -2px;
}

.listados-ofertas ul li:hover .listados-ofertas ul li a {
    text-decoration: underline;
}

.item-barra-ofertas span,
.item-agro span {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 5px;
    margin-top: 2px;
}

.submenu-ofertas .icon-percent {
    font-weight: 600;
    font-size: 16px;
}

.link-cyber-monday {
    font-weight: 600 !important;
    color: black !important;
}

.logo img {
    max-height: 75px;
    max-width: 100%;
    margin-bottom: 6px;
}

.menu-web {
    padding-bottom: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.menu-web-none {
    transition: 0.3s ease-out;
    opacity: 0;
}

.link-cp {
    color: rgba(256, 256, 256, .8);
    font-size: 13px;
    text-decoration: none;
}

.link-cp i {
    color: #fff;
}

.link-cp:hover {
    text-decoration: none;
    color: #fff;
}

.container-tooltip-cp {
    position: absolute;
    right: calc(50% - -16rem);
    transform-origin: 10% 10%;
    will-change: transform;
    top: 8rem;
    transform: none;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s, transform 0.133s cubic-bezier(0.4, 0, 0.2, 1) 150ms;
    z-index: 3000;
    display: none;
}

.texto-tooltip-cp {
    border-radius: 0.25em;
    position: relative;
    width: 336px;
    color: #5073a8;
    background-color: rgb(239, 247, 242);
    margin: 0px;
    padding: 1em;
    box-shadow: rgb(0 0 0 / 20%) 0px -1px 5px 0px;
    font-size: 15px;
    font-family: Arial;
    line-height: 1.33;
}

.delta-tooltip-cp {
    top: 0px;
    left: 5.5em;
    height: 12.7656px;
    width: 18px;
    margin: -12.78px 0.25em;
    overflow: hidden;
    position: absolute;
}

.delta-tooltip-cp::before {
    background-color: rgb(239, 247, 242);
    box-shadow: rgb(0 0 0 / 20%) 0px -1px 1px -1px, rgb(0 0 0 / 14%) 0px 1px 1px 0px, rgb(0 0 0 / 12%) 0px 1px 3px 0px;
    content: "";
    display: block;
    height: 12.7656px;
    width: 12.7656px;
    transform: matrix(0.707107, 0.707107, -0.707107, 0.707107, 0, 0);
    transform-origin: 0px 12.7656px;
}

.cerrar-tooltip-cp {
    color: #999;
    font-size: 18px;
    position: absolute;
    top: -2px;
    right: 7px;
    cursor: pointer;
}

.texto-tooltip-cp p {
    margin-bottom: 0px !important;
}

.link-oca {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.link-oca:hover {
    color: #fff;
    text-decoration: underline;
}

.link-oca-tooltip {
    text-decoration: none;
    color: #5073a8;
    font-weight: 700;
}

.link-oca-tooltip:hover {
    text-decoration: underline;
}

#cp_header_modal_js {
    padding-bottom: 8px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#cp_header_modal_js:empty {
    display: none;
}

.porta-telefono {
    border-right: 1px solid #999;
    padding: 6px 20px 5px 0;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
}

.telefono-header {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
}

.telefono-header a,
.telefono-header a.btn,
.telefono-header a i,
.telefono-header a i b {
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 0;
}

.tel-whatsapp {
    font-weight: 400;
    margin-top: 5px;
}

.shop-btn {
    display: block;
    position: relative;
    text-decoration: none !important;
    color: #fff;
    border: none;
    background-color: transparent;
}

.shop-btn:focus {
    outline: none;
}

.shop-btn i,
.shop-btn .fa-shopping-cart {
    display: block;
    font-size: 42px;
    @media screen and (width <= 768px){&{font-size:29px;}}
}

.shop-btn span {
    background-color: #fff;
    border-radius: 50%;
    color: #0067a1;
    font: bold 16px "Roboto Condensed", sans-serif;
    height: 22px;
    position: absolute;
    text-align: center;
    right: 41px;
    top: -22px;
    width: 22px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-iteration-count: infinite;
    opacity: 0.8;
    line-height: 23px;
}

.telefono-header a,
.telefono-header a.btn,
.telefono-header a i,
.telefono-header a i b {
    color: #fff !important;
    font-size: 18px;
    letter-spacing: 0px;
}

#contenedor_logo {
    width: 14%;
}

.contenedor_contacto_carrito {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 33%;
}

.contenedor_buscador {
    position: relative;
    width: 45%;
}

.buscador-desktop {
    display: block;
}

.contenedor_buscador_carrito {
    display: flex;
    margin-left: 25px;
    align-items: center;
}

.buscador-full-screen,
.buscador-full-screen .buscador-wp {
    width: 100%;
}

#nav-toggle {
    display: none;
}

.menu-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.menu-btn__burger {
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, .2);
    transition: all .5s ease-in-out;
}

.menu-btn__burger::before {
    transform: translateY(-10px);
}

.menu-btn__burger::after {
    transform: translateY(10px);
}

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
}

.menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
}



/* menu intranet  */
.menu-top {
    font-family: "Open Sans", sans-serif;
    padding: 0 0 8px;
    text-align: right;
    position: relative;
}

.divider {
    border-top: 1px solid #ccc;
    margin-top: 5px;
}

.menu-intranet {
    position: absolute;
    left: 26px;
    top: 6px;
    z-index: 3001;
}

.menu-intranet a {
    color: #fff;
    font-size: 12px;
}

.menu-intranet ul li a {
    color: #666;
}

.menu-intranet ul li:hover a {
    cursor: pointer;
    color: #000;
}

.menu-intranet ul li {
    text-align: left;
    border-right: 0;
    display: block;
    padding: 5px 0;
}

.menu-intranet .dropdown-menu {
    min-width: 230px;
}

.dropdown-menu-intranet li a i {
    color: #666 !important;
}

.dropdown-intranet.active>.dropdown-link,
.dropdown-link:hover {
    color: white;
}

.dropdown-menu-intranet {
    position: absolute;
    left: 0;
    top: calc(100% + .25rem);
    background-color: white;
    padding: .75rem;
    border-radius: .25rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
    width: 230px;
}

.dropdown-intranet.active>.dropdown-link+.dropdown-menu-intranet {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* menu madre mobile */
.scrollY-hidden {
    overflow-y: hidden;
}

.menu-top ul {
    margin-bottom: 0;
}

.menu-top li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.menu-top li,
.menu-top li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}

.menu-top li a {
    padding: 0 8px 0 25px;
    color: rgba(256, 256, 256, .8)
}

.menu-top li a i {
    color: #fff;
    font-size: 12px;
    padding-right: 5px;
}

.menu-top li a:hover,
.menu-top li a:hover i {
    color: #fff;
}

.menu-top li.ultimo {
    border: 0 none;
}

#items-menu {
    border-radius: 22px;
    width: 27%;
    background-color: #eaeaea;
    min-height: 300px;
    margin-top: 36px;
    padding: 33px 6px 33px;
    transition: all .3s ease-in-out;
}

#items-menu li {
    display: block;
}

/* barra-menu */
.barra-menu {
    z-index: 3;
}

.icon-txt-cat-name {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-txt-cat-name p {
    margin: 0;
}

/* menu madre mobile */
.separa-menu-mobile {
    height: 20px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.menu-madre-mobile,
.menu-mobile-layer-1 {
    bottom: 0;
    font-size: 14px;
    position: fixed;
    top: 0;
    /* left: -100%; */
    transition: all .3s linear;
    width: 50%;
    overflow-y: auto;
    z-index: 4000;
}

.menu-madre-mobile {
    left: -100%;
}

.menu-mobile-layer-1 {
    right: -100%;
}

.menu-mobile-layer-2 {
    bottom: 0;
    font-size: 14px;
    right: -100%;
    /* left: -100%; */
    position: fixed;
    top: 0;
    transition: all .3s linear;
    width: 50%;
    overflow-y: auto;
    z-index: 4001;
}

.menu-mobile-layer-1,
.menu-mobile-layer-2 {
    background: #fff;
}

.menu-madre-mobile li {
    display: block;
    width: 100%;
}

.menu-madre-mobile a {
    color: #666;
    font-size: 16px;
    display: block;
    padding: 8px 30px;
}

.sub-menu-mobile {
    background-color: #fff;
    bottom: 0;
    left: -100%;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 4px;
    transition: left 0.2s ease-out 0;
}

.sub-menu-mobile a {
    color: #333;
}

.sub-menu-mobile .telefono-header {
    color: #666;
    padding: 15px 30px 0;
}

.menu-madre-mobile.opened,
.menu-madre-mobile.opened .sub-menu-mobile {
    left: 0;
}

.menu-mobile-layer-1.opened,
.menu-mobile-layer-2.opened {
    right: 0;
}

.item-menu-mobile i.bidcom-icons{
    color: var(--azul-bidcom);
    font-size: 25px;
}

.item-menu-mobile .bidcom-icons.icon-percent{
    font-size:21px;
}
.item-menu-mobile .bidcom-icons.icon-menuburger-outline{
    margin-right: 5px;
    font-size: 25px;
}
.item-menu-mobile .bidcom-icons.icon-box-outline{
    font-size: 29px;
    margin-right: 6px;
    margin-left: -3px;
}
.categoria-menu-mobile {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.categoria-menu-mobile .menu-mobile-back {
    font-size: 22px;
    display: inline-block;
}

.categoria-menu-mobile .current-layer-menu {
    font-size: 20px;
}

.categoria-menu-mobile .titulo-submenu {
    font-size: 19px;
    margin-bottom: 6px;
}

.menu-mobile a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    margin-top: -5px;
    display: block;
}

#cp_header_modal_manual {
    padding-bottom: 8px;
}

.shop-btn span {
    right: 15px;
}

.link-bottom-menu {
    text-align: center;
}

.link-bottom-menu a {
    color: #007bff;
    font-weight: 700;
    font-size: 21px;
}

@media (min-width:768px) and (max-width:1063px) {
    #contenedor_logo {
        width: 20%;
    }

    .link-cp {
        padding: 0;
    }

    #cp_header_modal_manual_js {
        font-size: 13px;
        padding: 0 15px;
    }

    #cp_header_modal_js:empty {
        display: none;
    }

    .contenedor_buscador {
        width: 42%;
    }

    .telefono-header {
        font-size: 23px;
    }

    .porta-telefono {
        padding: 6px 7px 5px 0;
    }
}

@media (min-width:993px) and (max-width:1006px) {
    body {
        padding-top: 0 !important;
    }
}

@media (max-width: 992px) {
    .porta-menu-mobile .shop-btn {
        top: 15px;
        right: 20px;
    }

    .shop-btn .fa-shopping-cart {
        font-size: 27px;
    }

    .shop-btn:hover {
        text-decoration: none !important;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    .categoria-top-ad{
        padding-top:274px;
    }
    .ofertas-top-ad{
        padding-top:273px;  
    }
    .eventos-top-ad{
        padding-top: 274px;
    }
    .product-top-ad, .centro-ayuda-top-ad{
        padding-top:274px;
    }       
    .promo-activa-top-ad{
        padding-top:273px;
    }
    .promo-bancos-top-ad{
        padding-top:278px;
    }
    .work-with-us-top-ad{
        padding-top:292px;
    }
    .no-find-top-ad{
        padding-top:200px;
    }
    .faqs-top-ad{
        padding-top: 171px;
    }
    .donde-estamos-top-ad{
        padding-top: 197px;
    }
    .contacto{
        padding-top: 109px;
    }
    .contacto-top-ad{
        padding-top: 192px;
    }
    .cat-landing-seo{
        padding-top: 175px;
    }
    .cat-landing-seo-top-ad{
        padding-top: 269px;
    }
    .agotado-top-ad {
        padding-top: 253px;
    }
    .agotado {
        padding-top: 174px;
    }
    .product{
        padding-top: 189px;
    }
    .promo-activa {
        padding-top: 192px;
    }
    .giftcard-product {
        padding-top: 111px;
    }
    .ofertas {
        padding-top: 188px;
    }
    .eventos{
        padding-top: 191px;
    }
    .faqs{
        padding-top: 87px;
    }
    .donde-estamos{
        padding-top:274px;
    }
    .buscador,.categoria { 
        padding-top: 208px;
    }
    .cupones-dto {
        padding-top: 204px;
    }
    .califica-y-gana {
        padding-top: 148px;
    }
    .califica-y-gana-top-ad {
        padding-top: 230px;
    }
    .promo-bancos,.centro-ayuda{
        padding-top: 190px;
    }
    .envoltorio,.work-with-us{
        padding-top:191px;
    }
    .medios-de-pago{
        padding-top:137px;
    }
    .no-find, .not-found{
        padding-top:218px;
    }
    .drones-agropecuarios-top-ad{
        padding-top:273px;
    }
    .drones-agropecuarios{
        padding-top:190px;
    }
}
@media (max-width:768px) {
    .header-container {
        padding: 5px 15px;
        padding-bottom: 0;
    }

    .menu-intranet {
        display: none;
    }

    .barra-menu {
        display: none;
    }

    .shop-btn {
        padding: 0;
    }

    .buscador-desktop {
        display: none;
    }

    #cp_header_modal_manual {
        padding: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 15px 0px;
        gap: 10px;
    }

    #cp_header_modal_js {
        gap: 5px;
        padding-bottom: 0px;
    }

    #cp_header_modal_manual_js {
        display: block;
        color: white;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        height: 25px;
        line-height: 23px;
    }

    .container-tooltip-cp {
        display: none !important;
        visibility: hidden;
    }

    .link-cp {
        font-size: 14.4px;
        color: white;
    }

    .link-oca {
        font-size: 12px;
    }

    .contenedor_contacto {
        display: none;
    }

    .menu-web {
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        padding: 1rem 0rem 0.5rem;
    }

    #nav-toggle {
        display: block;
    }

    .contenedor_contacto_carrito {
        justify-content: flex-end;
    }

    .contenedor_contacto_carrito,
    .menu-mobile {
        width: 10%;
    }

    #contenedor_logo {
        width: 30%;
    }

    .contenedor_buscador {
        justify-content: center;
        width: 100%;
    }

    .btn_buscador {
        display: block;
        outline: none;
        color: #fff;
        border: none;
        background: transparent;
        font-size: 24px;
    }

    @supports (-webkit-overflow-scrolling: touch) {
        .btn_buscador {
            margin-right: -1.5rem;
        }
    }

    .menu-top {
        display: none;
    }

    .menu_madre_m {
        display: block;
    }

    body .bg-header {
        position: fixed;
        width: 100%;
        top: 0;
    }


    .tit-head-mm {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .title-name {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .item-menu-mobile .icon-angle-right-thin {
        float: right;
        line-height: 20px;
        font-size: 30px;
        color: #777;
        margin-left: 15px;
    }
    .menu-madre-mobile:first-child {
        padding-top: 14px;
        border: 0;
    }
    .menu-madre-mobile:last-child {
        border: 0;
    }
    .head-menu-mobile {
        background-color: var(--azul-bidcom);
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 15px;
    }
    .head-menu-mobile i {
        font-size: 18px;
        padding-right: 5px;
    }
    .menu-madre-mobile a{
        font-size: 16px;
        padding: 17px 0px 21px 2px;
        margin: 0 15px;
    }
    .menu-madre-mobile,
    .menu-mobile-layer-1,
    .menu-mobile-layer-2 {
        top: 3.4rem;
        width: 100%;
    }
    .separa-menu-mobile {
        height: 3px;
        background-color: #eaeaea;
        border: 0;
        margin: 0;
    }
    .shop-btn span {
        right: 2px;
    }
}