especificos.css 13 KB

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