﻿@font-face {
    font-family: SimianDisplay;
    src: url(/Content/fonts/SimianDisplay-ChimpanzeeAlt.otf)
}

/*
@font-face {
    font-family: univers;
    src: url(/Content/fonts/Univers-lt-std-47-light-condensed.eot);
    src: url(/Content/fonts/Univers-lt-std-47-light-condensed.otf)
}
*/
@font-face {
    font-family: univers45L;
    src: url(/Content/fonts/UniversLTPro-45Light.otf)
}

@font-face {
    font-family: univers65Bold;
    src: url(/Content/fonts/Univers-lt-std-65-bold.otf)
}
/*
@font-face {
    font-family: universBold;
    src: url(/Content/fonts/UniversLTStd-Cn.otf)
}
    */

@font-face {
    font-family: univers;
    src: url(/fonts/FrutigerLTStd-LightCn.otf)
    /*src: url(/fonts/FrutigerLTStd-Light.otf);*/
}
/*
@font-face {
    font-family: universBold;
    src: url(/fonts/FrutigerLTStd-Cn_0.otf);
}
    */

@font-face {
    font-family: fontTitleH2H3H4;
    src: url(/fonts/Linotype-AvenirLTStd-Heavy.otf);
}

@font-face {
    font-family: fontTitleH1;
    src: url(/fonts/Linotype-AvenirLTStd-Black.otf);
}

body {
    font-size: 15px;
    text-align: justify;
    font-family: univers;
    font: 300 14px/21px 'Open Sans',sans serif;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.ui-widget {
    font: 300 14px/21px 'Open Sans',sans serif;
}

.ui-menu-item.ui-state-focus div {
    font: 300 14px/21px 'Open Sans',sans serif
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

.searchCustom {
    background-color: #fff;
    border: 3px solid #f7f7f7;
    margin-bottom: 3px
}



.webGrid {
    background-color: #fff;
    width: 100%
}


.webGridRow {
    height: 60px;
    border-top: 1px solid #ddd;
}

#pager {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px
}

    #pager a {
        color: #fff;
        background-color: #333;
        padding: 5px 10px;
        border-radius: 7px
    }

.table-pager {
    display: none
}

.btn-primary {
    background-color: #C8102E;
    border: 1px solid #C8102E
}

    .btn-primary:hover, .btn-primary:active, btn-primary:link, btn-primary:visited, btn-primary:focus, btn-primary.focus {
        background-color: #a10b17;
        border: 1px solid #a10b17
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #a10b17;
            border-color: #a10b17
        }

    .btn-primary.active, .btn-primary.focus, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #a10b17;
        border-color: #a10b17
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #a10b17;
        border-color: #a10b17
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #a10b17;
            border-color: #a10b17
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #a10b17;
        border-color: #a10b17
    }

table td[class*=col-], table th[class*=col-] {
    float: left
}

.bloque {
    border: 1px solid #bbb;
    background: #fff;
    padding: 15px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
    cursor: pointer;
    padding-bottom: 2px;
}

    .bloque:hover {
        border: 1px solid #C8102E;
        border-bottom: 3px solid #C8102E;
        padding-bottom: 0px;
    }

    .bloque img {
        width: 70%
    }


.bloque2, .bloque3 {
    /* border: 1px solid #bbb;*/
    background: #fff;
    padding: 5px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 25px;
    padding-top: 0px;
    float: left;
    min-height: 85px;
    width: 100%;
    padding-top: 5px;
}

    .bloque2.descubresth {
        border: 1px solid #bbb;
        padding-bottom: 2px;
        padding-top: 0px;
    }

@media only screen and (max-width: 1030px) {
    .bloque2 {
        min-height: 70px;
    }

        .bloque2 img {
            width: 20%;
        }
}


.divbloque2 {
    width: 70%;
    float: right;
    margin-top: 0
}

.bloque2 img {
    width: 20%
}



.bloque2.descubresth:hover {
    border: 1px solid #C8102E;
    border-bottom: 3px solid #C8102E;
    padding-bottom: 0px;
}



.divbloque3 {
    width: 100%;
    float: right;
    margin-top: 0;
}

.bloque3 img {
    width: 60%;
}

.bloque3:hover {
    /*border: 1px solid #C8102E;*/
    /*border-bottom: 3px solid #C8102E;*/
    padding-bottom: 0px;
}

.bloque_sistema_material {
    /*border: 1px solid #ccc;*/
    padding: 0;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 2px;
}

    .bloque_sistema_material:hover {
        /* border: 1px solid #C8102E;*/
        /*border-bottom: 3px solid #C8102E;*/
        /*padding-bottom: 0px;*/
    }


    .bloque_sistema_material img {
        width: 100%
    }

    .bloque_sistema_material div {
        padding: 0;
    }


div a:hover {
    text-decoration: none
}

.descripcionAgrupado {
    font-size: 16px;
    width: 47%;
    padding: 0 30px;
    padding-left: 0
}

.marginb10 {
    margin-bottom: 10px
}

.scrollup {
    width: 50px;
    height: 50px;
    opacity: .6;
    position: fixed;
    bottom: 50px;
    right: 25px;
    display: none;
    text-indent: -9999px;
    z-index: 9999;
    background: url('/Content/images/top-icon.png') no-repeat
}

    .scrollup:hover {
        opacity: 1;
    }

.width100px {
    width: 100px
}

@media only screen and (min-width: 479px) {
    .borderMobile {
        border-right: 1px solid #ccc
    }

    .manageLogin {
        border: 1px solid #ccc;
        margin-top: 50px;
    }
}

@media only screen and (max-width: 1479px) {
    .bloque {
        border: 1px solid #bbb;
        background: #fff;
        padding: 5px;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 5%;
        text-align: center;
        cursor: pointer
    }

    h3 {
        font-size: 19px;
        /*font-weight: bold*/
    }

    .divbloque2 {
        margin-top: 0
    }

        .divbloque2 h3, h4 {
            font-size: 17px
        }
}

