﻿meta.foundation-version {
    font-family: "/5.5.2/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.0625em)/";
    width: 40.0625em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.0625em) and (max-width:50em)/";
    width: 40.0625em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:50.0625em)/";
    width: 50.0625em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:50.0625em) and (max-width:64em)/";
    width: 50.0625em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:64.0625em)/";
    width: 64.0625em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
    width: 64.0625em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:90.0625em)/";
    width: 90.0625em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

html, body {
    font-size: 100%;
}

body {
    background: #fff;
    color: #4A4A4A;
    cursor: auto;
    font-family: "Open Sans",serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

form {
    margin-bottom: 0;
}

body p {
    font-size: 0.875rem;
}

    body p small {
        font-size: 0.75em;
    }

body strong {
    font-weight: 600;
}

.clearb {
    clear: both;
}

.mb0 {
    margin-bottom: 0 !important;
}

    .mb0 .button {
        margin-bottom: 0;
    }

.parallax {
    background-attachment: fixed;
}

.deprecatedNav {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.49);
    font-family: "Comic Sans MS", "Comic Sans";
    background: #5C5C5C;
    opacity: .9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}

    .deprecatedNav .row {
        top: 40%;
        position: relative;
        font-size: 48px;
        line-height: 52px;
    }

    .deprecatedNav a {
        color: #fff;
        text-decoration: underline;
    }

    .deprecatedNav .buttonClose {
        color: #fff;
        border: solid 1px #fff;
        padding: 10px 20px;
        font-size: 16px;
        text-decoration: none;
        border-radius: 60px;
    }

address {
    font-style: normal;
}

.button, button {
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all 0.3s ease-out;
    border-radius: 6px;
}

    .button.outline, button.outline {
        background: none;
        color: #5C5C5C;
        border: solid 1px #5C5C5C;
    }

        .button.outline:hover, button.outline:hover {
            background: #5C5C5C;
            color: #fff;
            border-color: #5C5C5C;
        }

        .button.outline:focus, button.outline:focus {
            background: #a91c2d;
        }

    .button.inverse, button.inverse {
        color: #fff;
        border-color: #fff;
    }

    .button.dropdown {
        background: #fff;
        text-transform: none;
        font-weight: 300;
        position: relative;
        padding: .5rem 1.2rem .5625rem;
        font-size: 0.875em;
    }

        .button.dropdown span {
            color: #393939;
        }

        .button.dropdown:before {
            content: "";
            display: block;
            position: absolute;
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            border: 1px solid #d8d8d8;
        }

        .button.dropdown:after {
            border-style: none;
        }

.pagination span a, .pagination span span {
    border-radius: 3px;
    transition: background-color 300ms ease-out 0s;
    -webkit-transition: background-color 300ms ease-out 0s;
    background: none;
    color: #999;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: inherit;
    padding: 0.0625rem 0.625rem;
    display: inline-block;
}

    .pagination span a:hover, .pagination span span:hover {
        background: #E6E6E6;
    }

    .pagination span a.aspNetDisabled, .pagination span span.aspNetDisabled {
        cursor: default;
    }

        .pagination span a.aspNetDisabled:hover, .pagination span span.aspNetDisabled:hover {
            background: none;
        }

    .pagination span span.current {
        color: #fff;
        background: #5C5C5C;
        cursor: default;
    }

        .pagination span span.current:hover {
            background: #5C5C5C;
        }

