/*:root {
    --fuente_main: "Open Sans";
    --fuente-main2:"Open Sans"

    
}*/

:root {
    --fuente_main: 'Manrope', sans-serif;
    --fuente-main2: 'Manrope', sans-serif;
}


* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

*:focus {
    -webkit-tap-highlight-color: transparent
}


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size:16px
}

body {
    font: .85rem/1.5rem var(--fuente_main),Arial,'Sans Serif',Helvetica;
    color: #1f1f1f;
    word-wrap: break-word;
    font-weight: 400;
    background: #fff
}

*:focus {
    -webkit-tap-highlight-color: transparent
}

li,ol,ul {
    list-style-type: none
}

p,h1 {
    line-height: 1.5rem
}

article,aside {
    display: block
}

h1 {
    margin: .4rem 0;
    font: 1.6rem/2rem var(--fuente_main),Arial,'Sans Serif',Helvetica;
    font-weight: 700
}

figcaption,figure,main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

b,strong {
    font-weight: 700
}

small {
    font-size: 80%
}

svg:not(:root) {
    overflow: hidden
}

svg:hover {
    cursor: pointer
}

a:link,a:visited,a:active {
    text-decoration: none;
    color: #464646
}

a:hover {
    text-decoration: none;
    color: #000
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

[type="checkbox"],[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

button {
    padding: 5px;
    color: #fff;
    cursor: pointer
}

button:focus,select:focus,input:focus,a:focus {
    outline: none
}

button,html [type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button
}

button:hover {
    background: #E66012
}

button span {
    float: left;
    width: auto;
    margin: 0
}

#nav-open:hover {
    transition: all .2s ease-in-out;
    transform: rotate(90deg) translate(-0px, -0px)
}

input,textarea,select,button {
    font-family: var(--fuente_main);
    font-size: .9rem
}

.select-css {
    font-weight: 400;
    color: #444;
    line-height: 1.3;
    padding: .4em 2em .3em .8em;
    max-width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%
}

.select-css::-ms-expand {
    display: none
}

.select-css:hover {
    border-color: #888
}

.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none
}

.select-css option {
    font-weight: normal
}

.select-data-ls {
    position: fixed;
    z-index: 100;
    left: 35px;
    width: 16.25rem;
    margin-top: 45px
}

.header_data_ls {
    background-color: #e0e0e0;
    height: 5.5rem
}

h2 {
    margin-top: .8rem;
    padding: .2rem .2rem;
    overflow: hidden;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #1f1f1f;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    text-transform: uppercase
}

h3 {
    font: 700 1rem var(--fuente_main),Arial,Helvetica,sans-serif
}

h3:hover {
    outline: none;
    -webkit-tap-highlight-color: transparent
}

.negrita {
    font-weight: bold;
    font-size: .75rem
}

.subrayado {
    text-decoration: underline
}

.sin-margen-top {
    margin-top: 0
}

.texte-blanc10px {
    font-size: .9em;
    color: #fff;
    line-height: 18px
}

.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0
}

.campo,.area,.select {
    border: 1px solid #CCC;
    padding: 10px
}

.inputs {
    border: 1px solid #CCC;
    height: 1.8rem;
    width: 95%;
    max-width: 25rem;
    padding: 3px 4px 3px 4px;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.campo:hover {
    background: #FFF;
    border-color: rgba(82,168,236,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6)
}

.boton {
    border-radius: 3px;
    color: #fff;
    background: #ef5602;
    padding: 10px 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.boton:hover {
    background: #ef3602;
    cursor: pointer;
    color: #fff
}

#cuerpo {
    margin: 0 auto;
    background: #e9e9e9;
    max-width: 100rem
}

.info-header {
    text-align: right;
    background: #f9f9f9
}

.info-header>div {
    padding: .2rem .8rem;
    margin: 0 auto
}

.info-header>div span {
    font-weight: 700;
    font-style: italic
}

#box-head {
    height: 4rem;
    background: #fff;
    margin: 0 auto;
    padding: 0 1.25rem;
    width: 100%;
    display: -ms-flexbox;
    left: 0;
    flex-flow: row wrap;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    top: 0;
    position: fixed
}

.block_search {
    display: flex;
    width: 60px;
    justify-content: space-between
}

.logo {
    height: auto;
    margin-top: .8rem;
    width: 125px
}

.logo img {
    width: 100%;
    height: auto
}

.searchbox-dd form:hover {
    border-color: rgba(82,168,236,.8);
    box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6)
}

.searchbox-dd {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    margin-top: 4rem;
    padding: .4rem 1.25rem;
    background-color: #fff;
    border-bottom: 2px solid #ccc;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 15%)
}

.searchbox-dd input[type=text] {
    border: 0;
    padding: 6px;
    width: 100%
}