.tituloPro {
    margin-bottom: 2px;
    background-color: #494c4b;
    color: #fff;
    /*font-weight: bold;*/
    border: 0 solid #494c4b;
    cursor: pointer;
    padding-top: 35px;
    padding-bottom: 12px;
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.contenidoPro {
    background-color: #f8f8f8;
    /*height: 354px;*/
    height: 177px;
    padding: 10px;
    padding-left: 50px;
}

.flecha_derecha1 {
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 30px solid #a10b17;
    position: absolute;
    top: 0;
    left: -1px
}

.flecha_derecha2 {
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 30px solid #a10b17;
    position: absolute;
    top: 89px;
    left: -1px
}

.flecha_derecha3 {
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 30px solid #a10b17;
    position: absolute;
    top: 178px;
    left: -1px
}

.flecha_derecha4 {
    width: 0;
    height: 0;
    border-top: 43px solid transparent;
    border-bottom: 43px solid transparent;
    border-left: 30px solid #a10b17;
    position: absolute;
    bottom: 0;
    left: -1px
}

@media only screen and (max-width: 479px) {
    .flecha_derecha1 {
        visibility: hidden
    }

    .flecha_derecha2 {
        visibility: hidden
    }

    .flecha_derecha3 {
        visibility: hidden
    }

    .flecha_derecha4 {
        visibility: hidden
    }

    .contenidoPro {
        padding-left: 0;
        height: 100%
    }
}

.bottomMargin10 {
    margin-bottom: 10px
}

.cortar {
    padding-right: 15px;
    width: 380px;
    padding: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 15px;
}

.heigh100Mobile {
    height: 100px;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .cortar {
        padding-right: 15px;
        width: 300px;
        padding: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .novisiblemobile {
        visibility: hidden
    }


    .cortar {
        width: 280px;
        padding: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 15px;
    }

    .heigh100Mobile {
        height: 0px;
    }
}

h1 {
    color: #C8102E;
    font-size: 34px;
    /*font-family: fontTitleH1;*/
    font: 'Open Sans',sans serif;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}



h2 {
    color: #C8102E;
    text-align: left;
    font-weight: 300;
    text-transform: uppercase;
}

h2, h3 {
    /*font-family: fontTitleH2H3H4;    */
    font: 'Open Sans',sans serif;
    font-size: 25px;
}

h3 {
    font-weight: 400;
}

a, a:hover, a:active, a:focus {
    text-decoration: none;
    color: #333
}

    a:hover, a:focus {
        color: #C8102E
    }

.cajaItemsCompatibles {
    padding: 0;
    background-color: #f8f8f8;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

    .cajaItemsCompatibles h4 {
        color: #333;
    }


    .cajaItemsCompatibles a > div .itemCajaCompatible2 {
        border: 1px solid #fff;
    }

    .cajaItemsCompatibles a:hover > div .itemCajaCompatible2 {
        border: 1px solid #C8102E;
    }


.itemCajaCompatible {
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    height: 190px
}

.itemCajaCompatible2 {
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin-top: 10px
}

.cajaItemFicha {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 15px
}

@media only screen and (max-width: 479px) {
    .cajaItemFicha {
        border: 0
    }
}

tr.hide, tr.hide td {
    visibility: hidden;
    height: 0;
    line-height: 0;
    font-size: 0;
    padding: 0;
    border-spacing: 0
}

.pie_pagina .texto {
    font-size: 16px;
    position: relative;
    float: left;
    border-bottom: 2px solid #C8102E;
    padding-bottom: 4px;
    padding-top: 10px
}

.pie_pagina .logoaalberts img {
    margin-bottom: -16px
}

.logoaalbertsimg {
    position: absolute;
    right: 0;
    top: -26px
}

@media only screen and (max-width: 479px) {
    .pie_pagina .texto {
        font-size: 13px
    }

    .pie_pagina .logoaalberts img {
        margin-bottom: -52px
    }

    .logoaalbertsimg {
        position: absolute;
        right: 0;
        top: -27px
    }
}

.migas {
    margin-top: 15px;
    z-index: 1039;
}

.titulo_pie_bloque {
    text-align: left;
    color: #333;
    text-align: center
}

    .titulo_pie_bloque h4:hover > span {
        color: #C8102E
    }

    .titulo_pie_bloque h3, h4 {
        margin-left: 20px;
        margin-top: 10px;
        font-size: 17px;
    }

.titulo_cabecera_bloque h3 {
    margin-left: 20px;
    color: #333;
    padding: 0;
    height: 40px;
    margin: 10px
}

.titulo_cabecera_bloque {
    padding: 0;
    margin: 0;
    margin-bottom: 10px
}

.btn_ver_productos, .btn_ver_productos:active, .btn_ver_productos:focus {
    background-color: #C8102E;
    color: #fff;
    width: 100%;
    /*FONT-FAMILY: fontTitleH2H3H4;*/
    FONT-SIZE: 17PX;
    TEXT-ALIGN: LEFT;
    border: 0;
    padding: 4px 10px;
    padding-top: 6px;
    outline: none;
    /*font-weight: bold;*/
    cursor: pointer;
}

    .btn_ver_productos:hover {
        background-color: #a10b17
    }

.btn {
    border-radius: 0;
    /* font-size: 15px;*/
    padding: 3px 10px;
    margin-top: 3px;
    margin-right: 5px;
    font-weight: 300;
}

.btn-lg {
    padding: 8px 16px;
    font-size: 16px;
    /*line-height: 1.3333333;*/
    /*border-radius: 6px;*/
}

.btn-md {
    padding: 6px 11px;
    font-size: 16px;
    margin-top: -1px;
}

.arrowText {
    position: relative;
    text-align: center;
    margin: 20px;
    width: 200px;
    height: 205px;
    background: #ae0000;
    border: solid 1px #ae0000;
    margin: auto;
    color: #fff;
    font-size: 26px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px;
    margin-bottom: 45px
}

    .arrowText:before, .arrowText:after {
        content: " ";
        position: absolute;
        display: block;
        width: 0;
        height: 0
    }

    .arrowText img {
        width: 85%
    }

.arrowBottom:before, .arrowBottom:after {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    left: 0
}

.arrowBottom:after {
    bottom: -16px;
    z-index: 2
}

.arrowBottom:before {
    border-top: 26px solid #ae0000;
    bottom: -26px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1
}

.arrowText .Count {
    font-size: 60px;
    font-weight: bold
}

.arrowText .desc {
    margin-top: -20px
}

.divwidth1 {
    width: 1px;
    height: 1px;
    float: left
}

.btndescargas {
    padding-right: 5px;
    padding-left: 5px
}

    .btndescargas a .bloque {
        height: 75px;
        position: relative;
        padding: 0;
        border: 0;
        text-align: center;
        border-top: 1px solid #C8102E;
        border-bottom: 1px solid #C8102E
    }

        .btndescargas a .bloque .imgbloque img {
            height: 60px;
            width: 60px;
            margin-top: 8px;
            margin-bottom: 5px
        }

        .btndescargas a .bloque .txtbloque {
            bottom: 5px;
            text-align: center;
            height: 85px;
            color: #333;
            display: table
        }

            .btndescargas a .bloque .txtbloque h4 {
                display: table-cell;
                vertical-align: middle
            }

    .btndescargas:hover a .bloque .arrow {
        position: absolute;
        bottom: 15px;
        right: 0
    }

        .btndescargas:hover a .bloque .arrow:after {
            content: "";
            display: inline-block;
            border: 7px solid transparent;
            border-top: 8px solid #C8102E;
            border-bottom: 0 none
        }

@media only screen and (max-width: 900px) {
    .btndescargas a .bloque {
        height: 80px;
        position: relative;
        padding: 0;
        border: 0;
        text-align: center;
        border-top: 1px solid #C8102E;
        padding: 0;
        margin: 0
    }

        .btndescargas a .bloque .txtbloque h4 {
            padding-top: 20px;
            height: 60px
        }

    .arrow {
        position: absolute;
        bottom: 15px;
        right: 0;
        position: absolute;
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        border-right: .1em solid #C8102E;
        border-top: .1em solid #C8102E;
        transform: rotate(45deg);
        margin-right: -.1em;
        right: 0;
        top: 25px;
        padding: 0
    }
}

.cajatxthome {
    position: absolute;
    top: 0px;
    right: 40px;
}

    .cajatxthome.mobile {
        position: static;
    }

    .cajatxthome .caja {
        right: 40px;
        top: 0;
        text-align: left;
        background-color: rgba(255,255,255,.7);
        padding: 20px;
        padding-top: 0;
        margin-bottom: 10px;
        padding-top: 10px
    }

    .cajatxthome h1 {
        font-weight: 700;
    }

.txthomeMultiskin {
    position: absolute;
    left: 120px;
    top: -20px;
    padding: 0px;
    text-align: center;
}

    .txthomeMultiskin .caja {
        text-align: left;
        background-color: rgba(255,255,255,.7);
        padding: 20px;
        padding-top: 30px;
        margin-bottom: 10px
    }



        .txthomeMultiskin .caja h2 {
            font-weight: 900;
            font-size: 18px;
        }

        .txthomeMultiskin .caja h3 {
            font-weight: 400;
            color: #c8102e;
            margin-top: 0px;
        }


@media only screen and (max-width: 900px) {
    h1 {
        font-size: 28px
    }

    h2 {
        font-size: 23px
    }

    h4 {
        font-size: 15px
    }

    .cajatxthome {
        position: relative;
        right: 0;
        top: 0
    }
}

@media only screen and (max-width: 1100px)and (min-width:1000px) {
    h4 {
        font-size: 15px
    }

    .navmenu > li {
        float: left;
        color: #fff;
        padding: 0;
        padding-left: 6px;
        border-left: 1px solid #333;
        padding-right: 6px
    }
}

@media only screen and (max-width: 700px) {
    .navmenu > li {
        border: 0;
        border-left: 0
    }
}

.btngamashome {
    float: left;
    position: relative
}

.col5 {
    width: 20%
}

.btngamashome a .bloque, .btngamashome .bloque {
    height: 80px;
    border: 1px solid #ccc;
    position: relative;
    padding: 0;
    border: 0;
    text-align: center;
    border-top: 1px solid #C8102E;
    border-bottom: 1px solid #C8102E
}

    .btngamashome a .bloque .imgbloque {
        padding: 0
    }

        .btngamashome a .bloque .imgbloque img {
            height: 70px;
            width: 70px;
            margin-top: 4px;
            margin-bottom: 5px
        }

.btngamashome:hover a h4 {
    color: #C8102E
}

.btngamashome a .bloque .arrow {
    position: absolute;
    bottom: 15px;
    right: 0;
    position: absolute;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: .1em solid #C8102E;
    border-top: .1em solid #C8102E;
    transform: rotate(45deg);
    margin-right: -.1em;
    right: 0;
    top: 28px;
    padding: 0
}

@media only screen and (min-width: 991px) {
    .btngamashome a .bloque .arrow.min {
        width: 12px;
        height: 12px;
        top: 25px;
    }
}

.btngamashome .bloque:hover > .arrow {
    border-right: .25em solid #c8102e;
    border-top: .25em solid #c8102e;
}

.btngamashome a .bloque .txtbloque {
    bottom: 5px;
    text-align: center;
    height: 80px;
    color: #333;
    display: table;
    padding-left: 0px;
    padding-right: 20px;
}

    .btngamashome a .bloque .txtbloque h4 {
        display: table-cell;
        vertical-align: middle
    }


@media only screen and (max-width: 1200px) {
    .btngamashome a .bloque .txtbloque {
        left: 10px
    }
}


@media only screen and (max-width: 900px) {
    .btngamashome {
        width: 96%;
        float: left;
        position: relative;
        margin: 0;
        margin-left: 2%;
        padding: 0
    }

        .btngamashome a .bloque {
            height: 70px;
            position: relative;
            padding: 0;
            border: 0;
            text-align: center;
            border-top: 1px solid #C8102E;
            margin: 0
        }

            .btngamashome a .bloque .txtbloque {
                bottom: 5px;
                text-align: center;
                height: 80px;
                color: #333;
                display: table
            }

                .btngamashome a .bloque .txtbloque h4 {
                    display: table-cell;
                    vertical-align: middle
                }
}

.spanMargin {
    margin-left: 10px
}


.ui-widget-content {
    /* font-family: univers;
    font-size: 16px
    */
    color: #3e3e40
}


.row {
    margin: 0;
    padding: 0
}

.inputSTH {
    height: 35px
}

#ficha {
    margin-top: 30px
}

.categoriasRelacionadas {
    padding-right: 30px;
    padding-left: 20px
}

#buscadorhome {
    border: 0;
    border-bottom: 1px solid #888;
    border-radius: 0
}

    #buscadorhome:active {
        border: 0;
        outline: none;
        border-bottom: 1px solid #888
    }

    #buscadorhome:focus {
        border: 0;
        outline: none;
        border-bottom: 1px solid #888
    }

        #buscadorhome:focus:hover {
            border: 0;
            outline: none;
            border-bottom: 1px solid #888
        }