.alert-box {
    display: table;
    width: 100%;
    padding: 0;
    background: none !important;
    color: #4A4A4A !important;
    border-color: #a0d3e8;
}

    .alert-box span.cell {
        display: table-cell;
        position: relative;
        text-align: center;
        vertical-align: middle;
        background: #a0d3e8;
        padding: 0.9375em 0.125em;
        position: relative;
        color: #fff;
    }

        .alert-box span.cell i {
            position: relative;
            z-index: 2;
        }

        .alert-box span.cell:before {
            content: "";
            background: #a0d3e8;
            display: block;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            right: -5px;
            top: 50%;
            margin-top: -5px;
            z-index: 1;
        }

    .alert-box span.sms {
        padding-left: 0.9375em;
        display: table-cell;
        vertical-align: middle;
    }

    .alert-box.cookiesLayer {
        padding: 0.9375em;
        border: none;
        margin-bottom: 0;
        text-align: center;
        color: #fff !important;
        background: rgba(0,0,0,0.75) !important;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
    }

        .alert-box.cookiesLayer .close {
            color: #fff;
            background: none;
        }

    .alert-box.success {
        border: solid 1px #43AC6A;
    }

        .alert-box.success span.cell {
            background: #43AC6A;
        }

            .alert-box.success span.cell:before {
                background: #43AC6A;
            }

    .alert-box.alert {
        border: solid 1px #f04124;
    }

        .alert-box.alert span.cell {
            background: #f04124;
        }

            .alert-box.alert span.cell:before {
                background: #f04124;
            }

    .alert-box.warning {
        border: solid 1px #f08a24;
    }

        .alert-box.warning span.cell {
            background: #f08a24;
        }

            .alert-box.warning span.cell:before {
                background: #f08a24;
            }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-loading .slick-list {
    background: #fff slick-image-url("../img/ajax-loader.gif") center center no-repeat;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
}

    .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
        outline: none;
        background: transparent;
        color: transparent;
        opacity: 1;
    }

    .slick-prev.slick-disabled, .slick-next.slick-disabled {
        opacity: .5;
    }

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-dots {
    position: absolute;
    bottom: 1.25rem;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        margin-bottom: 0.625rem;
    }

        .slick-dots li button {
            border: 0;
            background: #393939;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
            border-radius: 100%;
            opacity: .5;
        }

            .slick-dots li button:hover {
                outline: none;
                opacity: .5;
                background: #5C5C5C;
            }

        .slick-dots li.slick-active button {
            background: #5C5C5C;
            opacity: 1;
        }

.destacado {
    font-size: 1rem;
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
    padding-bottom: 1.875rem;
}

.cabecera {
    background: #393939;
    border-top: solid 5px #5C5C5C;
    display: block;
    position: relative;
    z-index: 5;
}

    .cabecera .subdiv {
        background: #fff;
        margin: 1.25rem 0;
        /*David meter sumenu*/
        /*overflow: hidden;*/
        /*background: #5C5C5C;*/
    }

    .cabecera:after {
        clear: both;
    }

.contentMenu {
    background: #5C5C5C;
}