.input-holder {
    display: flex;
    border: 1px solid #ccc;
    background-color: #fff
}

.input-holder .btsearch {
    width: 48px;
    height: 48px;
    background-color: #fff
}

.input-holder .btsearch:hover {
    background-color: #ccc
}

.input-holder label {
    display: none
}

.icono_comparador {
    margin-top: .8rem
}

.livesearch-grid {
    float: right;
    z-index: 99;
    position: absolute;
    background: #FFF;
    overflow: auto;
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.5);
    max-height: calc(100vh - 12rem);
    width: calc(100% - 40px)
}

.livesearch-grid ul {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    margin-top: 1px;
    padding-left: 7px;
    text-align: left
}

.livesearch-grid li {
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
    padding: .4rem;
    width: 7.5rem;
    flex-basis: 7.5rem;
    display: inline-block;
    margin: .2rem;
    min-width: 14rem
}


@media (min-width: 1009px){ul#livesearch-grid {
    min-height:calc(100vh - 9.375rem - 3.2rem);
    margin-top:50px}}

@media (min-width: 769px){ul#livesearch-grid {
    margin-top:70px
}}

@media (min-width: 769px){ul#livesearch-grid {
    width:calc(100% - 15.5rem);
    float:right;min-height:calc(100vh - 9.375rem - 70px)}
                         }
ul#livesearch-grid {
    list-style-type: none;
    overflow: hidden;
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    max-height: calc(100vh - 5rem - 12.7rem)
}

#auth-img {
    float: left;
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

#livesearch-grid img {
    height: auto;
    max-height: 7.5rem;
    max-width: 7.5rem;
    width: auto
}

.resultados_data_ls {
    position: fixed;
    left: 35px;
    z-index: 999;
    margin-top: 0.3125rem;
    padding: 1px 8px;
    border-bottom: 1px solid #ccc;
    background-color: #fff
}

.filtrar_datos_ls,.boton-livesearch {
    border-radius: 5px;
    float: right;
    margin-top: 0.3125rem;
    margin-right: .8rem;
    padding-right: 10px;
    cursor: pointer;
    background: #333;
    color: #fff;
    padding: .2rem .6rem;
    position: fixed;
    right: 40px;
    z-index: 100
}

.boton-livesearch {
    width: 30px;
    background-color: #333;
    border-radius: 50%
}

.boton-livesearch:hover {
    background: #666
}

.boton-livesearch a:hover {
    color: #fff
}

.filtrar_datos_ls {
    right: 6rem;
    background-color: #e0e0e0;
    color: #333;
    display: flex
}

.categorias-livesearch {
    display: none;
    background: #fefefe;
    font-size: .8rem;
    color: #333;
    width: 100%;
    float: left;
    text-align: left;
    height: calc(100vh - 17.7rem);
    overflow-y: scroll;
    overflow-x: hidden;
    position: fixed;
    width: 15rem;
    margin-top: 90px;
    display: none
}

.categorias-live-listado ul {
    margin-top: 0;
    width: 100%;
    clear: left;
    float: left
}

.categorias-live-listado li {
    width: auto;
    padding: 0;
    border: none;
    border-bottom: 1px solid #ededed;
    margin: 0;
    display: block
}

.categorias-live-listado li a {
    color: #333;
    padding: .6rem;
    font-size: .8rem
}

.categorias-live-listado li a:hover {
    background-color: #ccc;
    color: #fff
}

@media (min-width: 769px) {
    .livesearch-grid li {
        min-width:initial
    }

    .icono_comparador {
        margin-top: 1.6rem
    }

    .categorias-livesearch {
        display: block;
        margin-top: 0;
        height: calc(100vh - 9.375rem);
        border-top: 1px solid #e0e0e0
    }

    .filtrar_datos_ls {
        display: none
    }
}

.searchbox-icon {
    margin-top: 1.25rem
}

#bloque-login-carrito {
    margin-top: 1.2rem;
    display: flex;
    right: .8rem
}

#bloque-login-carrito svg:hover {
    fill: #b71c1c
}

.login {
    font-size: 30px
}

#id-carrito {
    position: absolute;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    left: .4rem;
    top: -.5rem;
    width: 21px
}

.sumar-carrito {
    float: right;
    padding-right: .625rem;
    width: 23px;
    height: 23px
}

.icon-cart {
    position: relative;
    text-align: center;
    height: 2rem;
    float: left
}

#txt_cart {
    width: 7.5rem
}

.carro-flotante-cerrado {
    visibility: hidden;
    opacity: 0;
    transform: translateX(50%);
    transition: all .5s ease 0s,visibility 0s linear .5s
}