.width60 {
    width: 60px
}

.btn.cart {
    background-color: #ddd;
}

    .btn.cart:hover {
        background-color: #ccc;
    }

.width120 {
    width: 100px
}

.width160 {
    /*width: 170px;*/
}

.inputLang {
    margin-top: 30px;
    position: absolute;
    top: -90px;
    text-align: right;
    padding-right: 30px;
    right: 0;
    width: 330px;
}

.identificado {
    top: -10px;
}

@media only screen and (max-width: 779px) {
    .inputLang {
        padding-right: 0;
        margin-top: 30px;
        position: absolute;
        text-align: right;
        top: -12px;
        width: 80%;
        right: 10px;
        margin-left: 20%
    }

    .identificado {
        top: -12px;
    }
}

@media only screen and (max-width: 1500px) {
    .txtdivbloque3 {
        min-height: 50px;
    }

    .divbloque3 {
        min-height: 25px;
    }
}

@media only screen and (max-width: 700px) {
    .txtdivbloque3 {
        min-height: 10px
    }

    .divbloque3 {
        min-height: 10px;
    }
}

.toggleMenu:hover, toggleMenu:focus {
    color: #fff
}

.bienvenido {
    display: block;
    float: right;
    text-align: right;
    width: auto;
    color: #000;
    padding-right: 5px;
    padding-top: -5px;
    border: 0 solid;
    height: 20px;
    position: relative;
    padding: 0;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 8000;
}



