especificos.css 11 KB

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