.headroom--pinned {
    display: block;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.headroom--unpinned {
    transform: translateY(-150%);
    -webkit-transform: translateY(-150%);
}

.headroom {
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}

.menu {
    background: #fff;
    position: relative;
    margin-left: 3.75rem;
}

    .menu:after {
        content: "";
        position: absolute;
        top: 0;
        left: 100%;
        display: block;
        height: 100%;
        width: 100%;
        background: #fff;
    }

    .menu ul {
        margin-bottom: 0;
    }

    .menu li {
        margin-left: 0;
        margin-right: 0.0625rem;
    }

        .menu li.current a {
            background: #393939;
            color: #fff;
        }
        /*David meter submenu*/
         li.Productos {
             margin-right: 0;
        }
        li.Productos:hover {
            background: #393939 ;
            color: #fff ;
             margin-right: 0;
        }

        /*li.Productos  a {
            background: #fff ;
            color: #393939 !important;
        }*/
        
        li.Productos:hover a {
            background: #393939 ;
            color: #fff ;
        }

        
        .menu li.current li a {
            background: #fff;
            color: #393939;
        }
        .menu li.current li:hover a {
            background: #393939;
            color: #fff;
        }
        /*.menu li.current > ul > a.Productos:hover{
            background: #fff !important;
            color: #393939 !important;
        }*/
        /*Fin David meter submenu*/
        .menu li.phone {
            float: right;
        }

            .menu li.phone p {
                margin: 0;
                padding: 0;
                padding-left: 2.1875rem;
                position: relative;
                padding-top: 0.4375rem;
            }

                .menu li.phone p a {
                    line-height: 1em;
                    padding: 0;
                }

                    .menu li.phone p a:hover {
                        color: #5C5C5C;
                        background: 0;
                    }

                .menu li.phone p i {
                    position: absolute;
                    left: 0;
                    top: 0.625rem;
                    font-size: 1.875rem;
                    color: #5C5C5C;
                }

                .menu li.phone p span {
                    display: block;
                    font-weight: 400;
                    font-size: 0.5625rem;
                    line-height: 1em;
                }

    .menu a {
        text-transform: uppercase;
        font-size: 0.8125rem;
        font-weight: 600;
        line-height: 2.5rem;
        padding: 0 0.625rem;
    }

        .menu a:hover {
            background: #393939;
            color: #fff;
        }
        
.btnCarrito {
    position: absolute;
    top: .4375rem;
    right: .9375rem;
}

.btnCarritoMob {
    position: absolute;
    top: .8125rem;
    right: 3.4375rem;
    color: #fff;
    font-size: .875rem;
}

    .btnCarritoMob i {
        font-size: 1.5rem;
        vertical-align: middle;
    }

    .btnCarritoMob:hover {
        color: #fff;
    }


.right-off-canvas-toggle i {
    padding: 0.625rem 0 0.9375rem;
    color: #fff;
}

.right-off-canvas-menu header {
    text-align: center;
    padding: 0.9375rem 0;
    margin-bottom: 0.9375rem;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    background: #5C5C5C;
}

.right-off-canvas-menu p.lead i {
    color: #393939;
}

.right-off-canvas-menu p.lead a {
    color: #fff;
}
/*David Cambié menuMobile por navMobile para evitar error menu duplicado en móvil*/
.right-off-canvas-menu .menuMobile ul {
    list-style: none;
}

    .right-off-canvas-menu .menuMobile ul li {
        margin-bottom: 0.625rem;
        border-left: solid 3px #4C4C4C;
        padding-left: 0.5rem;
    }

        .right-off-canvas-menu .menuMobile ul li a {
            color: #fff;
            display: block;
            line-height: 2em;
        }
        /*David meter menu productos*/
        .right-off-canvas-menu .menuMobile ul li.ProductosMobile {
        border-left: none;
        }

        /*Fin David meter menu productos*/

        .right-off-canvas-menu .menuMobile ul li.current {
            border-color: #393939;
        }
         
        
.right-off-canvas-menu .navMobile ul {
    list-style: none;
}

    .right-off-canvas-menu .navMobile ul li {
        margin-bottom: 0.625rem;
        border-left: solid 3px #4C4C4C;
        padding-left: 0.5rem;
    }

        .right-off-canvas-menu .navMobile ul li a {
            color: #fff;
            display: block;
            line-height: 2em;
        }
        /*David meter menu productos*/
        .right-off-canvas-menu .navMobile ul li.ProductosMobile {
        border-left: none;
        }

        /*Fin David meter menu productos*/

        .right-off-canvas-menu .navMobile ul li.current {
            border-color: #393939;
        }
.logo {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
}

    .logo a {
        text-align: center;
        padding: 0.625rem;
        background: #fff;
        display: block;
        margin: 0 1.71% -0.3125rem 1.71%;
        overflow: hidden;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

.slider {
    padding: 3.125rem 0 0.625rem;
    background: url(../img/fondobg.jpg) no-repeat;
    background-size: cover;
}

.pasafotos img {
    background: #fff;
    border-radius: 6px;
    margin-bottom: 3.75rem;
    z-index: 10;
    position: relative;
}

.pasafotos .slick-list:before {
    content: "";
    display: block;
    height: 30px;
    width: 96%;
    position: absolute;
    bottom: 62px;
    left: 2%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.7);
    z-index: 5;
}

.pasafotos .slick-track {
    z-index: 10;
}

.claim {
    /*background: #5C5C5C;
    border-top: solid 18px #393939;
    border-bottom: solid 18px #393939;
    margin-bottom: 3.75rem;*/
    
    background: #393939;
    border-top: solid 18px #ABABAB;
    border-bottom: solid 18px #ABABAB;
    margin-bottom: 3.75rem;
}

    .claim h1 {
        color: #fff;
        text-align: center;
        font-weight: 400;
        font-style: italic;
        padding: 1.5625rem 0;
        font-size: 1.5rem;
    }

.infoBloque p {
    position: relative;
    padding-left: 2.5rem;
}

    .infoBloque p i.fa-check {
        position: absolute;
        font-size: 1.75rem;
        left: 0;
    }

h2, .interior .h1Title, h2.miniTitle {
    text-transform: uppercase;
    position: relative;
    color: #fff;
    background: #5C5C5C;
    display: inline-block;
    font-weight: 400;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-bottom: 2.5rem;
    font-size: 1rem;
}

    h2 span, .interior .h1Title span, h2.miniTitle span {
        padding: 0.375rem 0.9375rem;
        background: #5C5C5C;
        position: relative;
        z-index: 10;
    }

    h2:before, .interior .h1Title:before, h2.miniTitle:before {
        position: absolute;
        display: block;
        width: 500%;
        height: 100%;
        background: #5C5C5C;
        content: "";
        top: 0;
        left: -500%;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

    h2:after, .interior .h1Title:after, h2.miniTitle:after {
        position: absolute;
        display: block;
        width: 1.75rem;
        height: 100%;
        background: #393939;
        content: "";
        top: 0.5rem;
        right: -0.625rem;
        z-index: 2;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }

.interior {
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
}


    .interior .h1Title {
        font-size: 1.25rem;
    }

    h2.miniTitle, .interior .miniTitle.h1Title {
        margin-bottom: 1.25rem;
    }

        h2.miniTitle:before, .interior .miniTitle.h1Title:before {
            content: none;
        }

.productosGrid a {
    margin-bottom: 2.1875rem;
    display: block;
}

    .productosGrid a:hover img {
        border-color: #5C5C5C;
    }

.breadcrumbs {
    overflow: hidden;
    list-style: none;
    margin: 0 0 0.3125rem 0;
}

    .breadcrumbs li {
        float: left;
    }

        .breadcrumbs li a {
            text-transform: uppercase;
            font-size: 0.625rem;
            margin: 0;
        }

            .breadcrumbs li a:after {
                content: "/";
                margin: 0 0.25rem;
            }

            .breadcrumbs li a:hover {
                text-decoration: underline;
            }

        .breadcrumbs li.current a {
            color: #4A4A4A;
            cursor: default;
        }

            .breadcrumbs li.current a:hover {
                text-decoration: none;
            }

        .breadcrumbs li:last-child a:after {
            content: "";
        }

.listadoProductos img {
    border: solid 1px #E1E1E1;
}

.listadoProductos h3.nombreProducto {
    font-size: 1.125rem;
    margin: 0.9375rem 0 0.375rem;
    text-align: center;
    font-weight: 400;
    color: #5C5C5C;
}

.listadoProductos span {
    display: block;
    text-align: center;
}

    .listadoProductos span.descripcionCortaProducto {
        color: #4A4A4A;
        font-size: 0.8125rem;
    }

.detalleProducto {
    margin-bottom: 1.875rem;
}

    .detalleProducto h1 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #5C5C5C;
    }

    .detalleProducto .clearing-assembled {
        margin-left: -0.625rem;
    }

        .detalleProducto .clearing-assembled.clearing-blackout {
            margin-left: 0;
        }

        .detalleProducto .clearing-assembled .clearing-container .carousel {
            background: none;
        }

        .detalleProducto .clearing-assembled .clearing-container .visible-img {
            background: none;
        }

    .detalleProducto .clearing-blackout {
        background: rgba(0,0,0,0.9);
    }

    .detalleProducto .rTotal {
        display: inline-block;
        font-size: 1.5rem;
        color: #5C5C5C;
    }

    .detalleProducto .lBorder {
        border-left: 1px solid #e1e1e1;
    }

table {
    width: 100%;
}

    table tr td {
        text-align: center;
    }

        /*table tr td:nth-of-type(1) {
            background: #393939;
            color: #fff;
            width: 9.375rem;
        }*/

        /*table tr td:nth-of-type(1).carrito {
            background: none;
            color: #393939;
            width: 9.375rem;
        }*/

    table tr:nth-of-type(2n) {
        background: none;
    }

    table tr:nth-of-type(2n+1) {
        background: #f9f9f9;
    }

    table tr:nth-of-type(1) {
        background: #f5f5f5;
    }

        table tr:nth-of-type(1) td {
            font-weight: 600;
        }

.cintillo {
    background: #fbfbfb;
    border-top: solid 1px #e1e1e1;
}

    .cintillo .medium-4.columns {
        border-right: solid 1px #e1e1e1;
        padding-top: 0.625rem;
        padding-bottom: 0.9375rem;
    }

        .cintillo .medium-4.columns p {
            margin-bottom: 0;
        }

        .cintillo .medium-4.columns:last-child {
            border-right: 0;
        }

    .cintillo i {
        font-size: 2.25rem;
        margin-top: 0.75rem;
    }

    .cintillo h4 {
        margin-bottom: 0.3125rem;
    }

    .cintillo p {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #7f7f7f;
    }
/*David*/
.cintillo img {
    width: auto !important;
    height: 60px !important;
    margin-top: .75rem;
    border-top: none;
}

.cintillo h4 {
    margin-bottom: .3125rem;
}

.cintillo p {
    text-transform: uppercase;
    font-size: .75rem;
    color: #7f7f7f;
}

.pie {
    background: #5C5C5C;
    padding-top: 2.5rem;
    overflow: hidden;
}

    .pie a:hover {
        color: #fff;
        text-decoration: underline;
    }

    .pie p, .pie ul {
        font-size: 0.75rem;
    }

    .pie * {
        color: #fff;
    }

    .pie .list-menu, .pie .list-ventajas {
        list-style: none;
        line-height: 2.4em;
    }

        .pie .list-menu li {
            position: relative;
        }

            .pie .list-menu li:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                font-size-adjust: none;
                font-stretch: normal;
                font-feature-settings: normal;
                font-language-override: normal;
                font-kerning: auto;
                font-synthesis: weight style;
                font-variant: normal;
                font-size: inherit;
                text-rendering: auto;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0px, 0px);
                content: "";
                position: absolute;
                top: 0.5rem;
                left: -1rem;
            }

        .pie .list-ventajas li {
            position: relative;
        }

            .pie .list-ventajas li:before {
                display: inline-block;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
                line-height: 1;
                font-size-adjust: none;
                font-stretch: normal;
                font-feature-settings: normal;
                font-language-override: normal;
                font-kerning: auto;
                font-synthesis: weight style;
                font-variant: normal;
                font-size: inherit;
                text-rendering: auto;
                -moz-osx-font-smoothing: grayscale;
                transform: translate(0px, 0px);
                content: "";
                position: absolute;
                top: 0.5rem;
                left: -1rem;
            }

