Especificos.css 11 KB

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