#carro-flotante {
    -webkit-transition: all .4s ease-out;
    background: #fff;
    box-shadow: -5px 5px 15px -3px rgba(0,0,0,0.23);
    height: auto;
    max-height: 31.25rem;
    position: fixed;
    right: 0;
    transition: all .4s ease-out;
    z-index: 55;
    width: 18.75rem;
    top: 70px
}

.menu-principal span {
    font-size: .7rem
}

.three {
    width: 23.8%
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%
}

.col:first-of-type {
    margin-left: .15rem
}

.cf:before,.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    *zoom:1}

.row .three {
    padding: 80px 30px;
    box-sizing: border-box;
    background-color: #2c3e50;
    color: #ecf0f1;
    text-align: center
}

.hamburger .line {
    width: 28px;
    height: 4px;
    background-color: #666;
    display: block;
    margin: 6px auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#hamburger-1.is-active .line:nth-child(2) {
    opacity: 0
}

#hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg)
}

#hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg)
}

.mensaje-cabecera {
    background: #333;
    color: #fff;
    text-align: center;
    padding: .8rem .4rem;
    font-size: .9rem
}

.texto-titulo {
    font-size: .9rem;
    float: left;
    margin-top: .3rem;
    color: #ccc
}

.clear {
    clear: both
}

.no-mostrar {
    display: none
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
}

.boton-cerrar-sesion {
    background: #ccc;
    color: #333;
    font-size: .8rem;
    padding: .2rem
}

.boton-cerrar-sesion:hover {
    cursor: pointer;
    -webkit-transition: all .5s ease-out;
    background: #333;
    color: #fff;
    transition: all .5s ease-out
}

.margen-abajo {
    margin-top: 1.6rem
}

.flota-izquierda {
    float: left
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px
}

.byline a {
    text-decoration: none;
    color: #d74b4b
}

.box-menu {
    width: 100%;
    background: #333
}

.wrapper-menu {
    max-width: 1180px;
    margin: 0 auto
}

.msg-canarias-2020 {
    background-size: 100% 100%;
    width: 100%;
    padding: .8rem;
    float: left;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    background-color: #09dffb
}

.imagen-configurador-nav {
    width: 117px;
    height: 200px;
    border-radius: 8px
}

ul#nav-menu {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

#nav-menu li.first-dd a.top-menu {
    padding-left: 1.25rem
}

#nav-menu li a.top-menu {
    cursor: pointer;
    padding: 3px 14px;
    font: 700 17px/2rem var(--fuente_main),sans-serif;
    color: #fff;
    display: block
}

#nav-menu li a.top-menu:hover {
    background: #fff;
    color: #394454
}

#nav-menu li.top-menu {
    width: auto
}

#nav-menu li a.top-menu:after {
    content: "";
    float: right;
    margin-left: 7px;
    margin-top: 10px;
    transition: all .35s ease-out;
    border: solid #777;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

#nav-menu>li:hover .dd-container {
    top: 0
}

#nav-menu>li:hover .full-width-dd {
    height: auto
}

.level1 {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-top: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 38px;
    z-index: 5;
    transform: scaleY(0);
    transform-origin: 100% 0%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5)
}

#nav-barmenu>li.right-aligned-dd .level1 {
    right: -350px
}

.level1 input[type=text]:hover,.level1 input[type=password]:hover {
    background-color: #fff;
    border-color: rgba(82,168,236,.8);
    ;box-shadow: 0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(82,168,236,.6)
}

.level1>.dd-container {
    position: relative
}

#nav-menu>li:hover .level1 {
    height: auto;
    opacity: 1;
    padding: 10px 0;
    transform: scaleY(1)
}

.fourcols-dd>.dd-container {
    top: -500px
}

#nav-menu>li:hover .threecols-dd {
    height: auto
}

.threecols-dd {
    width: 760px;
    left: 150px
}