.social {
    margin-bottom: 0.9375rem;
}

.nuestrasWebs {
    background: #fff;
}

    .nuestrasWebs ul li {
        padding: 0.3125rem 0;
    }

        .nuestrasWebs ul li h5 {
            color: #5C5C5C;
            line-height: 3.5rem;
            margin: 0;
        }

#map-canvas {
    width: 100%;
    height: 21.875rem;
    display: block;
    border: solid 1px #e1e1e1;
}

.footerin {
    text-align: center;
    background: #393939;
    padding: 0.9375rem 0;
    margin: 0.625rem 0;
}

    .footerin p {
        margin-bottom: 0;
    }

.touch .parallax {
    background-attachment: scroll;
}

@media only screen and (max-width: 40em) {
    .small-expand {
        width: 100%;
    }

    .genin {
        display: none !important;
    }

    .responsiveTable table, .responsiveTable thead, .responsiveTable tbody, .responsiveTable th, .responsiveTable td, .responsiveTable tr {
        display: block;
    }

        .responsiveTable thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .responsiveTable tr {
        border-bottom: 5px solid #ddd;
    }

    .responsiveTable td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 70%;
        white-space: normal;
        text-align: left;
    }

        .responsiveTable td::before {
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0;
            line-height: 36px;
            width: 65%;
            padding-left: 10px;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
            background: #F5F5F5;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #222;
            font-size: 0.875rem;
            font-weight: bold;
            content: attr(data-title);
        }

    .adjustTable {
        display: block;
        overflow-x: scroll;
        width: 100%;
    }

    .cookiesLayer {
        text-align: left !important;
    }

    .cintillo .medium-4.columns {
        border-bottom: solid 1px #e1e1e1;
    }

        .cintillo .medium-4.columns p {
            margin-bottom: 0;
        }

    .alert-box.cookiesLayer .close {
        top: -2.8125rem;
        right: 0;
        left: 0;
        display: block;
        background: #393939;
        opacity: .95;
        margin: 0;
        line-height: 2.8125rem;
        height: 2.8125rem;
        text-align: center;
        border-top: solid 1px rgba(255,255,255,0.2);
    }

    .nuestrasWebs ul li h5 {
        line-height: 1em;
    }
}

