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