especificos.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613
  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. letter-spacing: 0.5px;
  21. }
  22. /**************CONTACT DIV**************/
  23. #overlay-contact {
  24. position: fixed;
  25. top: 0;
  26. left: 0;
  27. height: 100%;
  28. width: 100%;
  29. background-color: rgba(0,0,0,0.5);
  30. z-index: 10;
  31. font-variant: normal;
  32. font-weight: normal;
  33. color: white;
  34. font-size: 26px;
  35. text-align: center;
  36. display: none;
  37. }
  38. #facebook-link{
  39. position: fixed;
  40. top: 20px;
  41. z-index: 99;
  42. right: 20px;
  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: 85%;
  84. font-family: 'Open Sans';
  85. font-size: 12px;
  86. }
  87. #btnconsulta { float: right; display:block; }
  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 (max-width: 1100px){
  104. #navbar { letter-spacing: 0px!important; }
  105. #navlist li { width: auto !important;}
  106. }
  107. @media (min-width: 791px){
  108. #navbar #responsive{ display: none; }
  109. }
  110. @media (max-width:790px){
  111. #navbar #navlist{ display:none; }
  112. #footer-outer
  113. {
  114. background-color: #475A68;
  115. font-family: 'Open Sans';
  116. font-size: 26px;
  117. color: #BCC9CC;
  118. width: 100%;
  119. height: 300px!important;
  120. }
  121. #navbar{
  122. display: table;
  123. width: 70% !important;
  124. margin: 0px auto !important;
  125. padding-bottom: 10px;
  126. font-family: 'Champagne and Limousine'!important;
  127. font-size: 120%!important;
  128. color: #485260!important;
  129. letter-spacing: 5px!important;
  130. }
  131. #responsive img{
  132. width: 55px;
  133. height: auto;
  134. }
  135. #responsive
  136. {
  137. text-transform: uppercase;
  138. text-align:center;
  139. width: 70%;
  140. padding-bottom: 30px;
  141. display: table-row;
  142. }
  143. #responsive li
  144. {
  145. vertical-align: middle;
  146. display: table-cell;
  147. text-align: center;
  148. width: 0%;
  149. }
  150. #top_wrapper{
  151. height: 70px!important;
  152. }
  153. }
  154. /*************NAVBAR************/
  155. #top_wrapper
  156. {
  157. background-color: rgba(255,255,255,255);
  158. width: 100%;
  159. position: fixed;
  160. top: 0px;
  161. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  162. border-bottom: 1px solid ;
  163. padding-top: 10px;
  164. height: 66px;
  165. z-index: 4;
  166. }
  167. #navbar
  168. {
  169. display: table;
  170. width: 90%;
  171. margin: 0px auto;
  172. background-color:#FFF;
  173. padding-bottom: 10px;
  174. font-family: 'Open Sans';
  175. font-size: 100%;
  176. color: #485260;
  177. letter-spacing: 5px;
  178. }
  179. #navlist
  180. {
  181. text-transform: uppercase;
  182. text-align:center;
  183. width: 70%;
  184. padding-bottom: 30px;
  185. display: table-row;
  186. }
  187. #navlist li
  188. {
  189. vertical-align: middle;
  190. display: table-cell;
  191. text-align: center;
  192. width: 0%;
  193. }
  194. /*************SECCIONES************/
  195. .seccion{
  196. width: 90%;
  197. height: auto;
  198. text-align: center;
  199. margin: 0px auto;
  200. padding-top: 70px;
  201. }
  202. #producto
  203. {
  204. font-family: "Champagne and Limousine";
  205. font-size: 16px;
  206. color: #7B9299;
  207. letter-spacing: 5px;
  208. width: 660px;
  209. }
  210. #banner
  211. {
  212. width:100%;
  213. margin-top: 77px;
  214. transition: opacity 1s;
  215. }
  216. .transp { opacity: 0.5; }
  217. #banner p{
  218. color: white;
  219. -webkit-text-stroke: 0.10px;
  220. }
  221. #productos_titulo
  222. {
  223. width: auto;
  224. height: auto;
  225. padding-top: 1px;
  226. }
  227. /*
  228. #nosotros, #actividades, #distribuidoras, #cursos
  229. {
  230. }
  231. */
  232. #principal{
  233. font-family: 'Open Sans';
  234. font-size: 13pt;
  235. color: #465A68;
  236. }
  237. .titulos{
  238. font-family: 'Champagne and Limousine';
  239. font-size: 19pt;
  240. text-align: center !important;
  241. margin: 0px auto 40px;
  242. background-color: #7B9299;
  243. color: #FFF;
  244. width: 30%;
  245. }
  246. .titulo_curso{
  247. font-family: 'Open Sans';
  248. font-size: 19px;
  249. font-weight: bold;
  250. color: #465A68;
  251. text-align: center;
  252. cursor: pointer;
  253. margin-bottom:15px;
  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. letter-spacing: 1px;
  482. font-size: 30px;
  483. color:#BCC9CC;
  484. text-align: left;
  485. font-family: 'Champagne and Limousine';
  486. font-weight: normal;
  487. margin: 0 0;
  488. }
  489. h6{
  490. font-family: 'Open Sans';
  491. font-size: 16px;
  492. font-weight: normal;
  493. background-color: #2B4C5F;
  494. color: #FFF;
  495. margin-bottom: -30px;
  496. padding: 10px;
  497. }
  498. p
  499. {
  500. margin: 40px 30px 70px 30px;
  501. font-family: 'Open Sans'/*'Raleway', sans-serif*/;
  502. font-size: 16px;
  503. text-align: center;
  504. /*letter-spacing: 2px;*/
  505. color: #465A68;/*#7196A6*/
  506. font-weight: 300;
  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. li a
  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;}
  532. b { font-weight: bold; }
  533. .center { display:block; margin: 0px auto; text-align:center;}
  534. .titulin { font-size: 23px; font-weight: bold;}
  535. #exit{ width: 90%; height: 30px; margin: 0 auto; cursor: pointer; float: right !important; text-align:right; }