:root {
    --text-color-link: #134d84;
    --color-main-btn: #0077C8;
    --color-secondary-btn: #1f6aa3;
    --color-primary: #00A3E0;
    --color-primary-dark: #0077C8;
    --color-primary-extra-dark: #005EB8;
    --color-gray-light: #BDBDBD;
    --color-gray: #7D7D7D;
    --color-gray-dark: #4D4D4D;
}
body {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    
    background-color: #fff;
    scroll-behavior: smooth;
}


a{
    display:block;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
iframe {
  border: 0px none transparent !important;
}
.header {
    /*background:#1b67af;*/
    height: 107px;
    background-image: linear-gradient(to top, #00A3E0 /*var(--color-primary)*/, #0077C8 /*var(--color-primary-dark)*/);
}

@media only screen and (max-width: 1001px) {
    .header {
        /*background:#1b67af;*/
        height: 140px;
        background: url(../images/bgnav.png) center top repeat;
        background-size: cover;
    }
}


    .header .span3 h1 {
        width: 207px;
        height: 78px;
        background: url(../images/logo.png) no-repeat;
        line-height: 333px;
        overflow: hidden;
        margin: 20px;
    }

        .header .span3 h1 a {
            float: left;
        }


.header-mobile {
    height: 64px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-image: linear-gradient(to top, #00A3E0 /*var(--color-primary)*/, #0077C8 /*var(--color-primary-dark)*/);
    z-index: 999;
}

        .header-mobile .container-fluid {
            padding-left: 8px;
        }

        .header-mobile button {
            float: right;
            margin-top: 22px;
        }


        .header-mobile .span3 h1 {
            width: 150px;
            height: 78px;
            line-height: 333px;
            overflow: hidden;
            margin: 6px;
            background:none;
            line-height:30px;
        }

    .header-mobile .span3 h1 img{
        width: 100%;
        margin-top:5px;
    }

    #main {
        margin: 0px;
        margin-bottom:60px;
        
    }

    @media only screen and (max-width: 768px) {
        #main {
            margin: 0px;
            margin-top: 64px;
           /* margin-bottom: 136px;*/
        }
    }


    #main #navegacion {
        padding-left: 20px;
        margin: 20px auto;
    }

        #main #navegacion .nav-tabs.nav-stacked > li > a {
            border: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            color: #909090;
            padding: 6px 20px 6px 40px;
            position: relative;
            font-size: 16px;
            background-position: 9px center;
            background-repeat: no-repeat;
        }

            #main #navegacion .nav-tabs.nav-stacked > li > a:after {
                content: '';
                display: block;
                position: absolute;
                width: 10px;
                height: 15px;
                right: 10px;
                top: 50%;
                margin-top: -7px;
                background: url('../images/sprite.png') no-repeat -381px -71px;
                -webkit-transition: right .25s;
                -moz-transition: right .25s;
                -o-transition: right .25s;
                transition: right 0.25s;
            }

            #main #navegacion .nav-tabs.nav-stacked > li > a:hover {
                background-color: transparent;
                color: #000000;
            }

                #main #navegacion .nav-tabs.nav-stacked > li > a:hover:after {
                    background-position: -371px -71px;
                    right: 20px;
                    -webkit-transition: right .25s;
                    -moz-transition: right .25s;
                    -o-transition: right .25s;
                    transition: right 0.25s;
                }

        #main #navegacion .nav {
            background-color: #f8f8f8;
            background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#eeeeee));
            background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
            background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
            background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
            border: 1px solid #ddd;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            position: relative;
        }

            #main #navegacion .nav:after {
                content: '';
                display: block;
                position: absolute;
                bottom: -12px;
                left: 0;
                height: 10px;
                width: 100%;
                background: url('../images/bkg_block.png') no-repeat bottom center;
            }

            #main #navegacion .nav li {
                border-bottom: 1px solid #ddd;
                border-top: 1px solid #fff;
                margin-bottom: 1px;
                width:100%;
            }

                #main #navegacion .nav li #btn_repre {
                    background-image: url(../images/btn_repre.png);
                }

                #main #navegacion .nav li #btn_srvtec {
                    background-image: url(../images/btn_srvtec.png);
                }

                #main #navegacion .nav li #btn_vid {
                    background-image: url(../images/btn_vid.png);
                }

                #main #navegacion .nav li #btn_empresa {
                    background-image: url(../images/btn_empresa.png);
                }

                #main #navegacion .nav li #btn_cotizar {
                    background-image: url(../images/btn_cotizar.png);
                    color: #b71f00;
                }

                #main #navegacion .nav li #btn_contactenos {
                    background-image: url(../images/icon_contactenos.jpg);
                }

                #main #navegacion .nav li #btn_certificados {
                    background-image: url(../images/btn_certificados.png);
                }

                #main #navegacion .nav li #btn_promociones {
                    background-image: url(../images/btn_promociones.png);
                    color: #99a25d;
                }

                #main #navegacion .nav li:last-child {
                    border-bottom: 0;
                }

        #main #navegacion .lista_cotizar {
            margin: 0;
            list-style: none;
            padding-left:8px;
        }

            #main #navegacion .lista_cotizar li {
                list-style: none;
                padding: 1px 12px;
                font-size: .8em;
            }

                #main #navegacion .lista_cotizar li a {
                    display: block;
                    color: #333333;
                }

                    #main #navegacion .lista_cotizar li a:hover {
                        text-decoration: none;
                        color: #b71f00;
                    }

                #main #navegacion .lista_cotizar li strong {
                    color: #b71f00;
                    display: block;
                    font-weight: bold;
                    float: right;
                    margin-top: -20px;
                }

        #main #navegacion .nav#blocknav li a {
            font-size: 14px;
        }

            #main #navegacion .nav#blocknav li a .icon-chevron-right {
                float: right;
                margin: 8px 12px 0 12px;
            }

    .uppermenu {
        list-style: none;
        margin: 15px 0px 10px 0px;
        padding: 0px;
        float: right;
    }

        .uppermenu li {
            float: left;
        }

            .uppermenu li a {
                color: #FFFFFFCC;
                margin: 0px 15px;
                text-decoration: none;
                font-size: 12px;
            }

                .uppermenu li a:hover {
                    color: #fff;
                }

    .form-search {
        margin: 10px 26px 0px 20px;
    }

    .carousel-inner {
        border: 1px solid #dedede;
        border-radius: 10px;
    }
    /*
.carousel .item{text-align:center;}
.carousel .item img{display:inline;}
*/
    /* codigo agregado por mi(jp)*/
    .form-search {
        margin: 10px 0px 0px 20px;
    }

        .form-search #btnQueBuscarMaster {
            -webkit-border-top-right-radius: 14px;
            -moz-border-radius-topright: 14px;
            border-top-right-radius: 14px;
            -webkit-border-bottom-right-radius: 14px;
            -moz-border-radius-bottomright: 14px;
            border-bottom-right-radius: 14px;
        }

    #cover {
        background: #000;
        opacity: 0;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 106px;
        width: 100%;
    }

    .sliderContent {
        position: relative;
        height: 172px;
        text-align: left;
        padding: 0 10% 0 10%;

    }

        .sliderContent h3 {
            margin: 0;
            padding-top: 30px;
            text-transform: uppercase;
            font-size: 16px;
            color: #6e794e;
        }

        .sliderContent img {
            position: absolute;
            top: 6px;
            right: 32px;
            z-index: -1;
            height: 160px;
        }

        .sliderContent p {
            color: #6e794e;
        }