@media only screen and (min-width: 40.0625em) and (max-width: 50em) {
    .large-5.columns.lBorder {
        border: none;
    }
}


@media only screen and (min-width: 59.75em) {
    .btnCarrito {
        right: 13.125rem;
        padding-right: .625rem;
        border-right: solid 1px #ddd;
    }
}


/*david para cambiar h1 por p y meter h1 en descripción y descripción larga*/

#productosDescripcion h1 {
    color: #393939;
    font-weight: 600;
    font-style: normal;
    font-size: 1.3rem; /* 24px */
}
.infoNoticias{
    color: #393939;
    font-weight: 600;
    font-style: normal !important;
    font-size: 1.4rem !important; /* 24px */
}

#productosDescripcion h2 {
    color: #fff;
    font-size: 1.1rem;
    font-weight: normal;
    font-style: normal;
}
.infoProducto #productosDescripcion h2 {
    color: #393939;
    font-weight: normal;
    font-style: normal;
    background: none;
    text-transform: none;
    display: inline-block;
    font-weight: 400;
    box-shadow: none;
    margin-bottom: 2.5rem;
    font-size: 1.1rem;
}

#productosDescripcion h3 {
    color: #393939;
    font-size: 1rem;
    /*font-weight: bold;*/
    font-style: italic;
}
.infoProducto #productosDescripcion  h3 {
    color: #393939;
    font-size: 1rem;
    /*font-weight: bold;*/
    font-style: italic;
}



