especificos.css 12 KB

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