especificos.css 13 KB

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