especificos.css 15 KB

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