@media only screen and (max-width: 800px) and (min-width: 600px) {
    .bienvenido {
        top: 9px;
    }
}

.bienvenido ul, ol {
    list-style: none
}

.bienvenido .nav > li {
    margin-top: -20px;
    float: right;
    z-index: 9999
}

.bienvenido .nav li ul {
    background-color: #C8102E;
    color: #fff;
}

.bienvenido .nav li a {
    color: #fff;
    text-decoration: none;
    padding: 5px 5px;
    /* display: block;*/
    font-size: 15px
}

.bienvenido .nav li ul li a:hover {
    text-decoration: none;
    color: #ccc;
}

.bienvenido .nav li ul {
    min-width: 110px;
    padding-right: 20px;
    border: 1px solid #ccc;
    width: 19.5em;
    float: right;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 4px;
    padding-bottom: 5px;
}


    .bienvenido .nav li ul li {
        position: relative;
        padding: 2px;
        text-align: left;
    }

        .bienvenido .nav li ul li ul {
            right: 1110px;
            top: 0
        }


.floatleft {
    padding-top: 5px;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-12, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 11px;
    padding-left: 11px;
}


.accountwin li:hover > a {
    color: #ccc;
}

.colorMigas {
    color: #C8102E;
}

.btnCategoriasSelect {
    /*border: 1px solid #C8102E;*/
    border-bottom: 3px solid #C8102E;
    background-color: #fff;
}

.btnCategorias {
    background-color: #fff;
    border-bottom: 3px solid transparent;
}

    .btnCategorias:hover {
        border-bottom: 3px solid #C8102E;
    }

@media screen and (min-width: 990px) {


    #cuerpoficha h2 {
        margin-top: -4px;
    }
}

.cajaItemsCompatibles div h3 {
    color: #333;
}

.colorConfortControl {
    color: #f6a400;
}

.colorWaterQuality {
    color: #7CC7C5;
}

.colorConnection {
    color: #C06EAA;
}

.colorSanitaryFiitings {
    color: #67B8E7;
}


.bordercolorConfortControl {
    border-bottom: 1px solid #f6a400;
}

.bordercolorWaterQuality {
    border-bottom: 1px solid #7CC7C5;
}

.bordercolorConnection {
    /*border-bottom: 1px solid #C06EAA;*/
    border-bottom: 1px solid #C8102E;
    margin-top: 20px;
    margin-bottom: 40px;
}

.bordercolorSanitaryFiitings {
    border-bottom: 1px solid #67B8E7;
}

#btnCrearPedido, #btnNuevaLista, #btnCrearPedido:active, #btnCrearPedido:hover, #btnNuevaLista:active, #btnNuevaLista:hover {
    color: #fff;
}

#buscadorhome {
    width: 215px;
}

@media screen and (max-width: 768px) {
    #buscadorhome {
        width: 75%;
    }

    #buscadorbtn {
        width: 20%;
    }
}

.integracionImg {
    text-align: left;
}



