/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0;
}
/* Add 5px bottom padding and a underline */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*end reset*/
@font-face {
    font-family: 'ambleregular';
    src: url(../font/Amble-Regular-webfont.ttf) format('truetype');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #FFF;
}


.border-left {
    border-left: 2px solid red;
    margin-bottom: 5px;
}

.wrap {
    width: 80%;
    margin: 0 auto;
}

.header {
    background: #FFF;
}

.headertop_desc {
    padding: 20px 0;
    border-bottom: 1px solid #EEE;
}

.call {
    float: left;
}

    .call p {
        font-size: 0.9em;
        color: #9C9C9C;
    }

        .call p span {
            color: #303030;
            font-size: 1em;
            font-weight: bold;
        }

            .call p span.number {
                color: #E4292F;
                font-size: 1em;
                letter-spacing: 1px;
            }

.account_desc {
    float: right;
}

    .account_desc li {
        display: inline;
        border-left: 1px dotted #CCC;
    }

        .account_desc li:first-child {
            border: none;
        }

        .account_desc li a {
            font-size: 0.823em;
            color: #9C9C9C;
            padding: 0 10px;
            font-family: 'ambleregular';
        }

            .account_desc li a:hover {
                color: #E4292F;
            }

.header_top {
    padding: 20px 0;
}

.logo {
    float: left;
}

/**** Cart ****/
.cart {
    float: right;
    position: relative;
    padding-right: 20px;
    margin-top: 20px;
}

    .cart p {
        font-size: 0.9em;
        color: #303030;
        display: inline-block;
    }

        .cart p span {
            font-size: 1.5em;
            color: #E4292F;
        }

.wrapper-dropdown-2 {
    display: inline-block;
    margin: 0 auto;
    font-size: 0.9em;
    color: #303030;
    padding: 0px 5px;
    cursor: pointer;
    outline: none;
}

    .wrapper-dropdown-2:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: 0px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #E4292F transparent;
    }

    .wrapper-dropdown-2 .dropdown {
        position: absolute;
        top: 100%;
        width: 75%;
        right: 0px;
        z-index: 1;
        background: #EEE;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        list-style: none;
        opacity: 0;
        pointer-events: none;
    }

        .wrapper-dropdown-2 .dropdown li {
            display: block;
            text-decoration: none;
            color: #333;
            font-size: 0.823em;
            padding: 10px;
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .wrapper-dropdown-2 .dropdown li:hover a {
                color: red;
                /*background:#AAA;*/
            }

    .wrapper-dropdown-2.active:after {
        border-width: 0 6px 6px 6px;
    }

    .wrapper-dropdown-2.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }
/**** End Cart ****/

.header_bottom_Search {
    text-align: center;
    background-color: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-rfadius: 6px;
    -o-border-radius: 6px;
}

.header_bottom {
    background: #8A0808; /* Color de Fondo Menu */
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-rfadius: 6px;
    -o-border-radius: 6px;
}

.menu {
    float: left;
}

    .menu li {
        float: left;
    }

        .menu li a {
            font-family: 'ambleregular';
            font-size: 0.823em;
            text-transform: uppercase;
            color: #FFFFFF; /* Color de Letra*/
            display: block;
            padding: 16px 20px;
            /*border-right: 0px ridge #585858;*/
            -webkit-transition: all .9s;
            -moz-transition: all .9s;
            -o-transition: all .9s;
            -ms-transition: all .9s;
            transition: all .9s;
        }

            .menu li a:hover, .menu li.active a {
                /*background: #FFFFFF;*/
                /*color: #8A0808;
                display: block;*/
            }



.header_slide {
    margin-top: 10px;
}

.prov-header {
    z-index: 1;
    height: 150px;
    background-color: #8A0808;
    border-radius: 0px;
    border: 1px solid rgb(75, 20, 20);
}