@media only screen and (max-width: 768px) {
    .sliderContent {
        position: relative;
        height: 100%;
        text-align: left;
        padding: 0 16px 0 16px;
    }

        .sliderContent img {
            position: relative;
            top: 6px;
            right:8px;
            z-index: -1;
            height: 160px;
            width:auto;
            margin: 0 auto;
        }

        .sliderContent .button-acceder{
            text-align:center;
        }
        .sliderContent h3 {
            padding-top: 0px;
        }
}
        

    .media,
    .media-body {
        overflow: hidden;
        *overflow: visible;
        zoom: 1;
    }

        .media,
        .media .media {
            margin-top: 15px;
        }

            .media:first-child {
                margin-top: 0;
            }

    .media-object {
        display: block;
    }

    .media-heading {
        margin: 0 0 5px;
    }

    .media > .pull-left {
        margin-right: 10px;
    }

    .media > .pull-right {
        margin-left: 10px;
    }

    .media-list {
        margin-left: 0;
        list-style: none;
    }
    /* codigo agregado */
    #main #contenidos {
        border-left: 1px dotted #ccc;
        padding: 20px 30px;
    }

    @media only screen and (max-width: 768px) {
        #main #contenidos {
            padding-left: 15px !important;
            padding-right: 15px !important;
            padding-top: 16px;
            padding-bottom: 0px;
        }
    }

    #main #contenidos #home_rep {
        margin: 20px 0px 20px 0px;
        padding: 0px;
        list-style: none;
    }

        #main #contenidos #home_rep li {
            float: left;
            border-right: 1px dotted #ccc;
        }

            #main #contenidos #home_rep li:last-child {
                border: none;
            }

#footer {
    background: #00A3E0 /*var(--color-primary)*/;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: fixed;
    right:0;
    left: 0;
    bottom: 0;
    width: 100%;

}

