Especificos.css 12 KB

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