.pvdNom {
    display: inline-block;
    padding-left: 50px;
    margin-top: 50px;
    -ms-text-shadow: -1px 1px 2px rgba(213, 0, 0, 0.38);
    text-shadow: -1px 1px 2px #d50000;
    text-shadow: -1px 1px 2px rgb(0, 0, 0);
    color: white;
    font-size: 24px;
}

.header_bottom_left {
    float: left;
    width: 25%;
}

.categories {
    border: 1px solid #EEE;
    position: absolute;
    z-index: 5;
    background-color: white;
}

    .categories:hover {
        display: block;
    }

    .categories h3 {
        font-size: 1.2em;
        color: #FFF;
        padding: 10px;
        background: #B81D22;
        text-transform: uppercase;
        font-family: 'ambleregular';
    }

    .categories li a {
        display: block;
        font-size: 0.8em;
        padding: 8px 15px;
        color: #9C9C9C;
        font-family: 'ambleregular';
        margin: 0 20px;
        background: url(../images/drop_arrow.png) no-repeat 0;
        border-bottom: 1px solid #EEE;
        text-transform: uppercase;
    }

    .categories li:last-child a {
        border: none;
    }

    .categories li a:hover {
        color: #B81D22;
        background-color: #F4FA58;
    }


/***** Content *****/
.content {
    padding: 20px 0;
    background: #FFF;
}

    .content h2 {
        color: #383838;
        margin-bottom: 0.5em;
        font-size: 0.8em;
        line-height: 1.2;
        font-family: 'ambleregular';
        font-weight: normal;
        margin-top: 0px;
    }

.content_top {
    background-color: #F8F8F8;
    padding: 15px 20px;
    border: 1px solid #EBE8E8;
    border-radius: 3px;
}

.content_bottom {
    background-color: #F8F8F8;
    padding: 15px 20px;
    border: 1px solid #EBE8E8;
    border-radius: 3px;
    margin-top: 2.6%;
}

.heading {
    float: left;
}

    .heading h3 {
        font-family: 'ambleregular';
        font-size: 20px;
        color: #383838;
    }

.see {
    float: right;
    padding-top: 8px;
    text-decoration: underline;
}

    .see p a {
        display: inline;
        font-size: 0.8125em;
        color: #333;
        background: url(../images/list-img.png) no-repeat right 3px;
        padding: 0px 12px 0px 0px;
    }

        .see p a:hover {
            color: #E4292F;
        }

.grid_1_of_4 {
    display: block;
    width: 200px;
    height: 250px;
    float: left;
    margin: 1% 0 1% 1%;
    box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}

    .grid_1_of_4:hover {
        background-color: #F8F8F8;
    }

.images_1_of_4 {
    padding: 1.5%;
    text-align: center;
    position: relative;
}

    .images_1_of_4 img {
        width: 200px;
        height: 200px;
    }

    .images_1_of_4:hover {
    }

    .images_1_of_4 h2 {
        color: #6A82A4;
        font-family: 'ambleregular';
        font-size: 0.9em;
        font-weight: normal;
    }

    .images_1_of_4 p {
        font-size: 0.8125em;
        padding: 0.4em 0;
        color: #333;
    }

        .images_1_of_4 p span.price {
            font-size: 18px;
            font-family: 'ambleregular';
            color: #CC3636;
        }

.price-details {
    margin-top: 10px;
    border-top: 1px solid #CD1F25;
}

.price-number {
    float: left;
    padding-top: 5px;
}

.price-details p span.rupees {
    font-size: 1em;
    font-family: 'ambleregular';
    color: #383838;
}