span.arrow-right {
    background: url(https://static.innovainformatica.com/nav/iconos-normales.png) 0 -110px no-repeat;
    display: inline-block;
    height: 8px;
    margin-left: 6px;
    vertical-align: middle;
    width: 6px
}

.full-width-dd .header-section a:hover span {
    text-decoration: underline
}

.contact-dd {
    left: 200px;
    width: 660px
}

.contact-dd .dd-col1 {
    width: 335px
}

.contact-dd .dd-col1 img {
    width: 33px;
    height: 33px
}

.contact-dd .col2 {
    width: 315px
}

.contact-dd .col2 p img {
    display: inline-block;
    width: 268px;
    height: 198px;
    margin: 8px 0 0;
    border: 1px solid #ccc
}

.contact-dd .col2 p a em {
    font-style: italic;
    color: #c1272d;
    text-decoration: underline
}

.contact-dd .col2 p a:hover em {
    text-decoration: none
}

.contact-dd .col2 div a:hover {
    text-decoration: none
}

.contact-dd>.dd-container {
    height: 300px
}

.highlight .t-h3 a:hover {
    text-decoration: underline
}

.dd-col1 {
    width: 250px
}

.dd-col1,.dd-col2 {
    float: left;
    padding: 0 15px 10px
}

.dd-col2 {
    width: 350px
}

.threecols-dd .dd-col1 {
    padding-bottom: 0
}

.fourcols-dd {
    height: 550px;
    width: 736px
}

.fourcols-dd>.dd-container {
    top: -500px
}

.full-width-dd {
    left: 130px;
    width: 47.5rem
}

.menu-apple {
    left: 200px;
    width: 44rem
}

.full-width-dd .header-section a:hover span {
    text-decoration: underline
}

.t-h2 {
    font: 700 1rem var(--fuente_main),Arial,Helvetica,sans-serif;
    border: 0;
    width: 100%
}

.t-h3 {
    text-transform: uppercase;
    font: 700 .9rem var(--fuente_main),Arial,Helvetica,sans-serif
}

.container {
    display: block;
    width: 100%;
    clear: both;
    max-width: 100rem;
    margin: 0 auto;
    margin-top: 4rem
}

header #cssmenu,#col-izquierdo #cssmenu {
    display: none
}

#col-izquierdo img {
    width: 100%;
    height: auto
}

header #cssmenu {
    display: none
}

#cssmenu {
    width: 80%;
    background-color: #fff;
    display: none;
    position: fixed;
    padding-top: 10px;
    max-height: calc(100vh - 4.1rem);
    overflow-y: auto;
    top: 4.1rem;
    z-index: 3;
    left: 0;
    box-shadow: 5px 5px 5px 5px rgba(68, 68, 68, 0.3)
}

#cssmenu >ul >li >a {
    display: block;
    padding: 8px 10px;
    color: #000
}

#cssmenu >ul >li.active {
    border-bottom: none;
    background: #e8e8e8
}

#cssmenu >ul >li.active,#cssmenu li:last-child {
    border-bottom: none
}

#cssmenu >ul >li:first-child {
    display: none
}

#cssmenu >ul >li:hover >a {
    background: #333;
    color: #fff
}

#cssmenu li:hover {
    background: #333;
    color: #fff
}

#cssmenu li:last-child {
    border-bottom: none
}

#cssmenu ul ul {
    background-color: #fff;
    display: none
}

#cssmenu ul ul a {
    display: block;
    padding: .3rem .625rem .3rem 1.5625rem
}

#cssmenu ul ul a:hover {
    background-color: #333;
    color: #fff
}

.panel-basico-content .products {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    float: left;
    margin: .8rem 0
}

.panel-basico-content .products .image {
    width: 35%;
    align-items: center;
    display: flex;
    justify-content: center
}

.panel-basico-content .products .image img {
    width: 70px;
    height: auto
}

.panel-basico-content .products .name {
    width: 65%
}

.panel-basico-content .products .name:hover>a {
    color: #000
}

.miga-pan {
    padding: .4rem 0;
    display: inline-flex
}

ul.miga-pan li+li:before {
    padding-left: .2rem;
    content: ">"
}

ul.breadcrumb {
    list-style: none
}

ul.breadcrumb li {
    display: inline
}

ul.breadcrumb li+li:before {
    padding-left: .2rem;
    content: ">"
}

ul.breadcrumb li a {
    padding: .4rem;
    position: relative;
    color: #000
}

ul.breadcrumb li:last-child a span {
    padding: .2rem .5rem;
    text-transform: uppercase
}

ul.breadcrumb li a:hover {
    color: #fff;
    background-color: #8f1717
}

ul.breadcrumb li:last-child a {
    pointer-events: none;
    cursor: default
}

#pie {
    background: #000;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc
}

#pie .fa,#pie .fab,#pie .fal,#pie .far,#pie .fas {
    color: #ccc
}

.cuadro-pie {
    -webkit-transition: all .5s ease-in-out;
    padding: .8rem;
    height: auto;
    font-size: .8rem;
    background: #f0f0f0;
    max-width: 1200px;
    margin: 0 auto
}

#newsletter,#return-newsletter {
    color: #fff;
    padding: 0 .8rem
}

#newsletter .campo {
    width: initial;
    background: #fff;
    display: initial;
    overflow: hidden
}

#return-newsletter {
    border-bottom: 1px solid #eee;
    padding-bottom: .8rem
}

#return-newsletter a {
    color: #ccc
}

#return-newsletter a:hover {
    color: #ff7000
}

#newsletter input[type=checkbox] {
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    padding: 10px;
    margin: 10px
}

