.navbar-nav {
    background-color: rgba(56, 56, 56, 0.95) !important;
    color: white !important;

}

#nav_menu ul li a {
    color: white !important;
    font-size: 15px !important;
}

#nav_menu ul li a img {

    width: 30px;
}

.icon_bandera_nav_bar {
    background-color: #d9272e !important;
}

#nav_menu ul.navbar-nav {

    overflow-y: scroll !important;
    height: 100vh !important;
    padding: 10px 40px;
}




#nav_menu ul li {
    padding: 20px 0px 20px 0px !important;
    border-bottom: solid thin !important;
}



#nav_menu ul li ul li {
    padding: 10px 10px 10px 10px !important;
    border-bottom: none !important;
}

#nav_menu ul li ul li {
    padding: 10px 10px 10px 10px !important;
    border-bottom: none !important;
}


.nav-link {
    color: white !important;
}

.nav-link:hover {
    color: white !important;
}

.navbar-toggler {
    border-color: white;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: rgba(56, 56, 56, 0.95) !important;

    }
}


@media (max-width: 992px) {

    .navbar-collapse.collapsing .navbar-nav {

        left: -40%;

        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;

        width: 80%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

        height: 100vh !important;

        overflow-y: scroll !important;
    }
}

#primary-menu .menu_row .dropdown button {
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
}

#primary-menu .menu_row a {
    font-size: 12px;
    font-weight: bold;

}

#header-wrap .container {


    /*padding: 0px 90px 0px 90px !important;*/
}

.text_youtube_desk {
    color: white;
    font-weight: bold;
    padding-top: 7px;
    padding-right: 0px;
    padding-left: 0px;
}

.img_youtube_desk {
    width: 70px;
    float: left;
    padding-top: 0px;
}

.navbar-nav {
    top: 0px !important;
}

.navbar.fixed-top {
    top: 30px !important;
}

.dropdown_mobile_item {
    color: #212529 !important;
}

.dropdown_mobile_item:hover {
    color: #949494 !important;
}

.dropdown_mobile:hover {
    color: #cdcdcd !important;

}

.dropdown_menu_mobile {
    width: 100%;
    text-align: center;
}

.dropdown_mobile_item_pais {
    text-align: left;
}

.dropdown_mobile {
    font-size: 18px !important;
    letter-spacing: 6.53px !important;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
    background-color: #7C7C7C !important;
    color: #FFF !important;
    text-decoration: none;
}

.owl-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.owl-carousel:hover .owl-nav .owl-prev {
    right: auto;
    left: 0px;
}

.dropdown-menu.show {
    background: rgb(236, 236, 236) none repeat scroll 0% 0% !important;
    font-family: "Montserrat", sans-serif;
    border-radius: 10px;

}

.dropdown-item {
    border-bottom: #c1c1c1 !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    border-style: solid !important;
    border-bottom-width: 2px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: auto !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 18px;
}


#primary-menu ul li>div {
    transition: margin .4s ease, padding .4s ease;
    /*padding: 42px 15px;*/
}

#header.sticky-header:not(.static-sticky) #primary-menu>ul>li>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

#header #primary-menu .menu_row {
    padding-top: 20px;
    transition: padding-top .4s ease;
}

#header.sticky-header #primary-menu .menu_row {
    padding-top: 0px;
    transition: padding-top .4s ease;
}

.TickerNews {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #efecec;
}

.ti_wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 30px;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
    padding-left: 20px;
}

.nav-link {
    padding: 0 !important;
}

.dropdown-item {
    white-space: normal !important;

}

.icon_link {
    color: #FFF;
}

.icon_link:hover {
    color: #FFF;
}

@media (max-width: 575px) {

    .container,
    #header.full-header .container,
    .container-fullwidth {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}


@media (min-width: 768px) {

    .dropdown-item {
        white-space: nowrap !important;
    }

}

@media (min-width: 1200px) {

    .sticky-header {
        height: 60px !important;
        top: 30px !important;
    }

}

a.nav-link {
    color: white;
    font-size: 1.0rem;
    color: white;
}

#header-wrap {
    height: 65px !important;
    position: fixed !important;
    top: 30px !important;
}

.ti_news_img {
    padding-bottom: 5px;
    width: 20px;
    padding-right: 5px;
}

.custom_breadcrumb {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    font-size: 13px;
    font-weight: bold;
    height: auto;
}

.input_search_mobile {
    height: 30px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
}


.btn_search_mobile {
    height: 30px;
    padding: 0px 10px 0px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #333532;
    color: white;
    font-size: 13px;
}

.input_search {
    height: 25px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 15px !important;
}

.btn_search {
    height: 25px;
    padding: 0px 10px 0px 10px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #333532;
    color: white;
    font-size: 13px;
}

.btn_search:hover {
    background: #757575;
    color: white;
}

.btn_search i {
    font-size: 12px;
}


.col_pais {
    height: 50px !important;
    /*
    flex: 0 0 10%;
    max-width: 10%;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.col_categorias {

    height: 50px !important;
    /*
    flex: 0 0 11%;
    max-width: 11%;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 19px;
}

.col_buscador {
    height: 50px !important;
    /*
    flex: 0 0 34%;
    max-width: 34%;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.col_youtube {
    height: 50px !important;
    flex: 0 0 16%;
    max-width: 16%;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 16px;
}


.col_tiendas {
    height: 50px !important;
  /*  flex: 0 0 16%;
    max-width: 16%;*/
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 13px;
}

.col_login {
    height: 50px !important;
  /*  flex: 0 0 13%;
    max-width: 13%;*/
    padding-right: 10px;
    padding-left: 10px;
    text-align: right;
    padding-top: 21px;
}

.logo_yt_mobile {
    width: 70px !important;
}

#mobile_nav_bar {
    background: #d9272e !important;
    color: white;
}

.logo_nav_brand {
    width: 120px !important;
}

#btn_menu_collapse i {
    color: white !important;
    font-size: 35px;
}

#btn_menu_collapse {
    border: none;
}

.cont_search_fixed {
    position: fixed;
    z-index: 999;
    top: 95px;
    height: 50px;
    background: white;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
}