productos.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  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. /*************PAGINAS¨*******************/
  19. #paginas_wrapper
  20. {
  21. width: 80%;
  22. float: left;
  23. }
  24. #paginas_list
  25. {
  26. font-size: 36pt;
  27. color: #475A68;
  28. margin: 20px auto;
  29. width: 60px;
  30. text-align: center;
  31. position: relative;
  32. }
  33. #paginas_list li
  34. {
  35. margin: 0px auto;
  36. width: 0%;
  37. vertical-align: middle;
  38. cursor: pointer;
  39. display: table-cell;
  40. text-align: center;
  41. }
  42. #productos_descripcion{
  43. border-bottom: 0px solid black;
  44. margin-bottom: -100px;
  45. }
  46. #productos_descripcion p{
  47. margin-top: 50px;
  48. }
  49. /*************LISTA PRODUCTOS************/
  50. .producto {width: 32%;float:left;}
  51. .producto2 { width: 49%; }
  52. .producto1 { width: 99%; }
  53. #productosbar
  54. {
  55. float: left;
  56. width: 19%;
  57. max-width:200px;
  58. /* width:230px;
  59. height: auto;
  60. margin-top: 20px;
  61. display: table-cell;
  62. z-index: 2;
  63. position: absolute;
  64. */
  65. }
  66. #productosbar > #categorias { width:100%; }
  67. #categorias { padding-left: 5px; }
  68. #categorias > li { width: 100%; padding-left: 0px;}
  69. .cambiarcat > h3 { letter-spacing:0px; }
  70. /*
  71. #categorias
  72. {
  73. width: 200px;
  74. margin: 0px auto;
  75. }*/
  76. #categorias li:hover, .selected
  77. {
  78. opacity: 0.5;
  79. transition: opacity 0.2s ease-in-out;
  80. }
  81. #lista_productos
  82. {
  83. margin-left: 50px;
  84. float: left;
  85. vertical-align: middle;
  86. width: 820px;
  87. margin-top: 20px;
  88. }
  89. #productos_wrapper
  90. {
  91. width: 100%;
  92. /*text-align: center;*/
  93. margin: 70px auto;
  94. display: table;
  95. }
  96. .listaproductos{padding-bottom:10px; width:100%;overflow:hidden;padding-left:15px;}
  97. .imagen{
  98. display: block;
  99. text-align: center;
  100. width: 25%;
  101. margin:0px auto;
  102. }
  103. .texto{
  104. font-family: 'Open Sans';
  105. color: #465A68;
  106. display: block;
  107. width: 85%;
  108. font-size: 14px;
  109. margin: 0px auto;
  110. }
  111. #texto{
  112. font-family:'Open Sans';
  113. font-size:14px;
  114. }
  115. #descripcion_completa{
  116. width: 55%;
  117. position: fixed;
  118. left: 50%;
  119. margin: 0 0 0 -25%;
  120. z-index: 11;
  121. background: #FFF;
  122. padding: 20px 30px 20px 30px;
  123. font-family: 'Open Sans';
  124. font-size: 14px;
  125. color: #2B4C5F ;
  126. border:1px solid #2B4C5F;
  127. display: none;
  128. -webkit-text-stroke: 0.50px;
  129. top:20%;
  130. }
  131. #descripcion_completa > texto{
  132. z-index:12;
  133. }
  134. #flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
  135. #flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}
  136. .vermas { display: inline; margin: 0px; font-weight: bold; }
  137. .pagina[num="1"] { display: none; }
  138. .pagina { height: 760px; }
  139. .center { display:block; margin: 0px auto; }
  140. .left {float:left; }
  141. .imagen-mas { width: 29%; }
  142. .descripcion-mas{width: 70%; }
  143. #pedorrada { padding: 0px 100px; color: #2B4C63; font-family: "Open Sans"; font-size: 14px; }
  144. #pedorrada h3 { font-size:16px;
  145. background: none;
  146. color: #2B4C63;
  147. padding-top: 10px;}
  148. #pedorrada h2{
  149. text-transform: uppercase;
  150. border-bottom: 1px solid;
  151. color: #2B4C63;
  152. font-family: "Open Sans";
  153. }
  154. #pedorrada h1 {
  155. background-color: #BCC9CC;
  156. padding: 10px;
  157. color: white;
  158. font-size:20px;
  159. line-height: normal;
  160. border:none;
  161. }
  162. #pedorrada h1, #pedorrada h2, #pedorrada h3 {
  163. display: block;
  164. width: auto;
  165. height: auto;
  166. font-family: "Open Sans";
  167. padding-top: 8px;
  168. }