productos.css 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220
  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. background: url('../Images/wallpaper.jpg') no-repeat center center ;
  27. background-size: cover;
  28. padding: 10px 20px!important;
  29. font-family: 'Open Sans';
  30. font-size: 14px;
  31. color: #2B4C5F;
  32. border: 1px solid #2B4C5F;
  33. display: none;
  34. top: 10%!important;
  35. }
  36. }
  37. /*************PAGINAS¨*******************/
  38. #paginas_wrapper
  39. {
  40. width: 80%;
  41. float: left;
  42. }
  43. #paginas_list
  44. {
  45. font-size: 36pt;
  46. color: #475A68;
  47. margin: 20px auto;
  48. width: 60px;
  49. text-align: center;
  50. position: relative;
  51. }
  52. #paginas_list li
  53. {
  54. margin: 0px auto;
  55. width: 0%;
  56. vertical-align: middle;
  57. cursor: pointer;
  58. display: table-cell;
  59. text-align: center;
  60. }
  61. #productos_descripcion{
  62. border-bottom: 0px solid black;
  63. margin-bottom: -100px;
  64. }
  65. #productos_descripcion p{
  66. margin-top: 50px;
  67. }
  68. /*************LISTA PRODUCTOS************/
  69. .producto {width: 32%;float:left;}
  70. .producto2 { width: 49%; }
  71. .producto1 { width: 99%; }
  72. #productosbar
  73. {
  74. float: left;
  75. width: 19%;
  76. max-width:200px;
  77. /* width:230px;
  78. height: auto;
  79. margin-top: 20px;
  80. display: table-cell;
  81. z-index: 2;
  82. position: absolute;
  83. */
  84. }
  85. #productosbar > #categorias { width:100%; }
  86. #categorias { padding-left: 5px; }
  87. #categorias > li { width: 100%; padding-left: 0px; max-height: 51px;}
  88. .grande { max-height: 150px !important; }
  89. .cambiarcat > h3 { letter-spacing:0px; }
  90. /*
  91. #categorias
  92. {
  93. width: 200px;
  94. margin: 0px auto;
  95. }*/
  96. #categorias li:hover, .selected
  97. {
  98. opacity: 0.5;
  99. transition: opacity 0.2s ease-in-out;
  100. }
  101. #lista_productos
  102. {
  103. margin-left: 50px;
  104. float: left;
  105. vertical-align: middle;
  106. width: 820px;
  107. margin-top: 20px;
  108. }
  109. #productos_wrapper
  110. {
  111. width: 100%;
  112. /*text-align: center;*/
  113. margin: 70px auto;
  114. display: table;
  115. }
  116. .listaproductos{padding-bottom:10px; width:100%;overflow:hidden;padding-left:15px;}
  117. .imagen{
  118. display: block;
  119. text-align: center;
  120. width: 25%;
  121. margin:0px auto;
  122. }
  123. .texto{
  124. font-family: 'Open Sans';
  125. color: #465A68;
  126. display: block;
  127. width: 85%;
  128. font-size: 14px;
  129. margin: 0px auto;
  130. float: right;
  131. }
  132. #texto{
  133. font-family:'Open Sans';
  134. font-size:14px;
  135. float: right;
  136. width:60%;
  137. background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
  138. padding: 30px;
  139. }
  140. #descripcion_completa{
  141. width: 55%;
  142. position: fixed;
  143. left: 50%;
  144. margin: 0px 0px 0px -25%;
  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. }