@media screen and (min-width: 700px) {
    .integracionImg {
        position: absolute;
        left: 20px;
        top: 0px;
        text-align: left;
        width: 40%;
    }
}

.noticiasImg {
    height: 120px;
    text-align: left;
}

.eventosImg {
    height: 137pt;
}

.modal {
    z-index: 8500;
}


.bloque_sistema_material {
    padding: 0px;
    margin-bottom: 10px;
    padding-bottom: 2px;
}

.h3, h3 {
    font-size: 19px;
}

.form-check {
    width: 20px;
    height: 20px;
}

.btnBloqueDescubreSTH {
    width: 100%;
    padding: 9px;
    margin: 0px;
    margin-bottom: 0px;
    /*background-color: #C8102E; color: #fff; */
    align-items: center;
    display: grid;
    min-height: 58px;
}

.txtacceso {
    margin-top: 20px;
    font-size: 16px;
    margin-left: 20px;
}

.titleAccesoPoint {
    font-weight: 700;
    margin-bottom: 20px;
}


@media only screen and (max-width: 800px) {
    #subT th {
        text-align: center;
    }

    #subT th, td {
        text-align: center;
        padding-left: 1px;
        padding-right: 1px;
    }

    #subTBrico th {
        text-align: center;
    }

    #subTBrico th, td {
        text-align: center;
        padding-left: 1px;
        padding-right: 1px;
    }

    .descripcionAgrupado {
        font-size: 14px;
        width: 47%;
        padding: 0 2px;
        padding-left: 0;
    }
}

label {
    font-weight: 500;
}

.socialLinks ul .instagram {
    background-image: url('/images/social_icons/instagram.png');
}

    .socialLinks ul .instagram:hover {
        background-image: url('/images/social_icons/instagram-hover.png');
    }

.socialLinks ul .co {
    background-image: url('/images/social_icons/sthexpert.png');
}

    .socialLinks ul .co:hover {
        background-image: url('/images/social_icons/sthexpert.png');
    }

.socialLinks ul .facebook {
    background-image: url('/images/social_icons/facebook.png');
}

    .socialLinks ul .facebook:hover {
        background-image: url('/images/social_icons/facebook-hover.png');
    }

.socialLinks ul .gplus {
    background-image: url('/images/social_icons/gplus.png');
}

    .socialLinks ul .gplus:hover {
        background-image: url('/images/social_icons/gplus-hover.png');
    }

.socialLinks ul .linkedin {
    background-image: url('/images/social_icons/linkedin.png');
}

    .socialLinks ul .linkedin:hover {
        background-image: url('/images/social_icons/linkedin-hover.png');
    }

.socialLinks ul .twitter {
    background-image: url('/images/social_icons/twitter.png');
}

    .socialLinks ul .twitter:hover {
        background-image: url('/images/social_icons/twitter-hover.png');
    }


.socialLinks ul .youtube {
    background-image: url('/images/social_icons/youtube.png');
}

    .socialLinks ul .youtube:hover {
        background-image: url('/images/social_icons/youtube-hover.png');
    }



    .socialLinks {
        padding: 10px;
    }

.CondicionesLinks {
    position: relative;
    float: left;
    height: auto;
    height: 50px;
    vertical-align: middle;
    margin-top: 6px;
}