.add-cart {
    float: right;
    display: inline-block;
}

    .add-cart h4 a {
        font-size: 0.7em;
        display: block;
        padding: 10px 15px;
        font-family: 'ambleregular';
        background: #CD1F25;
        color: #FFF;
        text-decoration: none;
        outline: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .add-cart h4 a:hover {
            text-shadow: 0px 0px 1px #000;
            background: #292929;
        }

/*** Footer ***/
.footer {
    position: relative;
    background: #FCFCFC;
    border-top: 1px solid #CECECE;
    margin: 20px auto;
}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

.group:before, .group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.col_1_of_4 {
    display: block;
    float: left;
    margin: 0% 0 1% 3.6%;
}

    .col_1_of_4:first-child {
        margin-left: 0;
    }
/* all browsers except IE6 and lower */
.span_1_of_4 {
    width: 20.5%;
    padding: 1.5% 1.5% 0 0;
    border-left: 1px solid #CECECE;
}

    .span_1_of_4 h4 {
        color: #4F4F4F;
        margin-bottom: .5em;
        font-size: 0.8em;
        line-height: 1.2;
        font-family: 'ambleregular';
        font-weight: normal;
        margin-top: 0px;
        letter-spacing: -1px;
        text-transform: uppercase;
        border-bottom: 1px solid #CECECE;
        padding-bottom: 0.5em;
        padding-left: 20px;
    }

    .span_1_of_4 ul {
        padding-left: 20px;
    }

    .span_1_of_4 li a {
        font-size: 0.8125em;
        padding: 0.4em 0;
        color: #2A5C86;
        font-family: 'ambleregular';
        display: block;
    }

    .span_1_of_4 li span {
        font-size: 1em;
        font-family: 'ambleregular';
        color: #2A5C86;
        cursor: pointer;
        margin: 10px 0;
        display: block;
    }

        .span_1_of_4 li a:hover, .span_1_of_4 li span:hover {
            color: #DD0F0E;
        }
/*** Social Icons ***/
.social-icons {
    padding-top: 8%;
}

    .social-icons li {
        width: 30px;
        height: 30px;
        padding: 0px 0 0 5px;
        margin: 0;
        display: inline-block;
        cursor: pointer;
    }

.copy_right {
    text-align: center;
    border-top: 1px solid #EEE;
    padding: 10px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

    .copy_right p {
        font-size: 0.823em;
        color: #747474;
    }

        .copy_right p a {
            color: #DD0F0E;
            font-family: 'ambleregular';
            text-decoration: underline;
        }

            .copy_right p a:hover {
                color: #222;
                text-decoration: none;
            }
/*** move top **/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 48px;
    height: 48px;
    border: none;
    text-indent: 100%;
    background: url(../images/arrow_up.png) no-repeat right top;
}

#toTopHover {
    width: 48px;
    height: 48px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

/**** Responsive Layout ****/
@media only screen and (max-width: 1024px) {
    .wrap {
        width: 90%;
    }

    .span_1_of_3 p.history {
        width: 80%;
    }

    .wish-list li {
        margin-right: 20px;
    }

    .signup input[type="text"] {
        width: 64%;
    }

    .signup input[type="submit"] {
        padding: 8px 0;
        width: 71px;
    }

    .social-icons li {
        width: 17%;
        padding: 0;
    }
}

@media only screen and (max-width: 800px) {
    .wrap {
        width: 95%;
    }

    .price-details p span.rupees {
        font-size: 1.2em;
    }

    .add-cart h4 a {
        padding: 10px;
    }

    .span_1_of_3 p.history {
        width: 76%;
    }

    .span_1_of_2 {
        width: 98.1%;
    }

    .span_3_of_1 {
        width: 98%;
    }

    .rightsidebar {
        margin: 0;
    }

    .signup {
        width: 50%;
    }

        .signup input[type="text"] {
            width: 77%;
        }

        .signup input[type="submit"] {
            width: 72px;
        }

    .span_1_of_4 h4 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 640px) {
    .wrap {
        width: 95%;
    }

    .account_desc li a {
        padding: 0 3px;
    }

    .menu li a {
        padding: 16px 10px;
    }

    .header_bottom_left {
        float: none;
        width: 100%;
    }

    .header_bottom_right {
        float: none;
        width: 100%;
        padding: 0;
        margin: 5px 0;
    }

    .price-details p span.rupees {
        font-size: 0.96em;
    }

    .add-cart h4 a {
        padding: 10px 5px;
        font-size: 0.75em;
    }

    .images_1_of_4 h2 {
        font-size: 0.8em;
    }

    .see {
        padding-top: 0;
    }

    .span_1_of_4 h4 {
        padding-left: 10px;
    }

    .span_1_of_4 li span {
        font-size: 0.8em;
    }

    .span_1_of_4 ul {
        padding-left: 10px;
    }

    .wish-list li {
        margin-right: 10px;
    }

    .signup input[type="text"] {
        width: 71%;
    }

    .span_1_of_3 p.history {
        width: 85%;
    }

    .span_2_of_3 {
        width: 94%;
        padding: 3%;
    }

    .col_1_of_3 {
        margin: 0;
    }

    .panel p {
        font-size: 0.8em;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 94%;
        padding: 3%;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 97%;
    }
}

@media only screen and (max-width: 480px) {
    .wrap {
        width: 95%;
    }

    .call, .account_desc {
        float: none;
        text-align: center;
    }

    .call {
        margin-bottom: 10px;
    }

    .account_desc li a {
        padding: 0 10px;
    }

    .logo, .cart {
        float: none;
        text-align: center;
    }

    .cart {
        margin-top: 0;
        padding-right: 0;
    }

    .menu {
        float: none;
        width: 100%;
    }

    .search_box {
        float: none;
        width: 95%;
        margin: 8px 10px 0 10px;
    }

    .header_bottom {
        padding-bottom: 10px;
    }

    .menu li a {
        padding: 15px 20px;
    }

    .price-number {
        float: none;
        padding-top: 0;
    }

    .add-cart {
        float: none;
    }

    .span_2_of_3 {
        width: 96%;
        padding: 2%;
    }

    .span_1_of_4 {
        width: 31.5%;
    }

    .col_1_of_4 {
        margin: 2% 0;
    }

    .images_3_of_2 {
        width: 100%;
    }

    .span_3_of_2 {
        width: 98%;
    }

    .desc {
        margin: 10px 0;
    }

    .signup {
        width: 75%;
    }

        .signup input[type="submit"] {
            width: 83px;
        }

    .images_1_of_3 h3 {
        font-size: 0.75em;
    }

    #posts .tab .post-title {
        font-size: 0.9em;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_3 {
        width: 96%;
        padding: 2%;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 96%;
    }
}

@media only screen and (max-width: 320px) {
    .wrap {
        width: 95%;
    }

    .account_desc li a {
        padding: 0;
    }

    .menu li a {
        padding: 15px 4.8px;
    }

    .search_box {
        width: 93%;
    }

        .search_box form input[type="text"] {
            width: 85%;
        }

    .images_1_of_4 {
        width: 96.8%;
    }

    .grid_1_of_4 {
        margin: 1% 0 1% 0;
    }

    .price-number {
        float: left;
        padding-top: 5px;
    }

    .price-details p span.rupees {
        font-size: 1.6em;
    }

    .add-cart {
        float: right;
    }

        .add-cart h4 a {
            font-size: 0.9em;
            padding: 10px 15px;
        }

    .heading h3 {
        font-size: 1em;
    }

    .content_top, .content_bottom {
        padding: 10px;
    }

    .span_1_of_4 {
        width: 100%;
    }

    .span_1_of_3 p.history {
        width: 80%;
    }

    .images_1_of_3 {
        width: 97%;
    }

        .images_1_of_3 h3 {
            font-size: 1em;
        }

    .images_3_of_1 {
        width: 100%;
    }

    .grid {
        margin: 0;
    }

    .news_desc {
        width: 100%;
    }

    .contact-form input[type="text"], .contact-form textarea {
        width: 93%;
    }

    .CarritoImagen {
        /**/
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 5px;
        margin-left: 6px;
    }
}

.navbar-form #btnSearch {
    border-color: #8A0808;
    color: white;
    background-color: #8C1D1E;
    border-left: 0px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    transition: all linear .1s;
}