@media only screen and (max-width: 768px) {
    #footer {
        position: relative;
    }
}
        #footer .h5 {
            color: #fff;
            font-weight: normal;
            font-size: 14px;
            margin: 10px 0;
        }

            #footer .h5.span10 {
                padding-left: 20px;
            }

            #footer .h5 a {
                color: #fff;
            }

    .linksredes a {
        margin: 0px 10px;
        margin-top: 10px;
        display: inline-block;
    }

    .volverarriba {
        width: 35px;
        height: 35px;
        opacity: .6;
        position: fixed;
        bottom: 20px;
        right: 20px;
        display: none;
        background: transparent url('../images/sprite.png') no-repeat -430px 0;
        overflow: hidden;
        text-indent: 100%;
        line-height: 35px;
    }

        .volverarriba:hover {
            opacity: 1;
        }

    hr {
        margin-top: 20px;
        padding-top: 10px;
        border-top: 1px dotted #1f7dcd;
    }
    /* codigo agregado por mi(jp)*/
    /* codigo agregado por mi(jp)*/
    .bloque_texto h2 {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 22px;
        background: url(../images/misc1.png) no-repeat;
        background-position: bottom;
        background-position-x: left;
        line-height: 30px;
        margin: 10px 0px 15px 0px;
        padding-bottom: 10px;
    }

    @media only screen and (max-width: 500px) {
        .bloque_texto h2 {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 18px;
            background: url(../images/misc1.png) no-repeat;
            background-position: bottom;
            background-position-x: left;
            line-height: 30px;
            margin: 10px 0px 15px 0px;
            padding-bottom: 10px;
        }
    }


    .bloque_texto p {
        color: #434343;
    }

    #footer {
        font-family: "Trebuchet MS", Arial, sans-serif;
    }

    .breadcrumb-oculto {
        padding: 8px 15px;
        margin: 0 0 20px;
        list-style: none;
        background-color: #f5f5f5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        visibility: hidden;
    }

    @media only screen and (max-width: 768px) {
        .breadcrumb-oculto {
            display: none;
        }

        .breadcrumb {
            margin-bottom: 0px;
        }
    }

    #contenidos .breadcrumb {
        background: none;
        padding-left: 0px;
    }

        #contenidos .breadcrumb li,
        #contenidos .breadcrumb li a {
            color: #7b7b7b;
            font-size: 12px;
        }

    #contenidos .navres {
        margin-left: 0px;
    }

    #contenidos .navres-oculto {
        margin-left: 0px;
        visibility: hidden;
    }

    #contenidos .navres h3 {
        display: inline;
        font-weight: normal;
        font-size: 12px;
        color: #7b7b7b;
    }

    #contenidos .navres select {
        margin: 0px 10px;
    }

    #contenidos .page-header {
        border-bottom: none;
    }

        #contenidos .page-header h1 {
            font-weight: normal;
            margin-top: 8px;
        }


    @media only screen and (max-width: 768px) {
        #contenidos .page-header h1 {
            font-size: 1.5em;
        }
    }

    #contenidos .page-header.main {
        position: relative;
    }

    .resultados {
        margin: 0px;
        padding: 0px;
    }

        .resultados h3 {
            display: inline;
            font-weight: normal;
            font-size: 12px;
            color: #7b7b7b;
            line-height: 40px;
        }

        .resultados .items {
            overflow: hidden;
            position: relative;
            background-color: #ebebeb;
            background-repeat: no-repeat;
            background-position: 18px 0;
            border-radius: 10px;
            margin: 0 0 30px 0;
            border: 1px solid #cfcfcf;
            padding: 10px 20px 25px 20px;
            box-shadow: 0 2px 5px #bbbbbb;
        }

    .equipamiento {
        background-image: url('../images/borde-equipamiento.png') !important;
    }

    .insumos {
        background-image: url('../images/borde-insumos.png') !important;
    }

    .procesos {
        background-image: url('../images/borde-procesos.png') !important;
    }

    .proyectos {
        background-image: url('../images/borde-proyectos.png') !important;
    }
    /*
.resultados .insumos{background:#ebebeb url(../images/bordecaja_insumos.jpg) 18px 0px no-repeat;}
.resultados .equipamientos{background:#ebebeb url(../images/bordecaja_equipamientos.jpg) 18px 0px no-repeat;}
.resultados .procesos{background:#ebebeb url(../images/bordecaja_procesos.jpg) 18px 0px no-repeat;}
.resultados .proyectos{background:#ebebeb url(../images/bordecaja_proyectos.jpg) 18px 0px no-repeat;}
*/
    .resultados .items .page-header {
        border-bottom: 1px solid #fff !important;
        width: 95%;
        margin: 20px 0 30px;
        padding-bottom: 9px;
        margin-bottom: 15px;
    }

        .resultados .items .page-header h1 {
            font-size: 26px;
            margin-bottom: 5px;
        }
    /*.resultados .items .page-header strong {
  text-transform: uppercase;
}*/

    .capitalize {
        text-transform: capitalize;
    }



    .resultados .items .page-header small {
        font-size: 20px;
    }

        .resultados .items .page-header small div {
            margin-top: 20px;
        }

    .resultados .items .imgitem {
        float: right;
        box-shadow: 0px 0px 5px #bbb;
        margin: 30px 10px 10px 10px;
        border-radius: 5px;
    }

    .resultados .items .vermas {
        background: #0077C8 /*var(--color-primary-dark)*/;
        position: absolute;
        bottom: 0px;
        left: 0px;
        margin: 0px;
        width: 100%;
        height: auto;
    }

        .resultados .items .vermas a {
            color: #bcd0e5;
            padding: 0px 20px;
            line-height: 25px;
            text-decoration: none;
            margin-top:0px;
        }

            .resultados .items .vermas a i {
                font-weight: bold;
                opacity: 0.7;
            }

    @media only screen and (max-width: 768px) {
        .resultados .items .vermas {
            height: auto;
        }

            .resultados .items .vermas a {
                padding: 5px 20px;
            }
    }

.resultadosCarrito{
    margin-top:16px;
}
.resultadosCarrito .items .vermas .vermasA {
    float: right;
    margin-top:5px;
}

    .resultadosCarrito .items .vermas .vermasCodigo {
        float: left;
        color: white;
        margin-left: 25px;
        margin-top: 8px;
        margin-bottom:8px;
    }

    .resultadosCarrito .items .vermas .vermasCantidad {
        float: right;
        color: white;
        margin-right: 2px;
        margin-top: 8px;
        vertical-align: top;
    }

        .resultadosCarrito .items .vermas .vermasCantidad input {
            height: 22px;
            font-size: 11px !important;
            vertical-align: top;
            display:inline-block;
            width:32px;
        }

    .paginationBox-oculto {
        margin: 5px auto 10px auto;
        width: 100%;
        float: left;
        visibility: hidden;
    }

    .paginationBox {
        margin: 5px auto 10px auto;
        width: 100%;
        float: left;
    }

    .pagination {
        margin: auto;
        text-align: center;
    }



#ampliado-outter-inner {
    border: 0;
    overflow: visible;
    padding: 15px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    left: 3px !important;
    margin-left: 2px !important;
}