.social {
    height: auto;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

    .social li a {
        background-image: none;
        display: block;
    }

        .social li a span {
            display: none;
        }

    .social li {
        list-style-type: none;
        display: inline-block;
        width: 25px;
        height: 25px;
    }

        .social li.co {
            list-style-type: none;
            display: inline-block;
            width: 135px;
            height: 26px
        }

.footerDiv {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    height: 40px;
    margin-bottom: 48px;
}


.separador {
    position: relative;
    float: left;
    height: 28px;
    border-left: 1px solid #333;
    margin-left: 10px;
    margin-right: 10px;
}

.separador_opt {
    position: relative;
    float: left;
    height: 6px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    width: 90%;
    bottom: 2px;
}

.accesoLink {
    position: relative;
    float: left;
    margin-top: 2px
}

    @media only screen and (max-width: 800px) {

    .CondicionesLinks {
        position: relative;
        float: left;
        height: auto;
        height: 50px;
        vertical-align: middle;
        margin-top: 6px;
    }

    .accesoLink {
        margin-right: 10px;
    }

    .separador {
        position: relative;
        float: left;
        height: 0px;
        border-left: 0px;
    }

    .separador_opt {
        position: relative;
        float: left;
        height: 6px;
        border-bottom: 1px solid #ccc;
        margin-left: 10px;
        margin-right: 10px;
        width: 90%;
        bottom: 2px;
    }

    .footerDiv {
        height: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }
}



@media only screen and (min-width: 991px) {
    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}

@media only screen and (max-width: 990px) {
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}


/*Botones imagen home*/
.iconsAccessHome {
    position: absolute;
    bottom: 0px;
    right: 40px;
    margin-left: 10px;
}

    .iconsAccessHome .btngamashome {
        /*  background-color: #fff;*/
        background-color: rgba(255, 255, 255, 0.6);
        /*  margin-left: 10px;
        margin-right: 10px;
          */
        border-bottom: 3px solid transparent;
        width: 100%;
    }


        .iconsAccessHome .btngamashome:hover {
            border-bottom: 3px solid #c8102e;
            /*opacity: 1;*/
            background-color: rgba(255, 255, 255, 1);
        }

        .iconsAccessHome .btngamashome .bloque {
            border-top: 0px;
            margin: 0px;
            border-bottom: 0px;
            background-color: transparent;
            /* width: 130px;*/
        }

        .iconsAccessHome .btngamashome .imgbloque {
            width: 100%;
        }

        .iconsAccessHome .btngamashome .bloque .txtbloque {
            width: 100%;
            float: left;
            margin: 0px;
            padding: 0px;
            margin-bottom: 30px;
            height: 60px;
            margin-top: -8px;
        }

        .iconsAccessHome .btngamashome .flecha {
            width: 100%;
            /* position: relative; */
            /* float: left; */
            text-align: center;
        }

        .iconsAccessHome .btngamashome a .bloque .arrow {
            right: 44%;
            bottom: 0px;
            top: 140px;
            /* position: relative; */
        }

@media only screen and (max-width: 1100px) {
    .carousel-indicators {
        display: none;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1440px) {
    .iconsAccessHome .btngamashome a .bloque .arrow {
        display: none;
    }



    .iconsAccessHome .btngamashome .bloque .txtbloque {
        height: 40px;
        margin: 0px;
    }

    .cajatxthome h1 {
        margin-top: -10px;
    }


    .cajatxthome {
        right: 0px;
    }

    .iconsAccessHome {
        right: 0px;
    }
}

/*Botones imagen home*/


.defaultblock {
    text-align: center;
}

    .defaultblock h3 {
        text-align: center;
    }

    .defaultblock .title_items {
        text-align: center;
    }

    .defaultblock img {
        width: 70%;
    }

    .defaultblock .title_items {
        height: 40px;
    }


.urldestacada {
    color: #c8102e;
    font-weight: 600;
}

.imgListado {
    width: 50%;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}



.notvisible {
    display: none;
    width: 10px;
}

.calcPromos {
    width: 190px;
}



@media screen and (min-width: 1440px) {
    .imgListado {
        width: 35%;
    }
}


.action {
    width: 110px;
}


.blockcubos div .cubo {
    text-align: center;
    width: 300px;
    height: 150px;
    color: #fff;
    background-color: #232153;
    padding: 10px;
}

    .blockcubos div .cubo h3 {
        font-weight: bold
    }

    .blockcubos div .cubo .numTlf {
        font-size: 20px;
        font-weight: bold
    }

.blockcubos div .cubo {
    text-align: center;
    margin: auto;
    margin-top: -58px;
}

.logo_isf {
    width: 10%;
    position: absolute;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    background-color: rgba(255,255,255,.6);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px
}

    .logo_isf.brico {
        width: 30%;
    }

.logo_isiflo {
    width: 21%;
    position: absolute;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    background-color: rgba(255,255,255,.6);
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    right: 30px;
}

    .logo_isiflo div {
        margin-left: 20px;
        margin-top: 20px
    }


.logo_isf div {
    margin-left: 20px;
    margin-top: 20px
}

.blockcubos div .cubo.agua {
    background-color: rgba(37,39,115,.6);
}

.blockcubos div .cubo.brico {
    background-color: rgba(58,58,58,.6);
}

.blockcubos div .cubo.gas {
    background-color: rgba(234,164,0,.6);
}

@media only screen and (max-width: 800px) {
    .blockcubos div .cubo {
        text-align: center;
        width: 100%;
        color: #fff;
        background-color: #232153;
        padding: 0px;
        opacity: 90%;
    }



    .blockcubos div .cubo {
        text-align: center;
        margin: auto;
        /* margin-top:-55px */
    }

    .logo_isf {
        width: 25%;
        position: absolute;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        background-color: rgba(255,255,255,.6);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px
    }

        .logo_isf.brico {
            width: 70%;
        }

    .logo_isiflo {
        width: 40%;
        position: absolute;
        padding-right: 15px;
        padding-bottom: 15px;
        margin-left: 15px;
        background-color: rgba(255,255,255,.6);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        right: 5px;
    }

        .logo_isiflo div {
            margin-left: 10px;
            margin-top: 10px;
            text-align: center
        }

    .logo_isf div {
        margin-left: 10px;
        margin-top: 10px;
        text-align: center
    }

    .blockcubos div .cubo {
        text-align: center;
        height: 140px;
        color: #fff;
        background-color: #232153;
        padding-top: 5px;
        margin-top: 10px;
    }

        .blockcubos div .cubo h3 {
            border-bottom: 1px solid #fff;
            padding-bottom: 5px;
        }

        .blockcubos div .cubo.agua {
            background-color: #232153;
        }

        .blockcubos div .cubo.brico {
            background-color: #808080;
        }

        .blockcubos div .cubo.gas {
            background-color: #f9ae00;
        }
}



.sthisf.agua h1 {
    color: #808080;
}

.sthisf.brico h1 {
    color: #232153;
}

.sthisf.gas h1 {
    color: #f9ae00;
}


.sthisf h3 {
    font-weight: 100;
    font: 300 17px/25px 'Open Sans',sans serif
}


.sthisf_gas.nav-tabs > li a {
    border: 0;
    border-bottom: 6px solid #eee;
    margin: 0;
    height: 55px;
}

.sthisf_gas.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 6px solid #f9ae00;
    font-weight: 600;
}

.sthisf_gas.nav-tabs > li {
    width: 25%;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 800px) {
    .sthisf_gas.nav-tabs > li {
        width: 50%;
    }
}


.bloque3:hover h3 {
    text-decoration: underline;
}

p {
    margin: 0 0 15px;
}

.imgBuscador {
    width: 100%;
}

.businessLineUnselect {
    border: 0;
    border-bottom: 4px;
    font-size: 15px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    background: transparent;
    font-weight: 500;
    border-bottom-color: #ddd;
    padding: 0;
    padding: 0 40px 0 0;
    font: 300 15px/21px 'Open Sans',sans serif;
}

    .businessLineSelect, .businessLineUnselect:hover {
        border: 0;
        border-bottom: 4px;
        font-size: 15px;
        border-bottom-color: #c8102e;
        border-bottom-style: solid;
        background: transparent;
        font-weight: 500;
        padding: 0;
        padding: 0 40px 0 0;
        font: 300 15px/21px 'Open Sans',sans serif;
    }

.searchln {
}

.businessLineSelect:focus, .businessLineSelect:active, .businessLineUnselect:focus, .businessLineUnselect:active {
    outline: none
}

.btnBL {
    min-width: 18.6%;
}

@media only screen and (max-width: 1500px) and (min-width: 1401px) {
    .btnBL {
        min-width: 14%;
    }

    #resultados {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 1251px) {
    .btnBL {
        min-width: 13%;
    }

    #resultados {
        font-size: 13px;
    }

    .businessLineUnselect {
        border: 0;
        border-bottom: 4px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        background: transparent;
        font-weight: 500;
        border-bottom-color: #ddd;
        padding: 0;
        padding: 0 25px 0 0;
        font: 300 14px/21px 'Open Sans',sans serif
    }

        .businessLineSelect, .businessLineUnselect:hover {
            border: 0;
            border-bottom: 4px;
            border-bottom-color: #c8102e;
            border-bottom-style: solid;
            background: transparent;
            font-weight: 500;
            padding: 0 25px 0 0;
            font: 300 14px/21px 'Open Sans',sans serif
        }
}

