especificos.css 12 KB

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