Especificos.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  1. @font-face {
  2. font-family: 'Analogue Reduced 45 Light';
  3. src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
  4. }
  5. @font-face {
  6. font-family: 'Champagne and Limousine';
  7. src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
  8. -webkit-font-smoothing: antialiased;
  9. }
  10. html, body
  11. {
  12. margin: 0px auto;
  13. font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  14. -webkit-font-smoothing: antialiased;
  15. }
  16. /*************NAVBAR************/
  17. #top_wrapper
  18. {
  19. background-color: #fff;
  20. width: 100%;
  21. height: 65px;
  22. position: fixed;
  23. top: 0px;
  24. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  25. border-bottom: 2px solid ;
  26. padding-top: 20px;
  27. }
  28. #navbar
  29. {
  30. display: table;
  31. width: 90%;
  32. margin: 0px auto;
  33. background-color:#FFF;
  34. padding-bottom: 10px;
  35. font-family: 'Champagne and Limousine';
  36. font-size: 100%;
  37. color: #485260;
  38. letter-spacing: 5px;
  39. -webkit-font-smoothing: antialiased;
  40. }
  41. #navlist
  42. {
  43. text-transform: uppercase;
  44. text-align:center;
  45. width: 70%;
  46. padding-bottom: 30px;
  47. display: table-row;
  48. }
  49. #navlist li
  50. {
  51. vertical-align: middle;
  52. display: table-cell;
  53. text-align: center;
  54. }
  55. /*************PAGINAS¨*******************/
  56. #paginas_wrapper
  57. {
  58. height: 500px;
  59. float: left;
  60. }
  61. #pagina
  62. {
  63. height: 470px;
  64. }
  65. #paginas_list
  66. {
  67. font-size: 36pt;
  68. color: #475A68;
  69. margin: 20px auto;
  70. width: 60px;
  71. text-align: center;
  72. position: relative;
  73. }
  74. #paginas_list li
  75. {
  76. margin: 0px auto;
  77. width: 20px;
  78. vertical-align: middle;
  79. cursor: pointer;
  80. display: table-cell;
  81. text-align: center;
  82. }
  83. /*************LISTA PRODUCTOS************/
  84. #productosbar
  85. {
  86. width:250px;
  87. height: auto;
  88. margin-top: 20px;
  89. display: inline-block;
  90. float: left;
  91. }
  92. #categorias
  93. {
  94. width: 200px;
  95. margin: 0px auto;
  96. }
  97. #categorias li:hover
  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: 90%;
  113. /*text-align: center;*/
  114. margin: 70px auto;
  115. }
  116. /*************SECCIONES************/
  117. #producto
  118. {
  119. font-family: "Champagne and Limousine";
  120. font-size: 16px;
  121. color: #7B9299;
  122. letter-spacing: 5px;
  123. width: 660px;
  124. }
  125. #banner
  126. {
  127. background: url('Images/banner.jpg') no-repeat scroll center bottom / cover #485260 ;
  128. /*background-size: 100% 100%;
  129. background-repeat: no-repeat;*/
  130. width: 90%;
  131. height: 400px;
  132. max-height: 100%;
  133. text-align: center;
  134. margin: 87px auto;
  135. font-family: 'Champagne and Limousine';
  136. font-size: 300%;
  137. color: White;
  138. padding-top: 30px;
  139. }
  140. #productos_titulo
  141. {
  142. width: auto;
  143. height: auto;
  144. padding-top: 1px;
  145. }
  146. #nosotros, #actividades, #distribuidoras, #cursos
  147. {
  148. width: 90%;
  149. height: auto;
  150. text-align: center;
  151. margin: 70px auto;
  152. }
  153. #productos
  154. {
  155. background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
  156. /*background-size: 100% 100%;
  157. background-repeat: no-repeat;*/
  158. height: 400px;
  159. max-height: 100%;
  160. width: 90%;
  161. /* padding-top: 5em;*/
  162. margin: 100px auto;
  163. font-family: 'Champagne and Limousine';
  164. font-size: 200%;
  165. color: #D8DFE1;
  166. text-align: center;
  167. }
  168. /*************TABLAS************/
  169. #capital-tabla, #interior-tabla
  170. {
  171. background: none repeat scroll 0% 0% #FFF;
  172. width: 480px;
  173. border-collapse: collapse;
  174. text-align: center;
  175. margin: 20px auto;
  176. }
  177. thead
  178. {
  179. font-family: 'Champagne and Limousine';
  180. font-weight: normal;
  181. font-size: 150%;
  182. vertical-align: baseline;
  183. margin: 0px auto;
  184. padding: 0px;
  185. outline: 0px none;
  186. border: 0px none;
  187. background: none repeat scroll 0% 0% transparent;
  188. }
  189. th
  190. {
  191. font-weight: normal;
  192. padding: 10px 30px;
  193. color: #475A68;
  194. border-bottom: 1px solid;
  195. }
  196. tbody, td
  197. {
  198. font-family: 'Champagne and Limousine';
  199. font-weight: normal;
  200. padding: 7px 30px;
  201. color: #475A68;
  202. }
  203. /**************FOOTER**************/
  204. #ok:hover, #ok:active, #ok
  205. {
  206. background-color:#BCC9CC;
  207. -webkit-border-top-left-radius:0px;
  208. -moz-border-radius-topleft:0px;
  209. border-top-left-radius:0px;
  210. -webkit-border-top-right-radius:0px;
  211. -moz-border-radius-topright:0px;
  212. border-top-right-radius:0px;
  213. -webkit-border-bottom-right-radius:0px;
  214. -moz-border-radius-bottomright:0px;
  215. border-bottom-right-radius:0px;
  216. -webkit-border-bottom-left-radius:0px;
  217. -moz-border-radius-bottomleft:0px;
  218. border-bottom-left-radius:0px;
  219. text-indent:0px;
  220. display:inline-block;
  221. color:#475A68;
  222. font-size:18px;
  223. font-weight:normal;
  224. font-style:normal;
  225. height:30px;
  226. line-height:30px;
  227. width:56px;
  228. text-decoration:none;
  229. text-align:center;
  230. }
  231. #footer-outer
  232. {
  233. background-color: #475A68;
  234. font-family: 'Champagne and Limousine';
  235. font-size: 26px;
  236. color: #BCC9CC;
  237. width: 100%;
  238. height: 250px;
  239. }
  240. #footer-inner-left
  241. {
  242. padding-top: 30px;
  243. padding-left: 30px;
  244. width: 40%;
  245. float: left;
  246. display: inline;
  247. text-align: left;
  248. margin-top: 0px;
  249. text-transform: uppercase;
  250. font-size: 20px;
  251. }
  252. #footer-inner-right
  253. {
  254. padding-top: 30px;
  255. padding-right: 30px;
  256. width: 40%;
  257. float: right;
  258. display:inline;
  259. text-align: right;
  260. }
  261. #suscribe
  262. {
  263. width : 40%;
  264. height: 30px;
  265. background-color: #BCC9CC;
  266. border: 0px;
  267. margin-top: 20px;
  268. }
  269. /*************HEADERS STYLE************/
  270. hr
  271. {
  272. color: #465A68;
  273. background-color: #465A68;
  274. height: 2px;
  275. }
  276. h2
  277. {
  278. font-family: 'Champagne and Limousine';
  279. font-weight: normal;
  280. font-size: 26px;
  281. }
  282. #title
  283. {
  284. margin: 0px auto;
  285. text-align: center;
  286. display:table;
  287. border: 1px solid;
  288. }
  289. h3
  290. {
  291. display: table-cell;
  292. vertical-align: middle;
  293. font-family: 'Champagne and Limousine';
  294. font-weight: normal;
  295. color: #D8DFE1;
  296. background: #475A68;
  297. width: 200px;
  298. height: 50px;
  299. text-align: center;
  300. margin: 0px auto;
  301. }
  302. h1
  303. {
  304. font-weight:normal;
  305. width: 100%;
  306. text-align: center;
  307. border-bottom: 2px solid #465A68;
  308. line-height: 0.1em;
  309. /*font-family:'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  310. */ font-family: 'Champagne and Limousine';
  311. margin: 30px auto;
  312. color: #465A68;
  313. font-size: 190%;
  314. font-style: normal;
  315. letter-spacing: 5px;
  316. }
  317. h1 span {
  318. background:#fff;
  319. padding:0 10px;
  320. }
  321. h2
  322. {
  323. text-align: center;
  324. color : #fff;
  325. }
  326. h4
  327. {
  328. font-size: 25px;
  329. font-weight: normal;
  330. padding: 0px 0px 0px 0px;
  331. margin: 0px 0px 0px 0px;
  332. font-family: "Champagne and Limousine";
  333. color: #475A68;
  334. }
  335. h5
  336. {
  337. font-size: 50px;
  338. color:White;
  339. text-align: center;
  340. font-family: 'Champagne and Limousine';
  341. }
  342. p
  343. {
  344. margin: 70px 30px 70px 30px;
  345. font-family: 'Champagne and Limousine';
  346. font-size: 24px;
  347. text-align: center;
  348. letter-spacing: 3px;
  349. color: #7196A6;
  350. }
  351. a:link
  352. {
  353. color: #485260;
  354. text-decoration:none;
  355. }
  356. a:hover,
  357. {
  358. opacity: 0.5; transition: opacity 0.3s ease-in-out;
  359. /*color: #7196A6;
  360. text-decoration: none;
  361. opacity: 0.5;
  362. filter: alpha(opacity=100);
  363. -webkit-transition: opacity 2s linear;
  364. */
  365. }
  366. ul, li
  367. {
  368. width: 200px;
  369. list-style-type: none;
  370. margin-bottom: 3px;
  371. }
  372. .hidden { display: none;}
  373. /********************SLIDES********************/
  374. @import url(http://fonts.googleapis.com/css?family=Varela+Round);
  375. .slides {
  376. float: left;
  377. padding: 0;
  378. width: 900px;
  379. height: 600px;
  380. display: block;
  381. margin: -51px auto;
  382. position: relative;
  383. }
  384. .slides * {
  385. user-select: none;
  386. -ms-user-select: none;
  387. -moz-user-select: none;
  388. -khtml-user-select: none;
  389. -webkit-user-select: none;
  390. -webkit-touch-callout: none;
  391. }
  392. .slides input { display: none; }
  393. .slide-container { display: block; }
  394. .slide {
  395. top: 0;
  396. opacity: 0;
  397. width: 900px;
  398. height: 500px;
  399. display: block;
  400. position: absolute;
  401. transform: scale(0);
  402. transition: all .7s ease-in-out;
  403. }
  404. .slide img {
  405. width: 100%;
  406. height: 100%;
  407. }
  408. .nav label
  409. {
  410. height: 120px;
  411. z-index: 9;
  412. cursor: pointer;
  413. color: #475A68;
  414. font-size: 80pt;
  415. text-align: center;
  416. font-family: "Varela Round", sans-serif;
  417. margin: auto auto;
  418. margin-top: 170px;
  419. /*display: none;
  420. line-height: 380px;
  421. opacity: 0;
  422. transition: opacity .2s;
  423. background-color: rgba(255, 255, 255, .3);
  424. text-shadow: 0px 0px 15px rgb(119, 119, 119);
  425. width: 60px;
  426. height: 50px;
  427. */
  428. }
  429. .slide:hover + .nav label { opacity: 0.5; }
  430. .nav label:hover { opacity: 0.2; transition: opacity 1s ease-in-out;}
  431. /*.nav .next { right: 0; }*/
  432. input:checked + .slide-container .slide {
  433. opacity: 1;
  434. transition: opacity 1s ease-in-out;
  435. }
  436. input:checked + .slide-container .nav label { display: block; }
  437. .nav-dots {
  438. width: 100%;
  439. bottom: 9px;
  440. height: 11px;
  441. display: inline-block;
  442. position: absolute;
  443. text-align: center;
  444. }
  445. .nav-dots .nav-dot {
  446. top: -5px;
  447. width: 11px;
  448. height: 11px;
  449. margin: 0 4px;
  450. position: relative;
  451. border-radius: 100%;
  452. display: inline-block;
  453. background-color: rgba(0, 0, 0, 0.6);
  454. }
  455. .nav-dots .nav-dot:hover {
  456. cursor: pointer;
  457. background-color: rgba(0, 0, 0, 0.8);
  458. input#img-1:checked ~ .nav-dots label#img-dot-1,
  459. input#img-2:checked ~ .nav-dots label#img-dot-2,
  460. input#img-3:checked ~ .nav-dots label#img-dot-3,
  461. input#img-4:checked ~ .nav-dots label#img-dot-4,
  462. input#img-5:checked ~ .nav-dots label#img-dot-5,
  463. input#img-6:checked ~ .nav-dots label#img-dot-6 {
  464. background: rgba(0, 0, 0, 0.8);
  465. }