#productosDescripcion a {
    /*float: right;*/
    color: #167F39;
}

#productosDescripcion a:hover {
    /*float: right;*/
        color: #006634;
}


#categoriasDescripcion h1 {
    color: #393939;
    font-weight: 600;
    font-style: normal;
    font-size: 1.3rem; /* 24px */
}

#categoriasDescripcion h2 {
    color: #393939;
    font-size: 1.1rem;
    font-weight: normal;
    font-style: normal;
}

#categoriasDescripcion h3 {
    color: #393939;
    font-size: 1rem;
    /*font-weight: bold;*/
    font-style: italic;
}

#categoriasDescripcion a {
    float: right;
}



#descripcionLarga h1 {
    color: #393939;
    font-weight: 600;
    font-style: normal;
    font-size: 1.3rem; /* 24px */
}

#descripcionLarga h2 {
    color: #393939;
    font-size: 1.1rem;
    font-weight: normal;
    font-style: normal;
    background: none;
    text-transform: none;
    display: inline-block;
    box-shadow: none;
}

#descripcionLarga h3 {
    color: #393939;
    font-size: 1rem;
    /*font-weight: bold;*/
    font-style: italic;
}

#descripcionLarga a {
    /*float: right;*/
    color: #167F39;
}

#descripcionLarga a:hover {
    /*float: right;*/
        color: #006634;
}
#descripcionLarga a.buttonMin {
    border-radius: 6px;
    /*font-size: 1rem /* 14px */;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.0625rem;
    padding-right: 0.5rem;
    padding-bottom: 0.0625rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    background-color: #393939;
    border-color: #5C5C5C;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 6px;
}

    #descripcionLarga .buttonMin:hover {
        background-color: #fff;
        color: #393939;
        border-color: #fff;
    }

