@import "valores.css";
/*////////////////TOP NAV BAR////////////////*/
@media (min-width: 0px) and (max-width: 700px) {
    label {
        /*margin-top: 1em;*/
        margin-bottom: 2px;
    }
    label.carro-compra {
        font-size: medium;
    }    
    .ubicacion-valor-carro{
        
    }        

    .fontProd {
        font-size: 15px !important;
        min-height:63px;/*63px*/
    }
    .fontProd-destc {
        font-size: 14px !important;
        height: 69px;
    }    
    .nav > li > a {
        position: relative;
        display: block;
        padding: 1px 11px;
    }    
    .input-number{
        padding-left: 6px;
        padding-right: 6px;

    }
}
@media (min-width: 700px) and (max-width: 4400px) {
    label {
        /*margin-top: 1em;*/
        margin-bottom: 1em;
    }
    label.carro-compra {
        font-size: large;
    }
    .ubicacion-valor-carro{
        float: left;
    }    

    .fontProd {
        font-size: 15px !important;
        min-height:46px;/*63px*/
    }    
    .fontProd-destc {
        font-size: 15px !important;
        text-align: center;
        height: 40px;
    }    
    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 11px;
    }    
}
   .top-bar {
        background-color: black;
        min-height: 40px;
        padding-top: 5px;
        padding-bottom: 0px;
    }

        .top-bar .nav-text {
            color: #00BCD4;
            display: block;
            margin-top: 5px;
        }

        .top-bar .social {
            color: #FFF;
            display: inline-block;
            padding: 5px;
            text-decoration: none;
        }

        .top-bar .tools {
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            .top-bar .tools li {
                list-style-type: none;
                display: inline-block;
            }

                .top-bar .tools li a {
                    display: block;
                    text-decoration: none;
                    color: #fff;
                    padding-left: 15px;
                    padding-top: 5px;
                }

    .navbar-brand {
        /* float: left; */
        height: 50px;
        padding: 3px 15px;
        font-size: 18px;
        line-height: 20px;
        position: absolute;
        z-index: 11;
        margin: 0 auto;
        right: 42%;
    }

    .navbar-inverse {
        background-color: #009688;
        /*border-color: #080808;*/
    }

    .navbar-tmp {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        /*border: 0px solid #000;*/
        border-radius: 0px;
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
    }



    /*.form-control{
    border-color:#fff;
    border-radius:0px;
    background-color:transparent;
}*/

    .btn-default-1 {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
        border-radius: 0px;
    }

    .cart-heart a {
        display: inline-block;
        color: #fff;
        font-size: 20px;
        padding: 5px;
    }

    /*CROUSELE START///////////////////////////*/

    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 35px;
        width: 60%;
        left: 15%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #fff;
        text-align: left;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

    @media screen and (min-width: 768px) {
        .carousel-caption h3 {
            font-family: bakery;
            font-size: 70px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
        }

        .carousel-caption h4 {
            font-family: bakery;
            font-size: 60px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
            /*float: left;*/
            /*position: relative;*/
            /*left: 15%;*/
        }

        .carousel-caption h5 {
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 30px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
            /*float: left;*/
            /*position: relative;*/
            /*left: 15%;*/
        }

        .carousel-caption p {
            font-size: 32px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
        }

        .carousel-caption {
            padding-bottom: 50px;
        }

        .carousel-caption {
            padding-top: 50px;
        }

        .carousel-caption {
            margin: auto;
        }

        .carousel-caption {
            margin-top: 50px;
        }

        /*.posicion-slide{*/
        /*    float: left !important;*/
        /*    position: relative !important;*/
        /*    right: 35% !important;*/
        /*    margin-top: 85px !important;*/
        /*}*/
    }

    @media screen and (min-width: 1400px) {
        .carousel-caption h4 {
            font-family: bakery;
            font-size: 70px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
            /*float: left;*/
            /*position: relative;*/
            /*left: 15%;*/
        }

        .carousel-caption h5 {
            font-family: Arial, Helvetica, Sans-Serif;
            font-size: 30px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
            /*float: left;*/
            /*position: relative;*/
            /*left: 15%;*/
        }

        /*.posicion-slide{*/
        /*    float: left !important;*/
        /*    position: relative !important;*/
        /*    left: 20% !important;*/
        /*}*/
    }

    @media screen and (min-width: 300px) and (max-width: 500px) {
        .carousel-caption h3 {
            font-family: bakery;
            font-size: 50px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
        }

        .carousel-caption p {
            font-size: 10px;
            text-shadow: 4px 4px 5px rgba(5, 6, 5, 0.87);
        }

        .carousel-caption {
            padding-bottom: 5px;
        }

        .carousel-caption {
            margin: auto;
        }

        .carousel-caption {
            margin-top: 20px;
        }

        .carousel-caption {
            height: 80px;
        }
    }

    /*FOOTER START///////////////////*/

    .footer {
        border-top: 20px solid var(--color-bg-secundario) /*#366aa6*/;
        background-color: var(--color-bg-principal);
        /*este es el color*/
        color: #878c94;
        padding-left: 15px;
        padding-right: 15px;
        margin-right: auto;
        margin-left:auto;
    }

        .footer .title {
            text-align: left;
            color: #fff;
            font-size: 25px;
        }

        .footer .social-icon {
            padding: 0px;
            margin: 0px;
        }

            .footer .social-icon a {
                display: inline-block;
                color: #fff;
                font-size: 25px;
                padding: 5px;
            }

        .footer .acount-icon a {
            display: block;
            color: #fff;
            font-size: 18px;
            padding: 5px;
            text-decoration: none;
        }

        .footer .acount-icon .fa {
            margin-right: 25px;
        }

        .footer .category a {
            text-decoration: none;
            color: #fff;
            display: inline-block;
            padding: 5px 20px;
            margin: 1px;
            border-radius: 4px;
            margin-top: 6px;
            background-color: black;
            border: solid 1px #fff;
        }

        .footer .payment {
            margin: 0px;
            padding: 0px;
            list-style-type: none
        }

            .footer .payment li {
                list-style-type: none
            }

                .footer .payment li a {
                    text-decoration: none;
                    display: inline-block;
                    color: #fff;
                    float: left;
                    font-size: 25px;
                    padding: 10px 10px;
                }

    .centerBtn {
        width: 400px;
        background-color: red;
        display: flex;
        justify-content: center;
    }

    .mensajeForm {
        color: #14529d;
        background: #e9f2ff;
        border: 1px solid #14529d;
        padding: 2px 6px;
        font-size: 13px;
        margin: 0 auto;
        /* width: 650px; */
        margin-top: 19px;
        margin-bottom: 19px;
        text-align: center;
    }

    i.iconoVerde {
        color: #8cff17;
    }

    i.iconoAzul {
        color: var(--color-bg-secundario);
    }

    i.iconoCeleste {
        color: #3f97ef;
    }

    div.pestaniaDecoradaMedia {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 50%;
        text-align: center;
    }

    div.pestaniaDecoradaMediaCuarta {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 75%;
        text-align: center;
    }

    div.pestaniaDecoradaFull {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 100%;
        text-align: center;
    }

    div.pestaniaDecoradaCuarta {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 25%;
        text-align: center;
    }

    div.pestaniaDecorada {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        text-align: center;
    }

    div.bordersFullRedondeado {
        border-radius: 40px 40px 40px 40px;
        border: 0px solid;
        text-align: center;
        margin-top: 5px;
    }

    div.marginadorFullCinco {
        margin-top: 5px;
        margin-bottom: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    /*decorador estandar*/
    span.pestaniaDecoradaMedia {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 50%;
        text-align: center;
    }

    pestaniaDecoradaMediaCuarta {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 75%;
        text-align: center;
    }

    pestaniaDecoradaFull {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 100%;
        text-align: center;
    }

    pestaniaDecoradaCuarta {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        width: 25%;
        text-align: center;
    }

    pestaniaDecorada {
        border-radius: 30px 30px 0px 0px;
        background-color: #0d52b5;
        color: white;
        text-align: center;
    }

    /* para mapas de google responsivos*/

    @media screen and (max-width: 600px) {
        .google-maps {
            position: relative;
            padding-bottom: 75%;
            /*This is the aspect ratio*/
            height: 0;
            overflow: hidden;
        }

            .google-maps iframe {
                position: absolute;
                top: 0;
                left: 0;
                width: 100% !important;
                height: 100% !important;
            }
    }

    /* colores mas fuertes*/
    .btn-warning {
        color:var(--font-color-btn);
        background-color: var(--color-bg-secundario);
        border-color: var(--border-color-btn);
        width: 100%;
    }

    /*estandarizar tamaño*/
    .btn-success {
        width: 100%;
    }

    /* fuente para el documento completo */
    * {
        font-family: 'Roboto Condensed', sans-serif;
    }

    .anchoTotal {
        width: 100%;
    }

    .anchoMitad {
        width: 50%;
    }

    .margenLeft50 {
        margin-left: 50px;
    }

    .margenRight50 {
        margin-right: 50px;
    }

    .margenTop50 {
        margin-top: 50px;
    }

    .margenTop70 {
        margin-top: 70px;
    }

    .margenTop200 {
        margin-top: 200px;
    }

    .margenTop25 {
        margin-top: 25px;
    }

    .margenTop15 {
        margin-top: 15px;
    }

    .margenBottom50 {
        margin-bottom: 50px;
    }

    .margenBottom25 {
        margin-bottom: 25px;
    }

    .margenBottom15 {
        margin-bottom: 15px;
    }

    .colorAzulMarino {
        color: #366aa6;
    }

    .colorAgua {
        color: #7791b1;
    }

    .colorCeleste {
        color: #3f97ef;
    }

    .colorPrecio {
        color: #278de0;
    }

    .colorSalmon {
        color: #ef6621;
        font-size: large;
    }

    .colorPlomoClaro {
        color: #bacbdd;
    }

    .anchoMaximoPorcentaje {
        width: 100%;
    }

    .inputBlanco {
        background-color: white;
        max-width: 200px;
        max-height: 20px;
    }

    .inputPlomo {
        background-color: whitesmoke;
        max-height: 25px;
    }

    .loader {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 9999;
        width: 100%;
        height: 100%;
        background: url('../images/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
        opacity: .8;
    }

    .alturaTreinta {
        height: 30px;
    }

    .alturaCuarenta {
        height: 40px;
    }

    .alturaCincuenta {
        height: 50px;
    }

    .textoCheckOutTitulo {
        font-size: 17px;
        color: #0d52b5;
    }

    .fontXsmall {
        font-size: small;
    }

    .fontXXsmall {
        font-size: xx-small;
    }

    .marginButton5 {
        margin-bottom: 5px;
    }

    .marginButton10 {
        margin-bottom: 10px;
    }

    .marginButton15 {
        margin-bottom: 15px;
    }

    .marginAuto {
    }

    .barraAzulClaro {
        background-color: #1a86f8;
        height: 10px;
    }

    .btn-primary-carousel {

        color:var(--font-color-btn);
        background-color: var(--color-bg-secundario);
        border-color: var(--border-color-btn);

        }

    .btn-primary {
        background-color: #1a86f8;
        width: 100%;
    }

    .btn-info {
        background-color: #0068ff;
    }

    .colorBlanco {
        color: white;
    }

    .redondeadonorelieve {
        border-radius: 5px;
        border: 1px solid #a8a8a8;
    }

    .tituloLogin {
        background-color: #c4e3f3;
        font-family: 'Arial', sans-serif;
        color: white;
        font-size: large;
        font-weight: bold;
        margin-left: 35px;
    }

    @media (min-width: 700px) and (max-width: 4400px) {
        .centroTotal {
            align-items: center;
            align-content: center;
        }
        .contenedorConMargen {
            margin-left: 4%;
            margin-right: 4%;
            margin-top: 10px;
        }
    }

    @media (min-width: 0px) and (max-width: 700px) {
        .centroTotal {
            align-items: center;
            align-content: center;
            margin-top: 0px;
        }
        .contenedorConMargen {
            margin-left: 4%;
            margin-right: 4%;
            margin-top: 100px;
        }
    }

    .activo {
        /*text-decoration: underline;*/
        border-right: 4px solid #428bca;
        background-color: #337ab7;
    }

    ul {
        list-style-type: none;
    }

    a {
        text-decoration: none;
    }

    /*para tienda*/
    .textoProducto {
        width: 200px;
        height: 90px;
        padding-top: 5px;
    }

    @media (min-width: 300px) and (max-width: 700px) {
        .textoProducto {
            width: 153px;
            height: 150px;
            padding-top: 15px;
        }
    }

    @media (min-width: 700px) and (max-width: 3366px) {
        .textoProducto {
            width: 133px;
            height: 95px;
            padding-top: 5px;
        }
    }

    /*para catalog*/
    .textoProductoCat {
        width: 133px;
        height: 180px;
        padding-top: 5px;
    }

    @media (min-width: 300px) and (max-width: 700px) {
        .textoProductoCat {
            width: 153px;
            height: 70px;
            padding-top: 15px;
        }

        .ml-vista-producto {
            margin-left: 8%;
        }

        .imgVerProducto {
            width: 100%;
            height: auto;
        }

        .posicion-menu-inicio {
            margin-top: 0px;
            margin-left: 50px;
        }

        .posicion-centrado {
            margin: auto;
            /*margin-left: 5%;
        margin-right: 5%;*/
        }
    }

    @media (min-width: 700px) and (max-width: 3366px) {
        .textoProductoCat {
            width: 133px;
            height: 155px;
            padding-top: 5px;
        }
    }

    .btnAncho {
        width: 85px;
    }

    .btnAnchoSlide {
        width: 135px;
        height: 35px;
    }

    .fontWhite {
        color: white;
    }

    @media screen and (min-width: 1024px) {
        #contenido_principal {
            margin: auto;
            margin-left: 5%;
            margin-right: 5%;
        }

        .ml-vista-producto {
            margin-left: 18%;
        }

        .imgVerProducto {
            width: 80%;
            height: auto;
        }

        .posicion-menu-inicio {
            margin-top: 0px;
            margin-left: 150px;
        }

        .posicion-centrado {
            width: 97%;
            margin: auto;
        }
    }

    .input-tamanio {
        width: 100%;
    }

    .bordeCarro {
        border: 1px #0c5caa solid;
    }

    .margenSuperiorFooter {
        background: #366aa6;
        height: 10px;
        width: 100%;
    }

    .col-centered {
        float: none;
        margin: 0 auto;
    }

    .header-background {
        background: #0b488e;
    }



    .background-image-repitex {
        /*background-image: url("../image_files/patron_carnes.png");*/
        background-size: 200px 200px;
        background-repeat: repeat-x;
        background-color: #f8f8f8;
		padding-bottom:15px;
    }

    bg-ant-imagen {
        background-color: rgba(255, 255, 255, 0.3) !important;
    }

    @font-face {
        font-family: bakery;
        src: url("../fonts/BAKERY.TTF");
    }
    @font-face {
        font-family: chalkdust;
        src: URL('../fonts/chalkdust.ttf');
      }

    .panelConsultaNuevoUsuario {
        border: solid 1px rgba(168, 168, 168, 0.56);
        background-color: #FFFFFF;
    }

    .panelCarroCompra {
        border: solid 1px rgba(168, 168, 168, 0.56);
        background-color: #f1f1f1;
    }

    .imgMisionVision {
        width: 50px;
        height: auto;
    }





    @media (min-width: 0px) and (max-width: 700px) {
        .btnSalmon {
            color: var(--font-color-btn);
            background-color: var(--color-bg-secundario);
            border-color: var(--border-color-btn);
            /*width: 75% !important;*/
        }

        .btnCeleste {
            color: #FFFFFF;
            background-color: #3f97ef;
            border-color: #3f97ef;
        }

        .btnPlomo {
            color: #FFFFFF;
            background-color: #7791b1;
            border-color: #7791b1;

        }
    }
    @media (min-width: 700px) and (max-width: 4400px) {

        .btnSalmon {
            color: var(--font-color-btn);
            background-color: var(--color-bg-secundario);
            border-color: var(--border-color-btn);
        }

        .btnCeleste {
            color: #FFFFFF;
            background-color: #3f97ef;
            border-color: #3f97ef;
        }

        .btnPlomo {
            color: #FFFFFF;
            background-color: #7791b1;
            border-color: #7791b1;
        }

    }






    .textoTitulosPagina {
        color:var( --font-color-titulos);
        font-size: 18px;
        /*font-weight: bold;*/
        /* text-shadow: 4px 4px 5px #313131; */
    }

    .imgProductoCarro {
        width: 100%;
        height: auto;
    }



    .filaInfoContacto {
        background: #FFFFFF;
        border-bottom: solid rgba(161, 174, 172, 0.29) 1px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .cabeceraPrincipalTablaHistoricoPedido {
        background-color: #bacbdd;
        color: #35404f;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .cabeceraDetalleTablaHistoricoPedido {
        background-color: #7791b1;
        color: #FFFFFF;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .textoContacto {
        font-size: 22px !important;
        color: #33404e !important;
    }

    .saturate {
        filter: saturate(3);
    }

    .lista_horizontal {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .lista_horizontal li {
            display: inline;
            margin-right: 30px;
        }

    .nav-tabs > li.active > a {
        background-color: #ebe8ed;
    }

    /*.content::-webkit-scrollbar {*/
    /*!* solo oculta su visualizacion *!*/
    /*display: none;*/
    /*}*/

    /*.container_img {*/
    /*position: relative;*/
    /*width: 50%;*/
    /*}*/

    /*.image_img {*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*}*/

    /*.overlay_img {*/
    /*position: absolute;*/
    /*bottom: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    /*background-color: #008CBA;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    /*height:0;*/
    /*transition: .5s ease;*/
    /*}*/

    /*.container_img:hover .overlay_img {*/
    /*bottom: 0;*/
    /*height: 100%;*/
    /*}*/

    /*.text_img {*/
    /*white-space: nowrap;*/
    /*color: white;*/
    /*font-size: 20px;*/
    /*position: absolute;*/
    /*overflow: hidden;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%);*/
    /*}*/
    @media (min-width: 0px) and (max-width: 700px) {
        .content {
            margin-top: 95px;
           }   
        .titulo-modal-producto {
            font-weight: 400 !important;
            font-size: x-large;
            justify-content: center;
        }
        .filaDetalleProductoCarro {
            background: #FFFFFF;
            margin-bottom: 2px;
            padding-bottom: 15px;
            padding-top: 5px;
            font-size: small;
        }
        .prd-rw-catlg{/*fila producto catálogo*/
            margin-left:3px;
            margin-right: 3px;
            margin-top:10px;
        }
        .prd-rw-destc{/*Fila productos destacados*/
            margin-left:3px;
            margin-right: 3px;
        }
        .carr-comp-inp{
            width:60px
        }
    }

    @media (min-width: 700px) and (max-width: 4400px) {
        .content {
            margin-top: 1px;
           }           
        .titulo-modal-producto {
            font-weight: 400 !important;
            font-size: xx-large;
            justify-content: center;
        }
        .filaDetalleProductoCarro {
            background: #FFFFFF;
            margin-bottom: 2px;
            padding-bottom: 15px;
            padding-top: 15px;
        }
        .prd-rw-catlg{/*fila producto catálogo*/
            margin-left:3px;
            margin-right: 3px;
            margin-top:10px;
        }
        .prd-rw-destc{/*Fila productos destacados*/
            margin-left:3px;
            margin-right: 3px;
        }
        .carr-comp-inp{
            width:90px
        }        
    }

    .producto-vista-rapida {
        background-color: white;
        padding: 10px 10px 5px 5px;
    }

    .ml-40 {
        margin-left: 40px !important;
    }

    .mt10 {
        margin-top: 10px;
    }

    .mt20 {
        margin-top: 20px;
    }

    .mt30 {
        margin-top: 30px;
    }

    .mt40 {
        margin-top: 40px;
    }

    .mt50 {
        margin-top: 50px;
    }

    .tamNumCarr {
        font-size: 15px !important;
        color: red;
    }

    .bg-white {
        background-color: white !important;
    }

    .formApp {
        padding: 5px 10px 5px 10px;
    }


    .bg-panel {
        background-color: var(--color-bg-principa) !important;
        color: white !important;
    }

    .bg-white {
        background: white;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .mt-20 {
        margin-top: 20px;
    }

    .mt-30 {
        margin-top: 30px;
    }

    .mt-40 {
        margin-top: 40px;
    }

    .mt-50 {
        margin-top: 50px;
    }

    .mt-60 {
        margin-top: 60px;
    }

    ml-25 {
        margin-left: 25px;
    }
    /* iconos dentro input*/
    .inner-addon {
        position: relative;
    }

        .inner-addon .glyphicon {
            position: absolute;
            padding: 10px;
            pointer-events: none;
        }

    .left-addon .glyphicon {
        left: 0px;
    }

    .right-addon .glyphicon {
        right: 0px;
    }

    .right-addon input {
        padding-right: 30px;
    }

    .icono-busq {
        margin-right: 10px;
        color: dimgrey;
        font-size: 15px;
        left: 0;
        top: 5px;
    }

    .input-search {
        width: 100%;
    }

    .sup-cat {
        background-color: white;
        color: #428bca !important;
        font-weight: bold;
    }

    body {
        /* margin: 8px !important; */
    }

    .descuento {
        position: absolute;
        width: 68px;
        height: 68px;
        background-color: darkorange;
        border-bottom-right-radius: 55px;
        padding-top: 20px;
        -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        font-size: large;
        color: white;
        z-index: 800;
        font-weight: 700
    }
    .adorno_producto {
        position: absolute;
        width: 48px;
        height: 48px;
        background-color: transparent;
        background: url('../public/img/copihue2.png') 30% 30% no-repeat rgba(249, 249, 249, 0);
        border-bottom-right-radius: 0px;
        padding-top: 20px;
        z-index: 800;
        font-weight: 700
    }  
    .cantidad_catalogo {
        position: absolute;
        display: none;
        width: 68px;
        height: 68px;
        background-color: darkorange;
        border-bottom-right-radius: 55px;
        /*padding-top: 20px;*/
        -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        font-size: large;
        color: white;
        z-index: 1000;
        /*font-weight: 700*/
    }
    .precio {
        font-size: large;
        font-weight: 400;
        font-weight: 400;
        color: var(--font-color-precio);
    }

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

    @media (max-width: 767px) {

        div[class^="col-"] {
            margin-bottom: 30px;
        }

        .salto {
            margin-top: 40px;
            padding-left: 10px;
            padding-right: 20px;
        }
    }

    a.main :link, :active, :hover {
        text-decoration: none;
    }



    @media (min-width: 200px) and (max-width: 700px) {
        .imgsmall {
            width: var(--width-logo-small-mv); /*change the size here*/
            margin-top: var(--mg-top-logo-small-mv);
            margin-bottom: 5px;
            margin-left: var(--mg-left-logo-small-mv);
            position: absolute;
            z-index: 1000;
            top: 7px;
        }

        .imglarge {
            width: 120px; /*change the size here*/
            margin-top: 45px;
            margin-bottom: 5px;
            margin-left: 20px;
            position: absolute;
            z-index: 1000;
            top: 4%;
        }
        .input-search-mb {
            position: absolute;
            top:8px;
            left:var(--inp-srch-left);
            width:190px            
        }        
        .label-vista-r {
            font-size: 15px;
            margin-top: 8px;
        }
    
        .valor-vista-r {
            margin-top: 15px;
        }     
        .pad-5{
            padding: 5px !important;
        }    
        .left-addon input {
            padding-left: 20px;
        }
        .ft-left{
            margin-left: 25px;
        }
        .slide{
            margin-top:130px !important;
        }                 
    }
    .margintop20 {
        margin-top: 20px;
    }

    @media (min-width: 700px) and (max-width: 4400px) {
        .imgsmall {
            width: var(--width-logo-small-dsktp);
            margin-top: var(--mg-top-logo-small-dsktp);
            margin-bottom: 5px;
            margin-left: 45px;
            position: absolute;
            z-index: 1000;
            top: 4%;
        }

        .imglarge {
            width: var(--width-logo-large-dsktp); /*change the size here*/
            margin-top: var(--mg-top-logo-large-dsktp);
            margin-bottom: 5px;
            margin-left: 45px;
            position: absolute;
            top: 2.5%;
            z-index: 1000;
        }
        .input-search-mb {
            width: 100%;
        }      
        .label-vista-r {
            font-size: 19px;
            margin-top: 5px;
        }
    
        .valor-vista-r {
            margin-top: 15px;
        }   
        .left-addon input {
            padding-left: 30px;
        }     
        .cont-prd {
            margin-top: 20px;
            padding: 20px;
        }  
        .mg-top-inicio{/*margen primer elemento de arriba hacia abajo*/
            margin-top: 30px; 
         }     
         .ft-left{
            margin-left: 120px;
         }
         .slide{
            margin-top:62px !important;
        }
    }


    @media (min-width: 300px) and (max-width: 700px) {
        .cont-prd {
            padding: 10px;
        }
        .mg-top-inicio{/*margen primer elemento de arriba hacia abajo*/
            margin-top: 120px; 
         }           
    }
    .btn-addm-prd{
        color:var(--font-color-btn);
        background-color: var(--color-bg-secundario);
        border-color:var(--border-color-btn);        
    }


a.main :link, :active, :hover {
    text-decoration: none;
}
.label-vista-r {
    font-size:19px;
    margin-top:5px;
}
.valor-vista-r {
    margin-top: 15px;
}
.shadow-menu {
    padding: 0px;
    -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
}
.shadow-slide {

    -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
}
    .btn-ground{/*boton agregar productos listado*/
        margin-top:5px;
    }
    .subtitulo{/*titulo en navegación por categorías*/
        color:var(--color-bg-secundario);
        font-size: x-large;
    }
    .row-ing-rap{
        margin-top: 6px;
    }
    .shadow-menu {
        padding: 0px;
        -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
    }
    .shadow-slide {
    
        -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
        box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
    }
    .text{
        font-size: large;
    }

    @media (min-width: 100px) and (max-width: 700px) {
        .mensaje-carro{
            display:none;
            line-height:20px;
            position:absolute;
            width:250px;
            background-color:#fffdd4;
            z-index:1000;
            border-radius: 3px;
            border:1px solid #f7eb04;
            color:#df4337;
            text-align:center;  
            left: -95%;      
            padding:5px;
            -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
            -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
            box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75); 
        }
    }
    @media (min-width: 700px) and (max-width: 4400px) {
        .mensaje-carro{
            display:none;
            line-height:20px;
            position:absolute;
            width:300px;
            background-color:#fffdd4;
            z-index:1000;
            border-radius: 4px;
            border:1px solid #f7eb04;
            color:#df4337;
            text-align:center;
            left:-35%;
            padding:7px;
            -webkit-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
            -moz-box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75);
            box-shadow: 2px 2px 7px -2px rgba(0,0,0,0.75); 
        }
    }
    .modal-header {
        min-height: 16.428571429px;
        padding: 15px;
        border-bottom: 1px solid #e5e5e5;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }    





.divider {
  display: flex;
}


.double-razor:before, .double-razor:after {
    height: 3px;
    box-shadow: 0 -0.5px 0 black, 0 0.5px 0 black;
    border-width: 0;
}

.title-h2{
    width: 100%; 
    text-align: center; 
    border-style:double;
    border-bottom: 1px solid #000; 
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;     
}
.title-span {
    background:#fff; 
    padding:0 10px;   
}