.navbar-form #txtSearch {
    border: 0px;
    width: 100%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0px;
    box-shadow: none;
}

.nav-tabs > li > a {
    color: #b1b1b1 !important;
    text-shadow: none;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.nav-tabs > li.active > a {
    color: #707070 !important;
    border: 0px !important;
    box-shadow: inset 0px 3px #cecece;
    background-color: #fcfcfc !important;
    border: #cecece 1px solid !important;
    border-bottom: 0px !important;
}

.nav-tabs > li:hover {
    background-color: transparent !important;
}

    .nav-tabs > li:hover > a {
        color: #707070 !important;
        border: #cecece 1px solid !important;
        background-color: transparent !important;
    }


.nav-tabs > li, .nav-pills > li {
    float: none !important;
    display: inline-block !important;
    *display: inline !important; /* ie7 fix */
    zoom: 1 !important; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align: center !important;
}

.rcbScroll::-webkit-scrollbar {
    width: 5px !important;
}

.rcbScroll::-webkit-scrollbar-thumb {
    background-color: rgba(62, 62, 62, 0.2) !important;
    border: 0 !important;
}

    .rcbScroll::-webkit-scrollbar-thumb:hover {
        background-color: rgba(62, 62, 62, .6) !important;
    }

.rcbScroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #cecece !important;
}

