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