@media only screen and (max-width: 1250px) and (min-width: 600px) {
    .btnBL {
        min-width: 10%;
    }

    .businessLineUnselect {
        border: 0;
        border-bottom: 4px;
        border-bottom-color: transparent;
        border-bottom-style: solid;
        background: transparent;
        font-weight: 500;
        border-bottom-color: #ddd;
        padding: 0;
        padding: 0 6px 0 0;
        font: 300 14px/21px 'Open Sans',sans serif
    }

        .businessLineSelect, .businessLineUnselect:hover {
            border: 0;
            border-bottom: 4px;
            border-bottom-color: #c8102e;
            border-bottom-style: solid;
            background: transparent;
            font-weight: 500;
            padding: 0 6px 0 0;
            font: 300 14px/21px 'Open Sans',sans serif
        }
}


@media only screen and (max-width: 700px) {
    .btnBL {
        min-width: 98%;
        text-align: left;
    }
}


.ListHeader {
    padding-left: 0px;
    /* border-bottom: 0px solid #6699CC; */
    border-left: 0px solid #6699CC;
    /*background-color: #BEC8D1;*/
    background-color: #C8102E;
    background-image: none;
    text-align: left;
    text-indent: 5px;
    font-weight: normal !important;
    font-size: 14px;
    /*color: #404040; */
    color: #fff;
    margin-top: 20px;
}


.filtro {
    cursor: pointer;
}

    .filtro:hover {
        font-weight: 600;
        color: #C8102E;
    }



.titulofiltro h4 {
    font-weight: bold;
    border-bottom: 1px solid #c8102e;
    margin-bottom: 10px;
    margin-left: 0px;
}

.titulofiltro h5 {
    border-bottom: 0;
    margin-left: 3px;
    font-size: 14px;
    /* border-bottom:2px solid #c8102e */
    font-weight: bold;
}

.titulofiltro h6 {
    font-weight: bold;
    border-bottom: 0;
    margin-left: 25px;
    font-size: 14px;
    border-bottom: 2px solid #c8102e
}

.filtroseleccionado:before {
    content: ">> ";
}

.filtroseleccionado {
    font-weight: bold;
    color: #c8102e
}


.txtfiltro {
    border: 0;
    float: left;
    padding-right: 15px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-right: 25px;
    padding-right: 30px;
}

.delfiltro {
    cursor: pointer;
    float: left;
    font-size: 20px;
    position: absolute;
    right: 31px;
    top: 6px;
}

    .delfiltro:hover {
        font-weight: bold;
        color: #c8102e
    }



.divfilter {
    position: relative;
    float: left;
    display: none
}

.outlet_label {
    color: #c8102e;
    font-weight: bold;
}

.brico_label {
    color: #333;
    font-weight: bold;
}


.moreinfodiv {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    margin: 10px;
}

/*
.btndetail:hover {
    color: #c8102e;
    font-weight: bold;
}
*/

.leyenda_outlet {
    text-align: left;
}

.list_disponible {
    float: left;
    width: 10px;
    position: absolute;
    left: -18px;
    top: 10px;
}



input.inputcheck {
    width: 20px;
    height: 20px;
    margin-top: 15px;
    padding-top: 10px;
    margin-left: 10px;
}

.listloading {
    text-align: center;
    margin-top: 100px;
}

    .listloading img {
        width: 50px;
    }

.itemdetalle {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 20px;
    margin-top: 10px;
}


.btnlist {
    text-align: center;
    background-color: #eee;
    margin-bottom: 10px;
    border-radius: 5px;
    min-height: 25px
}

    .btnlist:hover {
        background-color: #c8102e
    }

.btncarrito {
    cursor: pointer;
    text-align: center
}


    .btncarrito span {
        color: #333;
        cursor: pointer;
        font-size: 20px;
    }

    .btncarrito:hover span {
        color: #fff;
        cursor: pointer;
        font-size: 20px;
    }

.btndetail, .resetfilters {
    cursor: pointer;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .btndetail:hover, .resetfilters:hover, .btnlist.btnsearch:hover {
        color: #fff;
    }

.btnlist.btnsearch {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 14%;
    border: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

#description {
    border: 0px;
}



.buttonSlow {
    width: 100%;
    max-width: 160px;
    float: left;
    cursor: pointer;
}

    .buttonSlow.visit {
        width: 100%;
        max-width: 180px;
        float: left;
        margin-top: -20px;
    }

    .buttonSlow button {
        cursor: pointer;
        background: transparent;
        border: 0px #eee solid;
    }

    .buttonSlow img {
        width: 100%;
    }

    .buttonSlow > button > img {
        /*opacity: 0.8 !important;*/
        /*filter: alpha(opacity=80) !important; /* For IE8 and earlier */
        /*box-shadow: 0 0 0px #000000 !important;*/
    }

    .buttonSlow:hover > button > img {
        /*opacity: 1 !important;*/
        /*filter: alpha(opacity=100) !important; /* For IE8 and earlier */
        /*box-shadow: 0 0 0px #000000 !important;*/
        filter: sepia(0.3);
    }

button:focus {
    outline: 0;
}

buttonSlow > button {
    outline: none;
    border: none;
}

@media screen and (max-width: 800px) {
    .buttonSlow {
        width: 100%;
        max-width: 150px;
    }

        .buttonSlow.visit {
            width: 100%;
            max-width: 105px;
        }
}

.precioneto {
    float: left;
    font-size: 17px;
    font-weight: bold;
    color: #c8102e;
}

.plantaFab {
    padding: 5px;
    margin-bottom: 40px;
    text-align: left;
}

    .plantaFab div img {
        border-top-left-radius: 30px;
    }

.rombo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 115px;
    height: 115px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px;
    float: left;
    color: #fff;
}

    .rombo div {
        color: #fff;
    }