.rcbScroll::-webkit-scrollbar-button:start:decrement,
.rcbScroll::-webkit-scrollbar-button:end:increment {
    display: none !important;
}

.rcbScroll::-webkit-scrollbar-button:vertical:decrement,
.rcbScroll::-webkit-scrollbar-button:vertical:increment {
    display: none !important;
}

.catconteiner {
    font-family: "Lucida Grande", Tahoma;
    font-size: 14px;
    font-weight: lighter;
    font-variant: normal;
    text-transform: uppercase;
    margin-top: 10px;
    letter-spacing: 0.3em;
}

    .catconteiner a {
        color: #666666 !important;
    }

    .catconteiner > .row > div > a {
        font-weight: bold;
    }

.navbar-form #btnSearchCate {
    border-color: #8A0808;
    color: white;
    background-color: #8C1D1E;
    border-left: 0px;
    /*border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;*/
    transition: all linear .1s;
}

.dropdown-menub {
    position: fixed !important;
    top: inherit !important;
    width: 90% !important;
    left: 5% !important;
    right: 5% !important;
}

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0)
}

    .tooltip.in {
        opacity: .8;
        filter: alpha(opacity=80)
    }

    .tooltip.top {
        margin-top: -2px
    }

    .tooltip.right {
        margin-left: 2px
    }

    .tooltip.bottom {
        margin-top: 2px
    }

    .tooltip.left {
        margin-left: -2px
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #000
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #000
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #000
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0
}


/*.busqueda {
    width: 50% !important
}

.no-padding-top {
    padding: 5px !important;
    padding-top: 0 !important;
}


#btnSearchCate {
    border-color: #8a0808;
    color: #fff;
    background-color: #8c1d1e;
    border-left: 0;
    transition: all linear .1s;
}
.navbar-expand-lg {
    background-color: #bb1113;
    border-color: #921d11;
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }

}
@media (min-width: 900px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 5px;
    margin-left: 2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

navbar-default .navbar-toggle {
    border-color: #921d11;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff2f2;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}

.navbar-toggle .icon-bar {
    border: solid 2px #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}


.navbar-toggler {
    background: rgba(0,0,0,.2);
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: rgba(0,0,0,.2) !important;
    padding: 5px 5px !important;
    margin-left: 2px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
    */
/*@media (max-width: 900px) {
    .navbar-collapse {
        display: none;
    }
}*/
/*@media (max-width: 900px) {
    .logo {
        display: none;
    }
}*/
/*@media (max-width:1300px) {
    .busqueda {
        width: 50% !important
    }
}

@media (max-width:1120px) {
    .busqueda {
        width: 50% !important
    }
}
@media (max-width:900px) {
    .busqueda {
        width: 50% !important
    }
}
*/
/*@media (min-width:767px) {
    .busqueda {
        width: 20% !important
    }
}*/


