﻿:root { --color1: #1565c0; --color2: #666; --color3: #444; --bg-color1: #1565c0; --bg-color2: #f5f5f5; --bg-color3: #eee; --font-size: 16px; --line-height: 1.2; }

/* Títulos */
form.escaparate .titulo1 {}
form.escaparate .titulo2 {}
form.escaparate .titulo3 {}

/* # # # # # # # # # # # */

.escaparate .desCat { margin-bottom: 20px; }
input,textarea, button, select { border-radius: 0; background: white; box-shadow: none;}
.compmenutitle{ display: none; }

/*  #### ORDENACIÓN ####  */
.orderbycomp { line-height: 20px; text-align: right; }
.orderbycomp select { border: 1px solid #eee; padding: 6px 8px; margin-left:8px;border-radius:4px;}
.orderbycomp option { padding:3px 5px; }

/*  #### PAGINACIÓN ####  */
#paginacion { text-align: center; clear: both; margin-top: 30px; }
#paginacion ul li{ display: inline-block;}
#paginacion ul li a { display: block; width: 30px; font-size: 14px; line-height: 30px; border-radius: 6px; text-decoration: none; margin: 5px; color: var(--color2); background-color: var(--bg-color3); }
#paginacion ul li:hover a{opacity:0.8; }
#paginacion ul li:first-child a, #paginacion ul li:last-child a { width: 74px; font-size: 16px; }
#paginacion ul li .select { font-weight: bold; }
#paginacion ul li .des { opacity: 0.5; cursor: default; }

/*  #### PIE ####  */
.comppie{ margin-top: 20px;border-top: 1px solid #ccc; padding-top: 20px;}
.comppie .contantsig { display:flex;justify-content:space-between;}
.comppie .fichaanterior, .comppie .fichasiguiente { display: flex; align-items: center; border-radius: 6px; text-decoration: none; padding: 12px 24px; text-align: center; margin-bottom: 20px; }
.comppie .fichasiguiente {flex-direction:row-reverse;}
.comppie .fichaanterior span, .comppie .fichasiguiente span { overflow:hidden; display: block; text-overflow: ellipsis; white-space: nowrap;}
.comppie .fichaanterior i {  margin-right: 10px; line-height: 20px; }
.comppie .fichasiguiente i { margin-left: 10px; line-height: 20px; }
.comppie .fichaanterior { float: left; }
.comppie .fichasiguiente { float: right; }
.comppie .pievolver{ display: inline-block; border-radius: 6px; text-decoration: none; padding: 10px 40px; clear: both;line-height:100%;background-color:var(--bg-color3);color:var(--color3);}
.comppie .pievolver i{ margin-right: 10px; font-size: 20px;display:inline-block; }
.comppie .pievolver span, .pievolver i{ display: inline-block; vertical-align: middle; }

/*  #### MENÚ ####  */
.escaparate #menu2{ width: 100%; padding: 0px; text-align: left; margin: 0 auto 20px; }
.escaparate #menu2 li { display: inline-block; margin: 2px; }
.escaparate #menu2 ul li:hover {opacity:0.84;}
.escaparate #menu2 ul li a { display: inline-block; padding: 8px 16px; border-radius: 3px; text-decoration: none; background-color: var(--bg-color1); color:white; }
.escaparate #menu2 .select { opacity:0.6;}
.escaparate #menu2 .todos { position: relative;padding-left:44px;}
.escaparate #menu2 .todos:before { content: "\f177"; font-family: "Font Awesome 5 Pro"; font-weight: 300; position: absolute; font-size: 22px; left: 0; display: block; top: 0; margin-right: 3px; background: rgba(0,0,0,0.2); width: 34px; height: 100%; display: flex; align-items: center; justify-content: center; }
.escaparate #menu2 a#pullcomp { font-size: 18px; line-height: 120%; padding:16px 12px; text-align: center; display: none; position: relative; width: 100%; text-decoration: none;background-color:var(--bg-color1);color:white;}
.escaparate #menu2 a#pullcomp i { font-size: 25px; margin-right: 10px; margin-top: -10px; display: inline-block; vertical-align: middle; }

/*  #### GENERAL RESULTADOS ####  */
.escaparate .listado.noprod { padding: 20px; background-color: var(--bg-color2); }
.escaparate .listado:not(.noprod):not(.swiper-wrapper) { display: grid; }
.escaparate .listado article { display: flex; flex-direction: column; background-color: var(--bg-color2); }
.escaparate .listado article .imgcont { overflow: hidden; background: #000; position: relative; }
.escaparate .listado article.proddestacado .imgcont:after { content: "destacado"; position: absolute;text-transform:uppercase; top: 4px; right: 4px; background: rgba(0,0,0,0.78); padding: 4px 12px; color: white; box-shadow:0px 0px 4px rgba(0,0,0,0.3); }
.escaparate .listado article .imgcont img { object-fit: cover; display: block; width: 100%; -webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -ms-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; }
.escaparate .listado article .imgcont:hover img{ -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); opacity: 0.7;}
.escaparate .listado article .cont { padding: 20px; display: flex; flex-direction: column; flex: 1; justify-content: space-between; }
.escaparate .listado article .cont h2 { margin: 0 0 8px; }
.escaparate .listado article .cont h2 a{ text-decoration:none;color:inherit;}
.escaparate .listado article .cont h2 a:hover{ text-decoration: underline;}
.escaparate .listado article .cont .info { margin: 0 0 8px; }
.escaparate .listado article .cont .info a { color: var(--color2); }
.escaparate .listado article .cont .desc{ margin: 0 0 20px; max-height: calc(var(--font-size) * var(--line-height) * 4); /* múltiplo del line-height del body (20x4)*/ overflow: hidden; position: relative; }
.escaparate .listado article .cont .desc:before { content: "."; position: absolute; width: 40%; color: transparent; top: calc(var(--font-size) * var(--line-height) * 3); right: 0; background: -moz-linear-gradient(left, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%); background: -webkit-linear-gradient(left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); background: linear-gradient(to right, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); }
.escaparate .listado article .precio { text-align: center; font-size: 20px; font-weight:bold;}
.escaparate .listado article .precio.cons { font-size: 120%; }
.escaparate .listado article .precio a { display: inline-block; border-radius: 3px; text-decoration: none; padding: 8px 12px; margin: 0;background-color:var(--bg-color1);color:white; }
.escaparate .listado article .precio a i{ float:left; }

/*  #### MODO - 3 por fila ####  */
.escaparate.x3 .listado { grid-template-columns: 1fr 1fr 1fr; grid-gap: 16px; }

/*  #### MODO  - 4 por fila ####  */
.escaparate.x4 .listado { grid-template-columns: 1fr 1fr 1fr 1fr; grid-gap: 16px; }
.escaparate.x4 .listado article .cont { padding: 12px; }

/*  #### MODO ESTILO1 ####  */
.escaparate.estilo1 .listado { grid-gap: 20px; }
.escaparate.estilo1 .listado article { background:transparent;padding-bottom:30px;}
.escaparate.estilo1 .listado article .cont { padding: 12px 4px; flex-direction: row; }
.escaparate.estilo1 .listado article .cont .desc { display: none; }
.escaparate.estilo1 .listado article .cont .info { display: none; }
.escaparate.estilo1 .listado article .cont h2 { font-size: var(--font-size); line-height: var(--line-height); width: 100%; max-height: calc(var(--font-size) * var(--line-height) * 2); overflow: hidden; position: relative; margin: 0 12px 0 0; }
.escaparate.estilo1 .listado article .cont h2:before { content: "."; position: absolute; width: 20%; color: transparent; top: calc(var(--font-size) * var(--line-height)); right: 0; background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); }
.escaparate.estilo1 .listado article .precio { margin-left:16px; text-align: right;width:84px; flex-shrink:0; font-size:18px; }
.escaparate.estilo1 .listado article .precio a { padding: 0; color: var(--color1);background:transparent; }
.escaparate.estilo1 .listado article .precio.cons a { font-size: var(--font-size);line-height:var(--line-height);}

/*  #### MODO ESTILO2 ####  */
.escaparate.estilo2.x3 .listado {grid-gap: 8px; }
.escaparate.estilo2 article { position: relative; overflow: hidden; }
.escaparate.estilo2 article .imgcont > a { display: block; position: relative; background: black; }
.escaparate.estilo2 article .imgcont > a > img { display: block; width: 100%; transition: all 150ms ease-in 0s; }
.escaparate.estilo2 article .imgcont > a:after { bottom: 50%; color: white; content: "\f067"; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-size: 0; height: 80px; left: 50%; line-height: 80px; opacity: 0; position: absolute; right: 50%; text-align: center; top: 50%; transform: translate(-50%, -50%); transition: all 150ms ease-in 0s; width: 80px; z-index: 1; }
.escaparate.estilo2 article:hover .imgcont > a:after { opacity: 1; font-size: 40px; }
.escaparate.estilo2 article .imgcont > a:before { position: absolute; width: 100%; height: 100%; content: ""; background-color: rgba(0,0,0,0.5); opacity: 0; transition: all 150ms ease-in 0s; z-index: 1; }
.escaparate.estilo2 article:hover .imgcont > a:before { opacity: 1; }
.escaparate.estilo2 article .cont { position: absolute; z-index: 2; width: 100%; bottom: 0; padding:16px; color: white; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 30%, rgba(0,0,0,0.8) 100%); background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 30%,rgba(0,0,0,0.8) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); }
.escaparate.estilo2 article .cont a { color: white; text-decoration: none; display: block; margin-bottom: 0; background:inherit;padding:0;color:white;}
.escaparate.estilo2 article .cont .cont-info .titulo3 { margin-bottom: 4px; font-size: var(--font-size); line-height: var(--line-height); }
.escaparate.estilo2 article .precio {text-align:left;}
.escaparate.estilo2 article .cont .cont-info .titulo3 a { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.escaparate.estilo2 article .cont .info { display: none; }
.escaparate.estilo2 article .cont .contprecio { color: white; display: block; font-size: 140%; line-height: 100%; }
.escaparate.estilo2 article .cont .contprecio span { background-color: transparent; }
.escaparate.estilo2 article .cont .desc { display: none; }

/* FICHA */
.ficha .producto .cont { display: flex; justify-content: space-between; }
.ficha .producto .cont .fgal,
.ficha .producto .cont .producto-info{ width: calc(50% - 12px); }
.ficha .producto .cont .producto-info .info { padding: 8px 12px; border-left: 3px solid; border-color:var(--color1); background: -moz-linear-gradient(right, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 100%); background: -webkit-linear-gradient(right, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); background: linear-gradient(to left, rgba(245,245,245,0) 0%,rgba(245,245,245,1) 100%); }
.ficha .producto .cont .producto-info .info #spnFechaProductoAmpliado { font-style:italic;font-size:90%;}
.ficha .producto .cont .producto-info .info #spnFechaProductoAmpliado:after {content:' - ';display:inline-block;margin:0 8px;}
.ficha .producto .precio-tel { display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center; flex-wrap: wrap; margin: 20px 0; border-top: 1px dashed #ccc; padding-top: 20px; }
.ficha .producto .precio { display: inline-flex; padding: 20px 40px 20px 80px; justify-content: flex-end; align-items: center; font-size: 160%; line-height: 100%; position: relative; font-weight: bold; background-color: var(--bg-color1); color:white; }
.ficha .producto .precio:before { content: '\f291'; font-family: 'Font Awesome 5 Pro'; margin-right: 12px; }
.ficha .producto .precio:after { content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 72px 40px; border-color: transparent transparent transparent #fff; }
.ficha .producto .precio.cons { font-size: 150%; cursor: pointer; line-height: 100%; }
.ficha .producto .fichatel { font-size: 30px; padding: 12px 20px; font-weight: bold; color: var(--color1); }
.ficha .producto .fichatel:before { content: '\f098'; font-family: 'Font Awesome 5 Pro'; margin-right: 12px; }
.ficha .producto .cat{ color: var(--color2); }
.ficha .producto .desc a { max-width: 100%; overflow: hidden; display:block; white-space: nowrap; text-overflow: ellipsis; }
.ficha .producto ol, .ficha .producto ul { padding-left: 16px; margin: 0 0 12px; }
.ficha .producto .video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; margin: 20px 0; clear: both; }
.ficha .producto .video > iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.compfichatitle {display:flex;justify-content:space-between; align-items:center;}
.compfichatitle .hpag { flex-shrink: 0; text-align: right; margin-left: 20px; }
.hpag .fichaanterior, .hpag .fichasiguiente { display: inline-block;border-radius: 6px; text-decoration: none; padding: 5px 10px; overflow:hidden; width: 31px; text-align: center; line-height: 21px; font-size: 20px;}
.hpag .fichaanterior { margin-right: 8px;}
.hpag .fichaanterior i, .hpag .fichasiguiente i { line-height: 20px; }

/* DESCARGA */
.fichaarchivos { margin: 20px 0; text-align: left; padding: 20px; border: 2px solid #eee ;}
.fichaarchivos div{  display: inline-block; max-width: 100%;}
.fichaarchivos a{display: flex;align-items:center;justify-content:center; border-radius: 4px; margin: 0 4px 8px 0; text-decoration: none; max-width: 100%;padding: 8px; background-color:var(--bg-color1);color:white;}
.fichaarchivos a span{text-overflow: ellipsis; white-space: nowrap; overflow: hidden;  max-width: 100%; }
.fichaarchivos a span{  display: inline-block; }
.fichaarchivos a:before{ content: "\f019";font-family: "Font Awesome 5 Pro"; font-weight:900;font-size: 16px; display:inline-block;margin-right:8px;}
.fichaarchivos .titulo2{ margin: 0 0 10px; }
#ficha #menu2 .todos{ margin-bottom: 0; }
.ficha1 { }

/* GALERIA */
.compgal{ position: relative; overflow: hidden;}
.compgal .compgalcont { position: relative; background-position: center; background-size: cover; border: 1px solid #ddd; }
.compgal .compgalcont .fichaimggal{ display: flex; align-self: center; width: 100%; position: relative; background: rgba(255,255,255,0.9); align-content: center; padding-bottom: 75%;/*Así la relacción de aspecto es 4:3*/ }
.compgal .compgalcont .fichaimggal img{ max-height: 100%; max-width: 100%; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.compgal .compgalcontrol{ position: absolute; height: 100%; width: 50px; opacity: 1; text-align: center; top: 0; }
.compgal .compgalcontrol.prev{ left: 0; }
.compgal .compgalcontrol.next{ right: 0; }
.compgal .compgalcontrol i{ font-size: 22px; line-height: 50px; position: absolute; top: 50%;  margin-top: -25px; width: 50px; background: rgba(255,255,255,1); -webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; -ms-transition: all 100ms ease-in; -o-transition: all 100ms ease-in; transition: all 100ms ease-in;}
.compgal .compgalcontrol.prev i{ display: block; left: -50px; border-radius: 0 100% 100% 0;}
.compgal:hover .compgalcontrol.prev i{ left:0; opacity:1; }
.compgal .compgalcontrol.next i{ display: block; right: -50px;  border-radius: 100% 0 0 100%;}
.compgal:hover  .compgalcontrol.next i{ right:0; opacity: 1; }
.compgal .zoom{ position: absolute; height: 50px; width: 50px; top: 50%; left: 50%; margin: -25px 0 0 -25px; font-size: 22px; line-height: 50px; text-align: center; width: 50px; background: rgba(255,255,255,1); color: black; border-radius: 100%; cursor: pointer; opacity: 0; transform: scale(0.5); -webkit-transition: all 100ms ease-in; -moz-transition: all 100ms ease-in; -ms-transition: all 100ms ease-in; -o-transition: all 100ms ease-in; transition: all 100ms ease-in; }
.compgal .zoom i{ display: inline-block; }
.compgal:hover .compgalcont .zoom{ opacity: 0.8; transform: scale(1);}
.compgal .thumbs{ overflow: hidden;text-align: center; font-size: 0; line-height: 0; clear: both; padding: 0;margin-top:8px; background-color:var(--bg-color2);}
.compgal .thumbs a {display: inline-block; width: 12%; margin: 0.5% 1%; }
.compgal .thumbs a img{ display: block; width: 100%; }

/* FORMULARIO */
.compform{padding: 20px; border: 1px dashed #ccc; line-height: 20px !important;text-align:center;background-color:var(--bg-color2);}
.ficha1 .compform{ float: left; width: 100%; margin-top: 20px; border-top: 0; clear: both; text-align: center;}
.compform h2{ margin-bottom: 12px; color:var(--color1);}
.compform p { margin-bottom: 20px; }
.compform p a{ text-decoration: none; color: inherit; }
.compform .input, .compform .textarea{ width: 100%; padding: 8px; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 2%; display: block; }
.compform .compformCont { display: flex; justify-content: space-between;}
.compform .compformCont > div { width: 49.5%; }
.compform .compformCont > div > span{ display: block; padding: 8px 0; }
.compform .compformCont > .compformContRight { display: flex; }
.compform .compformCont > .compformContRight .text { flex: 1; display: flex; }
.compform .text .textarea{ resize: vertical; flex:1; }
.compform .suma{ float: left;}
.compform .suma .input{ width:80%; float: left;}
.compform .suma > span{ width: 20% !important; float: left !important; }
.compform #boton_contenedor{ width: auto; text-align: center; clear: both; float: none; }
.compform .btnEnviar { display: inline-block; margin: 0; padding: 10px 40px; border: 0; width: auto; border-radius: 6px; background-color: var(--bg-color1);color:white; }
#resultform { text-align: center; margin: 10px 0 0; }
.compform .ok { color: green;}
.compform .ok:before{ content: "\f00c"; display:inline-block;font-family: "Font Awesome 5 Pro"; font-weight:900;display:none; margin-right: 5px;}
.compform .error { color: red;}
.compform .error:before{ content: "\f06a"; font-family: "Font Awesome 5 Pro"; font-weight:900; display:inline-block;margin-right: 5px;}
.compform > .termcond{ width: 100%; margin: 0 auto; float: none !important; clear: both; text-align: center;}
.compform .control{ display: inline-block; height: 20px; position: relative; width: 20px; }
.compform .checkbtn{ padding: 0; }
.compform > .pLegal { font-size: 80%; line-height: 140%; margin-top: 12px; width: 100%; opacity: .7; }
.compform > .pLegal a { text-decoration: underline; }

/* CKECKS*/
.checkbtn {position: relative; display: inline-block; margin-bottom: 10px; padding-left: 25px; line-height: 130%; overflow: hidden; }
.checkbtn input { position: absolute; z-index: -1; opacity: 0; }
.checkbtn .control__indicator{ position: absolute; top: 5px; left: 0; width: 20px; height: 20px; background: white; border: 2px solid #ccc; border-radius: 4px; text-align: center; line-height: 16px; cursor: pointer; }
.checkbtn .control__indicator:after {content: ''; position: absolute; display: none; }
.checkbtn input:checked ~ .control__indicator:after { display: block; }
.checkbtn .control--checkbox .control__indicator:after { content: "\f00c";font-family: "Font Awesome 5 Pro"; font-weight:900;display:none; width: 100%; text-align: center; font-size: 16px;}
.checkbtn .control--checkbox input:disabled ~ .control__indicator:after { border-color: #7b7b7b;}
.radiobtn input[type="radio"]{ opacity: 0; position: absolute; z-index: -1; }
.radiobtn label:before{ content: ""; display: inline-block; height: 16px; width: 16px; background: white; border: 2px solid #ccc; border-radius: 100%; text-align: center; line-height: 16px; margin-right: 5px; vertical-align: middle; cursor: pointer; }
.radiobtn input[type="radio"]:checked ~ label:before { background: #666666; background: -moz-radial-gradient(center, ellipse cover, #666666 0%, #666666 40%, #ffffff 50%, #ffffff 100%, #ffffff 100%); background: -webkit-radial-gradient(center, ellipse cover, #666666 0%,#666666 40%,#ffffff 50%,#ffffff 100%,#ffffff 100%); background: radial-gradient(ellipse at center, #666666 0%,#666666 40%,#ffffff 50%,#ffffff 100%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#ffffff',GradientType=1 ); }

/* ERROR 404*/
.dvError404{  }
.dvError404 .btn404 a{ display: inline-block; margin-right: 10px; padding: 8px 16px; border-radius: 4px; text-decoration: none; margin: 0 10px 10px 0; }
.dvError404 p{ margin: 0 0 20px; }

/*  #### MOSAICO SWIPER ####  */
.mosaico.escaparate{ position:relative;}
.mosaico.escaparate .swiper-wrapper { height: inherit; }
.mosaico.escaparate .swiper-slide { height: inherit; flex-direction: column; display: flex; }
.mosaico.escaparate .swiper-wrapper.listado article .cont { padding: 16px; }
.mosaico.escaparate .swiper-wrapper.listado article .cont .titulo3 { font-size: 20px; line-height: 120%; }
.mosaico.escaparate .swiper-wrapper.listado article .precio a span.cons { font-size: 16px; line-height: 120%; }
.mosaico.escaparate .swiper-wrapper.listado article .precio a span { font-size: 20px; line-height: 120%; }
.mosaico.escaparate .swiper-pagination { position:static;margin-top:20px;}

/*BUSCADOR*/
.dvFiltrar {display:flex; justify-content:space-between;margin:0 0 20px;}
.searchEs { display: flex;width:100%;max-width:280px;margin-right:30px; }
.searchEs input { background: #f0f0f0; padding: 4px 12px; border-radius: 4px 0 0 4px; width: 100%; outline: 0; border:0; }
.searchEs input:focus { background: #f5f5f5; }
.searchEs input::placeholder { font-style: italic; }
.searchEs button { background: #333; color: #fff; padding: 4px 12px; border-radius: 0 4px 4px 0; flex-shrink: 0; line-height: 32px; border: 0; }
.searchEs button span{ display: none; }
.notDer .searchEs { margin: 0 0 20px;}

@media screen and (max-width: 1280px) {
    .escaparate.x4 .listado { grid-template-columns: 1fr 1fr 1fr; }
    .escaparate.estilo1 .listado article .cont {flex-direction:column;}
    .escaparate.estilo1 .listado article .precio { margin:4px 0 0;width:100%;text-align:left;}
}

@media screen and (max-width: 800px) {
    .escaparate .listado article .precio.cons a { font-size: 100%; }

    .escaparate.x3 .listado { grid-gap: 12px; }
    .escaparate.x3:not(.estilo1) .listado article .cont { padding: 12px; }
    .escaparate.x4 .listado { grid-gap: 12px; }
    .escaparate.estilo2 .listado { grid-gap: 6px; }


    .ficha .producto .cont { flex-direction: column; }
    .ficha .producto .cont .fgal, .ficha .producto .cont .producto-info { width: 100%; }
    .ficha .producto .cont .producto-info { margin-top: 20px; }
    .escaparate #menu2 a#pullcomp { display: block; }
    .escaparate #menu2 { width: 100%; max-width: 640px; margin: 0 auto 20px; overflow: hidden; border-radius: 6px; }
    .escaparate #menu2 ul { display: none; height: auto; }
    .escaparate #menu2 ul li { width: 100%; float: none; margin: 0; }
    .escaparate #menu2 ul li a, .escaparate1 .compmenu #menu2 ul li a { border-top: 1px dotted #ccc; width: 100%; line-height: 34px; display: block; border-radius: 0; text-align: center; }
    .escaparate #menu2 .select { font-weight: bold; }
    .escaparate #menu2 .todos { margin: 0 !important; border-top: 2px dashed #fff !important; border-left: 0; }

    /* FORMULARIO */
    .compform > div, .compform > div:not(.termcond) { width: 100%; clear: both; }
    .compform .suma > span { text-align: center; }
}

@media screen and (max-width: 767px) {
    .compform .compformCont { display: block; }
    .compform .compformCont > div { width: 100%; }
    .compform .text .textarea { min-height: 80px; }

    .escaparate.x3 .listado { grid-template-columns: 1fr 1fr; }
    .escaparate.x4 .listado { grid-template-columns: 1fr 1fr; }

    .ficha .producto .fichatel { font-size: 26px; }
    .ficha .producto .precio { padding: 20px 30px 20px 60px; }
    .compfichatitle { flex-direction: column-reverse; align-items: initial; }
    .compfichatitle .hpag { margin: 0 0 8px; }

    .searchEs {margin:0 0 20px 0;max-width:100%;}
    .dvFiltrar { flex-direction: column; align-items: center; }
}

@media screen and (max-width: 500px) {
    .escaparate .listado article .cont .desc { margin: 0 0 20px; max-height: calc(var(--font-size) * var(--line-height) * 2); }
    .escaparate .listado article .cont .desc:before { top: calc(var(--font-size) * var(--line-height)); }
	
    .escaparate.x3 .listado { grid-template-columns: 1fr; }
    .escaparate.x4 .listado { grid-template-columns: 1fr; }


    #paginacion ul li { display: none; width: 49%; }
    #paginacion ul li:first-child { display: block; float: left; }
    #paginacion ul li:last-child { display: block; float: right; }
    #paginacion ul li:first-child a, #paginacion ul li:last-child a { width: 100%; margin: 0; line-height: 42px; font-size: 20px; }

    .comppie { text-align: center; }
    .comppie .fichaanterior, .comppie .fichasiguiente { width: 30%; font-size: 20px; justify-content: center; }
    .comppie .fichaanterior span, .comppie .fichasiguiente span { display: none; }
    .comppie .fichaanterior i, .comppie .fichasiguiente i { float: none; margin: 0px; }


    .ficha .producto .precio { font-size: 140%; }
    .ficha .producto .fichatel { display: none; }
    .fichaarchivos { padding: 16px; }

    /* FORMULARIO */
    .compform { text-align: center; padding: 16px; }
    .compform strong { display: block; }
    .compform strong .tlfn i { display: inline-block; }
    .compform strong .tlfn { display: inline-block; padding: 10px 40px; background: white; border-radius: 6px; font-size: 20px; margin: 5px; }
    .compform .text .textarea { height: 150px; }
    .compform .suma > span, .compform .suma .input { width: 100%; }
}

@media screen and (max-width: 380px) {
    .compform .btnEnviar, .compform strong .tlfn { padding: 10px 20px; }
}

/* galería ficha (modal) */
.Galeria { display: none; opacity: 0; position: fixed; z-index: 99; width: 100%; height: 100%; background: rgba(0, 0, 0, .9); font: normal 14px/19px Arial, sans-serif; text-align: center; color: white; overflow: auto; top: 0; left: 0; }
.Galeria .position-relative { position: relative; height: 100%; }
.Galeria .show-table { width: 100%; height: 100%; display: table; }
.Galeria .show-table-cell { width: 100%; height: 100%; vertical-align: middle; padding-top: 30px; display: table-cell; }
.Galeria .num { position: fixed; left: 20px; top: 68px; z-index: 1; }
.Galeria .titulo { position: fixed; bottom: 17px; left: 20px; z-index: 2; }
.Galeria .botones { position: absolute; width: 100%; height: 100%; }
.Galeria .botones .left { position: absolute; left: 10px; width: auto; height: 100%; cursor: pointer; z-index: 2; }
.Galeria .botones .left i { text-indent: -4px; }
.Galeria .botones .right { position: absolute; right: 10px; width: auto; height: 100%; cursor: pointer; z-index: 2; }
.Galeria .botones .right i { text-indent: 4px; }
.Galeria .botones .left i,
.Galeria .botones .right i { position: relative; top: 46%; width: 52px; height: 52px; background: white; color: black; line-height: 54px; opacity: .5; border-radius: 26px; font-size: 34px; }
.Galeria .wrapper { width: 100%; margin: 0 auto; box-sizing: border-box; }
.Galeria .wrapper .contenido { max-width: 1280px; width: 100%; margin: 20px auto; box-sizing: border-box; padding: 0 60px 0px; position: relative; z-index: 1; }
.Galeria .close { position: fixed; z-index: 3; top: 0; right: 0; width: 138px; height: 50px; line-height: 50px; background: white; color: black; text-align: center; font-size: 42px; cursor: pointer; }
.Galeria .content { width: 100%; height: 100%; margin: 0 auto; background: white; }
.Galeria .contenido img { border-radius: 10px; max-width: 100%; }