.rombobig {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    width: 135px;
    height: 135px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 20px;
    float: left;
    color: #fff;
}

@media screen and (min-width: 1300px) {
    .pilaresLN {
        position: absolute;
        left: 65%;
        top: 50em
    }

    .NValores {
        text-align: center;
        width: 75%
    }

    .rombobig.calefaccion {
        background-color: #ccc;
        margin-left: 5em;
        margin-top: 2em;
        color: #00599c;
    }

    .rombobig.conexiones {
        background-color: #ccc;
        margin-top: 9em;
        margin-left: 10em;
        color: #00599c;
    }

    .rombobig.canalizaciones {
        background-color: #ccc;
        margin-left: -17em;
        margin-top: 18em;
        color: #009fe3;
    }

    .rombobig.griferia {
        background-color: #ccc;
        margin-left: -5em;
        margin-top: 20em;
        color: #727176;
    }
}


@media screen and (min-width: 1301px)and (max-width:1399px) {

    .NValores {
        text-align: center;
        width: 95%
    }
}


@media screen and (min-width: 1000px)and (max-width:1299px) {
    .pilaresLN {
        position: absolute;
        left: 64%;
        top: 40em;
    }

    .NValores {
        text-align: center;
        width: 100%
    }

    .rombobig.calefaccion {
        background-color: #ccc;
        margin-left: 5em;
        margin-top: 2em;
        color: #00599c;
    }

    .rombobig.conexiones {
        background-color: #ccc;
        top: 28px;
        margin-top: 9em;
        margin-left: -1em;
        color: #d16b1b
    }

    .rombobig.canalizaciones {
        background-color: #ccc;
        margin-left: -18em;
        margin-top: 17em;
        color: #009fe3;
    }

    .rombobig.griferia {
        background-color: #ccc;
        margin-left: -8em;
        margin-top: 23em;
        color: #727176
    }
}


.rombo_txt {
    width: 100%;
    text-align: center;
    float: left;
    margin-left: -35px;
}

@media screen and (max-width: 999px) {
    .pilaresLN {
        text-align: center;
        width: 100%
    }

    .NValores {
        text-align: center;
        width: 80%
    }


    .rombo_txt {
        width: 100%;
        text-align: center;
        float: left;
        margin-left: -8px;
    }

    .NValores > div {
        width: 46%;
        height: 230px;
    }

    .rombobig.calefaccion {
        background-color: #ccc;
        margin: 20px;
        margin-top: 50px;
        margin-left: 20px;
        color: #00599c;
    }

    .rombobig.conexiones {
        background-color: #ccc;
        margin-top: 50px;
        color: #d16b1b
    }

    .rombobig.canalizaciones {
        background-color: #ccc;
        margin: 20px;
        margin-top: 50px;
        margin-left: 20px;
        color: #009fe3;
    }

    .rombobig.griferia {
        background-color: #ccc;
        margin-top: 50px;
        color: #727176
    }
}

.text_rombo {
    margin-top: -37px;
    font-size: 14px;
}

@media screen and (min-width: 1000px) {
    .descarga_stocks {
        float: left;
        position: absolute;
        right: 0;
        top: -80px;
    }
}


@media(min-width: 859px) {
    .btn_buscadistribuidores {
        position: absolute;
        top: 0px;
        right: 15px;
        text-align: right;
        width: 100%;
    }
}

@media(max-width: 860px) {
    .btn_buscadistribuidores {
        position: absolute;
        margin-top: -8px;
        right: 15px;
        text-align: right;
        width: 100%;
    }

    .GridItem {
        border-bottom: 0px !important;
    }
}

.btn_buscadistribuidores a {
    color: #c8102e;
    font: 500 14px/25px 'Open Sans',sans serif;
}



@media(max-width: 450px) {

    iframe {
        width: 100%;
    }
}


.tool {
    cursor: help;
    position: relative;
}

    .tool::before, .tool::after {
        position: absolute;
        left: 50%;
        opacity: 0;
        z-index: -100;
    }

    .tool:hover::before, .tool:focus::before, .tool:hover::after, .tool:focus::after {
        opacity: 1;
        z-index: 100;
    }



    .tool::before {
        border-style: solid;
        border-width: 1.1em .5em 0 .5em;
        border-color: #555 transparent transparent transparent;
        bottom: 100%;
        margin-left: -.5em;
        content: " "
    }

    .tool::after {
        background: #555;
        border-radius: .25em;
        bottom: 180%;
        color: #fff;
        width: 13em;
        padding: 1em;
        margin-left: -8.75em;
        content: attr(data-tip)
    }

.centrado {
    text-align: center;
}


.lineSepReclam {
    min-width: 100px;
    float: left;
}

.divBtnSearchItem {
    position: absolute;
    top: 24px;
    left: 11px;
    height: 31px;
    border: 1px solid #ccc;
    padding: 3px;
    box-shadow: 1px 1px 5px #48529944;
}

    .divBtnSearchItem:hover {
        position: absolute;
        top: 24px;
        left: 11px;
        border: 1px solid #C8102E;
        padding: 3px;
        color: #fff;
        background: #C8102E;
        cursor: pointer;
    }
