Especificos.css 12 KB

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