especificos.css 11 KB

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