#ampliado-outter-inner .modal-dialog{
    width:100% !important;
    max-width:100% !important;
    margin-left:0px;
}

#ampliado-outter {
    border: 0;
    /*overflow: visible;*/
    padding: 15px;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding;
    -webkit-overflow-scrolling: touch;
}

        #ampliado-outter .modal-header-product, #ampliado-outter-inner .modal-header-product {
            background-repeat: no-repeat;
            border-bottom: none;
        }



        #ampliado-outter .modal-content, #ampliado-outter-inner .modal-content {
            background-color: #e9e9e9;
        }


        #ampliado-outter .btnCerrar, #ampliado-outter-inner .btnCerrar {
            cursor: pointer;
            background: url(../images/btnCerrar.png) no-repeat;
            overflow: hidden;
            line-height: 333px;
            width: 79px;
            height: 27px;
            border: 0px;
            margin-top: 0px;
            opacity: 1;
            margin-right: -22px;
        }

    

    #ampliado {
        background: #e9e9e9;
        padding: 15px;
        overflow: visible;
    }

        #ampliado .tituloItem {
            font-weight: normal;
            font-size: 20px;
            margin-bottom: 0px;
            display: block;
        }

        #ampliado .tituloItemAccesorio {
            font-weight: normal;
            font-size: 20px;
            margin-bottom: 0px;
            line-height: 20px !important;
        }

        #ampliado .tituloItem strong {
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
        }

        #ampliado .tituloMarca {
            font-weight: normal;
            font-size: 14px;
            text-align: right;
            margin-bottom: 0px;
        }

        #ampliado .tituloAccesorio {
            font-weight: bold;
            font-size: 14px;
            text-align: left;
        }

        #ampliado .tituloMarca strong {
            font-weight: bold;
            font-size: 16px;
            text-transform: uppercase;
        }

        #ampliado .modal-body {
            width: 100%;
            overflow: hidden;
            padding: 0;
            position: relative;
            margin: 0;
            /* max-height: 450px !important;*/
        }

        #ampliado .nav.nav-tabs {
            margin: 0px;
        }

            #ampliado .nav.nav-tabs li {
                margin-left: 4px;
            }

                #ampliado .nav.nav-tabs li a {
                    background: #c8c8c8;
                    color: #000;
                    font-size: 12px;
                    line-height: 16px;
                }

                #ampliado .nav.nav-tabs li.active a {
                    background: #fff;
                }

            #ampliado .nav.nav-tabs a.active {
                background: #fff;
            }


        #ampliado .tab-pane.active {
            background: #fff;
            /* height: 395px !important;*/
            overflow: auto;
        }

        #ampliado .nav-tabs > .active > a > [class^="icon-"] {
            background-image: url(../images/glyphicons-halflings.png);
        }

        #ampliado .nav-tabs a [class^="icon-"] {
            margin-top: -1px;
        }

        #ampliado .cantidad {
            width: 50px;
            margin-bottom: 0px !important;
        }

        #ampliado .btn.cotizacion {
            color: #b8260b;
            margin-right: 0px;
        }

        #ampliado .tab-pane h3 {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 12px;
            margin: 0px 0px 0px 10px;
        }

        #ampliado .tab-pane p {
            font-size: 12px;
            margin: 5px 0px 0px 10px;
        }

    @media only screen and (max-width: 768px) {
        #ampliado .tab-pane p {
            margin: 5px 0px 0px 2px;
        }
    }


    #ampliado .tab-pane .imgAmpliado {
        float: right;
        margin: 25px 10px 10px 10px;
    }

    #ampliado table {
        font-size: 12px;
    }

        #ampliado table tr th {
            background: #0077C8 /*var(--color-primary-dark)*/;
            color: #fff;
            font-weight: bold;
        }

        #ampliado table .marca {
            text-transform: uppercase;
        }

        #ampliado table .cotizacionth {
            padding-right: 18px;
        }

    @media only screen and (max-width: 768px) {
        #ampliado-outter {
            padding-left: 2px;
            padding-right: 2px;
            width: 100%;
        }


        #ampliado {
            padding: 2px;
        }

            #ampliado .tituloItem {
                font-size: 16px;
            }

                #ampliado .tituloItem strong {
                    font-size: 13px;
                }

            #ampliado .tituloMarca strong {
                font-size: 13px;
            }
    }

    .ampliadoAccesorio {
        width: 680px !important;
    }

    .m10 {
        margin: 0px 10px 10px 10px;
        padding-top: 10px;
    }

    .group-btn {
        border-top: 1px solid #fff;
        margin: 16px 0 10px 0;
        padding-top: 5px;
        width: 100%;
        text-align: right;
        position: relative;
    }

    .group-titulo {
        width: 100%;
    }

    .contenidos {
        position: relative;
    }

        .contenidos .formContenidos {
            position: relative;
            color: #fff;
            width: calc(100% + 60px);
            background: #0077C8 /*var(--color-primary-dark)*/;
            margin-left: -30px;
            padding-left: 30px;
            padding-top: 16px;
            margin-top: 30px;
        }

    .formContenidos .search-box-text {
        margin-right: 30px;
    }

    .formContenidos #btnQueBuscar {
        color: white;
        border-bottom-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .search-box-text input[type="text"] {
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    @media only screen and (max-width: 768px) {
        .contenidos .formContenidos {
            position: relative;
            color: #fff;
            width: calc(100% + 4px);
            margin-left: -2px;
            padding-left: 24px;
            padding-right: 4px;
        }

        .formContenidos .search-box-text {
            margin-right: 4px;
        }
    }

    .contenidos .formContenidos .radio {
        margin-top: 10px;
    }

        .contenidos .formContenidos .radio label {
            font-size: 12px;
            margin-right: 25px;
        }



    #overall {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 9;
    }

    .sf-menu {
        margin-top: 8px;
        display: inline;
    }

        .sf-menu * {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .sf-menu a {
            display: block;
            position: relative;
        }

            .sf-menu a:hover {
                text-decoration: none;
            }

        .sf-menu ul {
            position: absolute;
            display: none;
            top: 140%;
            left: 0;
            z-index: 99;
            -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
        }

            .sf-menu ul ul {
                top: 0;
                left: 100%;
            }

        .sf-menu > li {
            float: left;
            background: #5a5a5a url('../images/menu-bg.png') repeat-x 0 0;
            -webkit-border-radius: 8px;
            -moz-border-radius: 8px;
            border-radius: 8px;
            margin: 0 0 0 5px;
            background: none;
        }

            .sf-menu > li a {
                color: #fff;
                font-size: 1.2em;
                padding: 10px 20px;
                text-transform: uppercase;
                text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
                height: 29px;
                padding: 0px 20px;
                background: url(../images/bgbotones.jpg) repeat-x;
                border-radius: 15px;
                line-height: 27px;
                color: #405671;
                font-family: "Pathway Gothic One", sans-serif;
            }

            .sf-menu > li > ul:after {
                position: absolute;
                top: -10px;
                right: 30px;
                content: '';
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 0 10px 10px 10px;
                border-color: transparent transparent #fff transparent;
            }

            .sf-menu > li > ul {
                position: absolute;
                width: 320px;
                background: #fff;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
                padding: 10px 1px;
                right: 0;
                left: auto;
            }

                .sf-menu > li > ul > li.sfHover > a {
                    color: #fff;
                    background: #0077C8 /*var(--color-primary-dark)*/;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a6baf', endColorstr='#ff1a6baf', GradientType=0);
                    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a6baf',endColorstr='#ff1a6baf',GradientType=0);
                }

                .sf-menu > li > ul > li.sfHover .sf-with-ul:before {
                    background-position: -360px -87px;
                    left: 12px;
                }

                .sf-menu > li > ul > li.sfHover li a {
                    color: #fff;
                }

                .sf-menu > li > ul > li a {
                    color: #000;
                    text-transform: none;
                    font-family: "Open Sans", Helvetica, Arial, sans-serif;
                    font-size: .9em;
                    padding: 5px 10px 29px 40px;
                    border-top: 1px solid #fff;
                    border-bottom: 1px solid #eee;
                    background-color: #f5f5f5;
                    background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
                    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#ffffff));
                    background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
                    background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
                    background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
                    background-repeat: repeat-x;
                    text-shadow: none;
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffeeee', endColorstr='#ffffffff', GradientType=0);
                    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffeeee',endColorstr='#ffffffff',GradientType=0);
                }

                .sf-menu > li > ul > li ul {
                    background: #005EB8 /*var(--color-primary-extra-dark)*/;
                    -webkit-border-radius: 8px;
                    -moz-border-radius: 8px;
                    border-radius: 8px;
                    padding: 10px 2px;
                    left: -278px;
                    top: -10px;
                    width: 280px;
                }

                    .sf-menu > li > ul > li ul li a {
                        background: #0077C8 /*var(--color-primary-dark)*/;
                        color: #fff;
                        border-top: 1px solid #00A3E0 /*var(--color-primary)*/;
                        border-bottom: 1px solid #175d99;
                        padding: 5px 10px 29px 10px;
                        text-indent: 0;
                        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a6baf', endColorstr='#ff1a6baf', GradientType=0);
                        -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1a6baf',endColorstr='#ff1a6baf',GradientType=0);
                    }

                        .sf-menu > li > ul > li ul li a:hover {
                            background-color: #165b94;
                            background-image: -moz-linear-gradient(top, #135083, #1a6baf);
                            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#135083), to(#1a6baf));
                            background-image: -webkit-linear-gradient(top, #135083, #1a6baf);
                            background-image: -o-linear-gradient(top, #135083, #1a6baf);
                            background-image: linear-gradient(to bottom, #135083, #1a6baf);
                            background-repeat: repeat-x;
                            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135083', endColorstr='#ff1a6baf', GradientType=0);
                            -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff135083',endColorstr='#ff1a6baf',GradientType=0);
                        }

                .sf-menu > li > ul .sf-with-ul:before {
                    content: '';
                    position: absolute;
                    width: 11px;
                    height: 12px;
                    background: url('../images/sprite.png') no-repeat -371px -87px;
                    left: 23px;
                    top: 10px;
                    -webkit-transition: left .25s;
                    -moz-transition: left .25s;
                    -o-transition: left .25s;
                    transition: left .25s;
                }

        .sf-menu li {
            position: relative;
        }

    #btn_buscar {
        cursor: pointer;
        background: #0077C8 /*var(--color-main-btn)*/;
        position: relative;
        padding: 16px;
        padding-bottom: 8px;
        padding-top: 8px;
        color: white;
        font-size: 1.5em;
        width: 100%;
        text-align: left;
        z-index: 10;
    }

        #btn_buscar .icon-drop-down {
            float: right;
            margin-top: 5px;
        }

        #btn_buscar .icon-drop-down-arrow {
            transform: rotateZ(180deg);
            -webkit-transform: rotateZ(180deg);
            -moz-transform: rotateZ(180deg);
            transition: transform 0.360s;
            -webkit-transition: transform 0.360s;
            -moz-transition: transform 0.360s;
        }

    #btn_buscar-back {
        cursor: pointer;
        width: 132px;
        height: 55px;
        overflow: hidden;
        line-height: 333px;
        background: url(../images/buscar.jpg) no-repeat;
        position: relative;
    }

    #boxBuscar {
        background: #00A3E0 /*var(--color-primary)*/;
        width: 100%;
        position: relative;
        z-index: 10;
        padding-top: 16px;
        margin-top: 16px;
    }

        #boxBuscar #search-box {
            background: #0077C8 /*var(--color-main-btn)*/;
            width: 100%;
            height: 331px;
            position: relative;
            z-index: 10;
            padding-top: 16px;
            margin-top: 16px;
        }


        #boxBuscar h1 {
            font-size: 1.8em;
            color: white;
            margin-left: 32px;
            margin-bottom: 8px;
        }

    #boxBuscar-back {
        background: url(../images/bgbuscar.jpg) no-repeat;
        width: 448px;
        height: 331px;
        position: absolute;
        top: 0px;
        right: -13px;
        z-index: 10;
    }


    #kwickHome .kwicks {
        height: 118px;
        margin-bottom: 30px;
    }

    #kwickHome #panel-1 {
        background: #ffffff url(../images/tab1.jpg) no-repeat;
        height: 118px;
        border-left: 13px solid #ba0814;
        border-radius: 10px;
    }

    #kwickHome #panel-2 {
        background: #ffffff url(../images/tab2.jpg) no-repeat;
        height: 118px;
        border-left: 13px solid #aeb68c;
    }

    #kwickHome #panel-3 {
        background: #ffffff url(../images/tab3.jpg) no-repeat;
        height: 118px;
        border-left: 13px solid #b97c29;
    }

    #kwickHome #panel-4 {
        background: #ffffff url(../images/tab4.jpg) no-repeat;
        height: 118px;
        border-left: 13px solid #445c68;
    }

    #kwickHome .kwicks li p {
        margin: 30px 10px 10px 60px;
        font-size: 11px;
        width: 240px;
        height: 80px;
    }

    #boxBuscar .kwicks {
        width: 100%;
        height: 148px;
        padding: 2px;
        border-radius: 4px;
        background: #fff;
        margin: 10px 0px 5px 0px;
    }

    #boxBuscar .contenidos {
        padding-left: 30px;
        padding-right: 30px;
    }

    @media only screen and (max-width: 768px) {
        #boxBuscar .contenidos {
            padding-left: 2px;
            padding-right: 2px;
        }
    }

    #boxBuscar .kwicks > li {
        /* overridden by kwicks but good for when JavaScript is disabled */
        width: 125px;
        margin-left: 0px;
        float: left;
        font-size: 11px;
        height: 144px;
    }

    #boxBuscar #panel-1 {
        background: #ffffff url(../images/tab1-buscar.jpg) no-repeat;
        margin-left: 2px;
    }

    #boxBuscar #panel-2 {
        background: #ffffff url(../images/tab2-buscar.jpg) no-repeat;
    }

    #boxBuscar #panel-3 {
        background: #ffffff url(../images/tab3-buscar.jpg) no-repeat;
        margin-right: 2px;
    }

    #boxBuscar .kwicks li p {
        margin-left: 45px;
    }

    #boxBuscar .kwicks li ul {
        margin: 0px 0px 0px 45px;
        padding: 10px 0px 0px 0px;
        width: 100%;
        /*height: 80px;*/
        list-style: none;
    }

        #boxBuscar .kwicks li ul li a {
            color: #333;
            text-decoration: none;
        }

        #boxBuscar .kwicks li ul li:hover {
            background: #ccc;
            color: #000;
        }
    /*Repreentaciones en la home*/
    #viewRepresentatives .hover-figcaption {
        text-align: center;
        width: 100%;
        margin: 0;
    }

        #viewRepresentatives .hover-figcaption a {
            position: relative;
            display: block;
            overflow: hidden;
        }

            #viewRepresentatives .hover-figcaption a img {
                width: 99%;
                border: 1px solid #eee;
                vertical-align: middle;
                height: auto;
                -webkit-border-radius: 8px;
                -moz-border-radius: 8px;
                border-radius: 8px;
            }

            #viewRepresentatives .hover-figcaption a figcaption {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
                background: rgba(0, 0, 0, 0.5);
                position: absolute;
                bottom: -55px;
                height: 55px;
                padding: 1em;
                left: 0;
                right: 0;
                color: #fff;
                -webkit-transition: bottom .25s;
                -moz-transition: bottom .25s;
                -o-transition: bottom .25s;
                transition: bottom .25s;
                text-align: left;
                font-weight: normal;
            }

            #viewRepresentatives .hover-figcaption a:hover figcaption {
                bottom: 0;
            }

    #viewRepresentatives .carousel-nav {
        margin-top: 10px;
    }
    /*Agregados por sergio 12/01/2011*/
    /*Imagen del buscador (chico)*/
    .imageChicoBusc {
        width: 106px;
    }

    .menuDivision {
        cursor: pointer;
    }

    @media only screen and (max-width: 768px) {
        .menuDivision p {
            display: none;
        }
    }

    .liBuscadorSelected {
        background: #bbb;
    }

    .DivBackHidden {
        display: none !important;
    }

    .divBackVisible {
        display: block !important;
    }

    .divBackVisibleInline {
        display: inline-block !important;
    }

    .verVideo {
        display: inline-block;
        width: 32px;
        height: 32px;
        background-image: url(../images/youtube_32.png);
        background-repeat: no-repeat;
        background-position: top left;
        right: 100px;
        text-indent: 25px;
        font-size: 0.7em;
        line-height: 19px;
        color: #FFFFFF;
        font-weight: bold;
        text-decoration: none;
        position: initial;
        vertical-align: top;
    }

        .verVideo:hover {
            background-position: bottom left;
            color: #FFFFFF;
            text-decoration: none;
        }

    .headerTablaAux {
        background: #0077C8 /*var(--color-primary-dark)*/;
        color: #ffffff;
        font-weight: bold;
    }

    .tableWidthProdVerMas {
        width: 98%;
    }
    /********* Tool Tip Carrito *****************/
    .tableCarritoTmp,
    .tableCarritoTmp th,
    .tableCarritoTmp td {
        border: 1px solid #000000;
        color: #000000;
    }

        .tableCarritoTmp thead {
            background-color: #115793;
        }

        .tableCarritoTmp tbody {
            background-color: #FFFFFF;
        }

    .textoSuperior td {
        vertical-align: middle;
        text-align: left;
    }

    .textoSuperiorImg {
        width: 64px;
        height: 64px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .cabeceraEnviarSolicitud {
        
        width:100%;
        display:block;
        text-align:center;
    }
    /********* Dropmenu *********/
    .dropdown-menu {
        left: auto;
        right: 0;
        margin-top: 10px;
    }

        .dropdown-menu:after {
            position: absolute;
            top: -10px;
            right: 30px;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #fff transparent;
        }

        .dropdown-menu > li {
            display: block;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            width: 100%;
        }

            .dropdown-menu > li > a {
                margin: 0;
                color: #000;
            }

    .popup-slider {
        background-color: rgba(19,92,154,.95);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        color: #FFF;
        position: fixed;
        right: -360px;
        padding: 29px 20px;
        top: 300px;
        width: 330px;
        z-index: 3000;
        -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.75);
        box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.75);
    }
        /*  .popup-slider:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 10px;
    width: 100%;
    background: url('../images/bkg_block.png') no-repeat bottom center;
  }*/
        .popup-slider strong {
            display: block;
            font-size: 20px;
            font-weight: normal;
            margin-top: 8px;
            background: url('../images/icon_phone.png') no-repeat left center;
            padding-left: 35px;
        }

        .popup-slider p {
            position: relative;
            margin: 0 0 0 35px;
        }

            .popup-slider p a {
                position: absolute;
                margin-left: -35px;
                text-indent: -9999px;
                display: block;
                background: url('../images/sprite.png') -420px -70px;
                width: 17px;
                height: 17px;
                top: 50%;
                margin-top: -9px;
            }

                .popup-slider p a:hover {
                    background-position: -440px -70px;
                }
    /**/
    .form-search .input-append .search-query {
        -webkit-border-radius: 14px 0 0 14px;
        -moz-border-radius: 14px 0 0 14px;
        border-radius: 14px 0 0 14px;
    }

    .search-bar-input {
        width: 150px;
        margin-right:-4px;
        height:33px;
        border:0px;

    }


    .form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-bottom: 0;
        vertical-align: middle;
    }

    input.search-query {
        padding-right: 14px;
        padding-right: 4px \9;
        padding-left: 14px;
        padding-left: 4px \9;
        margin-bottom: 0;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .input-append {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-bottom: 0;
        margin-right: 0px;
        vertical-align: middle;
    }

        .input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
            display: inline-block;
        }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
        margin-left: 0;
    }

    .row-fluid [class*="span"] {
        display: block;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 2.127659574468085%;
        *margin-left: 2.074468085106383%;
    }

    .btn-group > .btn:first-child {
        margin-left: 0;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #005EB8 /*var(--color-primary-extra-dark)*/;
    *background-color: #005EB8 /*var(--color-primary-extra-dark)*/;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background: #0077C8 /*var(--color-primary-dark)*/;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff134d84', endColorstr='#ff132784', GradientType=0);
    border-color: #132784 #132784 #091341;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    *background-color: #0077C8 /*var(--color-primary-dark)*/;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .pull-right {
        float: right;
    }

    .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
        font-size: 14px;
    }

    .form-search-inner {
        margin-left: 20px;
        margin-top: 5px;
        margin-right: 16px;
    }

    .nav-tabs {
        margin-bottom: 20px;
    }

    .carouselRepresentatives {
        width: 100%;
    }

        .carouselRepresentatives div {
        }

    .rubro-menu {
    }

        .rubro-menu .dropdown-heading {
        }

    .rubro-item {
        color: rgba(0,0,0,0.6) !important;
        font-weight: 700 !important;
    }

    .rubro-menu .item-icon {
        color: rgba(0,0,0,0.6);
    }


    .rubro-1 {
        background: #ffffff url(../images/tab1.jpg) no-repeat;
        border-left: 13px solid #ba0814;
        background-size: cover;
    }

        .rubro-1 .i {
            color: #ba0814;
        }

    .rubro-2 {
        background: #ffffff url(../images/tab2_menu.jpg) no-repeat;
        border-left: 13px solid #aeb68c;
        background-size: cover;
    }

        .rubro-2 .i {
            color: #aeb68c;
        }

    .rubro-3 {
        background: #ffffff url(../images/tab3.jpg) no-repeat;
        border-left: 13px solid #b97c29;
        background-size: cover;
    }

        .rubro-3 .i {
            color: #b97c29;
        }

    .rubro-4 {
        background: #ffffff url(../images/tab4_menu.jpg) no-repeat;
        border-left: 13px solid #445c68;
    }

        .rubro-4 .i {
            color: #445c68;
        }


    .nav-tabs a {
        color: #134d84;
    }

    @media only screen and (max-width: 768px) {
        .nav-tabs li {
            display: block;
            width: 100%;
        }
    }

    .text-wrap-img {
        float: left;
        margin: 10px;
    }

    .text-wrap-img-right {
        float: right;
        margin: 10px;
    }

    .bg-light-grey {
        background-color: #f5f5f5;
    }

    .thumbnails-representaciones {
        list-style: none;
        padding-left: 0px;
    }

        .thumbnails-representaciones li {
            padding-left: 7px;
            padding-right: 7px;
            margin-bottom: 8px;
        }

        .thumbnails-representaciones .caption {
            color: #555;
        }

        .thumbnails-representaciones h3 {
            font-size: 24.5px;
            margin: 10px 0;
            font-family: inherit;
            font-weight: bold;
            line-height: 20px;
            color: inherit;
            text-rendering: optimizelegibility;
            line-height: 40px;
        }

    @media only screen and (max-width: 676px) {
        .thumbnails-representaciones h3 {
            font-size: 17px;
            line-height: 25px;
        }
    }

    .thumbnails-representaciones .card-body:hover, .thumbnails-representaciones .card-body:focus {
        border-color: #134d84;
        color: #092641;
        text-decoration: underline;
        -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
        -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
        box-shadow: 0 1px 4px rgba(0,105,214,0.25);
    }

    .thumbnail img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    @media only screen and (max-width: 768px) {
        .thumbnail img {
            width: 80%;
            margin: 0 auto;
            display: block;
        }
    }

