productos.css 3.3 KB

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