#productosDescripcion a.buttonMin {
    border-radius: 6px;
    /*font-size: 1rem /* 14px */;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.0625rem;
    padding-right: 0.5rem;
    padding-bottom: 0.0625rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    background-color: #393939;
    border-color: #5C5C5C;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 6px;
}

    #productosDescripcion .buttonMin:hover {
        background-color: #fff;
        color: #393939;
        border-color: #fff;
    }
.buttonMin {
    border-radius: 6px;
    /*font-size: 1rem /* 14px */
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    padding-top: 0.0625rem;
    padding-right: 0.5rem;
    padding-bottom: 0.0625rem;
    padding-left: 0.5rem;
    font-size: 0.7rem;
    background-color: #393939;
    border-color: #5C5C5C;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 6px;
}

    .buttonMin:hover {
        background-color: #fff;
        color: #393939;
        border-color: #fff;
    }


    #descripcionLarga .buttonMin{
    float: right;
}

.pEnTituloProducto {
    color: #393939;
    font-weight: 600;
    font-style: italic;
    font-size: 1.5rem; /* 24px */
}

.pEnTituloCategoria {
    font-weight: 300;
    font-style: italic;
    color: #393939;
    font-size: 2rem;
}


/*Fin david para cambiar h1 por p y meter h1 en descripción y descripción larga*/

/*Blog*/

.productosDestadados {
    /*background: #DCFFE0 url(../img/texture.jpg)  left top;*/
    padding: 12px 0 0;
}


/* -----------------------------------------
   ASide
----------------------------------------- */
.left-off-canvas-menu/*David el menú mobil no se veía, .right-off-canvas-menu*/ {
    background: #fff;
}

.categoriasMenu {
    background: #fff;
    border-radius: 6px;
    padding: 0 15px;
    margin-bottom: 30px;
}

    .categoriasMenu .titleMenu, .right-off-canvas-menu .titleMenu {
        background: #393939;
        color: #fff;
        padding: 12px 15px;
        margin: 0 -15px 15px;
        border-radius: 6px 6px 0 0;
        text-transform: uppercase;
        border-bottom: solid 2px #5C5C5C;
    }
    
.boxwhite {
    padding-left: .9375rem;
    padding-right: .9375rem;
}
.boxwhite .titleMenu {
    background: #393939;
    color: #fff;
    padding: 12px 15px;
    margin: -15px 0 15px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    border-bottom: solid 2px #5C5C5C;
}
/*David cambio fondo noticias*/
.boxgrey {
    padding-left: .9375rem;
    padding-right: .9375rem;
    /*background-color: #f4f4f4;*/
}
.boxgrey .titleMenu {
    background: #393939;
    color: #fff;
    padding: 12px 15px;
    margin: -15px 0 15px;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
    border-bottom: solid 2px #5C5C5C;
}
.titleMenu i {
    margin-right: 10px;
}
/*David icono bombilla */
.bombilla img{
    margin: 0 4px 0 0;
    float: left;
}
.bombilla p {
    vert-align: bottom;
}