#newsletter [type="submit"] {
    background-color: #2fb5d2;
    color: #fff
}

#newsletter [type="submit"]:hover {
    background-color: #ccc;
    cursor: pointer
}

.info-reparaciones {
    padding: .9rem;
    padding-left: 0;
    font-weight: 700;
    line-height: 1.5rem;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.info-reparaciones a {
    color: #2d48e2
}

.info-reparaciones a:hover {
    color: #ff2d00
}

.info-pie {
    padding-top: .8rem;
    max-width: 98.75rem;
    margin: 0 auto;
    padding: 0 .8rem
}

.info-pie .logo_pie {
    margin: 1.25rem 0;
    text-align: center;
    display: flex;
    width: 100%;
    flex-flow: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center
}

.info-pie .logo_pie img {
    margin: .8rem;
    object-fit: scale-down
}

.info-pie .fa,.info-pie .far,.info-pie .fas {
    color: #777
}

.info-pie span {
    border-top: none
}

.info-pie .num-tlf a {
    font-size: 1.1rem;
    font-weight: 700
}

.lengueta_pie {
    color: #000;
    padding: 1.25rem;
    background-color: #ccc;
    margin-bottom: 0.8rem;
    border-radius: 0 0 7px 7px
}

.rgpd-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    z-index: 1000;
    display: none; /* Oculto por defecto */
}

.rgpd-banner p {
    margin: 0;
    display: inline-block;
}

.rgpd-banner a{color:#fff;text-decoration:underline}

.rgpd-button {
    background-color: #2C632E;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.rgpd-button:hover {
    background-color: #45a049;
}


.expand {
    width: 100%
}

.resaltado {
    color: #fff;
    background: #333;
    font-weight: 700;
    font-size: 19px;
    text-transform: uppercase;
    padding: 19px;
    margin-bottom: .8rem;
    float: left;
    width: 100%
}

#col-izquierdo .resaltado {
    display: flex;
    font-weight: 100
}

.bloque-info-pie {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    line-height: 1.5rem;
    color: #c9c9c9
}

.bloque-info-pie ul {
    margin-left: .8rem
}

.bloque-info-pie2 {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    line-height: 1.5rem;
    color: #c9c9c9
}

.bloque-info-pie > svg,.bloque-info-pie2 > svg {
    fill: #777
}

.titulo-pie {
    padding: .2rem 0;
    font-weight: 100;
    color: #fff;
    font-weight: 700;
    font-size: 1.1rem
}

.bloque-info-pie a {
    color: #c9c9c9;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    width: 100%;
    float: left;
    padding: 0 .8rem
}

.bloque-info-pie a:hover {
    color: #ff7000;
    padding-left: 10px
}

.boton-info {
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    padding: 5px 15px;
    background: #a71a1a
}

.bloque-info-pie li {
    list-style-type: square;
    line-height: 1.4rem;
    margin: .5rem
}

.linea-botones-pie {
    text-align: center;
    line-height: 2rem;
    background: #999
}

.linea-botones-pie a {
    padding: .312rem
}

.linea-botones-pie ul {
    padding-left: 7px
}

.linea-botones-pie li {
    display: inline-block;
    list-style-type: circle;
    line-height: 2.5rem;
    padding-left: 1rem
}

.linea-botones-pie li a {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.linea-botones-pie li:hover {
    cursor: pointer;
    background: #666
}

.nota-legal {
    color: #fff;
    width: 100%;
    margin-top: 0;
    background-color: #131A22;
    padding: .4rem .8rem;
    border-radius: 7px 7px 0 0
}

.botones-acept-cookies a:active,.botones-acept-cookies a:link,.botones-acept-cookies a:visited {
    background: #fff;
    border-radius: 5px;
    float: left;
    font-size: .9rem;
    margin: .8rem;
    padding: .2rem .8rem
}

.capa-cookie {
    background: #000;
    bottom: 0;
    color: #fff;
    padding: .4rem;
    position: fixed;
    width: 100%;
    z-index: 10;
    display: block
}

.capa-cookie p {
    font-size: .8rem
}

.nota-legal span {
    color: #fff
}

.nota-legal a {
    color: #ccc;
    text-decoration: underline
}

.nota-legal a:hover {
    color: #ff7000
}

.capa-cookie {
    height: auto;
    opacity: .8;
    border: 1px solid #e7e7e7;
    border-radius: 4px
}

.capa-cookie-interna a {
    color: #e67004;
    text-decoration: underline
}

.capa-cookie-interna {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    z-index: 11
}

.alert-innova {
    margin-top: 5px;
    border-color: #FFF;
    color: #FFF;
    padding: 2px 7px;
    line-height: 1.5rem
}

.aceptCookies {
    color: #FFF;
    cursor: pointer;
    margin-left: 25px;
    width: 41px;
    border: 1px solid;
    padding: 1px 10px;
    border-radius: 5px
}

.scrollup {
    bottom: 80px;
    height: 40px;
    position: fixed;
    right: 50px;
    width: 40px;
    z-index: 4;
    font-size: 40px;
    display: none;
    cursor: pointer
}

@media print {
    .no-print {
        display: none;
        visibility: hidden
    }

    #wrapper,#bloque-login-carrito,.linea-botones-pie,#linea-titulos-tabla,#col-izquierdo {
        display: none;
        visibility: hidden
    }
}

