especificos.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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: 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: 62%;
  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: 'Open Sans';
  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: 0px auto;
  194. padding-top: 20px;
  195. border-bottom: 1px solid #475A68;
  196. }
  197. #producto
  198. {
  199. font-family: "Champagne and Limousine";
  200. font-size: 16px;
  201. color: #7B9299;
  202. letter-spacing: 5px;
  203. width: 660px;
  204. }
  205. #banner
  206. {
  207. background: url('../Images/slider/preview1.jpg') no-repeat scroll center bottom / cover #485260 ;
  208. width: 100%;
  209. height: 70%;
  210. max-height: 100%;
  211. text-align: center;
  212. margin:75px auto;
  213. font-family: 'Champagne and Limousine';
  214. font-size: 300%;
  215. color: White;
  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: 0px auto;
  278. padding-top: 70px;
  279. border-bottom: 1px solid #475A68;
  280. }
  281. #cursos h1 span{
  282. border: 1px solid;
  283. width: 100%;
  284. }
  285. #curso{
  286. background: url('Images/back_pattern.png') repeat;
  287. }
  288. #productos
  289. {
  290. /*background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
  291. height: 400px;*/
  292. max-height: 100%;
  293. width: 90%;
  294. margin: 0px auto;
  295. font-family: 'Champagne and Limousine';
  296. /*font-size: 200%;*/
  297. color: #D8DFE1;
  298. text-align: center;
  299. }
  300. .descripciones{
  301. width: 90%;
  302. text-align: center;
  303. margin-top: 0px;
  304. margin-bottom: 40px;
  305. color: #2B4C5F;
  306. font-family: "Open Sans";
  307. font-size: 14px;
  308. display: inline-block;
  309. }
  310. .descripcion{
  311. text-align: center;
  312. width: 30%;
  313. padding: 0px 10px;
  314. display: inline-table;
  315. }
  316. /*************TABLAS************/
  317. #capital-tabla, #interior-tabla
  318. {
  319. background: none repeat scroll 0% 0% #FFF;
  320. width: 480px;
  321. border-collapse: collapse;
  322. text-align: center;
  323. margin: 20px auto;
  324. }
  325. thead
  326. {
  327. font-family: 'Champagne and Limousine';
  328. font-weight: normal;
  329. font-size: 150%;
  330. vertical-align: baseline;
  331. margin: 0px auto;
  332. padding: 0px;
  333. outline: 0px none;
  334. border: 0px none;
  335. background: none repeat scroll 0% 0% transparent;
  336. }
  337. th
  338. {
  339. font-weight: normal;
  340. padding: 10px 30px;
  341. color: #475A68;
  342. border-bottom: 1px solid;
  343. width: 130px;
  344. }
  345. tbody, td
  346. {
  347. font-family: 'Open Sans';
  348. font-size: 14px;
  349. font-weight: normal;
  350. padding: 10px;
  351. text-align: center;
  352. color: #475A68;
  353. }
  354. tbody tr:nth-child(odd) {
  355. background-color: #D8DFE1;
  356. }
  357. /**************FOOTER**************/
  358. #ok:hover, #ok:active, #ok
  359. {
  360. background-color:#BCC9CC;
  361. text-indent:0px;
  362. display:inline-block;
  363. color:#475A68;
  364. font-size:18px;
  365. font-weight:normal;
  366. font-style:normal;
  367. width:96px;
  368. text-align:center;
  369. height: 31px;
  370. }
  371. #footer-outer
  372. {
  373. background-color: #475A68;
  374. font-family: 'Open Sans';
  375. font-size: 26px;
  376. color: #BCC9CC;
  377. width: 100%;
  378. height: 250px;
  379. }
  380. #footer-inner-left
  381. {
  382. font-family: 'Open Sans';
  383. padding-top: 30px;
  384. padding-left: 30px;
  385. width: 40%;
  386. float: left;
  387. display: inline;
  388. text-align: left;
  389. font-size: 15px;
  390. }
  391. #footer-inner-right
  392. {
  393. font-family: 'Open Sans';
  394. font-size: 15px;
  395. padding-top: 20px;
  396. padding-right: 30px;
  397. width: 40%;
  398. float: right;
  399. display:inline;
  400. text-align: right;
  401. }
  402. #suscribe
  403. {
  404. width : 40%;
  405. height: 30px;
  406. background-color: #BCC9CC;
  407. border: 0px;
  408. margin-top: 20px;
  409. }
  410. #input-footer{
  411. }
  412. /*************HEADERS STYLE************/
  413. hr
  414. {
  415. color: #465A68;
  416. background-color: #465A68;
  417. height: 1px;
  418. }
  419. h2
  420. {
  421. font-family: 'Open Sans';
  422. font-weight: 300;
  423. font-size: 20px;
  424. }
  425. .tabla
  426. {
  427. margin: 50px auto;
  428. text-align: center;
  429. display:table;
  430. border: 1px solid;
  431. }
  432. h3
  433. {
  434. display: table-cell;
  435. vertical-align: middle;
  436. font-family: 'Champagne and Limousine';
  437. font-weight: normal;
  438. color: #D8DFE1;
  439. background: #475A68;
  440. width: 200px;
  441. height: 50px;
  442. text-align: center;
  443. margin: 0px auto;
  444. text-transform: uppercase;
  445. letter-spacing: 2px;
  446. }
  447. h1
  448. {
  449. font-weight:normal;
  450. width: 100%;
  451. text-align: center;
  452. border-bottom: 1px solid #465A68;
  453. line-height: 0.1em;
  454. font-family: 'Champagne and Limousine';
  455. margin: 30px auto;
  456. color: #465A68;
  457. font-size: 190%;
  458. font-style: normal;
  459. letter-spacing: 5px;
  460. }
  461. h1 span {
  462. background:#fff;
  463. padding:0 10px;
  464. }
  465. h2
  466. {
  467. text-align: center;
  468. color : #fff;
  469. }
  470. h4
  471. {
  472. font-size: 30px;
  473. color:#BCC9CC;
  474. text-align: right;
  475. font-family: 'Champagne and Limousine';
  476. font-weight: normal;
  477. margin: 0 0;
  478. }
  479. h5
  480. {
  481. font-size: 30px;
  482. color:#BCC9CC;
  483. text-align: left;
  484. font-family: 'Champagne and Limousine';
  485. font-weight: normal;
  486. margin: 0 0;
  487. }
  488. h6{
  489. font-family: 'Open Sans';
  490. font-size: 16px;
  491. font-weight: normal;
  492. background-color: #2B4C5F;
  493. color: #FFF;
  494. margin-bottom: -30px;
  495. padding: 10px;
  496. }
  497. p
  498. {
  499. margin: 40px 30px 70px 30px;
  500. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  501. font-size: 16px;
  502. text-align: center;
  503. /*letter-spacing: 2px;*/
  504. color: #465A68;/*#7196A6*/
  505. font-weight: 300;
  506. line-height: 23px;
  507. }
  508. a:visited, a:link
  509. {
  510. color: #485260;
  511. text-decoration:none;
  512. }
  513. a:hover,
  514. {
  515. opacity: 0.5; transition: opacity 0.3s ease-in-out;
  516. }
  517. ul, li
  518. {
  519. cursor: pointer;
  520. width: 200px;
  521. list-style-type: none;
  522. margin-bottom: 3px;
  523. }
  524. li:hover
  525. {
  526. opacity: 0.5;
  527. transition: opacity 0.5s ease-in-out;
  528. }
  529. .hidden { display: none;}