especificos.css 13 KB

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