Especificos.css 12 KB

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