@media (max-width: 768px) {
    #cuerpo {
        margin:0;
        background: #fff
    }

    .sticky {
        box-shadow: 1px 1px 10px rgba(0,0,0,0.15)
    }

    .searchbox-dd input[type=text] {
        width: 100%;
        max-width: 100%
    }

    .bloque-carro {
        width: 30px
    }

    #txt_cart {
        display: none
    }

    .menu-principal {
        margin-top: 1.25rem;
        width: 27px
    }

    .box-menu {
        display: none
    }

    #col-izquierdo {
        display: none;
        width: 80%;
        padding: 0;
        z-index: 3;
        border: 1px solid #ccc;
        box-shadow: 0 10px 25px rgba(0,0,0,0.5);
        top: 100px;
        bottom: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: transform 0.2s;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
        margin-top: 0;
        background: #efefef;
        height: 100%
    }

    #cssmenu>ul>li>a {
        padding: 7px 30px 7px 10px
    }

    #cssmenu > ul > li.has-sub > a:before {
        content: "";
        float: right;
        margin-top: 8px;
        transition: all .35s ease-out;
        border: solid #000;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    #cssmenu > ul > li.has-sub.active > a:before {
        -ms-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        transition: all .35s ease-out
    }

    #cssmenu ul ul a {
        border-bottom: 1px solid #ccc;
        padding: .6rem 0.625rem
    }

    #cssmenu ul li:last-child a {
        border-bottom: none
    }

    #box-banner-home-medio {
        padding: 0
    }

    #box-banner-home-medio h1 {
        font-size: .9rem
    }

    ul.breadcrumb {
        text-transform: uppercase;
        margin-top: 0
    }

    .cuadro-pie {
        border: 0;
        border-radius: 0
    }

    .linea-botones-pie {
        border-radius: 0
    }

    .info-pie {
        border-radius: 0;
        border: 0
    }

    .info-pie .fa,.info-pie .far,.info-pie .fas {
        display: none
    }

    #newsletter,#return-newsletter {
        padding: 0
    }

    #newsletter input[type="email"] {
        width: 80%;
        max-width: 400px
    }

    #newsletter input[type=checkbox] {
        -ms-transform: scale(3);
        -moz-transform: scale(3);
        -webkit-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        margin-right: 2rem;
        float: left
    }

    .bloque-info-pie,.bloque-info-pie2 {
        width: 100%;
        line-height: 2rem
    }

    .bloque-info-pie p,.bloque-info-pie2 p {
        padding: .8rem
    }

    .bloque-info-pie svg,.bloque-info-pie2 svg {
        display: none
    }

    .titulo-pie {
        display: block;
        padding: .6rem .8rem
    }

    .titulo-pie:after {
        content: "";
        float: right;
        margin-left: 5px;
        margin-top: 8px;
        transition: all .35s ease-out;
        border: solid #c9c9c9;
        border-width: 0 2px 2px 0;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg)
    }

    .titulo-pie:hover {
        cursor: pointer
    }

    .expand:focus {
        outline: none
    }

    .scrollup {
        right: 20px
    }
}

@media (min-width: 320px) {
    #livesearch-grid li {
        width:45%;
        flex-basis: 45%;
        margin-bottom: 1.6rem;
        min-width: initial
    }
}

@media(min-width: 480px) {
    #livesearch-grid li {
        width:12rem;
        flex-basis: 12rem
    }

    #auth-img {
        height: 12rem;
        width: 12rem
    }

    #livesearch-grid img {
        max-height: 12rem;
        max-width: 12rem
    }

    .info-pie .logo_pie {
        flex: 1 1 0;
        flex-flow: row wrap;
        border-top: 1px solid #333
    }

    .info-pie .logo_pie img {
    }
}

@media(min-width: 769px) and (max-width:1008px) {
    .menu-apple {
        left:0
    }

    .threecols-dd,.contact-dd {
        left: 0;
        margin-top: 40px
    }
}

@media(max-width: 769px) {
    .box-menu {
        display:none
    }
}

