especificos.css 11 KB

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