productos.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  1. @media screen and (max-width: 802px) {
  2. }
  3. ul, li {
  4. margin-bottom:1px;
  5. cursor:pointer;
  6. }
  7. @font-face {
  8. font-family: 'Champagne and Limousine';
  9. src: url('../Fonts/Champagne&Limousines.ttf');
  10. -webkit-font-smoothing: antialiased;
  11. }
  12. @font-face {
  13. font-family: "Open Sans";
  14. font-style: normal;
  15. font-weight: 300;
  16. src: url("../Fonts/OpenSans.woff") format("woff");
  17. }
  18. /*************RESPONSIVE*****************/
  19. @media (max-height:700px){
  20. #descripcion_completa {
  21. width: 45%!important;
  22. position: fixed;
  23. left: 50%!important;
  24. margin: 0px 0px 0px -25%;
  25. z-index: 11;
  26. z-index: 11;
  27. background: url('../Images/wallpaper.jpg') no-repeat center center ;
  28. background-size: cover;
  29. padding: 10px 20px!important;
  30. font-family: 'Open Sans';
  31. font-size: 14px;
  32. color: #2B4C5F;
  33. border: 1px solid #2B4C5F;
  34. display: none;
  35. top: 10%!important;
  36. }
  37. }
  38. /*************PAGINAS¨*******************/
  39. #paginas_wrapper
  40. {
  41. width: 80%;
  42. float: left;
  43. }
  44. #paginas_list
  45. {
  46. font-size: 36pt;
  47. color: #475A68;
  48. margin: 20px auto;
  49. width: 60px;
  50. text-align: center;
  51. position: relative;
  52. }
  53. #paginas_list li
  54. {
  55. margin: 0px auto;
  56. width: 0%;
  57. vertical-align: middle;
  58. cursor: pointer;
  59. display: table-cell;
  60. text-align: center;
  61. }
  62. #productos_descripcion{
  63. border-bottom: 0px solid black;
  64. margin-bottom: -100px;
  65. }
  66. #productos_descripcion p{
  67. margin-top: 50px;
  68. }
  69. /*************LISTA PRODUCTOS************/
  70. .producto {width: 32%;float:left;}
  71. .producto2 { width: 49%; }
  72. .producto1 { width: 99%; }
  73. #productosbar
  74. {
  75. float: left;
  76. width: 19%;
  77. max-width:200px;
  78. /* width:230px;
  79. height: auto;
  80. margin-top: 20px;
  81. display: table-cell;
  82. z-index: 2;
  83. position: absolute;
  84. */
  85. }
  86. #productosbar > #categorias { width:100%; }
  87. #categorias { padding-left: 5px; }
  88. #categorias > li { width: 100%; padding-left: 0px; max-height: 51px;}
  89. .grande { max-height: 150px !important; }
  90. .cambiarcat > h3 { letter-spacing:0px; }
  91. /*
  92. #categorias
  93. {
  94. width: 200px;
  95. margin: 0px auto;
  96. }*/
  97. #categorias li:hover, .selected
  98. {
  99. opacity: 0.5;
  100. transition: opacity 0.2s ease-in-out;
  101. }
  102. #lista_productos
  103. {
  104. margin-left: 50px;
  105. float: left;
  106. vertical-align: middle;
  107. width: 820px;
  108. margin-top: 20px;
  109. }
  110. #productos_wrapper
  111. {
  112. width: 100%;
  113. /*text-align: center;*/
  114. margin: 70px auto;
  115. display: table;
  116. }
  117. .listaproductos{padding-bottom:10px; width:100%;overflow:hidden;padding-left:15px;}
  118. .imagen{
  119. display: block;
  120. text-align: center;
  121. width: 25%;
  122. margin:0px auto;
  123. }
  124. .texto{
  125. font-family: 'Open Sans';
  126. color: #465A68;
  127. display: block;
  128. width: 85%;
  129. font-size: 14px;
  130. margin: 0px auto;
  131. float: right;
  132. }
  133. #texto{
  134. font-family:'Open Sans';
  135. font-size:14px;
  136. float: right;
  137. width:60%;
  138. background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
  139. padding: 30px;
  140. }
  141. #descripcion_completa{
  142. width: 55%;
  143. min-width: 850px;
  144. position: fixed;
  145. z-index: 11;
  146. background: url('../Images/wallpaper.jpg') no-repeat center center ;
  147. background-size: cover;
  148. padding: 20px 30px;
  149. font-family: 'Open Sans';
  150. font-size: 14px;
  151. color: #2B4C5F;
  152. border: 1px solid #2B4C5F;
  153. display: none;
  154. top: 20%;
  155. -webkit-text-stroke: 0.50px;
  156. }
  157. #descripcion_completa > texto{
  158. z-index:12;
  159. }
  160. #flechafwd{z-index:2; top: 50%; position:absolute; right:10px;}
  161. #flechaatras{z-index: 2; top: 50%; position: absolute; left: 250px;}
  162. .vermas { display: inline; margin: 0px; font-weight: bold; }
  163. .pagina[num="1"] { display: none; }
  164. .pagina { height: 760px; }
  165. .center { display:block; margin: 0px auto; }
  166. .left {float:left; }
  167. .imagen-mas { width: 29%; text-align: center; }
  168. /*.descripcion-mas{width: 70%; }*/
  169. #pedorrada { padding: 0px 100px; color: #2B4C63; font-family: "Open Sans"; font-size: 14px; }
  170. #pedorrada h3 { font-size:16px;
  171. background: none;
  172. color: #2B4C63;
  173. padding-top: 10px;}
  174. #pedorrada h2{
  175. text-transform: uppercase;
  176. border-bottom: 1px solid;
  177. color: #2B4C63;
  178. font-family: "Open Sans";
  179. }
  180. #pedorrada h1 {
  181. background-color: #BCC9CC;
  182. padding: 10px;
  183. color: white;
  184. font-size:20px;
  185. line-height: normal;
  186. border:none;
  187. }
  188. #pedorrada h1, #pedorrada h2, #pedorrada h3 {
  189. display: block;
  190. width: auto;
  191. height: auto;
  192. font-family: "Open Sans";
  193. padding-top: 8px;
  194. }