.modal-header {
    background: -webkit-linear-gradient(to left, #00A3E0 /*var(--color-primary)*/, #0077C8 /*var(--color-primary-dark)*/);
    background: linear-gradient(to left, #00A3E0 /*var(--color-primary)*/, #0077C8 /*var(--color-primary-dark)*/);
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

        .modal-header .close {
            color: #fff;
        }

        .modal-header h3 {
            color: #fff;
            font-size: 1.2em;
            margin: 0;
            line-height: 30px;
            font-weight: normal;
        }

    .m-t-5 {
        margin-top: 5px;
    }

    .form-group-custom span {
        font-style: italic;
    }

    .form-group-custom {
        margin-bottom: 1rem;
        margin-right: 0px;
        margin-left: 0px;
    }

#mainmenu .btn-user-menu {
    margin-top: 8px;
}

    .menu-usuario-mobile .btn-group {
        margin-right: 8px;
    }

        .menu-usuario-mobile .btn-group button {
            margin-top: 0px;
        }

    #paginator .page-link {
        color: #134d84 /*#134d84 var(--text-color-link)*/;
    }


    .btn-imprimir {
        display: inline-block;
        padding: 4px 12px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #333;
        text-shadow: 0 1px 1px rgba(255,255,255,0.75);
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
        background-image: -o-linear-gradient(top, #fff, #e6e6e6);
        background-image: linear-gradient(to bottom, #fff, #e6e6e6);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
        *background-color: #e6e6e6;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        border: 1px solid #ccc;
        *border: 0;
        border-bottom-color: #b3b3b3;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        *margin-left: .3em;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    }

.btn-imprimir-lg {
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

.container-table {
    width: 100%;
    overflow: auto;
}




    .table-item-details {
        table-layout: auto;
        width: 100%;
    }

    @media only screen and (max-width: 768px) {
        .table-item-details {
            table-layout: auto;
            width: 100%;
        }
    }

    .table-item-details td {
        padding-left: 0px;
    }

    .txtAgregarCarrito-table {
        width: 30px;
        margin-top: 10px;
        margin-left: 8px;
        margin-right: 4px;
    }

    @media only screen and (max-width: 768px) {
        .txtAgregarCarrito-table {
            width: 35px;
            margin-top: 10px;
            margin-left: 2px;
        }
    }

    .body-html-iframe {
        background: #e9e9e9;
        
    }

    .modal-body {
        padding-top: 0px;
    }

    div#preloader {
        background: #0077C8 /*var(--color-primary-dark)*/ url("../images/logo.png") no-repeat scroll center center;
        height: 100%;
        left: 0;
        overflow: visible;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

        div#preloader div {
            color: white;
            margin: auto;
            width: fit-content;
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            margin-top: 80px;
        }

.header-h1 {
    font-size: 40px;
}

@media only screen and (max-width: 768px) {
    .header-h1 {
        font-size: 21px;
    }
}

.main-enviar-solicitud{
    margin-top:48px;
}

@media only screen and (max-width: 468px) {
    .main-enviar-solicitud {
        margin-top: 0px !important;
    }
}

.shopping-cart-menu-mobile {
    display: inline-block;
    font-size: 28px;
    margin-top: 10px;
    margin-right: 8px;
    color: white;
    padding: 8px;
    position:relative;
}

.shopping-cart-menu-mobile:hover {
    color: white;
}
    .shopping-cart-menu-mobile i:hover {
        font-size: 24px;
        padding-top:3px;
    }

    .shopping-cart-menu-mobile span {
        position: absolute;
        right: -8px;
        bottom: 3px;
        font-size: 12px;
    }

#btnQueBuscar{
    background: #005EB8 /*var(--color-primary-extra-dark)*/;
}

.btn-primary {
    color: #fff;
    background-color: #0077C8 /*var(--color-primary-dark)*/;
    border-color: #005EB8 /*var(--color-primary-extra-dark)*/;
}