@media(min-width: 768px) {
    .livesearch-grid {
        position:fixed;
        left: 20px;
        margin-top: 27px;
        max-height: calc(100vh - 9.375rem)
    }

    ul#livesearch-grid {
        width: calc(100% - 15rem);
        float: right;
        min-height: calc(100vh - 9.375rem - 5.5rem)
    }

    .resultados_data_ls {
        right: 50px;
        left: initial;
        margin-top: 2.8125rem
    }

    .select-data-ls {
        display: block;
        left: 290px;
        margin-top: 0.3125rem
    }

    #box-banner-home-medio {
        padding-right: 0
    }

    #col-izquierdo {
        width: 15rem;
        border: none
    }

    header {
        background-color: #ededed;
        display: flex;
        height: 6rem;
        border-bottom: 1px solid #ccc
    }

    #box-head {
        padding: 0 2rem;
        box-shadow: none;
        top: 0;
        right: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: center;
        max-width: 100rem;
        margin-left: auto;
        margin-right: auto;
        height: 6rem;
        border-bottom: 1px solid #ccc
    }

    .menu-principal {
        margin-top: 1.6rem
    }

    .menu-principal:after {
        content: "MENU";
        font-size: .7rem;
        line-height: .4rem;
        display: flex;
        margin-top: .4rem
    }

    .searchbox-icon {
        display: none
    }

    .searchbox-dd {
        width: 40%;
        max-width: 40%;
        margin-top: 1.2rem;
        box-shadow: none;
        border: 0;
        position: relative;
        display: block;
        padding: 0;
        height: 3.2rem
    }

    .logo {
        margin-top: 1.4rem;
        position: absolute;
        left: 5rem
    }

    #bloque-login-carrito {
        margin-top: 2rem;
        width: 10rem;
        justify-content: space-between
    }

    .bloque-carro {
        width: 7.4rem
    }

    .wrapper-menu {
        padding-left: 20px;
        padding-right: 20px
    }

    .box-menu {
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.15);
        min-height: 40px
    }

    #col-izquierdo {
        display: none;
        position: relative
    }

    body {
    }

    .container {
        margin-top: 6rem
    }

    #col-izquierdo #cssmenu {
        display: none
    }

    #cssmenu {
        max-width: 17rem;
        top: 6rem;
        padding-left: 20px;
        overflow-y: unset;
        max-height: calc(100vh - 6rem);
        height: 100%;
        padding-top: 0;
        left: initial
    }

    #cssmenu>ul>li {
        border-bottom: none
    }

    #cssmenu >ul >li:hover ul {
        display: block
    }

    #cssmenu>ul>li>a {
        padding: 5px 10px
    }

    #cssmenu>ul>li.has-sub>a:before {
        border: 0
    }

    #cssmenu>ul>li:hover >ul {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        visibility: visible
    }

    #cssmenu ul ul {
        display: block;
        left: 100%;
        right: auto;
        z-index: 5;
        position: absolute;
        padding: 0;
        max-width: none;
        top: 0
    }

    #cssmenu ul ul {
        -webkit-transform-origin: left top;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: rotateY(-90deg);
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        -o-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        width: 500px;
        min-height: 500px;
        opacity: 0;
        box-shadow: 5px 5px 5px 0 rgba(68, 68, 68, 0.3)
    }

    #cssmenu ul ul a {
        border: 0;
        padding: 5px 10px
    }

    #cssmenu>ul ul li:hover {
        background-color: #333;
        color: #fff
    }

    #cssmenu ul ul a:hover {
        background-color: #333;
        color: #fff
    }

    .ul-portatiles {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-portatiles.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-componentes {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-fondo-componentes.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-imagen-sonido {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-imagen-sonido.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-perifericos {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-perifericos.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-movilidad {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-movilidad.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-software {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-software.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-accesorios {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-accesorios.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-apple {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-apple.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-redes {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-redes.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-consolas {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-consolas.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-tpv {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-tpv.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-vigilancia {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-vigilancia.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-consumibles {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-consumibles.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-cables {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-cables.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .ul-reparaciones {
        background: url('https://innovainformatica.com/images-amigables/menu/menu-reparaciones.jpg') bottom #FFFFFF no-repeat;
        background-size: 500px 350px
    }

    .info-pie .logo_pie img {
    }

    .bloque-info-pie,.bloque-info-pie2 {
        padding: .8rem 0
    }

    .bloque-info-pie a {
        background: none;
        border-bottom: none;
        width: 100%;
        float: initial;
        padding: 0;
        margin-left: 0
    }
}

@media (min-width: 1009px) {
    .logo {
        width:196px;
        margin-top: .8rem;
        height: 57px
    }

    .resultados_data_ls {
        right: initial;
        left: 18.125rem;
        margin-top: 0.4375rem
    }

    .header_data_ls {
        height: 3rem
    }

    .select-data-ls {
        left: 26.875rem
    }

    ul#livesearch-grid {
        border-top: none;
        min-height: calc(100vh - 9.375rem - 3rem)
    }

    #livesearch-grid li {
        margin: .8rem;
        border-bottom: none;
        margin-bottom: 1.6rem
    }

    .info-pie .logo_pie img {
    }
}

@media (min-width: 100rem) {
    #carro-flotante {
        left:calc(50% + 32rem)
    }
}

@media (min-width: 1200px) {
    #cuerpo {
        background-color:#fff
    }
}

@media (min-width: 100rem) {
    .livesearch-grid {
        max-width:100rem;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    #livesearch-grid li {
        width: 15rem;
        flex-basis: 15rem;
    }

    .resultados_data_ls {
        right: initial;
        margin-left: 18rem;
        left: initial
    }

    .select-data-ls {
        margin-left: 27rem;
        left: initial
    }

    .boton-livesearch {
        right: initial;
        margin-left: 92rem
    }
}

.bloque-busqueda ul {
    line-height: 1.65;
    list-style-image: url(/images/botones/icn-rectangle-list-red.png);
    padding-left: 7px
}

.aclara_img {
    opacity: .3
}

.precio-old-livesearch {
    clear: both;
    /* display: block; */
}

#precio-livesearch {
    color: rgb(17,17,17);
    font-weight: 700;
    width: 100%;
    display: flex
}

#precio-livesearch img {
    height: 17px;
    width: 18px
}

#no-result {
    background: #000;
    padding: .65rem .625rem;
    text-align: center;
    width: 100%
}

#no-result li:hover {
    color: #3d4e5d
}

#no-result ul a {
    text-decoration: none
}

#rest {
    float: left;
    max-height: 5rem;
    line-height: 1.3;
    overflow: hidden;
    color: #777;
    word-break: break-word;
    width: 100%
}

#rest:hover {
    color: #000
}

#view-more {
    background: #04756F;
    height: 1.8rem;
    padding: .1rem;
    text-align: center;
    width: 100%
}

#view-more,#view-more li,#view-more a,#no-result {
    color: #fff;
    font-size: 1em
}

