especificos.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  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. .titulo_curso{
  225. font-family: 'Champagne and Limousine';
  226. font-size: 19pt;
  227. color: #465A68;
  228. text-align: center;
  229. cursor: pointer;
  230. }
  231. .descripcion_curso{
  232. margin: 0px auto;
  233. width: 70%;
  234. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  235. font-size: 16px;
  236. text-align: justify;
  237. /*letter-spacing: 2px;*/
  238. color: #465A68;/*#7196A6*/
  239. font-weight: 300;
  240. line-height: 23px;
  241. margin-bottom:40px;
  242. display: none;
  243. }
  244. .descripcion_curso i {
  245. text-align: center;
  246. font-size: 16pt;
  247. text-decoration: underline;
  248. }
  249. #cursos{
  250. width: 100%;
  251. height: auto;
  252. text-align: center;
  253. margin: 70px auto;
  254. border-bottom: 1px solid #475A68;
  255. }
  256. #cursos h1 span{
  257. border: 1px solid;
  258. width: 100%;
  259. }
  260. #curso{
  261. background: url('http://subtlepatterns.com/patterns/back_pattern.png') repeat;
  262. }
  263. #productos
  264. {
  265. /*background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
  266. height: 400px;*/
  267. max-height: 100%;
  268. width: 90%;
  269. margin: 100px auto;
  270. font-family: 'Champagne and Limousine';
  271. /*font-size: 200%;*/
  272. color: #D8DFE1;
  273. text-align: center;
  274. }
  275. .descripciones{
  276. width: 90%;
  277. text-align: center;
  278. margin-top: 0px;
  279. margin-bottom: 40px;
  280. color: #2B4C5F;
  281. font-family: "Open Sans";
  282. font-size: 14px;
  283. display: inline-block;
  284. }
  285. .descripcion{
  286. text-align: center;
  287. width: 30%;
  288. padding: 0px 10px;
  289. display: inline-table;
  290. }
  291. /*************TABLAS************/
  292. #capital-tabla, #interior-tabla
  293. {
  294. background: none repeat scroll 0% 0% #FFF;
  295. width: 480px;
  296. border-collapse: collapse;
  297. text-align: center;
  298. margin: 20px auto;
  299. }
  300. thead
  301. {
  302. font-family: 'Champagne and Limousine';
  303. font-weight: normal;
  304. font-size: 150%;
  305. vertical-align: baseline;
  306. margin: 0px auto;
  307. padding: 0px;
  308. outline: 0px none;
  309. border: 0px none;
  310. background: none repeat scroll 0% 0% transparent;
  311. }
  312. th
  313. {
  314. font-weight: normal;
  315. padding: 10px 30px;
  316. color: #475A68;
  317. border-bottom: 1px solid;
  318. width: 130px;
  319. }
  320. tbody, td
  321. {
  322. font-family: 'Open Sans';
  323. font-size: 14px;
  324. font-weight: normal;
  325. padding: 10px;
  326. text-align: center;
  327. color: #475A68;
  328. }
  329. tbody tr:nth-child(odd) {
  330. background-color: #D8DFE1;
  331. }
  332. /**************FOOTER**************/
  333. #ok:hover, #ok:active, #ok
  334. {
  335. background-color:#BCC9CC;
  336. text-indent:0px;
  337. display:inline-block;
  338. color:#475A68;
  339. font-size:18px;
  340. font-weight:normal;
  341. font-style:normal;
  342. width:96px;
  343. text-align:center;
  344. height: 31px;
  345. }
  346. #footer-outer
  347. {
  348. background-color: #475A68;
  349. font-family: 'Open Sans';
  350. font-size: 26px;
  351. color: #BCC9CC;
  352. width: 100%;
  353. height: 250px;
  354. }
  355. #footer-inner-left
  356. {
  357. font-family: 'Open Sans';
  358. padding-top: 30px;
  359. padding-left: 30px;
  360. width: 40%;
  361. float: left;
  362. display: inline;
  363. text-align: left;
  364. font-size: 15px;
  365. }
  366. #footer-inner-right
  367. {
  368. font-family: 'Open Sans';
  369. font-size: 15px;
  370. padding-top: 20px;
  371. padding-right: 30px;
  372. width: 40%;
  373. float: right;
  374. display:inline;
  375. text-align: right;
  376. }
  377. #suscribe
  378. {
  379. width : 40%;
  380. height: 30px;
  381. background-color: #BCC9CC;
  382. border: 0px;
  383. margin-top: 20px;
  384. }
  385. #input-footer{
  386. }
  387. /*************HEADERS STYLE************/
  388. hr
  389. {
  390. color: #465A68;
  391. background-color: #465A68;
  392. height: 1px;
  393. }
  394. h2
  395. {
  396. font-family: 'Open Sans';
  397. font-weight: 300;
  398. font-size: 20px;
  399. }
  400. .tabla
  401. {
  402. margin: 50px auto;
  403. text-align: center;
  404. display:table;
  405. border: 0.5px solid;
  406. }
  407. h3
  408. {
  409. display: table-cell;
  410. vertical-align: middle;
  411. font-family: 'Champagne and Limousine';
  412. font-weight: normal;
  413. color: #D8DFE1;
  414. background: #475A68;
  415. width: 200px;
  416. height: 50px;
  417. text-align: center;
  418. margin: 0px auto;
  419. text-transform: uppercase;
  420. letter-spacing: 2px;
  421. }
  422. h1
  423. {
  424. font-weight:normal;
  425. width: 100%;
  426. text-align: center;
  427. border-bottom: 1px solid #465A68;
  428. line-height: 0.1em;
  429. font-family: 'Champagne and Limousine';
  430. margin: 30px auto;
  431. color: #465A68;
  432. font-size: 190%;
  433. font-style: normal;
  434. letter-spacing: 5px;
  435. }
  436. h1 span {
  437. background:#fff;
  438. padding:0 10px;
  439. }
  440. h2
  441. {
  442. text-align: center;
  443. color : #fff;
  444. }
  445. h4
  446. {
  447. font-size: 30px;
  448. color:#BCC9CC;
  449. text-align: right;
  450. font-family: 'Champagne and Limousine';
  451. font-weight: normal;
  452. margin: 0 0;
  453. }
  454. h5
  455. {
  456. font-size: 30px;
  457. color:#BCC9CC;
  458. text-align: left;
  459. font-family: 'Champagne and Limousine';
  460. font-weight: normal;
  461. margin: 0 0;
  462. }
  463. p
  464. {
  465. margin: 70px 30px 70px 30px;
  466. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  467. font-size: 16px;
  468. text-align: center;
  469. /*letter-spacing: 2px;*/
  470. color: #465A68;/*#7196A6*/
  471. font-weight: 300;
  472. line-height: 23px;
  473. }
  474. a:link
  475. {
  476. color: #485260;
  477. text-decoration:none;
  478. }
  479. a:hover,
  480. {
  481. opacity: 0.5; transition: opacity 0.3s ease-in-out;
  482. }
  483. ul, li
  484. {
  485. width: 200px;
  486. list-style-type: none;
  487. margin-bottom: 3px;
  488. }
  489. li:hover
  490. {
  491. opacity: 0.5;
  492. transition: opacity 0.5s ease-in-out;
  493. }
  494. .hidden { display: none;}
  495. /********************SLIDES TODO: es necesario?
  496. @import url(http://fonts.googleapis.com/css?family=Varela+Round);
  497. .slides {
  498. float: left;
  499. padding: 0;
  500. width: 900px;
  501. height: 600px;
  502. display: block;
  503. margin: -51px auto;
  504. position: relative;
  505. }
  506. .slides * {
  507. user-select: none;
  508. -ms-user-select: none;
  509. -moz-user-select: none;
  510. -khtml-user-select: none;
  511. -webkit-user-select: none;
  512. -webkit-touch-callout: none;
  513. }
  514. .slides input { display: none; }
  515. .slide-container { display: block; }
  516. .slide {
  517. top: 0;
  518. opacity: 0;
  519. width: 900px;
  520. height: 500px;
  521. display: block;
  522. position: absolute;
  523. transform: scale(0);
  524. transition: all .7s ease-in-out;
  525. }
  526. .slide img {
  527. width: 100%;
  528. height: 100%;
  529. }
  530. .nav label
  531. {
  532. height: 120px;
  533. z-index: 9;
  534. cursor: pointer;
  535. color: #475A68;
  536. font-size: 80pt;
  537. text-align: center;
  538. font-family: "Varela Round", sans-serif;
  539. margin: auto auto;
  540. margin-top: 170px;
  541. }
  542. .slide:hover + .nav label { opacity: 0.5; }
  543. .nav label:hover { opacity: 0.2; transition: opacity 1s ease-in-out;}
  544. .nav .next { right: 0; }
  545. input:checked + .slide-container .slide {
  546. opacity: 1;
  547. transition: opacity 1s ease-in-out;
  548. }
  549. input:checked + .slide-container .nav label { display: block; }
  550. .nav-dots {
  551. width: 100%;
  552. bottom: 9px;
  553. height: 11px;
  554. display: inline-block;
  555. position: absolute;
  556. text-align: center;
  557. }
  558. .nav-dots .nav-dot {
  559. top: -5px;
  560. width: 11px;
  561. height: 11px;
  562. margin: 0 4px;
  563. position: relative;
  564. border-radius: 100%;
  565. display: inline-block;
  566. background-color: rgba(0, 0, 0, 0.6);
  567. }
  568. .nav-dots .nav-dot:hover {
  569. cursor: pointer;
  570. background-color: rgba(0, 0, 0, 0.8);
  571. input#img-1:checked ~ .nav-dots label#img-dot-1,
  572. input#img-2:checked ~ .nav-dots label#img-dot-2,
  573. input#img-3:checked ~ .nav-dots label#img-dot-3,
  574. input#img-4:checked ~ .nav-dots label#img-dot-4,
  575. input#img-5:checked ~ .nav-dots label#img-dot-5,
  576. input#img-6:checked ~ .nav-dots label#img-dot-6 {
  577. background: rgba(0, 0, 0, 0.8);
  578. }
  579. ********************/