especificos.css 13 KB

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