especificos.css 11 KB

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