#view-more:hover {
    background: #28A8DA
}

.env-carro-flotante {
    border: 1px solid #ccc;
    padding: .8rem
}

#flota-carrito {
    z-index: 10;
    max-height: 18.75rem;
    overflow-y: auto;
    display: flex;
    flex-flow: column;
}

.item-foto-flotante-carrito {
    border-bottom: 1px solid #ccc;
    clear: both;
    float: left;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.item-foto-flotante-carrito:last-child {
    border-bottom: 0
}

.nombre-producto-flotante-carrito {
    float: left;
    width: 10.7rem;
    margin-left: .8rem;
    height: 4.4rem;
    overflow: hidden;
    font-size: 13px;
    background-color: #e9e9e9;
    line-height: 1.4rem;
    padding: .2rem .4rem
}

.precio-producto-flotante-carrito {
    color: rgb(17,17,17);
    float: left;
    font-weight: 400;
    padding-top: .5rem;
    clear: left
}

.unidades-carrito-flotante {
    float: right;
    margin-left: .8rem;
    padding-top: .5rem;
    margin-right: .8rem
}

.foto-carrito-flotante {
    width: 75px;
    height: 75px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center
}

.foto-carrito-flotante img {
    max-width: 75px;
    overflow: hidden;
    max-height: 75px
}

.total-carrito-flotante {
    border-top: 1px solid #ccc;
    padding: .8rem;
    border-radius: 5px 5px 0 0;
    margin-top: 1rem;
    text-align: right
}

.gastos-envio-carrito-flotante {
    background-color: #f0f0f0;
    border-radius: 5px 5px 0 0;
    padding: 1rem;
    text-align: right
}

.tramitar-pedido-carrito-flotante {
    background: #ef5602;
    padding: .8rem;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    float: right;
    font-weight: 100
}

.tramitar-pedido-carrito-flotante:hover {
    background: #ef3602;
    color: #fff
}

.tramitar-pedido-carrito-flotante span {
    color: #fff;
    display: block
}

::-webkit-scrollbar {
    width: .8rem;
    background-color: #fff;
    border-color: #b2b2b2
}

::-webkit-scrollbar-thumb {
    width: .8rem;
    background-color: #3a3a3a
}

::-webkit-scrollbar-thumb:hover {
    background-color: #f17317
}

::-webkit-scrollbar-track {
    border-color: #b2b2b2;
    background-color: #fff
}

::-webkit-scrollbar-track:hover {
    border-color: #3a3a3a
}
